Searched refs:no (Results 1 – 15 of 15) sorted by relevance
/art/compiler/utils/arm64/ |
D | managed_register_arm64.cc | 54 int no; in RegNo() local 57 no = static_cast<int>(X31); in RegNo() 59 no = static_cast<int>(AsCoreRegister()); in RegNo() 62 no = static_cast<int>(AsWRegister()); in RegNo() 64 no = static_cast<int>(AsDRegister()); in RegNo() 66 no = static_cast<int>(AsSRegister()); in RegNo() 68 no = kNoRegister; in RegNo() 70 return no; in RegNo()
|
/art/test/044-proxy/ |
D | expected.txt | 15 (no args) 42 (no args) 47 (no args) 50 (no args) 64 (no args) 67 (no args) 70 (no args) 73 (no args) 76 (no args) 79 (no args) [all …]
|
/art/test/ |
D | Android.run-test.mk | 77 …ach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-test-names,$(test),,-no-prebuild)) 78 …st, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-test-names,$(test),-trace,-no-prebuild)) 79 … $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-test-names,$(test),-gcverify,-no-prebuild)) 80 … $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-test-names,$(test),-gcstress,-no-prebuild)) 87 …h test, $(TEST_ART_BROKEN_TRACE_RUN_TESTS), $(call all-run-test-names,$(test),-trace,-no-prebuild)) 97 …, $(TEST_ART_BROKEN_GCSTRESS_RUN_TESTS), $(call all-run-test-names,$(test),-gcstress,-no-prebuild)) 119 ART_TEST_KNOWN_BROKEN += $(call all-run-test-target-names,115-native-bridge,,-no-prebuild) 120 ART_TEST_KNOWN_BROKEN += $(call all-run-test-target-names,115-native-bridge,-trace,-no-prebuild) 121 ART_TEST_KNOWN_BROKEN += $(call all-run-test-target-names,115-native-bridge,-gcverify,-no-prebuild) 122 ART_TEST_KNOWN_BROKEN += $(call all-run-test-target-names,115-native-bridge,-gcstress,-no-prebuild) [all …]
|
D | README.txt | 4 single test. Run "./run-test" with no arguments to see command flags;
|
/art/build/ |
D | Android.common_test.mk | 29 test-art-host-run-test-gcstress-optimizing-no-prebuild-004-SignalTest32 \ 33 test-art-host-run-test-gcverify-optimizing-no-prebuild-004-SignalTest32 \ 37 test-art-host-run-test-optimizing-no-prebuild-004-SignalTest32 \ 47 test-art-target-run-test-gcstress-optimizing-no-prebuild-004-SignalTest32 \ 48 test-art-target-run-test-gcstress-default-no-prebuild-004-SignalTest32
|
/art/test/056-const-string-jumbo/ |
D | build | 45 ${DX} -JXmx500m --debug --dex --no-optimize --positions=none --no-locals --output=classes.dex class…
|
/art/test/126-miranda-multidex/ |
D | run | 21 ${RUN} --no-verify ${@}
|
/art/test/089-many-methods/ |
D | build | 48 ${DX} -JXmx1024m --dex --no-optimize classes
|
/art/test/000-nop/ |
D | info.txt | 1 This is a sample no-op test, which does at least serve to verify that the
|
/art/test/086-null-super/ |
D | info.txt | 5 that if there was no exception, the value returned would be non-null.
|
/art/compiler/dex/quick/mips/ |
D | README.mips | 30 means that no floating point promotion is allowed. Among the solution are: 41 Little to no attempt was made to fill branch delay slots. Branch
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 615 cbnz r1, 1f @ success if no exception pending 633 cbnz r2, 1f @ success if no exception pending 651 cbnz r1, 1f @ success if no exception pending 671 cbnz r1, 1f @ success if no exception pending 694 cbnz r2, 1f @ success if no exception pending 717 cbnz r1, 1f @ success if no exception pending 955 cbnz r2, 1f @ success if no exception is pending 1098 cbnz r2, 1f @ success if no exception is pending
|
/art/ |
D | NOTICE | 81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 166 8. Limitation of Liability. In no event and under no legal theory,
|
/art/test/046-reflect/ |
D | expected.txt | 29 Calling no-arg void-return method
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 236 bnez $t0, 1f # success if no exception is pending
|