HomeSort by relevance Sort by last modified time
    Searched defs:Pending (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/Sema/
AnalysisBasedWarnings.h 50 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 };
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 342 ReadyQueue Pending;
357 /// Pending queues extend the ready queues with the same ID and the
361 Pending(ID << ConvergingVLIWScheduler::LogMaxQID, Name+".P"),
  /external/webkit/Source/WebCore/loader/cache/
CachedResource.h 74 Pending, // only partially loaded
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 23 * (Pending)
70 private Pending mPending;
88 // mIncomingDevice is the device connecting to us, valid only in Pending state
99 // Connecting to a device, Pending
102 // Pending
104 // Disconnecting device Pending
106 // Incoming connections Pending
127 mPending = new Pending();
279 private class Pending extends State {
282 log("Enter Pending: " + getCurrentMessage().what)
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 803 ReadyQueue Pending;
817 /// Pending queues extend the ready queues with the same ID and the
821 Pending(ID << ConvergingScheduler::LogMaxQID, Name+".P"),
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 23 * (Pending)
111 private Pending mPending;
136 // mIncomingDevice is the device connecting to us, valid only in Pending state
147 // Connecting to a device, Pending
150 // Pending
152 // Disconnecting device Pending
154 // Incoming connections Pending
190 mPending = new Pending();
381 private class Pending extends State {
384 log("Enter Pending: " + getCurrentMessage().what)
    [all...]
  /frameworks/base/services/java/com/android/server/
MountService.java 128 public static final int Pending = 2;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 

Completed in 303 milliseconds