HomeSort by relevance Sort by last modified time
    Searched refs:offer (Results 101 - 125 of 186) sorted by null

1 2 3 45 6 7 8

  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
Downsampler.java 44 OPTIONS_QUEUE.offer(decodeBitmapOptions);
  /external/guava/guava/src/com/google/common/eventbus/
EventBus.java 273 eventsToDispatch.get().offer(new EventWithHandler(event, handler));
  /frameworks/base/core/java/android/os/
AsyncTask.java 228 mTasks.offer(new Runnable() {
  /frameworks/opt/bitmap/src/com/android/bitmap/
ContiguousFIFOAggregator.java 106 mExpected.offer(key);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
AbstractQueueTest.java 74 public boolean offer(E o) { method in class:AbstractQueueTest
  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentLinkedDequeTest.java 30 assertTrue(q.offer(new Integer(i)));
155 * offer(null) throws NPE
160 q.offer(null);
188 * offer(x) succeeds
192 assertTrue(q.offer(zero));
193 assertTrue(q.offer(one));
ArrayDequeTest.java 153 * offer(null) throws NPE
158 q.offer(null);
186 * offer(x) succeeds
190 assertTrue(q.offer(zero));
191 assertTrue(q.offer(one));
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
drive_banners.js 14 * @param {boolean} showOffers True if we should show offer banners.
312 // Because it is not necessary to show the offer, set
325 // Choose the offer basing on the board name. The default one is 100 GB.
334 // If the offer has been checked, then do not show the promo anymore.
337 // If the offer has not been checked, then an error is raised.
  /external/qemu/slirp/
tcp_input.c     [all...]
  /external/qemu/slirp-android/
tcp_input.c     [all...]
  /external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.cc 525 OneClickSigninHelper::Offer offer = local
527 switch (offer) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 213 mEventQueue.offer(event);
217 mEventQueue.offer(new Event(eventId, object));
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java 68 /** items index for next put, offer, or add */
294 public boolean offer(E e) { method in class:ArrayBlockingQueue
338 public boolean offer(E e, long timeout, TimeUnit unit) method in class:ArrayBlockingQueue
    [all...]
LinkedBlockingDeque.java 593 * it is generally preferable to use method {@link #offer(Object) offer}.
609 public boolean offer(E e) { method in class:LinkedBlockingDeque
625 public boolean offer(E e, long timeout, TimeUnit unit) method in class:LinkedBlockingDeque
    [all...]
SynchronousQueue.java 401 * SynchronousQueue.{poll/offer} don't check interrupts
861 public boolean offer(E e, long timeout, TimeUnit unit) method in class:SynchronousQueue
880 public boolean offer(E e) { method in class:SynchronousQueue
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PicasaSource.java 236 foundImages.offer(data);
457 mRecycleBin.offer(data);
LocalSource.java 223 foundImages.offer(data);
  /frameworks/base/core/java/android/speech/
SpeechRecognizer.java 332 mPendingTasks.offer(msg);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
register.py 120 Otherwise, to figure who the user is, we offer the user three
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
register.py 120 Otherwise, to figure who the user is, we offer the user three
  /external/guava/guava-tests/test/com/google/common/collect/
MinMaxPriorityQueueTest.java 197 mmHeap.offer(randomInt);
208 mmHeap.offer(randomInt);
728 q.offer(elements.remove(selectedIndex));
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc 66 "Offer and answer descriptions m-lines are not matching. Rejecting answer.";
78 // Compares |answer| against |offer|. Comparision is done
79 // for number of m-lines in answer against offer. If matches true will be
82 const SessionDescription* answer, const SessionDescription* offer) {
83 if (offer->contents().size() != answer->contents().size())
86 for (size_t i = 0; i < offer->contents().size(); ++i) {
87 if ((offer->contents()[i].name) != answer->contents()[i].name) {
92 offer->contents()[i].description);
739 // Transport and Media channels will be created only when offer is set.
780 // Transport and Media channels will be created only when offer is set
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasessionclient.cc 134 const SessionDescription* offer = session->remote_description(); local
135 const SessionDescription* accept = CreateAnswer(offer, CallOptions());
161 call->IncomingSession(session, offer);
    [all...]
  /device/asus/grouper/keymaster/
NOTICE 120 use, offer to sell, sell, import, and otherwise transfer the Work,
209 the Work or Derivative Works thereof, You may choose to offer,
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
NOTICE 120 use, offer to sell, sell, import, and otherwise transfer the Work,
209 the Work or Derivative Works thereof, You may choose to offer,

Completed in 3751 milliseconds

1 2 3 45 6 7 8