HomeSort by relevance Sort by last modified time
    Searched refs:enqueue (Results 126 - 150 of 381) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
SessionManager.java 30 * queuing behaviors such as enqueue/remove of media items, pause/resume/stop,
120 // if player supports queuing, enqueue the item now
122 mPlayer.enqueue(item);
273 mPlayer.enqueue(item);
RemotePlayer.java 281 // enqueue & remove are only supported if isQueuingSupported() returns true
283 public void enqueue(final PlaylistItem item) { method in class:RemotePlayer
362 Log.d(TAG, "enqueue: item=" + item);
364 mClient.enqueue(item.getUri(), "video/mp4", null, 0, null, new ItemActionCallback() {
368 logStatus("enqueue: succeeded", sessionId, sessionStatus, itemId, itemStatus);
392 logError("enqueue: failed", error, code);
  /packages/services/Telephony/src/com/android/phone/vvm/
RemoteVvmTaskManager.java 257 public void enqueue(Message message) { method in class:RemoteVvmTaskManager.RemoteServiceConnection
327 mConnection.enqueue(message);
  /prebuilts/go/darwin-x86/test/
chanlinear.go 87 // wake each goroutine up, forcing it to dequeue and then enqueue
  /prebuilts/go/linux-x86/test/
chanlinear.go 87 // wake each goroutine up, forcing it to dequeue and then enqueue
  /prebuilts/tools/common/m2/repository/de/greenrobot/eventbus/2.4.0/
eventbus-2.4.0.jar 
  /system/core/adb/
sockets.cpp 126 D("LS(%d): enqueue %zu", s->id, p->len);
135 goto enqueue;
164 enqueue:
340 // s->peer->enqueue() may call s->close() and free s,
344 r = s->peer->enqueue(s->peer, p);
345 D("LS(%u): fd=%d post peer->enqueue(). r=%d", saved_id, saved_fd, r);
391 s->enqueue = local_socket_enqueue;
505 s->enqueue = remote_socket_enqueue;
666 D("SS(%d): enqueue %zu", s->id, p->len);
862 s->enqueue = smart_socket_enqueue
    [all...]
  /external/v8/src/builtins/
builtins-promise.cc 585 Label enqueue(this);
588 GotoIf(has_handler, &enqueue);
590 Goto(&enqueue);
592 Bind(&enqueue);
789 Label enqueue(this);
790 GotoIfNot(IsDebugActive(), &enqueue); local
792 GotoIf(TaggedIsSmi(result), &enqueue); local
793 GotoIfNot(HasInstanceType(result, JS_PROMISE_TYPE), &enqueue); local
800 Goto(&enqueue);
804 Bind(&enqueue);
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
AbstractCookiesTest.java 97 server.enqueue(new MockResponse().addHeader("Set-Cookie: a=android; "
125 server.enqueue(new MockResponse().addHeader("Set-Cookie: a=android; "
155 server.enqueue(new MockResponse().addHeader("Set-Cookie2: a=android; "
190 server.enqueue(new MockResponse().addHeader("Set-Cookie2: a=\"android\"; "
339 server.enqueue(new MockResponse());
361 redirectTarget.enqueue(new MockResponse().setBody("A"));
365 redirectSource.enqueue(new MockResponse()
415 server.enqueue(new MockResponse());
463 server. enqueue(new MockResponse()); method
    [all...]
SocketTest.java 276 server.enqueue(new byte[]{5, 3}, 0);
298 server.enqueue(new byte[0], 3);
494 public Future<byte[]> enqueue(final byte[] sendBytes, final int receiveByteCount) method in class:SocketTest.MockServer
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocBasic.cpp 113 virtual void enqueue(LiveInterval *LI) { function in class:__anon32538::RABasic
272 enqueue(&VirtReg);
358 enqueue(SplitVirtReg);
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
RemotePlayer.java 279 // enqueue & remove are only supported if isQueuingSupported() returns true
281 public void enqueue(final PlaylistItem item) { method in class:RemotePlayer
363 Log.d(TAG, "enqueue: item=" + item);
365 mClient.enqueue(item.getUri(), "video/mp4", null, 0, null, new ItemActionCallback() {
369 logStatus("enqueue: succeeded", sessionId, sessionStatus, itemId, itemStatus);
391 logError("enqueue: failed", error, code);
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
RemotePlayer.java 279 // enqueue & remove are only supported if isQueuingSupported() returns true
281 public void enqueue(final PlaylistItem item) { method in class:RemotePlayer
363 Log.d(TAG, "enqueue: item=" + item);
365 mClient.enqueue(item.getUri(), "video/mp4", null, 0, null, new ItemActionCallback() {
369 logStatus("enqueue: succeeded", sessionId, sessionStatus, itemId, itemStatus);
391 logError("enqueue: failed", error, code);
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
RemotePlayer.java 279 // enqueue & remove are only supported if isQueuingSupported() returns true
281 public void enqueue(final PlaylistItem item) { method in class:RemotePlayer
363 Log.d(TAG, "enqueue: item=" + item);
365 mClient.enqueue(item.getUri(), "video/mp4", null, 0, null, new ItemActionCallback() {
369 logStatus("enqueue: succeeded", sessionId, sessionStatus, itemId, itemStatus);
391 logError("enqueue: failed", error, code);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 166 /// \brief Enqueue the given set of nodes onto the work list.
167 void enqueue(ExplodedNodeSet &Set);
169 /// \brief Enqueue nodes that were created as a result of processing
171 void enqueue(ExplodedNodeSet &Set, const CFGBlock *Block, unsigned Idx);
173 /// \brief enqueue the nodes corresponding to the end of function onto the
177 /// \brief Enqueue a single node created as a result of statement processing.
  /external/emma/core/java12/com/vladium/util/
SoftValueMap.java 185 ref.enqueue ();
201 ref.enqueue ();
  /external/selinux/libsepol/tests/policies/test-expander/
alias-base.conf 298 enqueue
role-base.conf 298 enqueue
user-base.conf 298 enqueue
  /external/selinux/libsepol/tests/policies/test-hooks/
cmp_policy.conf 298 enqueue
small-base.conf 298 enqueue
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
IconCache.java 195 FileEntry fileEntry = enqueue(key, fileName, osuInfo);
320 private FileEntry enqueue(EssKey key, String fileName, OSUInfo osuInfo) { method in class:IconCache
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 167 /// \brief Enqueue the given set of nodes onto the work list.
168 void enqueue(ExplodedNodeSet &Set);
170 /// \brief Enqueue nodes that were created as a result of processing
172 void enqueue(ExplodedNodeSet &Set, const CFGBlock *Block, unsigned Idx);
174 /// \brief enqueue the nodes corresponding to the end of function onto the
178 /// \brief Enqueue a single node created as a result of statement processing.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 167 /// \brief Enqueue the given set of nodes onto the work list.
168 void enqueue(ExplodedNodeSet &Set);
170 /// \brief Enqueue nodes that were created as a result of processing
172 void enqueue(ExplodedNodeSet &Set, const CFGBlock *Block, unsigned Idx);
174 /// \brief enqueue the nodes corresponding to the end of function onto the
178 /// \brief Enqueue a single node created as a result of statement processing.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 167 /// \brief Enqueue the given set of nodes onto the work list.
168 void enqueue(ExplodedNodeSet &Set);
170 /// \brief Enqueue nodes that were created as a result of processing
172 void enqueue(ExplodedNodeSet &Set, const CFGBlock *Block, unsigned Idx);
174 /// \brief enqueue the nodes corresponding to the end of function onto the
178 /// \brief Enqueue a single node created as a result of statement processing.

Completed in 778 milliseconds

1 2 3 4 56 7 8 91011>>