/external/v8/test/cctest/ |
test-bignum-dtoa.cc | 266 const PrecomputedShortest current_test = precomputed[i]; local 267 double v = current_test.v; 269 CHECK_EQ(current_test.decimal_point, point); 270 CHECK_EQ(0, strcmp(current_test.representation, buffer.start())); 284 const PrecomputedFixed current_test = precomputed[i]; local 285 double v = current_test.v; 286 int number_digits = current_test.number_digits; 288 CHECK_EQ(current_test.decimal_point, point); 291 CHECK_EQ(0, strcmp(current_test.representation, buffer.start())); 305 const PrecomputedPrecision current_test = precomputed[i] local [all...] |
test-dtoa.cc | 277 const PrecomputedShortest current_test = precomputed[i]; local 278 double v = current_test.v; 281 CHECK_EQ(current_test.decimal_point, point); 282 CHECK_EQ(0, strcmp(current_test.representation, buffer.start())); 297 const PrecomputedFixed current_test = precomputed[i]; local 298 double v = current_test.v; 299 int number_digits = current_test.number_digits; 302 CHECK_EQ(current_test.decimal_point, point); 305 CHECK_EQ(0, strcmp(current_test.representation, buffer.start())); 320 const PrecomputedPrecision current_test = precomputed[i] local [all...] |
test-fast-dtoa.cc | 240 const PrecomputedShortest current_test = precomputed[i]; local 242 double v = current_test.v; 248 CHECK_EQ(current_test.decimal_point, point); 249 CHECK_EQ(0, strcmp(current_test.representation, buffer.start())); 271 const PrecomputedPrecision current_test = precomputed[i]; local 272 double v = current_test.v; 273 int number_digits = current_test.number_digits; 283 CHECK_EQ(current_test.decimal_point, point); 284 CHECK_EQ(0, strcmp(current_test.representation, buffer.start()));
|
test-fixed-dtoa.cc | 502 const PrecomputedFixed current_test = precomputed[i]; local 503 double v = current_test.v; 504 int number_digits = current_test.number_digits; 508 CHECK_EQ(current_test.decimal_point, point); 510 CHECK_EQ(0, strcmp(current_test.representation, buffer.start()));
|
/external/autotest/server/ |
profilers.py | 36 self.current_test = None 228 self.current_test = test 232 assert self.current_test == test 245 assert self.current_test == test 264 if self.current_test: 265 test = self.current_test
|
/frameworks/base/core/tests/overlaytests/ |
testrunner.py | 469 current_test = None 478 printer.begin(TASK_INSTRUMENTATION_TEST, current_test) 480 printer.end_pass(TASK_INSTRUMENTATION_TEST, current_test) 485 printer.end_fail(TASK_INSTRUMENTATION_TEST, current_test, msg.rstrip() + '\n') 490 current_test = m.group(1)
|
/external/cmockery/cmockery_0_1_2/src/ |
cmockery.c | 1565 size_t current_test = 0; local [all...] |