Searched refs:names (Results 1 – 16 of 16) sorted by relevance
/art/tools/ |
D | libcore_failures.txt | 27 names: ["libcore.java.lang.OldSystemTest#test_getProperties"] 36 names: ["libcore.io.OsTest#testUnixDomainSockets_in_file_system"] 42 names: ["libcore.android.system.OsConstantsTest#testTcpUserTimeoutIsDefined", 51 names: ["libcore.java.util.TimeZoneTest#testDisplayNames", 61 names: ["org.apache.harmony.tests.java.util.DateTest#test_Constructor"] 67 names: ["libcore.icu.DateIntervalFormatTest#test10089890", 84 names: ["libcore.javax.crypto.CipherTest#testCipherInitWithCertificate", 99 names: ["org.apache.harmony.tests.java.util.ScannerTest#testPerformance"] 105 names: ["org.apache.harmony.tests.java.lang.ProcessTest#test_getErrorStream"] 110 names: ["libcore.java.lang.SystemTest#testArrayCopyConcurrentModification"], [all …]
|
D | libcore_gcstress_failures.txt | 11 names: ["libcore.javax.crypto.CipherBasicsTest#testGcmEncryption"]
|
D | libcore_gcstress_debug_failures.txt | 11 names: ["libcore.icu.TransliteratorTest#testAll",
|
/art/cmdline/ |
D | cmdline_parser.h | 226 void SetNames(std::vector<const char*>&& names) { in SetNames() 227 argument_info_.names_ = names; in SetNames() 230 void SetNames(std::initializer_list<const char*> names) { in SetNames() 231 argument_info_.names_ = names; in SetNames() 319 void SetNames(std::vector<const char*>&& names) { in SetNames() 320 names_ = std::move(names); in SetNames() 323 void SetNames(std::initializer_list<const char*> names) { in SetNames() 324 names_ = names; in SetNames() 371 UntypedArgumentBuilder Define(std::initializer_list<const char*> names) { in Define() 373 b.SetNames(names); in Define()
|
D | README.md | 172 `Ignore` function which takes a list of argument definition names.
|
/art/test/123-compiler-regressions-mt/ |
D | info.txt | 6 17689750 GVN assigns the same value names across MONITOR_ENTER and volatile reads.
|
/art/runtime/native/ |
D | java_lang_reflect_Executable.cc | 100 MutableHandle<mirror::ObjectArray<mirror::String>> names = in Executable_getParameters0() local 103 if (!annotations::GetParametersMetadataForMethod(art_method, &names, &access_flags)) { in Executable_getParameters0() 108 if (UNLIKELY(names == nullptr || access_flags == nullptr)) { in Executable_getParameters0() 116 int32_t names_count = names.Get()->GetLength(); in Executable_getParameters0() 154 name.Assign(names.Get()->Get(parameter_index)); in Executable_getParameters0()
|
/art/test/121-modifiers/ |
D | info.txt | 7 into the classes directory (this assumes the ASM libraries are names asm.jar and asm-tree.jar).
|
/art/test/509-pre-header/smali/ |
D | PreHeader.smali | 19 # Label names in this method are taken from the original apk
|
/art/ |
D | NOTICE | 152 names, trademarks, service marks, or product names of the Licensor, 226 * Neither the names of the LLVM Team, University of Illinois at 227 Urbana-Champaign, nor the names of its contributors may be used to 249 other licenses gives permission to use the names of the LLVM Team or the
|
/art/test/046-reflect/src/ |
D | Main.java | 864 public void aMethod(Set<String> names) {} in aMethod() argument 865 public void aMethodIdentical(Set<String> names) {} in aMethodIdentical() argument 869 public void aMethod(T[] names) {} in aMethod() argument 870 public void aMethodIdentical(T[] names) {} in aMethodIdentical() argument
|
/art/runtime/ |
D | dex_file_annotations.h | 63 MutableHandle<mirror::ObjectArray<mirror::String>>* names,
|
D | dex_file_annotations.cc | 1156 MutableHandle<mirror::ObjectArray<mirror::String>>* names, in GetParametersMetadataForMethod() argument 1210 names->Assign(names_obj.Get()->AsObjectArray<mirror::String>()); in GetParametersMetadataForMethod()
|
/art/compiler/debug/ |
D | elf_debug_info_writer.h | 48 std::vector<const char*> names; in GetParamNames() local 57 names.push_back(mi->dex_file->StringDataByIdx(dex::StringIndex(id))); in GetParamNames() 61 return names; in GetParamNames()
|
/art/tools/runtime_memusage/ |
D | README | 11 names as arguments. A trace is put into a category if the category name is a
|
/art/tools/ahat/ |
D | README.txt | 94 Show sample path from GC root with field names in place of dominator path.
|