Searched refs:SAMPLES (Results 1 - 6 of 6) sorted by relevance

/external/lisa/tools/scripts/
H A Dodroid_sampler.sh29 SAMPLES=$1
44 echo "Samping $SAMPLES time, every $PERIOD [s]:"
54 SAMPLES=$((SAMPLES-1))
55 [ $SAMPLES -eq 0 ] && break
/external/linux-kselftest/tools/testing/selftests/timers/
H A Dfreq-step.c28 #define SAMPLES 100 macro
156 struct sample samples[SAMPLES];
175 for (i = 0; i < SAMPLES; i++) {
181 regress(samples, SAMPLES, &intercept, &slope, &stddev1, &max1);
188 regress(samples, SAMPLES / 2, &intercept, &slope, &stddev1, &max1);
192 regress(samples + SAMPLES / 2, SAMPLES / 2, &intercept, &slope,
/external/icu/icu4c/source/test/perf/howExpensiveIs/
H A Dsieve.cpp199 #define SAMPLES 50 macro
200 uint32_t samples = SAMPLES;
201 double times[SAMPLES];
203 for(int i=0;i<SAMPLES;i++) {
206 printf("sieve: %d/%d: %.9f\n", i,SAMPLES, times[i]);
/external/adhd/cras/src/tests/
H A Ddsp_core_unittest.cc39 const int SAMPLES = FRAMES * 2; local
43 int16_t input[SAMPLES] = {
48 float answer[SAMPLES] = {
55 float output[SAMPLES];
60 for (int i = 0 ; i < SAMPLES; i++) {
65 for (int i = 0 ; i < SAMPLES; i += 2) {
70 int16_t output2[SAMPLES];
72 for (int i = 0 ; i < SAMPLES; i++) {
/external/libopus/tests/
H A Dtest_opus_encode.c51 #define SAMPLES (48000*30) macro
52 #define SSAMPLES (SAMPLES/3)
373 inbuf=(short *)malloc(sizeof(short)*SAMPLES*2);
374 outbuf=(short *)malloc(sizeof(short)*SAMPLES*2);
378 generate_music(inbuf,SAMPLES);
382 fwrite(inbuf, 1, SAMPLES*2*2, foo);
562 opus_int32 offset=i%(SAMPLES-MAX_FRAME_SAMP);
611 }while(i<SAMPLES*4);
/external/python/cpython3/Lib/test/test_import/
H A D__init__.py533 SAMPLES = ('test', 'test\u00e4\u00f6\u00fc\u00df', 'test\u00e9\u00e8', variable in class:PathsTests

Completed in 273 milliseconds