HomeSort by relevance Sort by last modified time
    Searched full:exceeded (Results 101 - 125 of 1487) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/kernel-headers/original/uapi/linux/
timex.h 83 __kernel_long_t jitcnt; /* jitter limit exceeded (ro) */
86 __kernel_long_t stbcnt; /* stability limit exceeded (ro) */
141 #define STA_PPSJITTER 0x0200 /* PPS signal jitter exceeded (ro) */
142 #define STA_PPSWANDER 0x0400 /* PPS signal wander exceeded (ro) */
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_SemWaitTimeout.3 17 Returns \fB0\fR if the semaphore was successfully locked or either \fBSDL_MUTEX_TIMEOUT\fR or \fB-1\fR if the timeout period was exceeded or there was an error, respectivly\&.
  /libcore/luni/src/main/java/java/util/concurrent/
RejectedExecutionHandler.java 21 * available because their bounds would be exceeded, or upon
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
timex.h 83 long jitcnt; /* jitter limit exceeded (ro) */
86 long stbcnt; /* stability limit exceeded (ro) */
135 #define STA_PPSJITTER 0x0200 /* PPS signal jitter exceeded (ro) */
136 #define STA_PPSWANDER 0x0400 /* PPS signal wander exceeded (ro) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
timex.h 52 long int jitcnt; /* jitter limit exceeded (ro) */
55 long int stbcnt; /* stability limit exceeded (ro) */
104 #define STA_PPSJITTER 0x0200 /* PPS signal jitter exceeded (ro) */
105 #define STA_PPSWANDER 0x0400 /* PPS signal wander exceeded (ro) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
timex.h 83 long jitcnt; /* jitter limit exceeded (ro) */
86 long stbcnt; /* stability limit exceeded (ro) */
135 #define STA_PPSJITTER 0x0200 /* PPS signal jitter exceeded (ro) */
136 #define STA_PPSWANDER 0x0400 /* PPS signal wander exceeded (ro) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
timex.h 52 long int jitcnt; /* jitter limit exceeded (ro) */
55 long int stbcnt; /* stability limit exceeded (ro) */
104 #define STA_PPSJITTER 0x0200 /* PPS signal jitter exceeded (ro) */
105 #define STA_PPSWANDER 0x0400 /* PPS signal wander exceeded (ro) */
  /external/chromium_org/extensions/common/api/
storage.json 181 "description": "The maximum total amount (in bytes) of data that can be stored in sync storage, as measured by the JSON stringification of every value plus every key's length. Updates that would cause this limit to be exceeded fail immediately and set $(ref:runtime.lastError)."
189 "description": "The maximum number of items that can be stored in sync storage. Updates that would cause this limit to be exceeded will fail immediately and set $(ref:runtime.lastError)."
193 "description": "The maximum number of <code>set</code>, <code>remove</code>, or <code>clear</code> operations that can be performed each hour. Updates that would cause this limit to be exceeded fail immediately and set $(ref:runtime.lastError)."
197 "description": "The maximum number of <code>set</code>, <code>remove</code>, or <code>clear</code> operations that can be performed each minute, sustained over 10 minutes. Updates that would cause this limit to be exceeded fail immediately and set $(ref:runtime.lastError)."
208 "description": "The maximum amount (in bytes) of data that can be stored in local storage, as measured by the JSON stringification of every value plus every key's length. This value will be ignored if the extension has the <code>unlimitedStorage</code> permission. Updates that would cause this limit to be exceeded fail immediately and set $(ref:runtime.lastError)."
  /external/srec/srec/crec/
srec_initialize.c 50 exceeded, pruning gets tightened. So, this threshold can be used
53 exceeded, pruning gets tightened. So, this threshold can be used
56 if number exceeded, the word lattice is pruned more tightly (less word
65 if num exceeded
68 if num exceeded
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
ThresholdingOutputStream.java 27 * stream type when the threshold is exceeded.
35 * cause the threshold to be exceeded.
61 * Whether or not the configured threshold has been exceeded.
191 * Determines whether or not the configured threshold has been exceeded for
208 * configured threshold to be exceeded. If so, triggers an event to allow
  /external/chromium_org/v8/test/webkit/fast/js/
function-apply-expected.txt 60 PASS var a = []; a.length = 0xFFFFFFFE; [].constructor.apply('', a).length threw exception RangeError: Maximum call stack size exceeded.
61 PASS var a = []; a.length = 0xFFFFFFFF; [].constructor.apply('', a).length threw exception RangeError: Maximum call stack size exceeded.
excessive-comma-usage-expected.txt 31 FAIL new Function(commaExpressionTestString)() should be true. Threw exception RangeError: Maximum call stack size exceeded
  /external/kernel-headers/original/uapi/asm-mips/asm/
signal.h 56 #define SIGXCPU 30 /* CPU limit exceeded (4.2 BSD). */
57 #define SIGXFSZ 31 /* File size limit exceeded (4.2 BSD). */
  /external/lldb/source/Plugins/Process/Linux/
LinuxSignals.cpp 56 ADDSIGNAL(XCPU, false, true, true, "CPU resource exceeded");
57 ADDSIGNAL(XFSZ, false, true, true, "file size limit exceeded");
  /external/lldb/tools/debugserver/source/
SysSignal.cpp 52 case SIGXCPU: return "SIGXCPU"; // 24 exceeded CPU time limit
53 case SIGXFSZ: return "SIGXFSZ"; // 25 exceeded file size limit
  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaSmsCbProgramResults.java 32 /** Program result: memory limit exceeded. */
35 /** Program result: limit exceeded. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
signum.h 58 #define SIGXCPU 24 /* CPU limit exceeded (4.2 BSD). */
59 #define SIGXFSZ 25 /* File size limit exceeded (4.2 BSD). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
signum.h 58 #define SIGXCPU 24 /* CPU limit exceeded (4.2 BSD). */
59 #define SIGXFSZ 25 /* File size limit exceeded (4.2 BSD). */
  /external/chromium_org/ash/accelerators/
exit_warning_handler.h 65 // Performs actions when the time limit is exceeded.
  /external/chromium_org/chrome/browser/sync/test/integration/
status_change_checker.h 57 // Called when the blocking wait timeout is exceeded.
  /external/chromium_org/components/policy/core/common/cloud/
rate_limiter.h 42 // exceeded.
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLError.cpp 36 const char SQLError::quotaExceededErrorMessage[] = "Quota was exceeded.";
  /external/e2fsprogs/lib/et/test_cases/
simple.c 31 N_( "Retry count exceeded"),
  /external/icu/icu4c/source/layout/
StateTableProcessor.cpp 58 if(LE_STATE_PATIENCE_DECR()) break; // patience exceeded.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/netinet/
ip_icmp.h 53 #define ICMP_TIME_EXCEEDED 11 /* Time Exceeded */
90 #define ICMP_EXC_TTL 0 /* TTL count exceeded */
91 #define ICMP_EXC_FRAGTIME 1 /* Fragment Reass time exceeded */
230 #define ICMP_TIMXCEED 11 /* time exceeded, code: */

Completed in 929 milliseconds

1 2 3 45 6 7 8 91011>>