Home
last modified time | relevance | path

Searched refs:names (Results 1 – 16 of 16) sorted by relevance

/art/tools/
Dlibcore_failures.txt27 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 …]
Dlibcore_gcstress_failures.txt11 names: ["libcore.javax.crypto.CipherBasicsTest#testGcmEncryption"]
Dlibcore_gcstress_debug_failures.txt11 names: ["libcore.icu.TransliteratorTest#testAll",
/art/cmdline/
Dcmdline_parser.h226 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()
DREADME.md172 `Ignore` function which takes a list of argument definition names.
/art/test/123-compiler-regressions-mt/
Dinfo.txt6 17689750 GVN assigns the same value names across MONITOR_ENTER and volatile reads.
/art/runtime/native/
Djava_lang_reflect_Executable.cc100 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/
Dinfo.txt7 into the classes directory (this assumes the ASM libraries are names asm.jar and asm-tree.jar).
/art/test/509-pre-header/smali/
DPreHeader.smali19 # Label names in this method are taken from the original apk
/art/
DNOTICE152 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/
DMain.java864 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/
Ddex_file_annotations.h63 MutableHandle<mirror::ObjectArray<mirror::String>>* names,
Ddex_file_annotations.cc1156 MutableHandle<mirror::ObjectArray<mirror::String>>* names, in GetParametersMetadataForMethod() argument
1210 names->Assign(names_obj.Get()->AsObjectArray<mirror::String>()); in GetParametersMetadataForMethod()
/art/compiler/debug/
Delf_debug_info_writer.h48 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/
DREADME11 names as arguments. A trace is put into a category if the category name is a
/art/tools/ahat/
DREADME.txt94 Show sample path from GC root with field names in place of dominator path.