HomeSort by relevance Sort by last modified time
    Searched refs:Pending (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/include/clang/Sema/
AnalysisBasedWarnings.h 51 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 };
ExternalSemaSource.h 167 /// \brief Read the set of pending instantiations known to the external
170 /// The external source should append its own pending instantiations to the
176 SourceLocation> > &Pending) {}
MultiplexExternalSemaSource.h 317 /// \brief Read the set of pending instantiations known to the external
320 /// The external source should append its own pending instantiations to the
325 SmallVectorImpl<std::pair<ValueDecl*, SourceLocation> >& Pending) override;
  /external/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/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 293 Pending.push(SU);
353 /// Release pending ready nodes in to the available queue. This makes them
360 // Check to see if any of the pending instructions are ready to issue. If
362 for (unsigned i = 0, e = Pending.size(); i != e; ++i) {
363 SUnit *SU = *(Pending.begin()+i);
376 Pending.remove(Pending.begin()+i);
387 assert(Pending.isInQueue(SU) && "bad ready count");
388 Pending.remove(Pending.find(SU))
    [all...]
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"),
  /external/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();
promise.js 27 // Status values: 0 = pending, +1 = resolved, -1 = rejected
220 case 0: // Pending
  /external/llvm/lib/Target/R600/
R600MachineScheduler.cpp 75 (AluInstCount + AvailablesAluCount() + Pending[IDAlu].size()) /
179 MoveUnits(Pending[IDFetch], Available[IDFetch]);
209 Pending[IK].push_back(SU);
341 std::vector<SUnit *> &QSrc = Pending[IDAlu];
411 while (AvailablesAluCount() || !Pending[IDAlu].empty()) {
462 MoveUnits(Pending[QID], AQ);
R600MachineScheduler.h 54 std::vector<SUnit *> Available[IDLast], Pending[IDLast];
  /external/clang/lib/AST/
ASTDumper.cpp 99 /// Pending[i] is an action to dump an entity at level i.
100 llvm::SmallVector<std::function<void(bool isLastChild)>, 32> Pending;
128 while (!Pending.empty()) {
129 Pending.back()(true);
130 Pending.pop_back();
161 unsigned Depth = Pending.size();
168 while (Depth < Pending.size()) {
169 Pending.back()(true);
170 this->Pending.pop_back();
178 Pending.push_back(std::move(dumpWithIndent))
    [all...]
  /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();
279 private class Pending extends State {
282 log("Enter Pending: " + getCurrentMessage().what)
    [all...]
  /external/clang/lib/Sema/
MultiplexExternalSemaSource.cpp 273 SourceLocation> > &Pending) {
275 Sources[i]->ReadPendingInstantiations(Pending);
Sema.cpp 642 // might lead to more pending template instantiations, which we then need
656 // Load pending instantiations from the external source.
657 SmallVector<PendingImplicitInstantiation, 4> Pending;
658 ExternalSource->ReadPendingInstantiations(Pending);
660 Pending.begin(), Pending.end());
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 567 ReadyQueue Pending;
572 /// True if the pending Q should be checked/updated before scheduling another
625 // times we should retry the pending queue because of a hazard.
630 /// Pending queues extend the ready queues with the same ID and the
634 Pending(ID << LogMaxQID, Name+".P"),
730 /// Updates the Available/Pending Q's if necessary and returns the single
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
csharphead.swg 248 public static bool Pending {
250 bool pending = false;
253 pending = true;
254 return pending;
260 throw new ApplicationException("FATAL: An earlier pending exception from unmanaged code was missed and thus not thrown (" + pendingException.ToString() + ")", e);
  /external/chromium-trace/trace-viewer/tracing/third_party/mocha/
mocha.js 994 * Pending describe.
1001 suite.pending = true;
1025 if (suite.pending) fn = null;
1044 * Pending test case.
1109 * Pending test case.
1354 * Pending suite.
1358 suite.pending = true;
1381 if (suite.pending) fn = null;
    [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 
  /external/clang/include/clang/Serialization/
ASTReader.h 494 // be available yet (unless it's the TU), so have this pending map using the
746 /// \brief A snapshot of the pending instantiations in the chain.
749 /// end of the TU. It consists of a pair of values for every pending
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 23 * (Pending)
140 private Pending mPending;
167 // mIncomingDevice is the device connecting to us, valid only in Pending state
178 // Connecting to a device, Pending
181 // Pending
183 // Disconnecting device Pending
185 // Incoming connections Pending
236 mPending = new Pending();
466 private class Pending extends State {
469 log("Enter Pending: " + getCurrentMessage().what)
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 1441 milliseconds

1 2