Home
last modified time | relevance | path

Searched defs:THRESHOLD (Results 1 – 25 of 234) sorted by relevance

12345678910

/aosp_15_r20/external/executorch/backends/vulkan/tools/gpuinfo/include/
H A Darchitecture.h34 const double THRESHOLD = app.get_config("reg_count", "threshold"); in reg_count() local
162 const double THRESHOLD = app.get_config("warp_size", "threshold"); variable
H A Dtextures.h40 const double THRESHOLD = app.get_config("tex_cacheline_concurr", "threshold"); in tex_cacheline_concurr() local
H A Dbuffers.h29 const double THRESHOLD = app.get_config("buf_cacheline_size", "threshold"); in buf_cacheline_size() local
/aosp_15_r20/art/test/661-checker-simd-cf-loops/src/
H A DMain.java809 final float THRESHOLD = .1f; in expectFloatEquals() local
816 final double THRESHOLD = .1; in expectDoubleEquals() local
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2007/
H A Dpoc.cpp23 #define THRESHOLD 47 macro
/aosp_15_r20/test/vts-testcase/performance/binder_benchmark/
DBinderPerformanceTest.py37 THRESHOLD = { variable in BinderPerformanceTest
/aosp_15_r20/test/vts-testcase/performance/fmq_benchmark/
DFmqPerformanceTest.py36 THRESHOLD = { variable in FmqPerformanceTest
/aosp_15_r20/test/vts-testcase/performance/hwbinder_benchmark/
DHwBinderPerformanceTest.py37 THRESHOLD = { variable in HwBinderPerformanceTest
/aosp_15_r20/test/vts-testcase/performance/audio_loopback_test/
DAudioLoopbackTest.py34 THRESHOLD = {"MAX_LATENCY": 20000000, } variable in AudioLoopbackTest
/aosp_15_r20/external/cronet/third_party/icu/scripts/
H A Dicualign.py12 THRESHOLD = 0x2000 # Minimum size of the file to be aligned. variable
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/
H A D5-2.c36 #define THRESHOLD (TIMEOUT - 1) macro
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/forkjoin/mergesort/
DMergeSort.java69 private static final int THRESHOLD = 8; field in MergeSort.MergeSortTask
/aosp_15_r20/external/coreboot/util/spkmodem_recv/
H A Dspkmodem-recv.c17 #define THRESHOLD 500 macro
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/forkjoin/mergesort/
DMergeSort.java69 private static final int THRESHOLD = 8; field in MergeSort.MergeSortTask
/aosp_15_r20/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
H A DEventGapVerification.java23 private static final double THRESHOLD = 1.8; field in EventGapVerification
/aosp_15_r20/system/chre/platform/shared/include/chre/platform/shared/
H A Dlog_buffer.h44 enum class LogBufferNotificationSetting : uint8_t { ALWAYS, NEVER, THRESHOLD }; enumerator
/aosp_15_r20/external/ltp/testcases/realtime/func/thread_clock/
H A Dtc-2.c52 #define THRESHOLD 0.5 /* 500 milliseconds */ macro
/aosp_15_r20/external/ltp/testcases/realtime/func/pthread_kill_latency/
H A Dpthread_kill_latency.c60 #define THRESHOLD 20 macro
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/
H A DTensorFlowImageClassifier.java39 private static final float THRESHOLD = 0.1f; field in TensorFlowImageClassifier
/aosp_15_r20/development/samples/USB/MissileLauncher/src/com/android/missilelauncher/
H A DMissileLauncherActivity.java67 private static final double THRESHOLD = 5.0; field in MissileLauncherActivity
/aosp_15_r20/external/ltp/testcases/realtime/func/pi_perf/
H A Dpi_perf.c63 #define THRESHOLD 200 /* microseconds */ macro
/aosp_15_r20/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/layout/
H A DCanonicalCharacterData.java23 private static int THRESHOLD = 4; field in CanonicalCharacterData
/aosp_15_r20/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
H A DThermalHelperTest.java245 final double THRESHOLD = 0.0001; in testGetTemperature() local
/aosp_15_r20/external/pytorch/tools/testing/
H A Dtest_selections.py26 THRESHOLD = 60 * 10 # 10 minutes variable
/aosp_15_r20/external/ltp/testcases/cve/
H A Dstack_clash.c54 static unsigned long THRESHOLD; variable

12345678910