/ndk/tests/build/b9193874-neon/jni/ |
b9193874-neon.c | 264 int16x8_t gc = vcombine_s16(vrshrn_n_s32(gcl, 16), vrshrn_n_s32(gch, 16)); local 270 int32x4_t gl = vsubl_s16(vget_low_s16(yy), vget_low_s16(gc)); 271 int32x4_t gh = vsubl_s16(vget_high_s16(yy), vget_high_s16(gc)); 312 int16x8_t gc = vcombine_s16(vrshrn_n_s32(gcl, 16), vrshrn_n_s32(gch, 16)); local 318 int32x4_t gl = vsubl_s16(vget_low_s16(yy), vget_low_s16(gc)); 319 int32x4_t gh = vsubl_s16(vget_high_s16(yy), vget_high_s16(gc));
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sys_settrace.py | 7 import gc namespace 249 # Disable gc collection when tracing, otherwise the 252 self.using_gc = gc.isenabled() 253 gc.disable() 257 gc.enable() 450 import gc namespace 451 gc.collect()
|
regrtest.py | 47 -l/--findleaks -- if GC is available detect tests that leak memory 58 -- call gc.set_threshold(THRESHOLD) 303 import gc namespace 304 gc.set_threshold(int(a)) 380 import gc namespace 382 print 'No GC available, disabling findleaks.' 387 # garbage that is not collectable by the GC is reported. 388 #gc.set_debug(gc.DEBUG_SAVEALL) 578 gc.collect( 948 import gc namespace 1050 import gc, copy_reg namespace [all...] |
test_dict.py | 5 import gc, weakref namespace 577 gc.collect() 582 gc.collect() 583 gc.collect() 584 self.assertFalse(gc.is_tracked(t), t) 587 self.assertTrue(gc.is_tracked(t), t) 588 gc.collect() 589 gc.collect() 590 self.assertTrue(gc.is_tracked(t), t) 594 # Test GC-optimization of dict literal [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sys_settrace.py | 7 import gc namespace 249 # Disable gc collection when tracing, otherwise the 252 self.using_gc = gc.isenabled() 253 gc.disable() 257 gc.enable() 450 import gc namespace 451 gc.collect()
|
regrtest.py | 47 -l/--findleaks -- if GC is available detect tests that leak memory 58 -- call gc.set_threshold(THRESHOLD) 303 import gc namespace 304 gc.set_threshold(int(a)) 380 import gc namespace 382 print 'No GC available, disabling findleaks.' 387 # garbage that is not collectable by the GC is reported. 388 #gc.set_debug(gc.DEBUG_SAVEALL) 578 gc.collect( 948 import gc namespace 1050 import gc, copy_reg namespace [all...] |
test_dict.py | 5 import gc, weakref namespace 577 gc.collect() 582 gc.collect() 583 gc.collect() 584 self.assertFalse(gc.is_tracked(t), t) 587 self.assertTrue(gc.is_tracked(t), t) 588 gc.collect() 589 gc.collect() 590 self.assertTrue(gc.is_tracked(t), t) 594 # Test GC-optimization of dict literal [all...] |
/art/runtime/ |
runtime.h | 30 #include "gc/heap.h" 42 namespace gc { namespace in namespace:art 277 gc::Heap* GetHeap() const { 452 gc::Heap* heap_;
|
runtime_test.cc | 52 options.push_back(std::make_pair("-verbose:gc,class,jni", null)); 75 EXPECT_TRUE(VLOG_IS_ON(gc));
|
thread-inl.h | 91 Locks::mutator_lock_->AssertNotHeld(this); // Otherwise we starve GC.. 128 gc::Heap* heap = Runtime::Current()->GetHeap();
|
/build/core/combo/ |
TARGET_linux-arm.mk | 236 -Wl,--gc-sections \ 260 -Wl,--gc-sections \ 284 -Wl,--gc-sections \
|
TARGET_linux-mips.mk | 227 -Wl,--gc-sections \ 251 -Wl,--gc-sections \ 275 -Wl,--gc-sections \
|
/external/chromium_org/v8/test/mjsunit/ |
unbox-double-arrays.js | 30 // Flags: --allow-natives-syntax --unbox-double-arrays --expose-gc 352 // Force gc here to start with a clean heap if we repeat this test multiple 354 gc(); 408 gc(); 425 gc(); 443 gc();
|
/external/e2fsprogs/misc/ |
blkid.c | 280 int lookup = 0, gc = 0; local 300 gc = 1; 365 if (gc) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_break.py | 1 import gc namespace 172 gc.collect();gc.collect()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_break.py | 1 import gc namespace 172 gc.collect();gc.collect()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
glxapi.c | 285 __GLXcontext *gc = (__GLXcontext *) glXGetCurrentContext(); local 286 return gc ? gc->currentDrawable : 0; 429 __GLXcontext *gc = (__GLXcontext *) glXGetCurrentContext(); local 430 if (NULL == gc) return NULL; 431 return gc->currentDpy; 529 __GLXcontext *gc = (__GLXcontext *) glXGetCurrentContext(); local 530 return gc ? gc->currentReadable : 0; [all...] |
xm_dd.c | 383 const XMesaGC gc = xmbuf->cleargc; /* effected by glColorMask */ local 394 ASSERT(gc); 416 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h); 517 const XMesaGC gc = xmbuf->cleargc; /* effected by glColorMask */ local 527 ASSERT(gc); 549 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h); 615 const XMesaGC gc = xmbuf->cleargc; /* effected by glColorMask */ local 622 ASSERT(gc); 629 XCopyArea(dpy, srcXrb->pixmap, dstXrb->pixmap, gc,
|
/external/mesa3d/src/mesa/drivers/x11/ |
glxapi.c | 285 __GLXcontext *gc = (__GLXcontext *) glXGetCurrentContext(); local 286 return gc ? gc->currentDrawable : 0; 429 __GLXcontext *gc = (__GLXcontext *) glXGetCurrentContext(); local 430 if (NULL == gc) return NULL; 431 return gc->currentDpy; 529 __GLXcontext *gc = (__GLXcontext *) glXGetCurrentContext(); local 530 return gc ? gc->currentReadable : 0; [all...] |
xm_dd.c | 383 const XMesaGC gc = xmbuf->cleargc; /* effected by glColorMask */ local 394 ASSERT(gc); 416 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h); 517 const XMesaGC gc = xmbuf->cleargc; /* effected by glColorMask */ local 527 ASSERT(gc); 549 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h); 615 const XMesaGC gc = xmbuf->cleargc; /* effected by glColorMask */ local 622 ASSERT(gc); 629 XCopyArea(dpy, srcXrb->pixmap, dstXrb->pixmap, gc,
|
/art/runtime/gc/accounting/ |
card_table.cc | 21 #include "gc/heap.h" 22 #include "gc/space/space.h" 28 namespace gc { namespace in namespace:art 38 * data per card, to be used by the GC. The value of the byte will be 123 } // namespace gc
|
card_table.h | 31 namespace gc { namespace in namespace:art 152 } // namespace gc
|
/art/runtime/gc/collector/ |
garbage_collector.cc | 26 #include "gc/accounting/heap_bitmap.h" 27 #include "gc/space/large_object_space.h" 28 #include "gc/space/space-inl.h" 33 namespace gc { namespace in namespace:art 72 // Pause is the entire length of the GC. 145 } // namespace gc
|
/art/runtime/mirror/ |
object.cc | 25 #include "gc/accounting/card_table-inl.h" 26 #include "gc/heap.h" 47 gc::Heap* heap = Runtime::Current()->GetHeap();
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
IntrinsicConvolve3x3.java | 30 System.gc();
|