/third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
H A D | test-bignum-dtoa.cc | 333 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 in TEST() 390 const PrecomputedPrecision current_test = precomputed[i]; TEST() local [all...] |
H A D | test-dtoa.cc | 433 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 in TEST() 496 const PrecomputedPrecision current_test = precomputed[i]; TEST() local [all...] |
H A D | test-fast-dtoa.cc | 315 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 in TEST() [all...] |
H A D | test-fixed-dtoa.cc | 505 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/ |
H A D | main.cpp | 55 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/libuv/test/ |
H A D | test-strtok.c | 74 char current_test[2048]; in TEST_IMPL() local 78 snprintf(current_test, sizeof(current_test), "%s", tests[i].str); in TEST_IMPL() 79 tok_r = uv__strtok(current_test, tests[i].sep, &itr); in TEST_IMPL()
|
/third_party/libwebsockets/lib/abstract/transports/ |
H A D | unit-test.c | 39 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/ |
H A D | esextcGeometryShaderLayeredFramebuffer.cpp | 574 for (int current_test = static_cast<int>(CLEAR_FIRST); current_test < static_cast<int>(CLEAR_COUNT); current_test++) in iterate() 589 switch (static_cast<_clear_type>(current_test)) in iterate() 645 } /* switch (current_test)*/ in iterate() 663 switch (current_test) in iterate() 699 } /* switch (current_test) */ in iterate() 724 if (current_test == CLEAR_BUFFERIV || current_test == CLEAR_BUFFERUIV) in iterate() 739 } /* if (current_test in iterate() [all...] |
/third_party/node/test/fixtures/wpt/resources/ |
H A D | testharness.js | 1431 console.debug("ASSERT", name, tests.current_test && tests.current_test.name, args); 2572 tests.current_test = this; 2603 this.current_test = null; 3401 this.current_test = null; 3488 tests.current_test = async_test(); 3654 this.asserts_run.push(new AssertRecord(this.current_test, assert_name, args))
|