HomeSort by relevance Sort by last modified time
    Searched defs:gc (Results 476 - 500 of 884) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_csv.py 11 import gc namespace
    [all...]
test_logging.py 31 import gc namespace
983 gc.collect()
    [all...]
test_support.py 9 import gc namespace
    [all...]
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()
test_weakref.py 1 import gc namespace
414 # "weakref callbacks and gc corrupt memory"
416 # already in the process of getting deallocated to gc,
418 # callback that triggered gc.
424 import gc namespace
430 wr = weakref.ref(c, lambda ignore: gc.collect())
438 wr = weakref.ref(c1.i, lambda ignore: gc.collect())
445 # that c2 is immune from gc while the weakref callbacks associated
448 # so any gc triggered by weakref callbacks associated with anything
454 import gc namespace
494 import gc namespace
523 import gc namespace
547 import gc namespace
575 import gc namespace
621 import gc namespace
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
resbin.c 812 rc_group_cursor *gc; local
817 gc = (rc_group_cursor *) res_alloc (sizeof *gc);
819 gc->width = windres_get_16 (wrbfd, data, 2);
820 gc->height = windres_get_16 (wrbfd, data + 2, 2);
821 gc->planes = windres_get_16 (wrbfd, data + 4, 2);
822 gc->bits = windres_get_16 (wrbfd, data + 6, 2);
823 gc->bytes = windres_get_32 (wrbfd, data + 8, 4);
824 gc->index = windres_get_16 (wrbfd, data + 12, 2);
826 gc->next = NULL
1422 const rc_group_cursor *gc; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 65 import org.eclipse.swt.graphics.GC;
563 * @param gc the graphics context to paint into
565 void paint(GC gc) {
584 preview.paint(gc, x, y);
618 preview.paintTitle(gc, x, y, false /*showFile*/, displayName);
626 int oldAlpha = gc.getAlpha();
629 gc.setBackground(gc.getDevice().getSystemColor(SWT.COLOR_GRAY));
630 gc.setAlpha(128)
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /art/runtime/gc/allocator/
rosalloc.cc 21 #include "gc/space/memory_tool_settings.h"
35 namespace gc { namespace in namespace:art
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 32 #include "gc/accounting/card_table-inl.h"
33 #include "gc/accounting/heap_bitmap-inl.h"
34 #include "gc/accounting/mod_union_table.h"
35 #include "gc/accounting/space_bitmap-inl.h"
36 #include "gc/heap.h"
37 #include "gc/reference_processor.h"
38 #include "gc/space/large_object_space.h"
39 #include "gc/space/space-inl.h"
48 namespace gc { namespace in namespace:art
73 // Turn off kCheckLocks when profiling the GC since it slows the GC down by up to 40%
    [all...]
  /art/runtime/gc/
heap.h 29 #include "gc/accounting/atomic_stack.h"
30 #include "gc/accounting/card_table.h"
31 #include "gc/accounting/read_barrier_table.h"
32 #include "gc/gc_cause.h"
33 #include "gc/collector/gc_type.h"
34 #include "gc/collector_type.h"
35 #include "gc/space/large_object_space.h"
57 namespace gc { namespace in namespace:art
106 // Reject due to disabled moving GC.
136 // Whether or not parallel GC is enabled. If not, then we never create the thread pool
    [all...]
  /art/runtime/gc/space/
image_space.cc 31 #include "gc/accounting/space_bitmap-inl.h"
42 namespace gc { namespace in namespace:art
756 explicit FixupObjectVisitor(gc::accounting::ContinuousSpaceBitmap* visited,
    [all...]
  /art/runtime/
runtime.h 46 namespace gc { namespace in namespace:art
51 } // namespace gc
272 gc::Heap* GetHeap() const {
329 // Visit image roots, only used for hprof since the GC uses the image space mod union table
350 gc::collector::GarbageCollector* collector)
363 // need to be visited once per GC cycle.
672 // NOTE: these must match the gc::ProcessState values as they come directly from the framework.
714 gc::Heap* heap_;
794 // If true, then we dump the GC cumulative timings on shutdown.
thread.h 49 namespace gc { namespace in namespace:art
56 } // namespace gc
238 gc::accounting::AtomicStack<mirror::Object>* GetThreadLocalMarkStack() {
242 void SetThreadLocalMarkStack(gc::accounting::AtomicStack<mirror::Object>* stack) {
432 // Only the GC should call this.
447 // Checks if the weak global ref has been cleared by the GC without decoding it.
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
DngCreatorTest.java 367 System.gc(); // Hint to VM
461 System.gc(); // Hint to VM
561 System.gc(); // Hint to VM
    [all...]
  /external/fio/
gfio.c 386 struct gfio_client *gc = ge->client; local
388 if (gc) {
389 if (gc->client) {
391 fio_client_terminate(gc->client);
393 fio_put_client(gc->client);
395 free(gc);
437 struct gfio_client *gc = ge->client; local
444 while (!flist_empty(&gc->o_list)) {
447 gco = flist_first_entry(&gc->o_list, struct gfio_client_options, list);
452 ret = fio_client_send_ini(gc->client, ge->job_file, 0)
482 struct gfio_client *gc = ge->client; local
638 struct gfio_client *gc; local
666 struct gfio_client *gc = ge->client; local
1070 struct gfio_client *gc; local
    [all...]
goptions.c 1400 struct gfio_client *gc = gjv->client; local
1409 struct gfio_client *gc = gjv->client; local
1499 struct gfio_client *gc = gjv->client; local
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
CacheLoadingTest.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBITestMonkey.java 1914 String gc = UCharacter.getPropertyValueName(UProperty.GENERAL_CATEGORY, UCharacter.getType(c), UProperty.NameChoice.SHORT); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
caltest.cpp 551 GregorianCalendar *gc = new GregorianCalendar(*zone, status); local
553 delete gc;
555 gc = new GregorianCalendar(Locale::getEnglish(), status);
557 delete gc;
559 gc = new GregorianCalendar(Locale::getEnglish(), status);
560 delete gc;
562 gc = new GregorianCalendar(*zone, Locale::getEnglish(), status);
564 delete gc;
566 gc = new GregorianCalendar(zone, status);
568 delete gc;
666 GregorianCalendar* gc = new GregorianCalendar(status); local
1426 GregorianCalendar *gc = new GregorianCalendar(status); local
    [all...]
tztest.cpp 172 GregorianCalendar *gc = new GregorianCalendar(*zone, status); local
174 gc->clear();
175 gc->set(1990, UCAL_MARCH, 1);
176 UDate marchOneStd = gc->getTime(status); // Local Std time midnight
177 gc->clear();
178 gc->set(1990, UCAL_JULY, 1);
179 UDate julyOneStd = gc->getTime(status); // Local Std time midnight
189 delete gc;
190 gc = new GregorianCalendar(*zone, status);
230 delete gc;
346 GregorianCalendar *gc = new GregorianCalendar(status); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBITestMonkey.java 1910 String gc = UCharacter.getPropertyValueName(UProperty.GENERAL_CATEGORY, UCharacter.getType(c), UProperty.NameChoice.SHORT); local
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
CollationPerformanceTest.java     [all...]
  /external/libpng/contrib/gregbook/
rpng2-x.c 297 static GC gc; variable
    [all...]
  /external/libpng/
pngrtran.c 2997 PNG_CONST png_uint_32 gc = png_ptr->rgb_to_gray_green_coeff; local
    [all...]

Completed in 1766 milliseconds

<<11121314151617181920>>