HomeSort by relevance Sort by last modified time
    Searched full:offer (Results 176 - 200 of 2255) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 46 # These methods offer the same interface as the profile.Profile class,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
JavaQuickAssistant.java 44 // We should only offer Android quick assists within Android projects.
ChangeViewWizard.java 61 // If the types differ, don't offer related categories
114 // For a Text, offer EditText, AutoComplete, etc.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
FmActivityToLayoutMethod.java 50 // offer a layout name partially containing the activity suffix (e.g. "main_activi").
FmLayoutToActivityMethod.java 47 // offer a layout name partially containing the activity suffix (e.g. "main_activi").
  /frameworks/base/docs/html/google/play/billing/
billing_subscriptions.jd 42 <li>You can offer a configurable trial period for monthly and
56 accounts or offer rewards.</li>
100 so or offer a subscription purchase from Google Play if not.</li>
153 &mdash; for example you could offer a discount on an annual subscription
158 then offer it in your app instead of the original product. Users who have
282 <li>Give users free access as part of a bundle or a special offer (for
307 <p>You can also offer free trials to new subscribers, as described in
359 promotion. For example, a news outlet might decide to offer both monthly and
361 also offer in-app purchase equivalents for subscription products, to ensure that
399 <p>When the user cancels a subscription, Google Play does not offer a refund fo
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/
ListPreloader.java 153 queue.offer(new PreloadTarget());
159 queue.offer(result);
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifResourceDecoder.java 130 pool.offer(decoder);
148 pool.offer(parser);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DictionaryBreakEngine.java 110 void offer(int v) { method in class:DictionaryBreakEngine.DequeI
111 // Note that the actual use cases of offer() add at most one element.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DictionaryBreakEngine.java 109 void offer(int v) { method in class:DictionaryBreakEngine.DequeI
110 // Note that the actual use cases of offer() add at most one element.
  /external/webrtc/talk/app/webrtc/objc/public/
RTCPeerConnection.h 79 // Create a new offer.
84 // Create an answer to an offer.
  /external/webrtc/talk/app/webrtc/
webrtcsessiondescriptionfactory.h 83 // This class is used to create offer/answer session description with regards to
85 // It queues the create offer/answer request until the DTLS identity
  /frameworks/base/docs/html/guide/topics/ui/
overview.jd 12 android.view.ViewGroup} subclasses that offer you common input controls (such as buttons and text
67 android.view.ViewGroup} objects. Android provides several app components that offer
  /frameworks/base/docs/html/work/
overview.jd 14 <li><a href="#community-overview">What Does the Android for Work DevHub Offer?</a></li>
72 <h2 id="community-overview">What Does the Android for Work DevHub Offer?</h2>
  /frameworks/base/keystore/java/android/security/keystore/
KeymasterUtils.java 177 // digest. This is because we do not offer a way to generate shorter MACs and
178 // don't offer a way to verify MACs (other than by generating them).
  /libcore/jsr166-tests/src/test/java/jsr166/
DelayQueueTest.java 143 assertTrue(q.offer(new PDelay(i)));
145 assertTrue(q.offer(new PDelay(i)));
237 * offer non-null succeeds
241 assertTrue(q.offer(new PDelay(0)));
242 assertTrue(q.offer(new PDelay(1)));
328 * timed offer does not time out
336 assertTrue(q.offer(new PDelay(0), SHORT_DELAY_MS, MILLISECONDS));
337 assertTrue(q.offer(new PDelay(0), LONG_DELAY_MS, MILLISECONDS));
  /libcore/luni/src/main/java/java/util/concurrent/
BlockingDeque.java 120 * <td>{@link #offer(Object) offer(e)}</td>
128 * <td>{@link #offer(Object, long, TimeUnit) offer(e, time, unit)}</td>
415 * use {@link #offer(Object) offer}.
447 boolean offer(E e); method in interface:BlockingDeque
484 boolean offer(E e, long timeout, TimeUnit unit) method in interface:BlockingDeque
  /libcore/ojluni/src/main/java/sun/net/www/http/
KeepAliveStreamCleaner.java 83 public boolean offer(KeepAliveCleanerEntry e) { method in class:KeepAliveStreamCleaner
87 return super.offer(e);
  /build/tools/droiddoc/templates-ndk/assets/
GPL-LICENSE.txt 40 (2) offer you this license which gives you legal permission to copy,
88 you may at your option offer warranty protection in exchange for a fee.
142 b) Accompany it with a written offer, valid for at least three
149 c) Accompany it with the information you received as to the offer
153 an offer, in accord with Subsection b above.)
  /build/tools/droiddoc/templates-sac/assets/
GPL-LICENSE.txt 40 (2) offer you this license which gives you legal permission to copy,
88 you may at your option offer warranty protection in exchange for a fee.
142 b) Accompany it with a written offer, valid for at least three
149 c) Accompany it with the information you received as to the offer
153 an offer, in accord with Subsection b above.)
  /build/tools/droiddoc/templates-sdk/assets/
GPL-LICENSE.txt 40 (2) offer you this license which gives you legal permission to copy,
88 you may at your option offer warranty protection in exchange for a fee.
142 b) Accompany it with a written offer, valid for at least three
149 c) Accompany it with the information you received as to the offer
153 an offer, in accord with Subsection b above.)
  /build/tools/droiddoc/templates-sdk-dev/assets/
GPL-LICENSE.txt 40 (2) offer you this license which gives you legal permission to copy,
88 you may at your option offer warranty protection in exchange for a fee.
142 b) Accompany it with a written offer, valid for at least three
149 c) Accompany it with the information you received as to the offer
153 an offer, in accord with Subsection b above.)
  /external/webrtc/talk/session/media/
mediasession.h 446 const SessionDescription* offer,
462 SessionDescription* offer) const;
503 const SessionDescription* offer,
510 const SessionDescription* offer,
517 const SessionDescription* offer,
  /external/e2fsprogs/e2fsck/
pass3.c 15 * not, e2fsck will offer to create a new one. It is then marked as
22 * will offer to reconnect it to /lost+found. While it is chasing
25 * offer to reconnect the directory to /lost+found in to break the
248 * far as we can go, and then offer to connect the resulting parent to
250 * a loop, we treat that as a disconnected directory and offer to
289 * seen the parent once already, then offer to
337 * offer to fix it if not.
  /external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
MonitorBasedPriorityBlockingQueue.java 174 return offer(e);
181 * @return <tt>true</tt> (as specified by {@link Queue#offer})
188 public boolean offer(E e) { method in class:MonitorBasedPriorityBlockingQueue
192 boolean ok = q.offer(e);
214 offer(e); // never need to block
231 public boolean offer(E e, long timeout, TimeUnit unit) { method in class:MonitorBasedPriorityBlockingQueue
233 return offer(e); // never need to block

Completed in 964 milliseconds

1 2 3 4 5 6 78 91011>>