/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/ |
TestResultsTest.java | 28 private static final String RESULT_END = "</TestResult>"; 34 RESULT_START +TEST_PACKAGE_START + TEST_PACKAGE_END + RESULT_END; 80 parser.parse(new StringReader(RESULT_START + TEST_PACKAGE_START + RESULT_END));
|
/external/chromium_org/ui/base/ime/win/ |
tsf_text_store_unittest.cc | 316 LONG result_end = 0; local 320 text_store_->QueryInsert(0, 0, 0, NULL, &result_end)); 324 text_store_->QueryInsert(0, 0, 0, &result_start, &result_end)); 326 EXPECT_EQ(0, result_end); 330 text_store_->QueryInsert(0, 1, 0, &result_start, &result_end)); 332 EXPECT_EQ(1, result_end); 334 text_store_->QueryInsert(1, 0, 0, &result_start, &result_end)); 336 text_store_->QueryInsert(2, 2, 0, &result_start, &result_end)); 338 EXPECT_EQ(2, result_end); 340 text_store_->QueryInsert(2, 3, 0, &result_start, &result_end)); [all...] |
/external/chromium_org/v8/src/ia32/ |
macro-assembler-ia32.cc | 1580 mov(Operand::StaticVariable(allocation_top), result_end); local 1582 mov(Operand(scratch, 0), result_end); local [all...] |
macro-assembler-ia32.h | 627 // result_end. The register scratch can be passed as no_reg in which case 629 // returned pointers in result and result_end have not yet been tagged as 631 // result is known to be the allocation top on entry (could be result_end 636 Register result_end, 646 Register result_end, 653 Register result_end, [all...] |
/external/v8/src/ia32/ |
macro-assembler-ia32.cc | 1136 mov(Operand::StaticVariable(new_space_allocation_top), result_end); local 1138 mov(Operand(scratch, 0), result_end); local [all...] |
macro-assembler-ia32.h | 531 // result and end of the new object is returned in result_end. The register 534 // and result_end have not yet been tagged as heap objects. If 536 // the allocation top on entry (could be result_end from a previous call to 541 Register result_end, 550 Register result_end, 557 Register result_end, [all...] |
/external/v8/src/x64/ |
macro-assembler-x64.cc | 3592 movq(Operand(scratch, 0), result_end); local [all...] |
macro-assembler-x64.h | [all...] |
/external/chromium_org/v8/src/x64/ |
macro-assembler-x64.cc | 4100 movq(Operand(scratch, 0), result_end); local [all...] |
macro-assembler-x64.h | [all...] |