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

  /external/nist-sip/java/javax/sip/header/
AuthorizationHeader.java 37 void setStale(boolean stale);
  /external/qemu/android/utils/
filelock.c 50 ** the filelock_lock() function can also detect stale file locks that can linger
131 D( "no pid file in '%s', assuming stale directory", lock->lock );
281 /* check the lockfile to see if it is stale */
287 int stale = 2; /* means don't know */
311 stale = 0;
313 stale = 1;
316 if (stale == 2) {
317 /* no pid, stale if the file is older than 1 minute */
318 stale = (now >= st.st_mtime + 60);
321 if (stale) {
    [all...]
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_view.h 60 // True if the notification is stale. False if the notification is new.
61 bool stale() const { return stale_; } function in class:chromeos::BalloonViewImpl
63 // Makes the notification stale.
notification_panel.cc 39 // The duration for a new notification to become stale.
172 if (!view->stale()) {
189 if (!view->stale())
195 // Make all notifications stale.
624 // Make all notifications stale when a user minimize the panel.
780 if (balloon_container_->HasBalloonView(view) && !view->stale()) {
782 // don't update panel on stale
  /external/opencv/cvaux/src/
cvbgfg_codebook.cpp 184 e->stale = MAX( e->stale, negRun );
190 e->stale = MAX( e->stale, negRun );
213 e->stale = 0;
338 if( e->stale > staleThresh )
346 e->stale = 0;
  /external/grub/stage2/
xfs.h 380 xfs_uint16_t stale; /* count of stale entries */ member in struct:xfs_dir2_leaf_hdr
402 xfs_uint32_t stale; /* count of stale lf entries */ member in struct:xfs_dir2_block_tail
fsys_xfs.c 347 xfs.dirmax = le16 (h->count) - le16 (h->stale);
428 xfs.dirmax = le32 (tail->count) - le32 (tail->stale);
438 xfs.dirmax = le16 (h->count) - le16 (h->stale);
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationHeader.java 62 public static final String STALE = ParameterNames.STALE;
395 * Sets the value of the stale parameter of the WWWAuthenicateHeader to the
396 * <var>stale</var> parameter value.
398 * @param stale -
399 * the Boolean.valueOf value of the stale parameter.
402 public void setStale(boolean stale) {
403 setParameter(new NameValue(ParameterNames.STALE, Boolean.valueOf(stale)));
410 * @return the boolean representing if the challenge is stale
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 136 * may be stale and should be refreshed.
138 private boolean stale; field in class:GridModel
334 stale = false;
744 assert !stale; local
745 stale = true;
839 assert !stale; local
937 assert !stale; local
1019 assert !stale; local
1407 assert !stale; local
    [all...]
  /ndk/build/core/
setup-app.mk 70 # you're not going to leave a stale shared library for the old one.
  /external/chromium/net/tools/testserver/
testserver.py 945 "stale" response.
957 A stale response is sent iff "stale" is present in the request path.
962 stale = 'stale' in self.path
963 nonce = self.GetNonce(force_reset=stale)
    [all...]
  /external/oprofile/events/x86-64/family11h/
unit_masks 85 0x02 Number of stale table entry hits (hit on a page closed too soon)
  /external/opencv/cvaux/include/
cvaux.h 1383 int stale; member in struct:CvBGCodeBookElem
    [all...]
  /external/chromium/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium/third_party/libevent/
ltmain.sh     [all...]
  /external/expat/conftools/
ltmain.sh     [all...]
  /external/libffi/
ltmain.sh     [all...]
  /external/llvm/autoconf/
ltmain.sh     [all...]
  /external/llvm/projects/sample/autoconf/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/pcre/
ltmain.sh     [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh     [all...]
  /external/protobuf/
ltmain.sh     [all...]
  /external/iproute2/doc/
ip-cref.tex 891 \item \verb|stale| --- the neighbour entry is valid but suspicious.
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 989 milliseconds