HomeSort by relevance Sort by last modified time
    Searched refs:enqueue (Results 51 - 75 of 117) sorted by null

1 23 4 5

  /external/llvm/lib/CodeGen/
RegAllocBase.cpp 142 enqueue(&VirtReg);
228 enqueue(SplitVirtReg);
RegAllocBasic.cpp 97 virtual void enqueue(LiveInterval *LI) { function in class:__anon8945::RABasic
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 174 /// \brief Enqueue the given set of nodes onto the work list.
175 void enqueue(ExplodedNodeSet &Set);
177 /// \brief Enqueue nodes that were created as a result of processing
179 void enqueue(ExplodedNodeSet &Set, const CFGBlock *Block, unsigned Idx);
181 /// \brief enqueue the nodes corresponding to the end of function onto the
185 /// \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/libsepol/tests/policies/test-deps/
base-notmetreq.conf 294 enqueue
base-metreq.conf 298 enqueue
small-base.conf 298 enqueue
  /external/libsepol/tests/policies/test-expander/
alias-base.conf 298 enqueue
role-base.conf 298 enqueue
user-base.conf 298 enqueue
  /external/libsepol/tests/policies/test-hooks/
cmp_policy.conf 298 enqueue
small-base.conf 298 enqueue
  /bootable/recovery/minadbd/
adb.h 106 /* enqueue is called by our peer when it has data
112 int (*enqueue)(asocket *s, apacket *pkt); member in struct:asocket
115 ** us to send data via enqueue again
adb.c 360 if(s->enqueue(s, p) == 0) {
361 D("Enqueue the socket\n");
  /external/jmonkeyengine/engine/src/test/jme3test/awt/
TestCanvas.java 227 app.enqueue(new Callable<Void>(){
  /packages/apps/Browser/src/com/android/browser/
DownloadHandler.java 222 manager.enqueue(request);
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractDownloadProviderFunctionalTest.java 219 mServer.enqueue(resp);
  /system/core/adb/
adb.h 111 /* enqueue is called by our peer when it has data
117 int (*enqueue)(asocket *s, apacket *pkt); member in struct:asocket
120 ** us to send data via enqueue again
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
  /external/libsepol/tests/policies/test-linker/
small-base.conf 298 enqueue
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 712 mAudioPlaybackHandler.enqueue(mItem);
738 mAudioPlaybackHandler.enqueue(new SilencePlaybackQueueItem(
    [all...]
  /system/core/logcat/
logcat.cpp 74 void enqueue(queued_entry_t* entry) { function in struct:log_device_t
307 dev->enqueue(entry);
  /external/jmonkeyengine/engine/src/core/com/jme3/app/
Application.java 564 public <V> Future<V> enqueue(Callable<V> callable) { method in class:Application
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainTestActivity.java 203 server.enqueue(new MockResponse().setBody("this response comes via HTTPS"));
  /frameworks/base/core/java/android/webkit/
WebViewInputDispatcher.java 747 // Enqueue all non-private events for handling by the UI thread.
1181 public void enqueue(DispatchEvent d) { method in class:WebViewInputDispatcher.DispatchEventQueue
    [all...]

Completed in 1855 milliseconds

1 23 4 5