Home
last modified time | relevance | path

Searched defs:string (Results 1 – 25 of 46) sorted by relevance

12

/art/tools/checker/file_format/checker/
Dtest.py29 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 …]
Dparser.py97 def __firstMatch(matches, string): argument
/art/build/
Dart.go298 func envDefault(ctx android.BaseContext, key string, defaultValue string) string {
306 func envTrue(ctx android.BaseContext, key string) bool {
310 func envFalse(ctx android.BaseContext, key string) bool {
/art/tools/ahat/src/
DDoc.java33 void menu(DocString string); in menu()
43 void println(DocString string); in println()
48 void big(DocString string); in big()
DHtmlDoc.java56 public void menu(DocString string) { in menu()
68 public void println(DocString string) { in println()
DDocString.java93 DocString string = new DocString(); in added() local
113 DocString string = new DocString(); in removed() local
DHeapTable.java49 DocString string = new DocString(); in sizeString() local
/art/runtime/gc/
Dheap_verification_test.cc53 Handle<mirror::String> string( in TEST_F() local
69 Handle<mirror::String> string( in TEST_F() local
87 Handle<mirror::String> string( in TEST_F() local
109 Handle<mirror::String> string( in TEST_F() local
Dheap_test.cc56 mirror::String* string = mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!"); in TEST_F() local
/art/runtime/mirror/
Dstring-inl.h52 ObjPtr<String> string = ObjPtr<String>::DownCast(obj); in operator() local
72 ObjPtr<String> string = ObjPtr<String>::DownCast(obj); in operator() local
108 ObjPtr<String> string = ObjPtr<String>::DownCast(obj); in operator() local
139 ObjPtr<String> string = ObjPtr<String>::DownCast(obj); in operator() local
263 String* string = Alloc<kIsInstrumented>(self, length_with_flag, allocator_type, visitor); in AllocFromByteArray() local
282 inline String* String::AllocFromString(Thread* self, int32_t string_length, Handle<String> string, in AllocFromString()
Dstring.cc104 ObjPtr<String> string = Alloc<true>(self, length_with_flag, allocator_type, visitor); in DoReplace() local
134 String* String::AllocFromStrings(Thread* self, Handle<String> string, Handle<String> string2) { in AllocFromStrings()
178 ObjPtr<String> string = Alloc<true>(self, length_with_flag, allocator_type, visitor); in AllocFromUtf16() local
214 ObjPtr<String> string = Alloc<true>(self, utf16_length_with_flag, allocator_type, visitor); in AllocFromModifiedUtf8() local
377 Handle<String> string(hs.NewHandle(this)); in ToCharArray() local
Dobject_test.cc63 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/
Dtesting.py15 def ToUnicode(string): argument
/art/test/ImageLayoutB/
DImageLayoutB.java20 public static String string = "ASDF_UNIQUE_STRING"; field in MyClass
/art/runtime/
Doat.cc36 static size_t ComputeOatHeaderSize(const SafeMap<std::string, std::string>* variable_data) { in ComputeOatHeaderSize()
52 const SafeMap<std::string, std::string>* variable_data) { in Create()
69 const SafeMap<std::string, std::string>* variable_data) in OatHeader()
502 void OatHeader::Flatten(const SafeMap<std::string, std::string>* key_value_store) { in Flatten()
Djava_vm_ext.h72 void SetCheckJniAbortHook(void (*hook)(void*, const std::string&), void* data) { in SetCheckJniAbortHook()
Dintern_table.cc103 Utf8String string(utf16_length, in LookupStrong() local
424 ObjPtr<mirror::String> InternTable::Table::Find(const Utf8String& string) { in Find()
/art/compiler/optimizing/
Dssa_builder.h85 void AddUninitializedString(HNewInstance* string) { in AddUninitializedString()
Dsharpening.cc242 mirror::String* string = nullptr; in ProcessLoadString() local
/art/tools/dexfuzz/src/dexfuzz/program/
DIdCreator.java131 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/
Dproperties.cc59 ScopedUtfChars string(env, key); in Java_art_Test922_getSystemProperty() local
/art/runtime/native/
Dlibcore_util_CharsetUtils.cc157 Handle<mirror::String> string(hs.NewHandle(soa.Decode<mirror::String>(java_string))); in charsToBytes() local
194 Handle<mirror::String> string(hs.NewHandle(soa.Decode<mirror::String>(java_string))); in CharsetUtils_toUtf8Bytes() local
Djava_lang_StringFactory.cc79 Handle<mirror::String> string(hs.NewHandle(soa.Decode<mirror::String>(to_copy))); in StringFactory_newStringFromString() local
/art/test/020-string/src/
DMain.java102 String string = "string"; in constructorTest() local
/art/compiler/
Doat_test.cc129 SafeMap<std::string, std::string>& key_value_store, in WriteElf()
151 SafeMap<std::string, std::string>& key_value_store, in WriteElf()
168 SafeMap<std::string, std::string>& key_value_store, in WriteElf()
183 SafeMap<std::string, std::string>& key_value_store, in DoWriteElf()

12