HomeSort by relevance Sort by last modified time
    Searched refs:gc (Results 526 - 550 of 633) sorted by null

<<212223242526

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CTableCombo.java 281 event.gc.setForeground(black);
282 event.gc.drawRectangle(0, 0, listRect.width + 1, listRect.height + 1);
  /external/lldb/source/Expression/
IRForTarget.cpp 1858 Constant *gc = gv->getInitializer(); local
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 648 begin group "gc";
649 (* CHECK: Fn6{{.*}}gc{{.*}}shadowstack
652 insist (None = gc fn);
654 insist (Some "ocaml" = gc fn);
656 insist (None = gc fn);
    [all...]
  /art/compiler/dex/quick/arm/
call_arm.cc 22 #include "gc/accounting/card_table.h"
332 OpRegRegImm(kOpLsr, reg_card_no, tgt_addr_reg, gc::accounting::CardTable::kCardShift);
  /art/runtime/gc/collector/
mark_compact.cc 22 #include "gc/accounting/heap_bitmap-inl.h"
23 #include "gc/accounting/mod_union_table.h"
24 #include "gc/accounting/remembered_set.h"
25 #include "gc/accounting/space_bitmap-inl.h"
26 #include "gc/heap.h"
27 #include "gc/reference_processor.h"
28 #include "gc/space/bump_pointer_space.h"
29 #include "gc/space/bump_pointer_space-inl.h"
30 #include "gc/space/image_space.h"
31 #include "gc/space/large_object_space.h
55 namespace gc { namespace in namespace:art
    [all...]
  /art/runtime/gc/space/
large_object_space.cc 21 #include "gc/accounting/space_bitmap-inl.h"
32 namespace gc { namespace in namespace:art
496 // If the bitmaps aren't swapped we need to clear the bits since the GC isn't going to re-swap
530 } // namespace gc
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
AutoLockTest.java 933 // System.gc();
    [all...]
  /device/asus/flo/
device-common.mk 160 PRODUCT_TAGS += dalvik.gc.type-precise
  /device/htc/flounder/
device.mk 167 PRODUCT_TAGS += dalvik.gc.type-precise
  /device/lge/hammerhead/
device.mk 116 PRODUCT_TAGS += dalvik.gc.type-precise
  /device/lge/mako/
device.mk 162 PRODUCT_TAGS += dalvik.gc.type-precise
  /device/moto/shamu/
device.mk 108 PRODUCT_TAGS += dalvik.gc.type-precise
  /external/chromium_org/third_party/cython/src/Cython/Utility/
Generator.c 528 _Py_AS_GC(self)->gc.gc_refs != _PyGC_REFS_UNTRACKED);
  /external/chromium_org/v8/test/mjsunit/es6/
generators-iteration.js 28 // Flags: --expose-gc
247 // GC.
248 TestGenerator(function* g16() { yield "baz"; gc(); yield "qux"; },
  /external/elfutils/0.153/libdwfl/
dwfl_segment_report_module.c 578 mod->gc = true;
linux-kernel-modules.c 292 if (!m->gc && m->e_type != ET_REL && !strcmp (m->name, "kernel"))
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_api.c 616 b->gc = XCreateGC( v->display, window, 0, NULL );
617 XMesaSetFunction( v->display, b->gc, GXcopy );
    [all...]
  /external/chromium_org/ui/native_theme/
native_theme_base.cc 370 void NativeThemeBase::PaintArrow(SkCanvas* gc,
417 gc->drawPath(path, paint);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /external/icu/icu4c/source/
icudefs.mk 152 LDFLAGS = -Wl,--gc-sections $(RPATHLDFLAGS)
  /external/mesa3d/src/mesa/drivers/x11/
xm_api.c 616 b->gc = XCreateGC( v->display, window, 0, NULL );
617 XMesaSetFunction( v->display, b->gc, GXcopy );
    [all...]
  /external/libpng/
pngrtran.c 2993 PNG_CONST png_uint_32 gc = png_ptr->rgb_to_gray_green_coeff; local
    [all...]
  /external/chromium_org/third_party/cython/src/
runtests.py 6 import gc namespace
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect.h 58 struct glx_context * gc, unsigned max_dim, GLint width, GLint height,
63 struct glx_context * gc, GLint sop, GLint cmdlen );
66 struct glx_context * gc, GLint code, GLint vop, GLint cmdlen );
    [all...]

Completed in 886 milliseconds

<<212223242526