Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 981) sorted by relevance

12345678910>>...40

/art/test/181-default-methods/
Dexpected-stdout.txt2 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/
Dmemory_region.cc24 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/
Dexpected-stdout.txt3 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/
DAndroid.bp3 // 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/
Dexpected-stdout.txt1 NPE from GetLong
2 NPE from PutLong
3 NPE from GetDouble
4 NPE from PutDouble
/art/runtime/
Dmethod_handles_test.cc63 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/
Dexpected-stdout.txt3 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/
Dexpected-stdout.txt3 Hello from Base
5 Hello from Base
7 Hello from Base
9 Hello from Ext
/art/test/2262-default-conflict-methods/
Dexpected-stdout.txt5 Test from Interface
6 Unexpected normal exit from GetMethodId
7 Test from Interface
/art/runtime/interpreter/mterp/armng/
Dother.S11 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 …]
Darray.S24 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/
Dexpected-stdout.txt1 Saying hi from class
3 Saying hi from interface
/art/test/1927-exception-event/
Dexpected-stdout.txt3 …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/
DREADME.md16 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/
Dinfo.txt3 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/
DMain.java524 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/
Dexpected-stdout.txt7 Hello from OtherWithClinit
13 Hello from OtherWithClinit2
/art/test/984-obsolete-invoke/
Dexpected-stdout.txt3 Retrieving obsolete method from current stack
10 Caught expected error from attempting to invoke an obsolete method.
/art/compiler/optimizing/
Dsuperblock_cloner.h38 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()
Dregister_allocator_graph_color.cc490 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/
DAndroid.bp21 // 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/
Dmethod_type.cc164 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/
Dart.rc18 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/
Dprimitive.h198 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/
DREADME.md16 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

12345678910>>...40