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

  /external/chromium_org/third_party/WebKit/Source/modules/battery/
BatteryManager.h 62 Pending,
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
RespondWithObserver.h 47 enum State { Initial, Pending, Done };
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptPromisePropertyBase.h 34 Pending,
ScriptPromiseResolver.h 85 // promise is pending and the associated ExecutionContext isn't stopped.
96 Pending,
115 if (m_state != Pending || !executionContext() || executionContext()->activeDOMObjectsAreStopped())
  /external/clang/include/clang/Sema/
AnalysisBasedWarnings.h 51 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 };
  /external/chromium_org/v8/src/arm64/
delayed-masm-arm64.h 18 // - merge with the pending instruction and generate just one instruction.
19 // - emit the pending instruction and then generate the instruction (or set the
20 // pending instruction).
38 DCHECK(!pending());
66 bool pending() { return pending_ != kNone; } function in class:v8::internal::BASE_EMBEDDED
69 // potential pending instruction).
76 // Instructions which try to merge which the pending instructions.
82 // Emit the potential pending instruction.
84 // Reset the pending state.
127 // consistent with the pending one for stp/ldp we generate ldp/stp. Else
    [all...]
  /external/chromium_org/v8/src/
hydrogen-range-analysis.cc 11 class Pending {
13 Pending(HBasicBlock* block, int last_changed_range)
37 ZoneList<Pending> stack(graph()->blocks()->length(), zone());
90 stack.Add(Pending(dominated_blocks->at(i), last_changed_range), zone());
94 // Pop next pending block from stack.
95 Pending pending = stack.RemoveLast(); local
96 RollBackTo(pending.last_changed_range());
97 block = pending.block();
  /external/llvm/lib/Target/R600/
R600MachineScheduler.h 54 std::vector<SUnit *> Available[IDLast], Pending[IDLast];
  /external/chromium_org/gpu/command_buffer/client/
query_tracker.h 128 bool Pending() const {
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationPlayer.h 53 Pending,
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 138 ReadyQueue Pending;
153 /// Pending queues extend the ready queues with the same ID and the
157 Pending(ID << ConvergingVLIWScheduler::LogMaxQID, Name+".P"),
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkStateMachine.java 23 * (Pending)
72 private Pending mPending;
86 // mIncomingDevice is the device connecting to us, valid only in Pending state
97 // Connecting to a device, Pending
100 // Pending
102 // Disconnecting device Pending
104 // Incoming connections Pending
126 mPending = new Pending();
288 private class Pending extends State {
291 log("Enter Pending: " + getCurrentMessage().what)
    [all...]
A2dpStateMachine.java 23 * (Pending)
69 private Pending mPending;
83 // mIncomingDevice is the device connecting to us, valid only in Pending state
94 // Connecting to a device, Pending
97 // Pending
99 // Disconnecting device Pending
101 // Incoming connections Pending
122 mPending = new Pending();
273 private class Pending extends State {
276 log("Enter Pending: " + getCurrentMessage().what)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.h 79 Pending, // only partially loaded
  /external/clang/lib/Sema/
Sema.cpp 628 // might lead to more pending template instantiations, which we then need
642 // Load pending instantiations from the external source.
643 SmallVector<PendingImplicitInstantiation, 4> Pending;
644 ExternalSource->ReadPendingInstantiations(Pending);
646 Pending.begin(), Pending.end());
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 568 ReadyQueue Pending;
573 /// True if the pending Q should be checked/updated before scheduling another
626 // times we should retry the pending queue because of a hazard.
631 /// Pending queues extend the ready queues with the same ID and the
635 Pending(ID << LogMaxQID, Name+".P"),
731 /// Updates the Available/Pending Q's if necessary and returns the single
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 23 * (Pending)
139 private Pending mPending;
166 // mIncomingDevice is the device connecting to us, valid only in Pending state
177 // Connecting to a device, Pending
180 // Pending
182 // Disconnecting device Pending
184 // Incoming connections Pending
235 mPending = new Pending();
465 private class Pending extends State {
468 log("Enter Pending: " + getCurrentMessage().what)
    [all...]
  /frameworks/base/services/core/java/com/android/server/
MountService.java 149 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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.director_2.3.1.v20140221-1852.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar 

Completed in 842 milliseconds