/prebuilts/go/darwin-x86/ |
PATENTS | 8 patent license to make, have made, use, offer to sell, sell, import,
|
/prebuilts/go/linux-x86/ |
PATENTS | 8 patent license to make, have made, use, offer to sell, sell, import,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_bdist.py | 23 # what formats does bdist offer?
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_bdist.py | 23 # what formats does bdist offer?
|
/external/dhcpcd-6.8.2/ |
dhcp.c | 92 { DHCP_OFFER, "OFFER" }, [all...] |
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
WebSocketRTCClient.java | 166 Log.w(TAG, "No offer SDP in room response."); 183 // Send local offer SDP to the other participant. 190 reportError("Sending offer SDP in non connected state."); 195 jsonPut(json, "type", "offer"); 198 // In loopback mode rename this offer to answer and route it back. 287 } else if (type.equals("offer")) { 294 reportError("Received offer for call receiver: " + msg);
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
BlockingQueueTest.java | 67 * offer(null) throws NullPointerException 72 q.offer(null); 89 * timed offer(null) throws NullPointerException 95 q.offer(null, LONG_DELAY_MS, MILLISECONDS); 212 * timed poll before a delayed offer times out; after offer succeeds; 248 assertTrue(q.offer(zero, LONG_DELAY_MS, MILLISECONDS));
|
ConcurrentLinkedQueueTest.java | 41 assertTrue(q.offer(new Integer(i))); 129 * offer(null) throws NPE 134 q.offer(null); 151 * Offer returns true 155 assertTrue(q.offer(zero)); 156 assertTrue(q.offer(one));
|
/libcore/ojluni/src/main/java/java/util/ |
AbstractQueue.java | 46 * {@link #element element} are based on {@link #offer offer}, {@link 52 * minimally define a method {@link Queue#offer} which does not permit 79 * <p>This implementation returns {@code true} if {@code offer} succeeds, 94 if (offer(e))
|
Queue.java | 63 * <td>{@link Queue#offer offer(e)}</td> 89 * <p>The {@link #offer offer} method inserts an element if possible, 93 * {@code offer} method is designed for use when failure is a normal, 171 boolean offer(E e); method in interface:Queue
|
/libcore/luni/src/main/java/java/util/concurrent/ |
BlockingQueue.java | 44 * <td>{@link #offer offer(e)}</td> 46 * <td>{@link #offer(Object, long, TimeUnit) offer(e, time, unit)}</td> 66 * to {@code add}, {@code put} or {@code offer} a {@code null}. A 159 * use {@link #offer(Object) offer}. 190 boolean offer(E e); method in interface:BlockingQueue 224 boolean offer(E e, long timeout, TimeUnit unit) method in interface:BlockingQueue
|
/development/samples/SipDemo/ |
_index.html | 27 not all devices will offer SIP support. To ensure that your application can only 42 Google Play to filter the application from devices that do not offer SIP
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ForwardingDequeTest.java | 112 forward.offer("asdf"); 113 assertEquals("[offer(Object)]", getCalls());
|
/frameworks/av/include/media/nbaio/ |
NBAIO.h | 48 // data source, exchanging prioritized arrays of offers and counter-offers until a single offer is 49 // mutually agreed upon. Each offer is an NBAIO_Format. For simplicity and performance, 101 // the index of that offer. Otherwise, offeree sets numCounterOffers to the number of 116 // Format_Invalid is not allowed as either an offer or counter-offer. 118 // >= 0 Offer accepted. 119 // NEGOTIATE No offer accepted, and counter-offer(s) optionally made. See above for details.
|
/frameworks/base/docs/html/guide/topics/connectivity/nfc/ |
index.jd | 9 <p>Tags can range in complexity. Simple tags offer just read and write semantics, sometimes with 10 one-time-programmable areas to make the card read-only. More complex tags offer math operations,
|
/frameworks/base/docs/html/topic/performance/power/network/ |
action-any-traffic.jd | 47 <li>Use succinct data protocols. While JSON and XML offer human-readability, and 51 <a href="https://google.github.io/flatbuffers/">FlatBuffers</a> offer a smaller on-the-wire
|
/build/kati/ |
README.md | 9 Currently, kati does not offer a faster build by itself. It instead converts
|
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/ |
MyActivity.java | 54 mResult.offer(new Result(requestCode, resultCode, data), 5, TimeUnit.SECONDS);
|
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/ |
BasePermissionActivity.java | 60 mResult.offer(new Result(requestCode, permissions, grantResults), 5, TimeUnit.SECONDS);
|
/external/fio/tools/ |
fio_generate_plots.1 | 39 not offer any additional options.
|
/external/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/glide/library/src/main/java/com/bumptech/glide/util/ |
ByteArrayPool.java | 72 tempQueue.offer(bytes);
|
/external/guava/guava/src/com/google/common/io/ |
ByteArrayDataInput.java | 24 * methods offer identical functionality but do not throw {@link IOException}.
|
ByteArrayDataOutput.java | 24 * methods offer identical functionality but do not throw {@link IOException}.
|