Home
last modified time | relevance | path

Searched refs:SAMPLES (Results 1 – 11 of 11) sorted by relevance

/external/libevent/sample/
Dinclude.am7 SAMPLES = \ macro
17 SAMPLES += sample/le-proxy
22 SAMPLES += sample/https-client
35 noinst_PROGRAMS += $(SAMPLES)
38 $(SAMPLES) : libevent.la
/external/linux-kselftest/tools/testing/selftests/timers/
Dfreq-step.c28 #define SAMPLES 100 macro
156 struct sample samples[SAMPLES]; in run_test()
175 for (i = 0; i < SAMPLES; i++) { in run_test()
181 regress(samples, SAMPLES, &intercept, &slope, &stddev1, &max1); in run_test()
188 regress(samples, SAMPLES / 2, &intercept, &slope, &stddev1, &max1); in run_test()
192 regress(samples + SAMPLES / 2, SAMPLES / 2, &intercept, &slope, in run_test()
/external/icu/icu4c/source/test/perf/howExpensiveIs/
Dsieve.cpp199 #define SAMPLES 50 in uprv_getSieveTime() macro
200 uint32_t samples = SAMPLES; in uprv_getSieveTime()
201 double times[SAMPLES]; in uprv_getSieveTime()
203 for(int i=0;i<SAMPLES;i++) { in uprv_getSieveTime()
206 printf("sieve: %d/%d: %.9f\n", i,SAMPLES, times[i]); in uprv_getSieveTime()
/external/adhd/cras/src/tests/
Ddsp_core_unittest.cc39 const int SAMPLES = FRAMES * 2; in TEST() local
43 int16_t input[SAMPLES] = { in TEST()
48 float answer[SAMPLES] = { in TEST()
55 float output[SAMPLES]; in TEST()
61 for (int i = 0 ; i < SAMPLES; i++) { in TEST()
66 for (int i = 0 ; i < SAMPLES; i += 2) { in TEST()
71 int16_t output2[SAMPLES]; in TEST()
74 for (int i = 0 ; i < SAMPLES; i++) { in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SampleProfile/
Dsyntax.ll7 …ofile -sample-profile-file=%S/Inputs/bad_samples.prof 2>&1 | FileCheck -check-prefix=BAD-SAMPLES %s
16 …ofile -sample-profile-file=%S/Inputs/bad_samples.prof 2>&1 | FileCheck -check-prefix=BAD-SAMPLES %s
29 ; BAD-SAMPLES: error: {{.*}}bad_samples.prof:2: Expected 'NUM[.NUM]: NUM[ mangled_name:NUM]*', foun…
/external/llvm/test/Transforms/SampleProfile/
Dsyntax.ll7 …ofile -sample-profile-file=%S/Inputs/bad_samples.prof 2>&1 | FileCheck -check-prefix=BAD-SAMPLES %s
16 …ofile -sample-profile-file=%S/Inputs/bad_samples.prof 2>&1 | FileCheck -check-prefix=BAD-SAMPLES %s
29 ; BAD-SAMPLES: error: {{.*}}bad_samples.prof:2: Expected 'NUM[.NUM]: NUM[ mangled_name:NUM]*', foun…
/external/libopus/tests/
Dtest_opus_encode.c51 #define SAMPLES (48000*30) macro
52 #define SSAMPLES (SAMPLES/3)
373 inbuf=(short *)malloc(sizeof(short)*SAMPLES*2); in run_test1()
374 outbuf=(short *)malloc(sizeof(short)*SAMPLES*2); in run_test1()
378 generate_music(inbuf,SAMPLES); in run_test1()
562 opus_int32 offset=i%(SAMPLES-MAX_FRAME_SAMP); in run_test1()
611 }while(i<SAMPLES*4); in run_test1()
/external/python/cpython3/Lib/test/test_import/
D__init__.py622 SAMPLES = ('test', 'test\u00e4\u00f6\u00fc\u00df', 'test\u00e9\u00e8', variable in PathsTests
/external/libevent/
DMakefile.in131 @BUILD_SAMPLES_TRUE@am__append_8 = $(SAMPLES)
1079 SAMPLES = sample/dns-example sample/event-read-fifo sample/hello-world \
2698 $(SAMPLES) : libevent.la
/external/icu/icu4c/source/
Dconfigure.ac1248 ICU_CONDITIONAL(SAMPLES, test "$samples" = true)
/external/libjpeg-turbo/
Dlibjpeg.txt197 PLEASE NOTE THAT RGB DATA IS THREE SAMPLES PER PIXEL, GRAYSCALE ONLY ONE.