HomeSort by relevance Sort by last modified time
    Searched full:reusable (Results 26 - 50 of 234) sorted by null

12 3 4 5 6 7 8 910

  /external/libchrome/base/mac/
libdispatch_task_runner.h 18 // to PostTask() and friends to a dispatch queue, while being reusable as a
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
PngTest.java 58 writer.write(file, pixmap); // Write twice to make sure the object is reusable.
  /external/llvm/docs/HistoricalNotes/
2001-01-31-UniversalIRIdea.txt 22 reusable by different languages, with minor extensions. The language
  /external/proguard/src/proguard/classfile/visitor/
package.html 5 Reusable OO Software", by Gamma, Helm, Johnson, and Vlissider.
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capture_frame_queue.h 24 // Represents a queue of reusable video frames. Provides access to the 'current'
  /frameworks/base/core/tests/coretests/src/android/util/
KeyUtils.java 32 * Reusable methods for generating key events.
  /packages/apps/Messaging/res/layout/
audio_attachment_view.xml 17 <!-- A reusable view that hosts an inline audio player. The view is used by both the media picker
  /development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
LogBuildNumber.java 46 * to Launcher in their own reusable Launcher helper file.
58 * to Settings in their own reusable Settings helper file.
SetTwoMinuteAlarm.java 35 * to Launcher in their own reusable Launcher helper file.
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Frame.java 167 protected void setReusable(boolean reusable) {
168 mReusable = reusable;
GLFrame.java 93 boolean reusable = true;
98 reusable = false;
111 setReusable(reusable);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
PoolableImageCache.java 81 * Returns a representation of the image cache as a reusable bitmap pool.
254 * Try to get a reusable bitmap from the pool with the given width and height. As a
271 // The image is only used by the cache, so it's reusable.
338 * Try to locate and return a reusable bitmap from the pool, or create a new bitmap.
349 * Try to locate and return a reusable bitmap from the pool, or create a new bitmap.
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
ThreadSafeClientConnManager.java 231 ("Released connection open but not marked reusable.");
250 boolean reusable = hca.isMarkedReusable();
253 connectionPool.freeEntry(entry, reusable, validDuration, timeUnit);
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
README.md 73 Creates new reusable instance of the `Parser`. Optional `treeAdapter` argument specifies resulting tree format. If `treeAdapter` argument is not specified, `default` tree adapter will be used.
121 Creates new reusable instance of the `SimpleApiParser`. `handlers` argument specifies object that contains parser's event handlers. Possible events and their signatures are shown in the example.
180 Creates new reusable instance of the `Serializer`. Optional `treeAdapter` argument specifies input tree format. If `treeAdapter` argument is not specified, `default` tree adapter will be used.
  /external/proguard/src/proguard/optimize/info/
SideEffectMethodMarker.java 44 // Reusable objects for checking whether instructions have side effects.
  /external/webrtc/webrtc/base/
signalthread.cc 112 // finish before SignalWorkDone is processed, and for a reusable
  /frameworks/base/docs/html/training/basics/network-ops/
index.jd 49 as a source of reusable code for your own application.</p>
  /frameworks/base/docs/html/training/custom-views/
index.jd 44 own views that are robust and reusable.</p>
  /frameworks/base/docs/html/training/displaying-bitmaps/
manage-memory.jd 167 // synchronized HashSet of references to reusable bitmaps.
241 // This method iterates through the reusable bitmaps, looking for one
260 // Remove from reusable set so it can't be used again.
283 // the new bitmap is smaller than the reusable bitmap candidate
  /frameworks/base/docs/html/training/multiscreen/
index.jd 59 of reusable code for your own application.</p>
  /frameworks/opt/bitmap/src/com/android/bitmap/
DecodeTask.java 46 * {@link ReusableBitmap} will be marked as not reusable
143 Trace.beginSection("poll for reusable bitmap");
263 Trace.beginSection("create reusable bitmap");
417 result = new ReusableBitmap(decodeResult, false /* reusable */);
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ContactDrawable.java 36 /** Reusable components to avoid new allocations */
  /external/proguard/src/proguard/classfile/io/
LibraryClassReader.java 320 * reusable constant pool.
332 * reusable constant pool.
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractClientConnAdapter.java 62 * This adapter tracks the checkpoints for reusable communication states,
113 * {@link #isMarkedReusable marked} as reusable.
  /external/apache-http/src/org/apache/http/conn/
ClientConnectionManager.java 83 * If the connection is not marked as reusable, the connection will

Completed in 658 milliseconds

12 3 4 5 6 7 8 910