Home
last modified time | relevance | path

Searched refs:copy (Results 76 – 100 of 404) sorted by relevance

12345678910>>...17

/art/test/800-smali/smali/
Db_26594149_6.smali5 # You may obtain a copy of the License at
Db_26594149_8.smali5 # You may obtain a copy of the License at
/art/test/162-method-resolution/jasmin/
DTest9User.j5 ; You may obtain a copy of the License at
DTest2User2.j5 ; You may obtain a copy of the License at
DTest10Base.j5 ; You may obtain a copy of the License at
DTest8User2.j5 ; You may obtain a copy of the License at
DTest5User2.j5 ; You may obtain a copy of the License at
/art/test/600-verifier-fails/smali/
Dsput.smali6 # You may obtain a copy of the License at
/art/test/VerifierDeps/
DMyErroneousTimeZone.smali5 # You may obtain a copy of the License at
/art/test/VerifierDepsMulti/
DMySoftVerificationFailure.smali5 # You may obtain a copy of the License at
/art/test/162-method-resolution/jasmin-multidex/
DTest1User.j5 ; You may obtain a copy of the License at
/art/tools/libjavac/
DAndroid.bp5 // You may obtain a copy of the License at
/art/test/504-regression-baseline-entry/smali/
DTest.smali6 # You may obtain a copy of the License at
/art/tools/class2greylist/test/
DAndroid.bp5 // You may obtain a copy of the License at
/art/test/516-dead-move-result/smali/
DMoveResult.smali5 # You may obtain a copy of the License at
/art/tools/class2greylist/
DAndroid.bp6 // You may obtain a copy of the License at
/art/tools/
Dlibjdwp-compat.props5 # You may obtain a copy of the License at
/art/test/180-native-default-method/jasmin/
DTestClass.j5 ; You may obtain a copy of the License at
/art/test/595-error-class/smali/
Derror.smali5 # You may obtain a copy of the License at
/art/libnativeloader/
Dlibnativeloader.map.txt6 # You may obtain a copy of the License at
/art/tools/cpp-define-generator/
Dosr.def6 * You may obtain a copy of the License at
/art/test/552-invoke-non-existent-super/smali/
Dsuperclass.smali6 # You may obtain a copy of the License at
/art/test/146-bad-interface/smali/
Dinvoke_inf.smali5 # You may obtain a copy of the License at
/art/openjdkjvmti/
Dti_threadgroup.cc123 JvmtiUniquePtr<char[]> copy = CopyString(env, tmp_cstr, &result); in GetThreadGroupInfo() local
124 if (copy == nullptr) { in GetThreadGroupInfo()
127 info_ptr->name = copy.release(); in GetThreadGroupInfo()
/art/runtime/mirror/
Dobject.cc161 ObjPtr<Object> copy = heap->IsMovableObject(h_this.Get()) in Clone() local
165 heap->AddFinalizerReference(self, &copy); in Clone()
167 return copy; in Clone()

12345678910>>...17