/external/protobuf/src/google/protobuf/compiler/ |
importer.h | 90 // MultiFileErrorCollector specified with RecordErrorsTo(). This collector 152 // will be reported using the error collector and Import() will return NULL.
|
/external/smack/src/org/jivesoftware/smack/ |
SmackConfiguration.java | 183 * Gets the default max size of a packet collector before it will delete 193 * Sets the default max size of a packet collector before it will delete
|
/external/v8/src/ |
handles.h | 39 // the garbage collector. 107 // garbage collector will no longer track the object stored in the
|
/packages/apps/Email/src/org/apache/commons/io/ |
FileCleaningTracker.java | 27 * marker object is reclaimed by the garbage collector.
197 * marker objects are reclaimed by the garbage collector.
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
ggc.h | 130 /* Initialize the garbage collector. */ 233 /* Invoke the collector. Garbage collection occurs only when this
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ggc.h | 130 /* Initialize the garbage collector. */ 233 /* Invoke the collector. Garbage collection occurs only when this
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
ggc.h | 130 /* Initialize the garbage collector. */ 233 /* Invoke the collector. Garbage collection occurs only when this
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ggc.h | 130 /* Initialize the garbage collector. */ 233 /* Invoke the collector. Garbage collection occurs only when this
|
/dalvik/vm/native/ |
dalvik_system_VMRuntime.cpp | 110 // TODO: right now, we don't have a copying collector, so there's no need
|
java_lang_VMThread.cpp | 36 /* copying collector will pin threadObj for us since it was an argument */
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
RefQueueWorker.java | 45 * automatically by the garbage collector.
|
/external/clang/lib/Sema/ |
TypeLocBuilder.h | 1 //===--- TypeLocBuilder.h - Type Source Info collector ----------*- C++ -*-===//
|
/external/emma/core/java12/com/vladium/util/ |
SoftValueMap.java | 67 * have been cleared by the garbage collector [may not be less than 1]. 70 * have been cleared by the garbage collector [may not be less than 1]. 149 * value has been cleared by the garbage collector and removed from the table. 219 * existed or its value has been cleared by the garbage collector and removed from the table].
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
NativeObject.java | 40 * collected by the garbage collector, and then invoke the proper destructor
|
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/ |
JHdf.java | 76 // Data object as far as the garbage collector is concerned and
|
/external/llvm/bindings/python/llvm/ |
common.py | 49 placed inside this object so the Python garbage collector will not
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
OcamlGCPrinter.cpp | 43 Y("ocaml", "ocaml 3.10-compatible collector");
|
/external/tcpdump/ |
print-slow.c | 74 { (SLOW_PROTO_LACP << 8) + LACP_TLV_COLLECTOR_INFO, "Collector Information"},
|
/external/webkit/Source/JavaScriptCore/API/ |
JSContextRef.cpp | 141 // it may release a lot of GC memory - run the garbage collector now.
|
/external/webkit/Source/JavaScriptCore/heap/ |
Handle.h | 36 collector moves the object to which it points.
|
MarkStack.h | 196 HashSet<void*> m_opaqueRoots; // Handle-owning data structures not visible to the garbage collector.
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8IsolatedContext.h | 102 // Called by the garbage collector when our JavaScript context is about
|
/frameworks/base/test-runner/src/android/test/ |
InstrumentationCoreTestRunner.java | 165 * explicit tearDown() method. Normally the garbage collector should
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
TestService.java | 480 super("Gc", "Run garbage collector"); 491 super("ObjectGc", "Run garbage collector with simple objects"); 510 super("FinalizingGc", "Run garbage collector with finalizable objects"); 521 super("PaintGc", "Run garbage collector with Paint objects"); [all...] |
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
TriangleRenderer.java | 115 // native heap where the garbage collector cannot
|