/external/chromium_org/google_apis/drive/ |
base_requests_unittest.cc | 146 " \"message\": \"Rate Limit Exceeded\"\n" 150 " \"message\": \"Rate Limit Exceeded\"\n"
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
event_listener.h | 127 // ETIMEOUT if the timeout is exceeded. 150 // ETIMEOUT if the timeout is exceeded.
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DOMException.cpp | 59 { "QuotaExceededError", "An attempt was made to add something to storage that exceeded the quota.", 22 }, 74 { "EncodingError", "A URI supplied to the API was malformed, or the resulting Data URL has exceeded the URL length limitations for Data URLs.", 0 },
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/ |
xdfprotect.asm | 106 idesc32 isrP, 0x0008, 0 ; 0x05, 5, #BR, Bound Range Exceeded 144 dw isrR, 0 ; 0x05, 5, #BR, Bound Range Exceeded
|
/external/iptables/extensions/ |
libip6t_icmp6.c | 27 { "time-exceeded", 3, 0, 0xFF }, 28 /* Alias */ { "ttl-exceeded", 3, 0, 0xFF },
|
/ndk/sources/host-tools/make-3.81/ |
signame.c | 172 init_sig (SIGXCPU, "XCPU", _("CPU time limit exceeded")); 175 init_sig (SIGXFSZ, "XFSZ", _("File size limit exceeded"));
|
/external/chromium_org/tools/site_compare/commands/ |
maskmaker.py | 135 # a successful mask or too many errors, or we've exceeded the giveup limit 189 print " ** Exceeded maximum error count for this URL, giving up" 254 print "**Exceeded giveup threshhold. Giving up."
|
/art/runtime/base/ |
histogram.h | 94 // Add more buckets to the histogram to fill in a new value that exceeded
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_tanl.c | 33 * possibles resulted in tan(x) that exceeded 0.5 ULP (ie., 0.6%).
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
PacketDispatcher.java | 634 * if timeout exceeded 653 * if timeout exceeded 676 * if timeout exceeded 723 * if timeout exceeded
|
/external/bluetooth/bluedroid/osi/include/ |
fixed_queue.h | 49 // the caller. If the queue capacity would be exceeded by adding one more
|
/external/chromium_org/ash/screensaver/ |
screensaver_view.cc | 87 LOG(ERROR) << "Exceeded termination threshold, closing Screensaver.";
|
/external/chromium_org/chrome/browser/ui/cocoa/panels/ |
mouse_drag_controller.h | 26 // Called wehen drag threshold was exceeded and actual drag should start.
|
/external/chromium_org/media/audio/ |
audio_power_monitor.h | 55 // true whenever any *one* sample scanned exceeded maximum amplitude since
|
/external/chromium_org/media/cast/logging/ |
encoding_event_subscriber.h | 47 // called, it will check if the respective map size has exceeded |max_frames|.
|
/external/chromium_org/net/base/ |
net_errors_posix.cc | 70 case EDQUOT: // Disk quota exceeded.
|
/external/chromium_org/third_party/icu/source/common/ |
punycode.h | 44 * U_INDEX_OUTOFBOUNDS_ERROR is set if the limit is exceeded.
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
gunit.h | 88 // exceeded, but it only fails if the expression still isn't true after the
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i915_program.c | 500 i915_program_error(p, "Exceeded max nr indirect texture lookups " 506 i915_program_error(p, "Exceeded max TEX instructions (%d out of %d)", 511 i915_program_error(p, "Exceeded max ALU instructions (%d out of %d)", 515 i915_program_error(p, "Exceeded max DECL instructions (%d out of %d)",
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
vp8_partition_aggregator.h | 110 // values given in min_size and max_size, and if either of these are exceeded,
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
inspector_page.py | 77 when the navigation is complete or when the timeout has been exceeded.
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
network_quiescence.js | 58 * resources requested via XMLHttpRequest) has exceeded a threshold defined
|
/external/chromium_org/ui/gfx/geometry/ |
cubic_bezier.cc | 58 // because we exceeded MAX_STEPS. Do a DCHECK here to confirm.
|
/external/chromium_org/v8/test/mjsunit/ |
big-array-literal.js | 98 assertTrue(e.message.indexOf("Maximum call stack size exceeded") >= 0);
|
big-object-literal.js | 98 assertTrue(e.message.indexOf("Maximum call stack size exceeded") >= 0);
|