/external/oprofile/libutil/ |
op_lockfile.h | 25 * Write the pid into the given lock file. Stale
|
op_lockfile.c | 52 fprintf(stderr, "Removing stale lock file %s\n",
|
/external/kernel-headers/original/linux/ |
errno.h | 18 #define EBADCOOKIE 523 /* Cookie is stale */
|
/frameworks/base/core/java/android/database/ |
StaleDataException.java | 20 * This exception is thrown when a Cursor contains stale data and must be
|
/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...] |
filelock.h | 26 ** function can detect stale file locks that can longer when the emulator
|
/external/kernel-headers/original/linux/netfilter/ |
nf_conntrack_tcp.h | 45 /* For detecting stale connections */
|
/external/kernel-headers/original/linux/nfsd/ |
stats.h | 18 unsigned int fh_stale; /* FH stale error */
|
/external/webkit/WebCore/manual-tests/inspector/ |
dom-mutation.html | 22 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=6590">Bug 6590: Web Inspector shows stale DOM tree if the DOM changes after the inspector has loaded</a>.</p>
|
/external/apache-http/src/org/apache/http/params/ |
HttpConnectionParams.java | 191 * Tests whether stale connection check is to be used. Disabling 192 * stale connection check may result in slight performance improvement 196 * @return <tt>true</tt> if stale connection check is to be used, 208 * Defines whether stale connection check is to be used. Disabling 209 * stale connection check may result in slight performance improvement 213 * @param value <tt>true</tt> if stale connection check is to be used,
|
CoreConnectionPNames.java | 100 * Determines whether stale connection check is to be used. Disabling 101 * stale connection check may result in slight performance improvement
|
/dalvik/vm/ |
JarFile.c | 159 LOGE("%s odex has stale dependencies\n", fileName); 215 LOGE("%s odex has stale dependencies\n", fileName); 231 * Pre-created .odex absent or stale. Look inside the jar for a 244 * If a stale .odex file is present and classes.dex exists in 272 * or the cached version was stale), generate the optimized DEX.
|
/frameworks/base/core/java/android/net/http/ |
HttpAuthHeader.java | 34 private final static String STALE_TOKEN = "stale"; 52 * rejected because the nonce value was stale. If stale is TRUE 190 * the client was rejected because the nonce value was stale. 395 * Parses and initializes the 'stale' paramer value. Any value
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/ |
HttpConnection.java | 203 // probably stale 216 // aha - the connection is NOT stale - continue on! 218 // oops - the connection is stale, the read or soTimeout failed.
|
/dalvik/tests/061-out-of-memory/src/ |
Main.java | 58 * GC may see a stale pointer to it in a register.
|
/external/webkit/WebKit/chromium/public/win/ |
WebInputEventFactory.h | 54 // information is known to be stale and needs to be reset; that is the
|
/packages/apps/Email/src/com/android/exchange/adapter/ |
PingParser.java | 78 // Status of 7 or 4 indicate a stale folder list
|
/dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/ |
JDBCStatement.java | 78 throw new SQLException("stale connection"); 148 throw new SQLException("stale connection");
|
/external/webkit/WebCore/platform/network/ |
ResourceRequestBase.h | 43 ReturnCacheDataElseLoad, // back/forward or encoding change - allow stale data 44 ReturnCacheDataDontLoad, // results of a post - allow stale data and only use cache
|
/external/webkit/WebKit/chromium/public/ |
WebURLRequest.h | 55 ReturnCacheDataElseLoad, // back/forward or encoding change - allow stale data 56 ReturnCacheDataDontLoad, // results of a post - allow stale data and only use cache
|
/bootable/bootloader/legacy/arch_msm7k/ |
uart.c | 77 uwr(0x7BF, UART_IPR); /* stale timeout = 630 * bitrate */
|
/dalvik/tests/072-precise-gc/src/ |
Main.java | 84 * we still have stale copies of references on the stack, a
|
/external/apache-http/src/org/apache/http/ |
ConnectionReuseStrategy.java | 62 * The stale connection check MUST NOT be triggered by a
|
/external/emma/core/res/com/vladium/emma/ |
exceptions.properties | 47 with the version of this class in the metadata, possibly because stale \
|
/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
|