HomeSort by relevance Sort by last modified time
    Searched full:finalizers (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /art/test/059-finalizer-throw/
info.txt 1 Verify that exceptions thrown from finalizers are ignored.
  /prebuilts/go/darwin-x86/test/
tinyfin.go 7 // Test finalizers work for tiny (combined) allocations.
53 // Some of the finalizers may not be executed,
59 panic("not all finalizers are called")
gc2.go 9 // An interesting case because they have finalizers and used to
11 // (Cyclic data with finalizers is never finalized, nor collected.)
mallocfin.go 7 // Test basic operation of finalizers.
31 // the unused return is to test finalizers with return values
deferfin.go 60 panic("not all finalizers are called")
  /prebuilts/go/linux-x86/test/
tinyfin.go 7 // Test finalizers work for tiny (combined) allocations.
53 // Some of the finalizers may not be executed,
59 panic("not all finalizers are called")
gc2.go 9 // An interesting case because they have finalizers and used to
11 // (Cyclic data with finalizers is never finalized, nor collected.)
mallocfin.go 7 // Test basic operation of finalizers.
31 // the unused return is to test finalizers with return values
deferfin.go 60 panic("not all finalizers are called")
  /frameworks/base/graphics/java/android/graphics/
PathEffect.java 28 native_instance = 0; // Other finalizers can still call us.
MaskFilter.java 28 native_instance = 0; // Other finalizers can still call us.
RegionIterator.java 46 mNativeIter = 0; // Other finalizers can still call us.
  /libcore/ojluni/src/main/java/java/lang/
Shutdown.java 44 private static final int FINALIZERS = 2;
47 /* Should we run all finalizers upon exit? */
156 * we're running hooks or finalizers. In the latter case a finalizer could
159 * if on-exit finalizers are enabled they're run iff the shutdown is
173 state = FINALIZERS;
194 case FINALIZERS:
200 * Run more finalizers and then halt
232 case FINALIZERS:
  /prebuilts/go/darwin-x86/src/runtime/debug/
heapdump_test.go 61 // Trigger collection of x and y, queueing of their finalizers.
65 // Make sure WriteHeapDump doesn't fail with multiple queued finalizers.
  /prebuilts/go/linux-x86/src/runtime/debug/
heapdump_test.go 61 // Trigger collection of x and y, queueing of their finalizers.
65 // Make sure WriteHeapDump doesn't fail with multiple queued finalizers.
  /prebuilts/go/darwin-x86/src/runtime/
mfinal.go 5 // Garbage collector: finalizers and block profiling.
20 var fing *g // goroutine that runs finalizers
21 var finq *finblock // list of finalizers that are to be executed
40 // Need 8 Finalizers described by 5 bytes before pattern repeats:
139 // This is the goroutine that runs all of the finalizers
232 // Finalizers are run in dependency order: if A points at B, both have
233 // finalizers, and they are otherwise unreachable, only the finalizer
242 // There is no guarantee that finalizers will run before a program exits,
258 // A single goroutine runs all finalizers for a program, sequentially.
263 // debug.sbrk never frees memory, so no finalizers ru
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mfinal.go 5 // Garbage collector: finalizers and block profiling.
20 var fing *g // goroutine that runs finalizers
21 var finq *finblock // list of finalizers that are to be executed
40 // Need 8 Finalizers described by 5 bytes before pattern repeats:
139 // This is the goroutine that runs all of the finalizers
232 // Finalizers are run in dependency order: if A points at B, both have
233 // finalizers, and they are otherwise unreachable, only the finalizer
242 // There is no guarantee that finalizers will run before a program exits,
258 // A single goroutine runs all finalizers for a program, sequentially.
263 // debug.sbrk never frees memory, so no finalizers ru
    [all...]
  /external/harfbuzz_ng/src/
check-static-inits.sh 26 echo "Ouch, $obj has static initializers/finalizers"
  /libcore/support/src/test/java/libcore/java/lang/ref/
FinalizationTester.java 20 * Triggers finalizers to run. Note that live-precise bugs may interfere with
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5493.go 56 panic("not all finalizers are called")
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5493.go 56 panic("not all finalizers are called")
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
util.py 246 Run all finalizers whose exit priority is not None and at least minpriority
248 Finalizers with highest priority are called first; finalizers with
298 debug('running all "atexit" finalizers with priority >= 0')
321 debug('running the remaining "atexit" finalizers')
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
util.py 246 Run all finalizers whose exit priority is not None and at least minpriority
248 Finalizers with highest priority are called first; finalizers with
298 debug('running all "atexit" finalizers with priority >= 0')
321 debug('running the remaining "atexit" finalizers')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 246 Run all finalizers whose exit priority is not None and at least minpriority
248 Finalizers with highest priority are called first; finalizers with
298 debug('running all "atexit" finalizers with priority >= 0')
321 debug('running the remaining "atexit" finalizers')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 246 Run all finalizers whose exit priority is not None and at least minpriority
248 Finalizers with highest priority are called first; finalizers with
298 debug('running all "atexit" finalizers with priority >= 0')
321 debug('running the remaining "atexit" finalizers')

Completed in 271 milliseconds

1 2 3 4