Home
last modified time | relevance | path

Searched defs:SAMPLES (Results 1 – 10 of 10) sorted by relevance

/external/exoplayer/tree/demos/cast/src/main/java/com/google/android/exoplayer2/castdemo/
DDemoUtil.java36 public static final List<MediaItem> SAMPLES; field in DemoUtil
/external/libevent/sample/
Dinclude.am7 SAMPLES = \ macro
/external/guava/guava-tests/benchmark/com/google/common/hash/
DHashStringBenchmark.java89 static final int SAMPLES = 0x100; field in HashStringBenchmark
/external/guava/android/guava-tests/benchmark/com/google/common/hash/
DHashStringBenchmark.java89 static final int SAMPLES = 0x100; field in HashStringBenchmark
/external/icu/icu4c/source/test/perf/howExpensiveIs/
Dsieve.cpp199 #define SAMPLES 50 in uprv_getSieveTime() macro
/external/linux-kselftest/tools/testing/selftests/timers/
Dfreq-step.c20 #define SAMPLES 100 macro
/external/adhd/cras/src/tests/
Ddsp_core_unittest.cc41 const int SAMPLES = FRAMES * 2; in TEST() local
/external/libevent/
DCMakeLists.txt975 set(SAMPLES variable
/external/libopus/tests/
Dtest_opus_encode.c51 #define SAMPLES (48000*30) macro
/external/python/cpython3/Lib/test/test_import/
D__init__.py685 SAMPLES = ('test', 'test\u00e4\u00f6\u00fc\u00df', 'test\u00e9\u00e8', variable in PathsTests