Home
last modified time | relevance | path

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

12

/external/libevent/sample/
Dinclude.am7 SAMPLES = \ macro
17 SAMPLES += sample/le-proxy
22 SAMPLES += sample/https-client
38 noinst_PROGRAMS += $(SAMPLES)
41 $(SAMPLES) : libevent.la
/external/linux-kselftest/tools/testing/selftests/timers/
Dfreq-step.c20 #define SAMPLES 100 macro
148 struct sample samples[SAMPLES]; in run_test()
167 for (i = 0; i < SAMPLES; i++) { in run_test()
173 regress(samples, SAMPLES, &intercept, &slope, &stddev1, &max1); in run_test()
180 regress(samples, SAMPLES / 2, &intercept, &slope, &stddev1, &max1); in run_test()
184 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/guava/guava-tests/benchmark/com/google/common/hash/
DHashStringBenchmark.java89 static final int SAMPLES = 0x100; field in HashStringBenchmark
100 strings = new String[SAMPLES]; in setUp()
101 for (int i = 0; i < SAMPLES; i++) { in setUp()
/external/guava/android/guava-tests/benchmark/com/google/common/hash/
DHashStringBenchmark.java89 static final int SAMPLES = 0x100; field in HashStringBenchmark
100 strings = new String[SAMPLES]; in setUp()
101 for (int i = 0; i < SAMPLES; i++) { in setUp()
/external/mesa3d/src/freedreno/decode/scripts/
Dtexturator-to-unit-test.lua107 …ostring(pkt[3].FLAG), pkt[10].FLAG_BUFFER_LOGW, pkt[10].FLAG_BUFFER_LOGH, tostring(pkt[0].SAMPLES))
145 if (tostring(pkt[0].SAMPLES) == "MSAA_ONE") then
147 elseif (tostring(pkt[0].SAMPLES) == "MSAA_TWO") then
149 elseif (tostring(pkt[0].SAMPLES) == "MSAA_FOUR") then
Dparse-submits.lua240 r.RB_BLIT_DST_INFO.SAMPLES,
254 pkt[0].SAMPLES,
366 r.RB_MSAA_CNTL.SAMPLES,
380 r.RB_MSAA_CNTL.SAMPLES,
/external/adhd/cras/src/tests/
Ddsp_core_unittest.cc41 const int SAMPLES = FRAMES * 2; in TEST() local
45 int16_t input[SAMPLES] = { in TEST()
49 float answer[SAMPLES] = {-1, in TEST()
74 float output[SAMPLES]; in TEST()
80 for (int i = 0; i < SAMPLES; i++) { in TEST()
85 for (int i = 0; i < SAMPLES; i += 2) { in TEST()
90 int16_t output2[SAMPLES]; in TEST()
93 for (int i = 0; i < SAMPLES; i++) { in TEST()
/external/oss-fuzz/projects/s2opc/
Dbuild.sh21 SAMPLES=$SRC/S2OPC-fuzzing-data
51 cd $SAMPLES
/external/rust/crates/ryu/examples/
Dupstream_benchmark.rs5 const SAMPLES: usize = 10000; constant
46 for _ in 0..SAMPLES {
/external/exoplayer/tree/demos/cast/src/main/java/com/google/android/exoplayer2/castdemo/
DDemoUtil.java36 public static final List<MediaItem> SAMPLES; field in DemoUtil
93 SAMPLES = Collections.unmodifiableList(samples);
DMainActivity.java191 playerManager.addItem(DemoUtil.SAMPLES.get(position)); in buildSampleListView()
304 super(context, android.R.layout.simple_list_item_1, DemoUtil.SAMPLES); in SampleListAdapter()
/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/llvm-project/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
32 ; BAD-SAMPLES: error: {{.*}}bad_samples.prof:2: Expected 'NUM[.NUM]: NUM[ mangled_name:NUM]*', foun…
/external/mesa3d/src/freedreno/.gitlab-ci/reference/
DdEQP-VK.draw.indirect_draw.indexed.indirect_draw_count.triangle_list.log265 …ORMAT = FMT6_8_8_8_8_UNORM | TILE_MODE = TILE6_3 | COLOR_SWAP = WZYX | FLAGS | SAMPLES = MSAA_ONE }
313 …ORMAT = FMT6_8_8_8_8_UNORM | TILE_MODE = TILE6_3 | COLOR_SWAP = WZYX | FLAGS | SAMPLES = MSAA_ONE }
461 RB_MSAA_CNTL: { SAMPLES = MSAA_ONE }
467 …RB_BLIT_DST_INFO: { TILE_MODE = TILE6_3 | FLAGS | SAMPLES = MSAA_ONE | COLOR_SWAP = WZYX | COLOR_F…
497 + 00000000 RB_MSAA_CNTL: { SAMPLES = MSAA_ONE }
499 !+ 00001807 RB_BLIT_DST_INFO: { TILE_MODE = TILE6_3 | FLAGS | SAMPLES = MSAA_ONE | COLOR_SWAP = W…
567 SP_TP_RAS_MSAA_CNTL: { SAMPLES = MSAA_ONE }
568 SP_TP_DEST_MSAA_CNTL: { SAMPLES = MSAA_ONE | MSAA_DISABLE }
571 GRAS_RAS_MSAA_CNTL: { SAMPLES = MSAA_ONE }
572 GRAS_DEST_MSAA_CNTL: { SAMPLES = MSAA_ONE | MSAA_DISABLE }
[all …]
Dcrash.log6423 00000000 GRAS_RAS_MSAA_CNTL: { SAMPLES = MSAA_ONE }
6424 00000000 GRAS_DEST_MSAA_CNTL: { SAMPLES = MSAA_ONE }
6668 00000000 GRAS_RAS_MSAA_CNTL: { SAMPLES = MSAA_ONE }
6669 00000000 GRAS_DEST_MSAA_CNTL: { SAMPLES = MSAA_ONE }
6766 00000000 RB_RAS_MSAA_CNTL: { SAMPLES = MSAA_ONE }
6767 00000000 RB_DEST_MSAA_CNTL: { SAMPLES = MSAA_ONE }
6887 00000000 RB_MSAA_CNTL: { SAMPLES = MSAA_ONE }
6889 …00004100 RB_BLIT_DST_INFO: { TILE_MODE = TILE6_LINEAR | SAMPLES = MSAA_ONE | COLOR_SWAP = WZYX | C…
6938 …_DST_INFO: { COLOR_FORMAT = 0 | TILE_MODE = TILE6_LINEAR | COLOR_SWAP = WZYX | SAMPLES = MSAA_ONE }
6964 00000000 RB_RAS_MSAA_CNTL: { SAMPLES = MSAA_ONE }
[all …]
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/
DStringGenerationFromReaderTest.java15 final static String[] SAMPLES = new String[] { field in StringGenerationFromReaderTest
159 for (int i = 0; i < SAMPLES.length; ++i) { in doTestBasicEscaping()
160 String VALUE = SAMPLES[i]; in doTestBasicEscaping()
DStringGenerationTest.java16 final static String[] SAMPLES = new String[] { field in StringGenerationTest
161 for (int i = 0; i < SAMPLES.length; ++i) { in doTestBasicEscaping()
162 String VALUE = SAMPLES[i]; in doTestBasicEscaping()
/external/libopus/tests/
Dtest_opus_encode.c51 #define SAMPLES (48000*30) macro
52 #define SSAMPLES (SAMPLES/3)
375 inbuf=(short *)malloc(sizeof(short)*SAMPLES*2); in run_test1()
376 outbuf=(short *)malloc(sizeof(short)*SAMPLES*2); in run_test1()
380 generate_music(inbuf,SAMPLES); in run_test1()
564 opus_int32 offset=i%(SAMPLES-MAX_FRAME_SAMP); in run_test1()
613 }while(i<SAMPLES*4); in run_test1()
/external/angle/extensions/
DANGLE_framebuffer_multisample.txt53 number of SAMPLES that is greater than zero. No method is provided
57 object must have the same number of SAMPLES or else the framebuffer
209 "The values of SAMPLE_BUFFERS and SAMPLES are derived from the
212 then both SAMPLE_BUFFERS and SAMPLES are undefined. Otherwise,
213 SAMPLES is equal to the value of RENDERBUFFER_SAMPLES_ANGLE for the
216 SAMPLES is non-zero. Otherwise, SAMPLE_BUFFERS is zero.
DANGLE_texture_multisample.txt191 the query for SAMPLES:
193 (..., and is queried by calling GetIntegerv with pname set to SAMPLES.)
212 the value of SAMPLES.
311 GetInternalformativ with a <pname> of SAMPLES (see section 6.1.15).
515 (add the following paragraph after "Querying SAMPLES with a <bufSize>
518 The maximum value of SAMPLES is guaranteed to be at least the lowest of
534 one, and the maximum value in SAMPLES is guaranteed to be at least the
574 of SAMPLES (see section 6.1.15).
587 is greater than or equal to the value of SAMPLES.
671 Where N is the number of samples (the value of SAMPLES) the framebuffer supports.
DANGLE_framebuffer_blit.txt372SAMPLES Z+ GetIntegerv 0 Coverage mask size 3.2
374 Remove the references to SAMPLE_BUFFERS and SAMPLES from Table 6.17.
/external/deqp-deps/amber/tests/cases/
Ddraw_storageimage_multisample.amber41 IMAGE texture FORMAT R8G8B8A8_UNORM DIM_2D WIDTH 256 HEIGHT 256 SAMPLES 4
/external/oss-fuzz/projects/ffmpeg/
Dbuild.sh154 make fate-rsync SAMPLES=$TEST_SAMPLES_PATH
/external/deqp-deps/amber/tools/
Damber-syntax.vim50 syn keyword amberBlockCmd FILE DIM_1D DIM_2D DIM_3D WIDTH HEIGHT SAMPLES

12