Home
last modified time | relevance | path

Searched refs:current_test (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/vendor/double-conversion/upstream/test/cctest/
Dtest-bignum-dtoa.cc333 const PrecomputedShortest current_test = precomputed[i]; in TEST() local
334 double v = current_test.v; in TEST()
336 CHECK_EQ(current_test.decimal_point, point); in TEST()
337 CHECK_EQ(current_test.representation, buffer.start()); in TEST()
351 const PrecomputedShortestSingle current_test = precomputed[i]; in TEST() local
352 float v = current_test.v; in TEST()
354 CHECK_EQ(current_test.decimal_point, point); in TEST()
355 CHECK_EQ(current_test.representation, buffer.start()); in TEST()
369 const PrecomputedFixed current_test = precomputed[i]; in TEST() local
370 double v = current_test.v; in TEST()
[all …]
Dtest-dtoa.cc433 const PrecomputedShortest current_test = precomputed[i]; in TEST() local
434 double v = current_test.v; in TEST()
437 CHECK_EQ(current_test.decimal_point, point); in TEST()
438 CHECK_EQ(current_test.representation, buffer.start()); in TEST()
453 const PrecomputedShortestSingle current_test = precomputed[i]; in TEST() local
454 float v = current_test.v; in TEST()
457 CHECK_EQ(current_test.decimal_point, point); in TEST()
458 CHECK_EQ(current_test.representation, buffer.start()); in TEST()
473 const PrecomputedFixed current_test = precomputed[i]; in TEST() local
474 double v = current_test.v; in TEST()
[all …]
Dtest-fast-dtoa.cc315 const PrecomputedShortest current_test = precomputed[i]; in TEST() local
317 double v = current_test.v; in TEST()
323 CHECK_EQ(current_test.decimal_point, point); in TEST()
324 CHECK_EQ(current_test.representation, buffer.start()); in TEST()
344 const PrecomputedShortestSingle current_test = precomputed[i]; in TEST() local
346 float v = current_test.v; in TEST()
352 CHECK_EQ(current_test.decimal_point, point); in TEST()
353 CHECK_EQ(current_test.representation, buffer.start()); in TEST()
375 const PrecomputedPrecision current_test = precomputed[i]; in TEST() local
376 double v = current_test.v; in TEST()
[all …]
Dtest-fixed-dtoa.cc505 const PrecomputedFixed current_test = precomputed[i]; in TEST() local
506 double v = current_test.v; in TEST()
507 int number_digits = current_test.number_digits; in TEST()
511 CHECK_EQ(current_test.decimal_point, point); in TEST()
513 CHECK_EQ(current_test.representation, buffer.start()); in TEST()
/third_party/mesa3d/src/amd/compiler/tests/
Dmain.cpp55 static TestDef current_test; variable
88 fwrite(current_test.name, 1, strlen(current_test.name)+1, checker_stdin); in write_test()
90 fwrite(current_test.source_file, 1, strlen(current_test.source_file)+1, checker_stdin); in write_test()
116 printf("Running '%s/%s'\n", current_test.name, name); in set_variant()
145 current_test = def; in run_test()
158 current_test.func(); in run_test()
/third_party/libwebsockets/lib/abstract/transports/
Dunit-test.c39 lws_unit_test_t *current_test; member
191 priv->current_test->name, in unit_test_sequencer_cb()
365 priv->current_test = (lws_unit_test_t *)tm->u.value; in lws_atcut_client_conn()
380 priv->expect = priv->current_test->expect_array; in lws_atcut_client_conn()
384 lws_seq_timeout_us(priv->seq, priv->current_test->max_secs * in lws_atcut_client_conn()
388 priv->current_test->name); in lws_atcut_client_conn()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLayeredFramebuffer.cpp574 …for (int current_test = static_cast<int>(CLEAR_FIRST); current_test < static_cast<int>(CLEAR_COUNT… in iterate() local
589 switch (static_cast<_clear_type>(current_test)) in iterate()
663 switch (current_test) in iterate()
724 if (current_test == CLEAR_BUFFERIV || current_test == CLEAR_BUFFERUIV) in iterate()