/art/tools/checker/file_format/checker/ |
D | test.py | 29 def tryParse(self, string): argument 33 def assertParses(self, string): argument 38 def assertIgnored(self, string): argument 43 def assertInvalid(self, string): argument 78 def parseAssertion(self, string, variant=""): argument 87 def parseExpression(self, string): argument 92 def assertEqualsRegex(self, string, expected): argument 95 def assertEqualsText(self, string, text): argument 98 def assertEqualsPattern(self, string, pattern): argument 101 def assertEqualsVarRef(self, string, name): argument [all …]
|
D | parser.py | 97 def __firstMatch(matches, string): argument
|
/art/build/ |
D | art.go | 330 func envDefault(ctx android.BaseContext, key string, defaultValue string) string { 338 func envTrue(ctx android.BaseContext, key string) bool { 342 func envFalse(ctx android.BaseContext, key string) bool {
|
/art/tools/ahat/src/ |
D | Doc.java | 33 void menu(DocString string); in menu() 43 void println(DocString string); in println() 48 void big(DocString string); in big()
|
D | DocString.java | 93 DocString string = new DocString(); in added() local 113 DocString string = new DocString(); in removed() local 136 DocString string = new DocString(); in size() local
|
D | HtmlDoc.java | 56 public void menu(DocString string) { in menu() 68 public void println(DocString string) { in println()
|
/art/runtime/gc/ |
D | heap_verification_test.cc | 54 Handle<mirror::String> string( in TEST_F() local 75 Handle<mirror::String> string( in TEST_F() local 89 Handle<mirror::String> string( in TEST_F() local 114 Handle<mirror::String> string( in TEST_F() local 134 Handle<mirror::String> string( in TEST_F() local
|
D | heap_test.cc | 56 mirror::String* string = mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!"); in TEST_F() local
|
/art/runtime/mirror/ |
D | string-inl.h | 51 ObjPtr<String> string = ObjPtr<String>::DownCast(obj); in operator() local 71 ObjPtr<String> string = ObjPtr<String>::DownCast(obj); in operator() local 107 ObjPtr<String> string = ObjPtr<String>::DownCast(obj); in operator() local 138 ObjPtr<String> string = ObjPtr<String>::DownCast(obj); in operator() local 259 String* string = Alloc<kIsInstrumented>(self, length_with_flag, allocator_type, visitor); in AllocFromByteArray() local 278 inline String* String::AllocFromString(Thread* self, int32_t string_length, Handle<String> string, in AllocFromString()
|
D | string.cc | 107 ObjPtr<String> string = Alloc<true>(self, length_with_flag, allocator_type, visitor); in DoReplace() local 137 String* String::AllocFromStrings(Thread* self, Handle<String> string, Handle<String> string2) { in AllocFromStrings() 181 ObjPtr<String> string = Alloc<true>(self, length_with_flag, allocator_type, visitor); in AllocFromUtf16() local 217 ObjPtr<String> string = Alloc<true>(self, utf16_length_with_flag, allocator_type, visitor); in AllocFromModifiedUtf8() local 380 Handle<String> string(hs.NewHandle(this)); in ToCharArray() local
|
D | object_test.cc | 63 Handle<String> string( in AssertString() local 423 Handle<String> string(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android"))); in TEST_F() local 439 Handle<String> string(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android"))); in TEST_F() local 456 Handle<String> string(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android"))); in TEST_F() local 473 Handle<String> string(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), "android"))); in TEST_F() local 576 Class* string = class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/String;"); in TEST_F() local
|
/art/tools/checker/common/ |
D | testing.py | 15 def ToUnicode(string): argument
|
/art/test/ImageLayoutB/ |
D | ImageLayoutB.java | 20 public static String string = "ASDF_UNIQUE_STRING"; field in MyClass
|
/art/runtime/ |
D | oat.cc | 37 static size_t ComputeOatHeaderSize(const SafeMap<std::string, std::string>* variable_data) { in ComputeOatHeaderSize() 53 const SafeMap<std::string, std::string>* variable_data) { in Create() 70 const SafeMap<std::string, std::string>* variable_data) in OatHeader() 518 void OatHeader::Flatten(const SafeMap<std::string, std::string>* key_value_store) { in Flatten()
|
D | java_vm_ext.h | 73 void SetCheckJniAbortHook(void (*hook)(void*, const std::string&), void* data) { in SetCheckJniAbortHook()
|
/art/compiler/optimizing/ |
D | ssa_builder.h | 85 void AddUninitializedString(HNewInstance* string) { in AddUninitializedString()
|
D | sharpening.cc | 251 mirror::String* string = nullptr; in ProcessLoadString() local
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | IdCreator.java | 131 private int findStringDataInsertionPoint(String string) { in findStringDataInsertionPoint() 321 private int createString(String string) { in createString() 379 private int findString(String string) { in findString() 396 public int findOrCreateString(String string) { in findOrCreateString()
|
/art/test/922-properties/ |
D | properties.cc | 59 ScopedUtfChars string(env, key); in Java_art_Test922_getSystemProperty() local
|
/art/runtime/native/ |
D | libcore_util_CharsetUtils.cc | 161 Handle<mirror::String> string(hs.NewHandle(soa.Decode<mirror::String>(java_string))); in charsToBytes() local 198 Handle<mirror::String> string(hs.NewHandle(soa.Decode<mirror::String>(java_string))); in CharsetUtils_toUtf8Bytes() local
|
D | java_lang_StringFactory.cc | 81 Handle<mirror::String> string(hs.NewHandle(soa.Decode<mirror::String>(to_copy))); in StringFactory_newStringFromString() local
|
/art/test/020-string/src/ |
D | Main.java | 102 String string = "string"; in constructorTest() local
|
/art/compiler/ |
D | oat_test.cc | 130 SafeMap<std::string, std::string>& key_value_store, in WriteElf() 152 SafeMap<std::string, std::string>& key_value_store, in WriteElf() 169 SafeMap<std::string, std::string>& key_value_store, in WriteElf() 184 SafeMap<std::string, std::string>& key_value_store, in DoWriteElf()
|
/art/test/100-reflect2/src/ |
D | Main.java | 273 …private static void ZBCDLFIJSV(boolean z, byte b, char c, double d, String string, float f, int i,… in ZBCDLFIJSV()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 756 ObjPtr<mirror::String> string = referrer->GetDexCache()->GetResolvedString(string_idx); in ResolveString() local 768 ObjPtr<mirror::String> string = referrer->GetDexCache()->GetResolvedString(string_idx); in ResolveStringFromCode() local
|