Home
last modified time | relevance | path

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

12345678910>>...41

/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/runtime/
Dmethod_handles_test.cc49 static bool TryConversion(Handle<mirror::Class> from, Handle<mirror::Class> to, JValue* value) in TryConversion() argument
57 return ConvertJValueCommon(throw_wmt, from.Get(), to.Get(), value); in TryConversion()
76 Handle<mirror::Class> from = hs.NewHandle(cl->FindPrimitiveClass('B')); in TEST_F() local
79 ASSERT_TRUE(TryConversion(from, to, &value)); in TEST_F()
88 Handle<mirror::Class> from = hs.NewHandle(cl->FindPrimitiveClass('C')); in TEST_F() local
92 ASSERT_TRUE(TryConversion(from, to, &value)); in TEST_F()
101 Handle<mirror::Class> from = hs.NewHandle(cl->FindPrimitiveClass('I')); in TEST_F() local
104 ASSERT_TRUE(TryConversion(from, to, &value)); in TEST_F()
113 Handle<mirror::Class> from = hs.NewHandle(cl->FindPrimitiveClass('B')); in TEST_F() local
117 ASSERT_FALSE(TryConversion(from, to, &value)); in TEST_F()
[all …]
Dmethod_handles-inl.h109 ObjPtr<mirror::Class> from, in ConvertArgumentValue() argument
112 if (from == to) { in ConvertArgumentValue()
119 if (ConvertJValueCommon(throw_wmt, from, to, value)) { in ConvertArgumentValue()
130 ObjPtr<mirror::Class> from, in ConvertReturnValue() argument
133 if (to->GetPrimitiveType() == Primitive::kPrimVoid || from == to) { in ConvertReturnValue()
140 if (ConvertJValueCommon(throw_wmt, from, to, value)) { in ConvertReturnValue()
158 ObjPtr<mirror::Class> from = from_types.Get(i); in PerformConversions() local
160 const Primitive::Type from_type = from->GetPrimitiveType(); in PerformConversions()
162 if (from == to) { in PerformConversions()
182 if (!ConvertArgumentValue(throw_wmt, from, to, &value)) { in PerformConversions()
Dmethod_handles.h40 bool IsParameterTypeConvertible(ObjPtr<mirror::Class> from,
45 bool IsReturnTypeConvertible(ObjPtr<mirror::Class> from,
61 ObjPtr<mirror::Class> from,
70 ObjPtr<mirror::Class> from,
79 ObjPtr<mirror::Class> from,
/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/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
32 GET_INST_OPCODE ip @ extract opcode from rINST
39 GET_INST_OPCODE ip @ extract opcode from rINST
85 GET_INST_OPCODE ip @ extract opcode from rINST
91 GET_INST_OPCODE ip @ extract opcode from rINST
97 GET_INST_OPCODE ip @ extract opcode from rINST
131 GET_INST_OPCODE ip @ extract opcode from rINST
146 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/compiler/utils/
Dassembler.cc67 MemoryRegion from(reinterpret_cast<void*>(contents()), Size()); in ProcessFixups()
68 ProcessFixups(from); in ProcessFixups()
73 MemoryRegion from(reinterpret_cast<void*>(contents()), Size()); in CopyInstructions()
74 instructions.CopyFrom(0, from); in CopyInstructions()
/art/build/apex/
Dart.rc19 disabled # Prevents the service from automatically starting at boot.
20 oneshot # Prevents the service from automatically restarting each time it is stopped.
36 disabled # Prevents the service from automatically starting at boot.
37 oneshot # Prevents the service from automatically restarting each time it is stopped.
48 disabled # Prevents the service from automatically starting at boot.
49 oneshot # Prevents the service from automatically restarting each time it is stopped.
57 disabled # Started explicitly from system/core/rootdir/init.rc
/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.
Dexpected-stdout.jvm.txt3 Retrieving obsolete method from current stack
11 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()
/art/test/1957-error-ext/
Dexpected-stdout.txt2 …m redefinition of 'Lart/Test1957$Transform;': Total number of declared methods changed from 2 to 1)
3 …rm redefinition of 'Lart/Test1957$Transform;': Total number of declared methods changed from 2 to 1

12345678910>>...41