Home
last modified time | relevance | path

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

/external/skia/bin/
Dc7 SAMPLES=100
18 out/Release/nanobench $@ --samples $SAMPLES -v 2> $CLEAN.log
24 out/Release/nanobench $@ --samples $SAMPLES -v 2> $BRANCH.log
Dac7 SAMPLES=100
18 …ench $@ --skps /data/local/tmp/skps -i /data/local/tmp/resources --samples $SAMPLES -v > $CLEAN.log
24 …nch $@ --skps /data/local/tmp/skps -i /data/local/tmp/resources --samples $SAMPLES -v > $BRANCH.log
/external/icu/icu4c/source/test/perf/howExpensiveIs/
Dsieve.cpp195 #define SAMPLES 50 in uprv_getSieveTime() macro
196 uint32_t samples = SAMPLES; in uprv_getSieveTime()
197 double times[SAMPLES]; in uprv_getSieveTime()
199 for(int i=0;i<SAMPLES;i++) { in uprv_getSieveTime()
202 printf("sieve: %d/%d: %.9f\n", i,SAMPLES, times[i]); in uprv_getSieveTime()
/external/libopus/tests/
Dtest_opus_encode.c51 #define SAMPLES (48000*30) macro
52 #define SSAMPLES (SAMPLES/3)
218 inbuf=(short *)malloc(sizeof(short)*SAMPLES*2); in run_test1()
219 outbuf=(short *)malloc(sizeof(short)*SAMPLES*2); in run_test1()
223 generate_music(inbuf,SAMPLES); in run_test1()
405 opus_int32 offset=i%(SAMPLES-MAX_FRAME_SAMP); in run_test1()
454 }while(i<SAMPLES*4); in run_test1()
/external/llvm/test/Transforms/SampleProfile/
Dsyntax.ll7 …ofile -sample-profile-file=%S/Inputs/bad_samples.prof 2>&1 | FileCheck -check-prefix=BAD-SAMPLES %s
20 ; BAD-SAMPLES: error: {{.*}}bad_samples.prof:2: Expected 'NUM[.NUM]: NUM[ mangled_name:NUM]*', foun…
/external/opencv3/modules/core/src/
Dgl_core_3_1.hpp578 SAMPLES = 0x80A9, enumerator
/external/icu/icu4c/source/
Dconfigure.ac1245 ICU_CONDITIONAL(SAMPLES, test "$samples" = true)
/external/libjpeg-turbo/
Dlibjpeg.txt195 PLEASE NOTE THAT RGB DATA IS THREE SAMPLES PER PIXEL, GRAYSCALE ONLY ONE.