/art/test/181-default-methods/ |
D | expected-stdout.txt | 2 Output from Default_D1: D1.testMethod() 3 Output from Default_D2: D2.testMethod() 4 Output from Default_D3: D3.testMethod() 9 Output from Default_D1_D2M: D1.testMethod() 10 Output from Default_D1M_D2: D2.testMethod() 15 Output from Default_D1_D2M_D3M: D1.testMethod() 17 Output from Default_D1M_D2_D3M: D2.testMethod() 18 Output from Default_D1M_D2M_D3: D3.testMethod() 21 Output from Default_D1D2D: D1D2D.testMethod() 23 Output from Default_AD1D2D: AD1D2D.testMethod() [all …]
|
/art/libartbase/base/ |
D | memory_region.cc | 24 void MemoryRegion::CopyFrom(size_t offset, const MemoryRegion& from) const { in CopyFrom() 25 CHECK(from.pointer() != nullptr); in CopyFrom() 26 CHECK_GT(from.size(), 0U); in CopyFrom() 27 CHECK_GE(this->size(), from.size()); in CopyFrom() 28 CHECK_LE(offset, this->size() - from.size()); in CopyFrom() 29 memmove(reinterpret_cast<void*>(begin() + offset), from.pointer(), from.size()); in CopyFrom()
|
/art/test/1963-add-to-dex-classloader-in-memory/ |
D | expected-stdout.txt | 3 Hello from TestClass sayHi function 4 Goodbye from TestClass! 8 Hello again from TestClass sayHi function 9 Hello from NewClass sayHi function 10 Goodbye again from TestClass! 13 Hello from TestClass sayHi function 14 Goodbye from TestClass! 17 Hello again from TestClass sayHi function
|
/art/test/605-new-string-from-bytes/ |
D | Android.bp | 3 // Build rules for ART run-test `605-new-string-from-bytes`. 8 // all of the 'license_kinds' from "art_license" 16 name: "art-run-test-605-new-string-from-bytes", 21 ":art-run-test-605-new-string-from-bytes-expected-stdout", 22 ":art-run-test-605-new-string-from-bytes-expected-stderr", 28 name: "art-run-test-605-new-string-from-bytes-expected-stdout", 29 out: ["art-run-test-605-new-string-from-bytes-expected-stdout.txt"], 36 name: "art-run-test-605-new-string-from-bytes-expected-stderr", 37 out: ["art-run-test-605-new-string-from-bytes-expected-stderr.txt"],
|
/art/test/551-implicit-null-checks/ |
D | expected-stdout.txt | 1 NPE from GetLong 2 NPE from PutLong 3 NPE from GetDouble 4 NPE from PutDouble
|
/art/runtime/ |
D | method_handles_test.cc | 63 Handle<mirror::Class> from, in TryConversion() argument 68 Handle<mirror::MethodType> from_mt = hs.NewHandle(CreateVoidMethodType(self, from)); in TryConversion() 70 return ConvertJValueCommon(from_mt, to_mt, from.Get(), to.Get(), value); in TryConversion() 89 Handle<mirror::Class> from = hs.NewHandle(cl->FindPrimitiveClass('B')); in TEST_F() local 92 ASSERT_TRUE(TryConversion(soa.Self(), from, to, &value)); in TEST_F() 101 Handle<mirror::Class> from = hs.NewHandle(cl->FindPrimitiveClass('C')); in TEST_F() local 105 ASSERT_TRUE(TryConversion(soa.Self(), from, to, &value)); in TEST_F() 114 Handle<mirror::Class> from = hs.NewHandle(cl->FindPrimitiveClass('I')); in TEST_F() local 117 ASSERT_TRUE(TryConversion(soa.Self(), from, to, &value)); in TEST_F() 126 Handle<mirror::Class> from = hs.NewHandle(cl->FindPrimitiveClass('B')); in TEST_F() local [all …]
|
/art/test/1964-add-to-dex-classloader-file/ |
D | expected-stdout.txt | 3 Hello from TestClass sayHi function 4 Goodbye from TestClass! 8 Hello again from TestClass sayHi function 9 Hello from NewClass sayHi function 17 Hello from TestClass sayHi function 18 Goodbye from TestClass! 21 Hello again from TestClass sayHi function
|
/art/test/179-nonvirtual-jni/ |
D | expected-stdout.txt | 3 Hello from Base 5 Hello from Base 7 Hello from Base 9 Hello from Ext
|
/art/test/2262-default-conflict-methods/ |
D | expected-stdout.txt | 5 Test from Interface 6 Unexpected normal exit from GetMethodId 7 Test from Interface
|
/art/runtime/interpreter/mterp/armng/ |
D | other.S | 11 GET_INST_OPCODE ip @ extract opcode from rINST 21 GET_INST_OPCODE ip @ extract opcode from rINST 29 GET_INST_OPCODE ip @ ip<- opcode from rINST 40 GET_INST_OPCODE ip @ extract opcode from rINST 98 GET_INST_OPCODE ip @ extract opcode from rINST 110 GET_INST_OPCODE ip @ extract opcode from rINST 124 GET_INST_OPCODE ip @ extract opcode from rINST 137 GET_INST_OPCODE ip @ extract opcode from rINST 151 GET_INST_OPCODE ip @ extract opcode from rINST 168 GET_INST_OPCODE ip @ extract opcode from rINST [all …]
|
D | array.S | 24 GET_INST_OPCODE ip @ extract opcode from rINST 31 GET_INST_OPCODE ip @ extract opcode from rINST 38 GET_INST_OPCODE ip @ extract opcode from rINST 84 GET_INST_OPCODE ip @ extract opcode from rINST 90 GET_INST_OPCODE ip @ extract opcode from rINST 96 GET_INST_OPCODE ip @ extract opcode from rINST 130 GET_INST_OPCODE ip @ extract opcode from rINST 145 GET_INST_OPCODE ip @ extract opcode from rINST
|
/art/test/975-iface-private/ |
D | expected-stdout.txt | 1 Saying hi from class 3 Saying hi from interface
|
/art/test/1927-exception-event/ |
D | expected-stdout.txt | 3 …c static void art.Test1927.test_J() @ line = 110 throws class art.Test1927$TestException: from java 12 …c static void art.Test1927.test_J() @ line = 111 caught class art.Test1927$TestException: from java 20 Caught exception: art.Test1927$TestException: from java 22 Caught exception: art.Test1927$TestException: from native 24 …atic void art.Test1927.terminal_J() @ line = 103 throws class art.Test1927$TestException: from java 34 …static void art.Test1927.test_J_J() @ line = 122 caught class art.Test1927$TestException: from java 42 Caught exception: art.Test1927$TestException: from java 44 …ive void art.Test1927.terminal_N() @ line = -1 throws class art.Test1927$TestException: from native 54 …atic void art.Test1927.test_J_N() @ line = 130 caught class art.Test1927$TestException: from native 62 Caught exception: art.Test1927$TestException: from native [all …]
|
/art/libnativeloader/ |
D | README.md | 16 tries to load the requested library from that namespace. The actual searching, 22 from the namespace, thus preventing an APK from loading JNI libraries of other 29 are available from the platform, whereas in case of the bundled, all libraries 31 app is from `/vendor` or `/product` partition, the app is additionally provided 35 some libraries are no longer provided from platform, but from the APEXes which 37 `libicui18n.so` are from the I18n APEX. 82 native libraries from the various partitions. It can be considered as a part of 83 `LibraryNamespaces` but is separated from it to hide the details of the parsing
|
/art/test/949-in-memory-transform/ |
D | info.txt | 3 Tests that transformation works even when the class being transformed comes from 4 an in-memory dex file (i.e. loaded from an InMemoryDexClassLoader).
|
/art/test/021-string2/src/ |
D | Main.java | 524 for (int from = 0; from != full.length(); ++from) { in testIndexOf() 528 if (from <= p.length()) { in testIndexOf() 532 } else if (from >= p.length() + c.length()) { in testIndexOf() 536 } else if (full.charAt(from) == 'z') { in testIndexOf() 537 eX = (full.charAt(from + 1) != 'x') ? -1 : from + 1; in testIndexOf() 538 e0440 = (full.charAt(from + 1) != '\u0440') ? -1 : from + 1; in testIndexOf() 539 e0000 = (full.charAt(from + 1) != '\u0000') ? -1 : from + 1; in testIndexOf() 541 eX = (full.charAt(from) != 'x') ? -1 : from; in testIndexOf() 542 e0440 = (full.charAt(from) != '\u0440') ? -1 : from; in testIndexOf() 543 e0000 = (full.charAt(from) != '\u0000') ? -1 : from; in testIndexOf() [all …]
|
/art/test/420-const-class/ |
D | expected-stdout.txt | 7 Hello from OtherWithClinit 13 Hello from OtherWithClinit2
|
/art/test/984-obsolete-invoke/ |
D | expected-stdout.txt | 3 Retrieving obsolete method from current stack 10 Caught expected error from attempting to invoke an obsolete method.
|
/art/compiler/optimizing/ |
D | superblock_cloner.h | 38 HEdge(HBasicBlock* from, HBasicBlock* to) : from_(from->GetBlockId()), to_(to->GetBlockId()) { in HEdge() argument 42 HEdge(uint32_t from, uint32_t to) : from_(from), to_(to) { in HEdge() argument 74 uint32_t from = edge.GetFrom(); in IsEdgeValid() local 76 if (from >= graph->GetBlocks().size() || to >= graph->GetBlocks().size()) { in IsEdgeValid() 80 HBasicBlock* block_from = graph->GetBlocks()[from]; in IsEdgeValid()
|
D | register_allocator_graph_color.cc | 490 void AddPotentialInterference(InterferenceNode* from, 509 bool PrecoloredHeuristic(InterferenceNode* from, InterferenceNode* into); 512 bool UncoloredHeuristic(InterferenceNode* from, InterferenceNode* into); 517 void Combine(InterferenceNode* from, InterferenceNode* into); 1101 void ColoringIteration::AddPotentialInterference(InterferenceNode* from, in AddPotentialInterference() argument 1105 if (from->IsPrecolored()) { in AddPotentialInterference() 1114 from->AddInterference( in AddPotentialInterference() 1133 from->AddInterference( in AddPotentialInterference() 1138 from->AddInterference(to, guaranteed_not_interfering_yet, &adjacent_nodes_links_); in AddPotentialInterference() 1142 AddPotentialInterference(to, from, guaranteed_not_interfering_yet, /*both_directions*/ false); in AddPotentialInterference() [all …]
|
/art/tools/cpp-define-generator/ |
D | Android.bp | 21 // all of the 'license_kinds' from "art_license" 48 from: "art/build/SoongConfig.bp", 54 // This extracts the compile-time constants from asm_defines.s and creates the header. 58 // :asm_defines.s is only available when building ART from source, so do the 60 // TODO(b/172480617): Clean up when sources are gone from the platform tree
|
/art/runtime/mirror/ |
D | method_type.cc | 164 static bool IsParameterInPlaceConvertible(ObjPtr<Class> from, ObjPtr<Class> to) in IsParameterInPlaceConvertible() argument 166 if (from == to) { in IsParameterInPlaceConvertible() 170 if (from->IsPrimitive() != to->IsPrimitive()) { in IsParameterInPlaceConvertible() 174 if (from->IsPrimitive()) { in IsParameterInPlaceConvertible() 178 Primitive::Type src = from->GetPrimitiveType(); in IsParameterInPlaceConvertible() 193 return to->IsAssignableFrom(from); in IsParameterInPlaceConvertible()
|
/art/build/apex/ |
D | art.rc | 18 disabled # Prevents the service from automatically starting at boot. 19 oneshot # Prevents the service from automatically restarting each time it is stopped. 27 disabled # Started explicitly from system/core/rootdir/init.rc
|
/art/libdexfile/dex/ |
D | primitive.h | 198 static bool IsWidenable(Type from, Type to) { in IsWidenable() argument 199 if (!IsNumericType(from) || !IsNumericType(to)) { in IsWidenable() 203 if (IsSignedNumericType(from) && !IsSignedNumericType(to)) { in IsWidenable() 207 if (BitsRequiredForLargestValue(from) > BitsRequiredForLargestValue(to)) { in IsWidenable()
|
/art/dt_fd_forward/ |
D | README.md | 16 When this transport has successfully received fds from the proxy it sends the 22 When this transport accepts or attaches to a connection it will read from the 24 order, an fd that will be read from to get incoming JDWP packets (read\_fd\_), 27 to writing any data to write\_fd\_ the transport will _read_ from the
|