Home
last modified time | relevance | path

Searched refs:finalizer (Results 1 – 25 of 28) sorted by relevance

12

/aosp12/art/test/036-finalizer/
H A DAndroid.bp3 // Build rules for ART run-test `036-finalizer`.
16 name: "art-run-test-036-finalizer",
21 ":art-run-test-036-finalizer-expected-stdout",
22 ":art-run-test-036-finalizer-expected-stderr",
28 name: "art-run-test-036-finalizer-expected-stdout",
29 out: ["art-run-test-036-finalizer-expected-stdout.txt"],
36 name: "art-run-test-036-finalizer-expected-stderr",
37 out: ["art-run-test-036-finalizer-expected-stderr.txt"],
/aosp12/art/test/718-zipfile-finalizer/
H A DAndroid.bp3 // Build rules for ART run-test `718-zipfile-finalizer`.
16 name: "art-run-test-718-zipfile-finalizer",
21 ":art-run-test-718-zipfile-finalizer-expected-stdout",
22 ":art-run-test-718-zipfile-finalizer-expected-stderr",
28 name: "art-run-test-718-zipfile-finalizer-expected-stdout",
29 out: ["art-run-test-718-zipfile-finalizer-expected-stdout.txt"],
36 name: "art-run-test-718-zipfile-finalizer-expected-stderr",
37 out: ["art-run-test-718-zipfile-finalizer-expected-stderr.txt"],
/aosp12/art/test/030-bad-finalizer/
H A DAndroid.bp3 // Build rules for ART run-test `030-bad-finalizer`.
16 name: "art-run-test-030-bad-finalizer",
21 ":art-run-test-030-bad-finalizer-expected-stdout",
22 ":art-run-test-030-bad-finalizer-expected-stderr",
28 name: "art-run-test-030-bad-finalizer-expected-stdout",
29 out: ["art-run-test-030-bad-finalizer-expected-stdout.txt"],
36 name: "art-run-test-030-bad-finalizer-expected-stderr",
37 out: ["art-run-test-030-bad-finalizer-expected-stderr.txt"],
H A Dinfo.txt1 The finalizer for this class never finishes. Dalvik is expected to detect
/aosp12/art/test/059-finalizer-throw/
H A DAndroid.bp3 // Build rules for ART run-test `059-finalizer-throw`.
16 name: "art-run-test-059-finalizer-throw",
21 ":art-run-test-059-finalizer-throw-expected-stdout",
22 ":art-run-test-059-finalizer-throw-expected-stderr",
28 name: "art-run-test-059-finalizer-throw-expected-stdout",
29 out: ["art-run-test-059-finalizer-throw-expected-stdout.txt"],
36 name: "art-run-test-059-finalizer-throw-expected-stderr",
37 out: ["art-run-test-059-finalizer-throw-expected-stderr.txt"],
H A Dexpected-stdout.txt2 In finalizer
/aosp12/art/test/1336-short-finalizer-timeout/
H A DAndroid.bp3 // Build rules for ART run-test `1336-short-finalizer-timeout`.
16 name: "art-run-test-1336-short-finalizer-timeout",
21 ":art-run-test-1336-short-finalizer-timeout-expected-stdout",
22 ":art-run-test-1336-short-finalizer-timeout-expected-stderr",
28 name: "art-run-test-1336-short-finalizer-timeout-expected-stdout",
29 out: ["art-run-test-1336-short-finalizer-timeout-expected-stdout.txt"],
36 name: "art-run-test-1336-short-finalizer-timeout-expected-stderr",
37 out: ["art-run-test-1336-short-finalizer-timeout-expected-stderr.txt"],
H A Dinfo.txt1 Check that FinalizerTimeoutMs option works. Similar to 030-bad-finalizer.
/aosp12/art/test/080-oom-throw-with-finalizer/
H A DAndroid.bp3 // Build rules for ART run-test `080-oom-throw-with-finalizer`.
16 name: "art-run-test-080-oom-throw-with-finalizer",
21 ":art-run-test-080-oom-throw-with-finalizer-expected-stdout",
22 ":art-run-test-080-oom-throw-with-finalizer-expected-stderr",
28 name: "art-run-test-080-oom-throw-with-finalizer-expected-stdout",
29 out: ["art-run-test-080-oom-throw-with-finalizer-expected-stdout.txt"],
36 name: "art-run-test-080-oom-throw-with-finalizer-expected-stderr",
37 out: ["art-run-test-080-oom-throw-with-finalizer-expected-stderr.txt"],
H A Dinfo.txt1 Regression test on correct processing of OOM thrown while adding a finalizer reference.
/aosp12/frameworks/layoutlib/bridge/src/libcore/util/
H A DNativeAllocationRegistry_Delegate.java42 private NativeAllocationRegistry_Delegate(FreeFunction finalizer) { in NativeAllocationRegistry_Delegate() argument
43 mFinalizer = finalizer; in NativeAllocationRegistry_Delegate()
49 public static long createFinalizer(FreeFunction finalizer) { in createFinalizer() argument
50 return sManager.addNewDelegate(new NativeAllocationRegistry_Delegate(finalizer)); in createFinalizer()
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/
H A DRandomGraphGenerator.cpp46 : type(operand.type), finalizer(operand.finalizer) { in RandomOperand()
83 : opType(operation.opType), finalizer(operation.finalizer) { in RandomOperation()
211 if (operand->finalizer) operand->finalizer(operand.get()); in generateValue()
230 if (operation.finalizer) operation.finalizer(&operation); in generateValue()
H A DOperationManager.h46 std::function<void(RandomOperand*)> finalizer = nullptr; member
90 std::function<void(RandomOperation*)> finalizer = nullptr; member
H A DRandomGraphGenerator.h61 std::function<void(RandomOperand*)> finalizer = nullptr; member
118 std::function<void(RandomOperation*)> finalizer = nullptr; member
/aosp12/frameworks/base/libs/hwui/jni/
H A DPaintFilter.cpp48 static void finalizer(JNIEnv* env, jobject clazz, jlong objHandle) { in finalizer() function in android::PaintFilterGlue
64 {"nativeDestructor", "(J)V", (void*) PaintFilterGlue::finalizer}
H A Dandroid_graphics_Matrix.cpp34 static void finalizer(jlong objHandle) { in finalizer() function in android::SkMatrixGlue
40 return static_cast<jlong>(reinterpret_cast<uintptr_t>(&finalizer)); in getNativeFinalizer()
H A DPath.cpp37 static void finalizer(SkPath* obj) { in finalizer() function in android::SkPathGlue
53 return static_cast<jlong>(reinterpret_cast<uintptr_t>(&finalizer)); in getFinalizer()
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
H A DSelection.cpp56 .finalizer = embeddingLookupFinalizer};
113 .finalizer = hashtableLookupFinalizer}; in DEFINE_OPERATION_SIGNATURE()
159 .finalizer = gatherFinalizer};
269 .finalizer = sliceFinalizer};
377 .finalizer = stridedSliceFinalizer}; in DEFINE_OPERATION_SIGNATURE()
391 .finalizer = stridedSliceFinalizer}; in DEFINE_OPERATION_SIGNATURE()
405 .finalizer = stridedSliceFinalizer}; in DEFINE_OPERATION_SIGNATURE()
H A DBoundingBox.cpp151 .finalizer = roiFinalizer};
176 .finalizer = roiFinalizer};
239 .finalizer = heatmapMaxKeypointFinalizer};
H A DOperationSignatureUtils.h324 .finalizer = uniformFinalizer \
332 .finalizer = uniformFinalizer \
342 .finalizer = uniformFinalizer \
360 .finalizer = uniformFinalizer \
/aosp12/art/tools/ahat/
H A DREADME.txt16 --retained [strong | soft | finalizer | weak | phantom | unreachable]
61 Recognize java.lang.ref.Finalizer as a finalizer reference.
/aosp12/art/
H A DTEST_MAPPING89 "name": "art-run-test-036-finalizer[com.google.android.art.apex]"
137 "name": "art-run-test-059-finalizer-throw[com.google.android.art.apex]"
179 "name": "art-run-test-080-oom-throw-with-finalizer[com.google.android.art.apex]"
1097 "name": "art-run-test-718-zipfile-finalizer[com.google.android.art.apex]"
1276 "name": "art-run-test-036-finalizer"
1324 "name": "art-run-test-059-finalizer-throw"
1366 "name": "art-run-test-080-oom-throw-with-finalizer"
2284 "name": "art-run-test-718-zipfile-finalizer"
/aosp12/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/packages/apps/TV/libs/m2/
H A Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
H A Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...

12