HomeSort by relevance Sort by last modified time
    Searched refs:Pending (Results 26 - 45 of 45) sorted by null

12

  /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
  /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_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
liblouis.js 46 * Pending requests to construct translators.
53 * Pending RPC callbacks. Maps from message IDs to callbacks.
  /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/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.cpp 113 , m_status(Pending)
181 m_status = Pending;
  /external/chromium_org/tools/sheriffing/
botinfo.js 174 pendingCell.className = 'pending-count';
175 pendingCell.title = 'Pending builds: ' + this.numPendingBuilds;
  /external/chromium_org/v8/src/
promise.js 26 // Status values: 0 = pending, +1 = resolved, -1 = rejected
204 case 0: // Pending
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.js 265 device.adbConnected ? '' : 'Pending authentication: please accept ' +
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
  /frameworks/base/services/core/java/com/android/server/
MountService.java 146 public static final int Pending = 2;
    [all...]
  /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 454 // be available yet (unless it's the TU), so have this pending map using the
698 /// \brief A snapshot of the pending instantiations in the chain.
701 /// 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)
137 private Pending mPending;
164 // mIncomingDevice is the device connecting to us, valid only in Pending state
175 // Connecting to a device, Pending
178 // Pending
180 // Disconnecting device Pending
182 // Incoming connections Pending
233 mPending = new Pending();
449 private class Pending extends State {
452 log("Enter Pending: " + getCurrentMessage().what)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
NetworkPanel.js     [all...]
  /external/chromium_org/chrome/browser/resources/google_now/
background.js 151 * Pending (not yet successfully sent) dismissal for a received notification.
812 * Tries to send dismiss requests for all pending dismissals.
813 * @return {Promise} A promise to process the pending dismissals.
867 * Submits a task to send pending dismissals.
    [all...]
utility.js 425 'Pending callbacks when unloading event page @' + Date.now() + ':' +
726 'tasks.startFirst: still have pending task callbacks: ' +
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /packages/apps/Exchange/assets/
FolderSyncParserTest3.txt 204 [14:49:59] EAS Parser| FolderDisplayName: Pending Booking
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 478 milliseconds

12