HomeSort by relevance Sort by last modified time
    Searched full:expired (Results 276 - 300 of 664) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
pthread.h 220 * expired.
  /external/grub/stage2/
stage2.c 261 /* If the timeout was expired or wasn't set, force to show the menu
283 /* If GRUB_TIMEOUT is expired, boot the default entry. */
378 /* Check for a keypress, however if TIMEOUT has been expired
  /frameworks/base/docs/html/guide/google/play/billing/
billing_reference.jd 417 (refunded), or 3 (expired, for subscription purchases only).</td>
475 <li>Adds a new <code>purchaseState</code> value, <code>3</code> (expired), to the
477 intent. The value indicates that a subscription has expired and is no longer valid.</li>
billing_subscriptions.jd 246 app at the end of the active cycle that the purchase state of the subscription is now "Expired".
    [all...]
  /frameworks/base/tools/orientationplot/
orientationplot.py 163 self.stability_axes, 'time until flat delay expired', 'green')
165 self.stability_axes, 'time until swing delay expired', 'blue')
167 self.stability_axes, 'time until acceleration delay expired', 'red')
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapture.cpp 860 CAMHAL_LOGEA("Timeout expired on shutter callback");
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
Alarms.java 333 Log.v("Disabling expired alarm set for " + Log.formatTime(a.time));
334 // Expired alarm, disable it and move along.
362 Log.v("Disabling expired alarm set for " +
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr.h 244 * @throw bad_weak_ptr when __r.expired(),
434 if (this->expired())
446 return this->expired() ? shared_ptr<_Tp>() : shared_ptr<_Tp>(*this);
shared_ptr_base.h 1238 expired() const \/\/ never throws function in class:__weak_ptr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
shared_ptr.h 244 * @throw bad_weak_ptr when __r.expired(),
434 if (this->expired())
446 return this->expired() ? shared_ptr<_Tp>() : shared_ptr<_Tp>(*this);
shared_ptr_base.h 1238 expired() const \/\/ never throws function in class:__weak_ptr
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 679 * - Expired: time expired (key/value may still be set)
710 * New entries are added at the tail of the list at write time; stale entries are expired from
747 * entries are expired from the head of the list.
    [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 738 * - Expired: time expired (key/value may still be set)
772 * New entries are added at the tail of the list at write time; stale entries are expired from
809 * entries are expired from the head of the list.
    [all...]
  /frameworks/base/core/java/android/view/animation/
Animation.java 849 final boolean expired = normalizedTime >= 1.0f;
850 mMore = !expired;
873 if (expired) {
    [all...]
  /packages/apps/Email/src/com/android/email/
NotificationController.java 153 // be prevented until a reboot. Consider also doing this for password expired.
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
AbstractConnPool.java 155 * if the timeout expired
  /external/bluetooth/bluez/doc/
adapter-api.txt 242 false after the timer expired.
  /external/chromium/chrome/browser/chromeos/
network_message_observer.cc 255 // In that case, because the plan disappeared, we assume that it expired.
  /external/chromium/chrome/browser/net/
url_info.cc 57 return !IsStillCached(); // See if DNS cache expired.
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_flow.cc 82 // invoked in the context of a "token expired" notfication. If we don't have
  /external/chromium/chrome/browser/sync/engine/
syncer_proto_util.cc 249 LOG(WARNING) << "SyncerProtoUtil: Authentication expired.";
  /external/chromium/chrome/common/net/
url_fetcher.h 245 // re-execute the request, after the back-off delay has expired.
  /external/chromium/third_party/libjingle/source/talk/base/
messagequeue.cc 245 // If the specified timeout expired, return
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
plugin.xml 122 name="org.eclipse.jdt.debug.core.expired">
  /external/guava/guava-tests/test/com/google/common/base/
SuppliersTest.java 215 // old value expired

Completed in 1966 milliseconds

<<11121314151617181920>>