HomeSort by relevance Sort by last modified time
    Searched full:collector (Results 101 - 125 of 528) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/regress/
regress-create-exception.js 43 // garbage collector. 93 is chosen to be a prime number to avoid the
  /external/v8/test/mjsunit/
object-literal-gc.js 31 // works. In particular, test that the garbage collector handles the
  /external/v8/test/mjsunit/regress/
regress-create-exception.js 43 // garbage collector. 93 is chosen to be a prime number to avoid the
  /frameworks/base/core/java/com/android/internal/os/
BinderInternal.java 62 * garbage collector evolves.
  /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
Cube.java 66 // native heap where the garbage collector cannot
  /frameworks/base/tools/preload/loadclass/
LoadClass.java 21 * Loads a class, runs the garbage collector, and prints showmap output.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
weakref.py 140 creating references that will cause the garbage collector to
196 creating references that will cause the garbage collector to
320 creating references that will cause the garbage collector to
344 creating references that will cause the garbage collector to
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
weakref.py 140 creating references that will cause the garbage collector to
196 creating references that will cause the garbage collector to
320 creating references that will cause the garbage collector to
344 creating references that will cause the garbage collector to
  /external/smack/src/org/jivesoftware/smack/
Connection.java 579 * Creates a new packet collector for this connection. A packet filter determines
580 * which packets will be accumulated by the collector. A PacketCollector is
585 * @return a new packet collector.
588 PacketCollector collector = new PacketCollector(this, packetFilter); local
589 // Add the collector to the list of active collectors.
590 collectors.add(collector);
591 return collector;
595 * Remove a packet collector of this connection.
597 * @param collector a packet collectors which was created for this connection.
599 protected void removePacketCollector(PacketCollector collector) {
    [all...]
Connection.java.orig 579 * Creates a new packet collector for this connection. A packet filter determines
580 * which packets will be accumulated by the collector. A PacketCollector is
585 * @return a new packet collector.
588 PacketCollector collector = new PacketCollector(this, packetFilter);
589 // Add the collector to the list of active collectors.
590 collectors.add(collector);
591 return collector;
595 * Remove a packet collector of this connection.
597 * @param collector a packet collectors which was created for this connection.
599 protected void removePacketCollector(PacketCollector collector) {
    [all...]
Chat.java 156 * to the collector and deliver it to all listeners registered with the
163 // Because the collector and listeners are expecting a thread ID with
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiledata.h 135 // the collector enabled).
141 // Get the current state of the data collector.
profiler.cc 105 // 'Add' method in the collector is protected by a guarantee from
199 // stopping the collector.
203 // guarantees no future invocations. It is safe to stop the collector.
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiledata.h 135 // the collector enabled).
141 // Get the current state of the data collector.
profiler.cc 103 // 'Add' method in the collector is protected by a guarantee from
197 // stopping the collector.
201 // guarantees no future invocations. It is safe to stop the collector.
  /external/llvm/lib/CodeGen/
README.txt 116 With a copying garbage collector, derived pointers must not be retained across
117 collector safe points; the collector could move the objects and invalidate the
137 collector. Still, LLVM optimizations would probably undo a front-end's careful
153 It would be good to detect collector/target compatibility instead of silently
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck.cc 161 DocumentMarkersCollector collector; local
162 content::RenderView::ForEach(&collector);
164 new SpellCheckHostMsg_RespondDocumentMarkers(collector.markers()));
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.cc 745 CommentCollector collector(prev_trailing_comments, detached_comments,
749 collector.DetachFromPrev();
756 ConsumeLineComment(collector.GetBufferForLineComment());
760 collector.Flush();
763 ConsumeBlockComment(collector.GetBufferForBlockComment());
769 collector.ClearBuffer();
775 collector.Flush();
794 ConsumeLineComment(collector.GetBufferForLineComment());
797 ConsumeBlockComment(collector.GetBufferForBlockComment());
809 collector.Flush()
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
Gateway.java 85 PacketCollector collector = local
88 Packet result = collector.nextResult(SmackConfiguration.getPacketReplyTimeout());
89 collector.cancel();
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestRunner.java 104 TestCaseCollector collector = getTestCaseCollector(this.getClass().getClassLoader()); local
106 collector.addTestClasses(mTestClasses);
124 List<TestCase> testCases = collector.getTestCases();
  /development/samples/devbytes/graphics/BitmapAllocation/src/com/example/android/bitmapallocation/
BitmapAllocation.java 90 // collector if you look at logcat with and without reuse. Avoiding garbage
  /external/chromium_org/base/debug/
profiler.h 65 // when the garbage collector moves code. The functions declarations below here
  /external/chromium_org/chrome/renderer/resources/extensions/
web_view_experimental.js 154 // Tell the JavaScript garbage collector to track lifetime of |dialog| and
  /external/chromium_org/content/browser/
tcmalloc_internals_request_job.cc 90 // Populate the collector with stats from the local browser process
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
AssetCache.java 43 * Java's garbage collector to request deletion of rarely used resources

Completed in 5249 milliseconds

1 2 3 45 6 7 8 91011>>