/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/ |
cf2error.c | 19 /* license to make, have made, use, offer to sell, sell, import, and */
|
cf2read.h | 19 /* license to make, have made, use, offer to sell, sell, import, and */
|
/external/libvpx/libvpx/ |
PATENTS | 9 make, have made, use, offer to sell, sell, import, transfer, and otherwise
|
/external/libvpx/libvpx/third_party/libwebm/ |
PATENTS.TXT | 9 make, have made, use, offer to sell, sell, import, transfer, and otherwise
|
/external/netperf/ |
COPYING | 26 offer a version of the software and documentation as a product.
|
MODULE_LICENSE_HP | 26 offer a version of the software and documentation as a product.
|
NOTICE | 26 offer a version of the software and documentation as a product.
|
/external/pdfium/third_party/freetype/src/cff/ |
cf2error.c | 19 /* license to make, have made, use, offer to sell, sell, import, and */
|
cf2read.h | 19 /* license to make, have made, use, offer to sell, sell, import, and */
|
/external/webp/ |
PATENTS | 9 make, have made, use, offer to sell, sell, import, transfer, and otherwise
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
SessionDescription.java | 39 OFFER, PRANSWER, ANSWER;
|
/frameworks/base/docs/html/distribute/engage/ |
intents.jd | 26 <li> Identify and package any features your app can offer to other apps.
|
/frameworks/base/docs/html/training/search/ |
index.jd | 31 <p>Android's built-in search features offer apps an easy way to provide a
|
/frameworks/base/docs/html/training/tv/discovery/ |
index.jd | 24 TV devices offer many entertainment options for users. They have thousands of content options
|
/frameworks/opt/bitmap/src/com/android/bitmap/ |
UnrefedPooledCache.java | 110 public void offer(V value) { method in class:UnrefedPooledCache 111 Trace.beginSection("pool offer"); 114 throw new IllegalArgumentException("unexpected offer of an invalid object: " + value); 116 mPool.offer(value);
|
/packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/cache/ |
SampleQueue.java | 36 mQueue.offer(sample);
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/ |
GroupedLinkedMap.java | 29 key.offer(); 41 key.offer(); 63 last.key.offer();
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ForwardingQueueTest.java | 93 @Override public boolean offer(T o) { method in class:ForwardingQueueTest.StandardImplForwardingQueue 186 forward.offer("asdf"); 187 assertEquals("[offer(Object)]", getCalls());
|
SynchronizedDequeTest.java | 44 public boolean offer(E o) { method in class:SynchronizedDequeTest.TestDeque 46 return delegate.offer(o); 259 create().offer("foo");
|
/frameworks/base/docs/html/distribute/googleplay/edu/ |
about.jd | 76 Continue to offer in app-purchases 80 You can continue to offer free apps with in-app purchases. Business 91 apps, and you have the opportunity to offer that support for a fee.
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
ArrayBlockingQueueTest.java | 64 assertTrue(q.offer(new Integer(i))); 162 assertFalse(q.offer(three)); 183 * Offer succeeds if not full; fails if full 187 assertTrue(q.offer(zero)); 188 assertFalse(q.offer(one)); 345 * timed offer times out if full and elements not taken 355 assertFalse(q.offer(new Object(), timeoutMillis(), MILLISECONDS)); 359 q.offer(new Object(), 2 * LONG_DELAY_MS, MILLISECONDS); 790 * offer transfers elements across Executor tasks 801 assertFalse(q.offer(three)) [all...] |
LinkedBlockingQueueTest.java | 65 assertTrue(q.offer(new Integer(i))); 151 assertFalse(q.offer(three)); 172 * Offer succeeds if not full; fails if full 176 assertTrue(q.offer(zero)); 177 assertFalse(q.offer(one)); 335 * timed offer times out if full and elements not taken 345 assertFalse(q.offer(new Object(), timeoutMillis(), MILLISECONDS)); 349 q.offer(new Object(), 2 * LONG_DELAY_MS, MILLISECONDS); 724 * offer transfers elements across Executor tasks 735 assertFalse(q.offer(three)) [all...] |
PriorityBlockingQueueTest.java | 73 assertTrue(q.offer(new Integer(i))); 75 assertTrue(q.offer(new Integer(i))); 195 * Offer of comparable element succeeds 199 assertTrue(q.offer(zero)); 200 assertTrue(q.offer(one)); 204 * Offer of non-Comparable throws CCE 209 q.offer(new Object()); 210 q.offer(new Object()); 298 * timed offer does not time out 306 assertTrue(q.offer(new Integer(0), SHORT_DELAY_MS, MILLISECONDS)) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
SupportLibraryHelper.java | 54 * and if so, if the support library is not installed, will offer to 56 * <li> (The tool may also offer to adjust the minimum SDK of the project 60 * if not, offer to copy it into the workspace and add a library dependency.
|
/external/webrtc/talk/session/media/ |
rtcpmuxfilter_unittest.cc | 40 // After sent offer, demux should be enabled 55 // After received offer, demux should not be enabled 88 // After sent offer, demux should be enabled until we have received a 103 // After sent offer, demux should not be active. 132 // After received offer, demux should not be active
|