Searched refs:all (Results 1 – 16 of 16) sorted by relevance
/art/test/ |
D | Android.run-test.mk | 28 define all-run-test-names 44 define all-run-test-target-names 61 …ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-te… 62 …ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-te… 63 …ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-te… 64 …ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-te… 65 …ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-te… 66 …ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-te… 67 …ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-te… 68 …ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(call all-run-te… [all …]
|
D | README.txt | 3 Use "./run-all-tests" to run all tests, or "./run-test <number>" to run a
|
/art/test/062-character-encodings/src/ |
D | Main.java | 17 SortedMap<String, Charset> all = Charset.availableCharsets(); in main() local 19 for (Map.Entry<String, Charset> e : all.entrySet()) { in main()
|
/art/build/ |
D | Android.cpplint.mk | 29 .PHONY: cpplint-art-all 30 cpplint-art-all:
|
D | Android.common_test.mk | 148 LOCAL_SRC_FILES := $(call all-java-files-under, $(2)) 162 LOCAL_SRC_FILES := $(call all-java-files-under, $(2))
|
/art/test/082-inline-execute/ |
D | info.txt | 1 Test all intrinsics.
|
/art/runtime/ |
D | indirect_reference_table.h | 192 uint32_t all; member 339 return segment_state_.all; in GetSegmentState() 343 segment_state_.all = new_state; in SetSegmentState()
|
D | elf_file.cc | 1602 ElfFile& all = *all_ptr; in GdbJITSupport() local 1605 const Elf32_Shdr* debug_info = all.FindSectionByName(".debug_info"); in GdbJITSupport() 1606 const Elf32_Shdr* debug_abbrev = all.FindSectionByName(".debug_abbrev"); in GdbJITSupport() 1607 const Elf32_Shdr* eh_frame = all.FindSectionByName(".eh_frame"); in GdbJITSupport() 1608 const Elf32_Shdr* debug_str = all.FindSectionByName(".debug_str"); in GdbJITSupport() 1609 const Elf32_Shdr* strtab_sec = all.FindSectionByName(".strtab"); in GdbJITSupport() 1610 const Elf32_Shdr* symtab_sec = all.FindSectionByName(".symtab"); in GdbJITSupport() 1611 Elf32_Shdr* text_sec = all.FindSectionByName(".text"); in GdbJITSupport() 1620 Elf32_Ehdr& elf_hdr = all.GetHeader(); in GdbJITSupport() 1631 all.Begin() + debug_abbrev->sh_offset, debug_abbrev->sh_size, text_sec->sh_addr, in GdbJITSupport() [all …]
|
D | indirect_reference_table.cc | 81 segment_state_.all = IRT_FIRST_SEGMENT; in IndirectReferenceTable() 89 prevState.all = cookie; in Add() 155 prevState.all = cookie; in Remove()
|
/art/test/097-duplicate-method/ |
D | info.txt | 2 properly (all but the first are ignored).
|
/art/test/109-suspend-check/ |
D | info.txt | 1 To support garbage collection, debugging and profiling the VM must be able to send all threads
|
/art/test/050-sync-test/ |
D | expected.txt | 28 main: all done
|
/art/test/115-native-bridge/ |
D | expected.txt | 7 Test ART callbacks: all JNI function number is 9.
|
/art/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all 114 that You distribute, all copyright, patent, trademark, and 174 work stoppage, computer failure or malfunction, or any and all 248 applies to all code in the LLVM Distribution, and nothing in any of the
|
/art/compiler/llvm/ |
D | intrinsic_func_list.def | 1608 // For simplicity, all use integer input 1774 // Clean up all internal used macros
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 344 vldm r1, {s0-s31} @ load all fprs from argument fprs_
|