Searched refs:dump2 (Results 1 – 4 of 4) sorted by relevance
/external/vixl/test/aarch64/ |
D | test-utils-aarch64.cc | 477 Register dump2 = x11; in Dump() local 478 VIXL_ASSERT(!AreAliased(dump_base, dump, tmp, dump2_base, dump2)); in Dump() 485 __ Add(dump2, dump2_base, w_offset); in Dump() 487 MemOperand(dump2, dump_base.GetCode() * kWRegSizeInBytes)); in Dump() 488 __ Str(dump_w, MemOperand(dump2, dump.GetCode() * kWRegSizeInBytes)); in Dump() 489 __ Str(tmp_w, MemOperand(dump2, tmp.GetCode() * kWRegSizeInBytes)); in Dump() 491 __ Add(dump2, dump2_base, x_offset); in Dump() 492 __ Str(dump_base, MemOperand(dump2, dump_base.GetCode() * kXRegSizeInBytes)); in Dump() 493 __ Str(dump, MemOperand(dump2, dump.GetCode() * kXRegSizeInBytes)); in Dump() 494 __ Str(tmp, MemOperand(dump2, tmp.GetCode() * kXRegSizeInBytes)); in Dump() [all …]
|
/external/jacoco/jacoco-maven-plugin.test/it/it-multi-module/ |
D | verify.bsh | 20 File dump2 = new File( basedir, "skip-child/target/jacoco.exec" ); 21 if ( dump2.isFile() ) { 22 …ew RuntimeException( "Should not be executed for module 'skip-child', but dump found : " + dump2 );
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue82/ |
D | PropOrderInfluenceWhenAliasedInGenericCollectionTest.java | 241 String dump2 = yaml.dumpAsMap(customerAB); in testABwithJavaBeanHelpers() local 244 CustomerAB parsed = loader.loadAs(dump2, CustomerAB.class); in testABwithJavaBeanHelpers()
|
/external/python/cpython2/Demo/parser/ |
D | test_unparse.py | 79 dump2 = ast.dump(ast2)
|