/external/caliper/caliper/src/test/java/com/google/caliper/bridge/ |
GcLogMessageGenerator.java | 27 * A simple class that invokes {@link System#gc()} over and over to generate some GC log messages. 33 System.gc();
|
/external/mesa3d/src/glx/ |
drisw_priv.h | 59 GC gc; member in struct:drisw_drawable 60 GC swapgc;
|
/external/mesa3d/src/util/ |
format_rgb9e5.h | 64 union { float f; uint32_t u; } rc, bc, gc, maxrgb, revdenom; local 67 gc.u = rgb9e5_ClampRange(rgb[1]); 69 maxrgb.u = MAX3(rc.u, gc.u, bc.u); 91 gm = (int) (gc.f * revdenom.f);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/ |
PhantomReferenceTest.java | 50 * java.lang.Runtime#gc() 53 check_gcInteraction(() -> { Runtime.getRuntime().gc(); } ); 57 * Checks that the sequence {@link System#gc()}, {@link System#runFinalization()}} 58 * also has the effect as asserted for {@link Runtime#gc()} elsewhere. The 59 * conditions under which System.gc() results in a garbage collection are an 64 System.gc(); 69 private void check_gcInteraction(Runnable gc) { 76 // Initiate another GC from inside enqueue() to 78 gc.run(); 89 // it will be gc'ed [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/amd64/ |
galign.go | 8 "cmd/compile/internal/gc" 15 func Init(arch *gc.Arch) {
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/s390x/ |
ggen.go | 8 "cmd/compile/internal/gc" 20 func zerorange(pp *gc.Progs, p *obj.Prog, off, cnt int64, _ *uint32) *obj.Prog { 26 off += gc.Ctxt.FixedFrameSize() 50 gc.Patch(p, pl) 90 func zeroAuto(pp *gc.Progs, n *gc.Node) { 95 for i := int64(0); i < size; i += int64(gc.Widthptr) { 107 func ginsnop(pp *gc.Progs) {
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/amd64/ |
galign.go | 8 "cmd/compile/internal/gc" 15 func Init(arch *gc.Arch) {
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/s390x/ |
ggen.go | 8 "cmd/compile/internal/gc" 20 func zerorange(pp *gc.Progs, p *obj.Prog, off, cnt int64, _ *uint32) *obj.Prog { 26 off += gc.Ctxt.FixedFrameSize() 50 gc.Patch(p, pl) 90 func zeroAuto(pp *gc.Progs, n *gc.Node) { 95 for i := int64(0); i < size; i += int64(gc.Widthptr) { 107 func ginsnop(pp *gc.Progs) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
HorizontalScrollViewRule.java | 82 IGraphics gc, 89 gc.useStyle(DrawingStyle.DROP_RECIPIENT); 90 gc.drawRect(b); 93 super.drawFeedback(gc, targetNode, elements, feedback);
|
ScrollViewRule.java | 82 IGraphics gc, 89 gc.useStyle(DrawingStyle.DROP_RECIPIENT); 90 gc.drawRect(b); 93 super.drawFeedback(gc, targetNode, elements, feedback);
|
FrameLayoutRule.java | 63 public void paint(@NonNull IGraphics gc, @NonNull INode node, 65 drawFeedback(gc, node, elements, feedback); 71 IGraphics gc, 80 gc.useStyle(DrawingStyle.DROP_RECIPIENT); 81 gc.drawRect(b); 92 gc.useStyle(DrawingStyle.DROP_PREVIEW); 102 drawElement(gc, it, offsetX, offsetY); 113 gc.drawLine(b.x + 1, b.y, b.x + 1, b.y + b.h); 114 gc.drawLine(b.x, b.y + 1, b.x + b.w, b.y + 1);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
Overlay.java | 20 import org.eclipse.swt.graphics.GC; 62 * @param gc The SWT {@link GC} object to draw into. 64 public void paint(GC gc) {
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/ |
pic-gc-72.d | 1 #source: pic-gc-72.s 5 #ld: --shared -m crislinux --gc-sections 8 # Exercise PIC relocs through changed GC sweep function.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_tuple.py | 3 import gc
89 gc.collect()
90 gc.collect()
91 self.assertFalse(gc.is_tracked(t), t)
94 self.assertTrue(gc.is_tracked(t), t)
95 gc.collect()
96 gc.collect()
97 self.assertTrue(gc.is_tracked(t), t)
101 # Test GC-optimization of tuple literals
142 # Test GC-optimization of dynamically constructed tuples. [all...] |
/external/python/cpython2/Lib/test/ |
test_tuple.py | 3 import gc 89 gc.collect() 90 gc.collect() 91 self.assertFalse(gc.is_tracked(t), t) 94 self.assertTrue(gc.is_tracked(t), t) 95 gc.collect() 96 gc.collect() 97 self.assertTrue(gc.is_tracked(t), t) 101 # Test GC-optimization of tuple literals 142 # Test GC-optimization of dynamically constructed tuples [all...] |
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowSparseArray.java | 115 private void gc() { method in class:ShadowSparseArray 116 // Log.e("SparseArray", "gc start with " + mSize); 139 // Log.e("SparseArray", "gc end with " + mSize); 163 gc(); method 202 gc(); method 216 gc(); method 230 gc(); method 245 gc(); method 259 gc(); method 276 gc(); method 314 gc(); method [all...] |
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
SparseWeakArray.java | 121 private void gc() { method in class:SparseWeakArray 166 gc(); method 184 gc(); method 197 gc(); method 210 gc(); method 223 gc(); method 236 gc(); method 252 gc(); method 288 gc(); method
|
/frameworks/support/collection/src/main/java/androidx/collection/ |
LongSparseArray.java | 145 private void gc() { method in class:LongSparseArray 146 // Log.e("SparseArray", "gc start with " + mSize); 170 // Log.e("SparseArray", "gc end with " + mSize); 193 gc(); method 231 gc(); method 252 gc(); method 266 gc(); method 279 gc(); method 292 gc(); method 308 gc(); method 344 gc(); method [all...] |
SparseArrayCompat.java | 162 private void gc() { method in class:SparseArrayCompat 163 // Log.e("SparseArray", "gc start with " + mSize); 187 // Log.e("SparseArray", "gc end with " + mSize); 210 gc(); method 248 gc(); method 269 gc(); method 283 gc(); method 296 gc(); method 309 gc(); method 327 gc(); method 363 gc(); method [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_tuple.py | 3 import gc 89 gc.collect() 90 gc.collect() 91 self.assertFalse(gc.is_tracked(t), t) 94 self.assertTrue(gc.is_tracked(t), t) 95 gc.collect() 96 gc.collect() 97 self.assertTrue(gc.is_tracked(t), t) 101 # Test GC-optimization of tuple literals 142 # Test GC-optimization of dynamically constructed tuples [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_tuple.py | 3 import gc 89 gc.collect() 90 gc.collect() 91 self.assertFalse(gc.is_tracked(t), t) 94 self.assertTrue(gc.is_tracked(t), t) 95 gc.collect() 96 gc.collect() 97 self.assertTrue(gc.is_tracked(t), t) 101 # Test GC-optimization of tuple literals 142 # Test GC-optimization of dynamically constructed tuples [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_tuple.py | 3 import gc 89 gc.collect() 90 gc.collect() 91 self.assertFalse(gc.is_tracked(t), t) 94 self.assertTrue(gc.is_tracked(t), t) 95 gc.collect() 96 gc.collect() 97 self.assertTrue(gc.is_tracked(t), t) 101 # Test GC-optimization of tuple literals 142 # Test GC-optimization of dynamically constructed tuples [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_tuple.py | 3 import gc 89 gc.collect() 90 gc.collect() 91 self.assertFalse(gc.is_tracked(t), t) 94 self.assertTrue(gc.is_tracked(t), t) 95 gc.collect() 96 gc.collect() 97 self.assertTrue(gc.is_tracked(t), t) 101 # Test GC-optimization of tuple literals 142 # Test GC-optimization of dynamically constructed tuples [all...] |
/art/test/913-heaps/src/art/ |
Test913.java | 57 Runtime.getRuntime().gc(); 58 Runtime.getRuntime().gc(); 62 Runtime.getRuntime().gc(); 63 Runtime.getRuntime().gc(); 67 Runtime.getRuntime().gc(); 68 Runtime.getRuntime().gc(); 72 Runtime.getRuntime().gc(); 73 Runtime.getRuntime().gc(); 78 Runtime.getRuntime().gc(); 79 Runtime.getRuntime().gc(); [all...] |
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
xlib_sw_winsys.c | 71 GC gc; member in struct:xlib_displaytarget 74 * against. May need to recreate gc, tempImage when this changes?? 284 if (xlib_dt->gc) 285 XFreeGC(xlib_dt->display, xlib_dt->gc); 314 if (xlib_dt->gc) { 315 XFreeGC(display, xlib_dt->gc); 316 xlib_dt->gc = NULL; 337 if (xlib_dt->gc == NULL) { 338 xlib_dt->gc = XCreateGC(display, xlib_drawable->drawable, 0, NULL) [all...] |