/external/chromium_org/third_party/WebKit/Source/wtf/ |
CheckedArithmetic.h | 51 * - void overflowed(); 54 * This function must return true if overflowed() has been called on an 78 NO_RETURN_DUE_TO_CRASH void overflowed() function in class:WTF::CrashOnOverflow 96 void overflowed() function in class:WTF::RecordOverflow 438 this->overflowed(); 444 this->overflowed(); 452 this->overflowed(); 459 this->overflowed(); 466 this->overflowed(); 468 this->overflowed(); 653 bool overflowed = lhs.safeGet(x) == CheckedState::DidOverflow || rhs.safeGet(y) == CheckedState::DidOverflow; local 665 bool overflowed = lhs.safeGet(x) == CheckedState::DidOverflow || rhs.safeGet(y) == CheckedState::DidOverflow; local 677 bool overflowed = lhs.safeGet(x) == CheckedState::DidOverflow || rhs.safeGet(y) == CheckedState::DidOverflow; local [all...] |
/external/chromium_org/chrome/browser/resources/ |
policy.css | 155 tbody.has-overflowed-value span.value { 159 tbody:not(.has-overflowed-value) button.toggle-expanded-value { 163 tbody:not(.has-overflowed-value) > tr.expanded-value-container, 164 tbody:not(.show-overflowed-value) > tr.expanded-value-container {
|
policy_android.css | 181 tbody.has-overflowed-value span.value { 185 tbody:not(.has-overflowed-value) button.toggle-expanded-value { 189 tbody:not(.has-overflowed-value) > tr.expanded-value-container, 190 tbody:not(.show-overflowed-value) > tr.expanded-value-container {
|
/external/chromium_org/third_party/re2/re2/testing/ |
regexp_test.cc | 14 // Test that overflowed ref counts work. 27 // Depends on overflowed ref counts working.
|
/external/regex-re2/re2/testing/ |
regexp_test.cc | 14 // Test that overflowed ref counts work. 27 // Depends on overflowed ref counts working.
|
/external/bison/src/ |
location.h | 32 If this is INT_MAX, the line number has overflowed. 41 overflowed.
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
AnalysisRecursionOverflowException.java | 30 /** An NFA configuration context stack overflowed. */
|
/external/bison/lib/ |
xalloc-oversized.h | 30 SIZE_MAX - 1, since SIZE_MAX might represent an overflowed value.
|
/external/oprofile/module/ |
op_dcache.h | 51 printk(KERN_ERR "oprofile: overflowed dname stack !\n");
|
/external/chromium/base/ |
file_descriptor_shuffle.cc | 43 RAW_LOG(ERROR, "PerformInjectiveMultimapDestructive overflowed "
|
/external/chromium_org/base/posix/ |
file_descriptor_shuffle.cc | 43 RAW_LOG(ERROR, "PerformInjectiveMultimapDestructive overflowed "
|
/external/chromium_org/native_client_sdk/src/libraries/error_handling/ |
error_handling.h | 50 * stack may have overflowed or may be too small to handler the exception.
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
bytestream.h | 139 * and Overflowed() will return true. 156 * and Overflowed()=FALSE. 198 UBool Overflowed() const { return overflowed_; } 201 * If Overflowed() then NumberOfBytesAppended()>NumberOfBytesWritten()
|
/external/icu4c/common/unicode/ |
bytestream.h | 139 * and Overflowed() will return true. 161 * and Overflowed()=FALSE. 203 UBool Overflowed() const { return overflowed_; } 206 * If Overflowed() then NumberOfBytesAppended()>NumberOfBytesWritten()
|
/external/ipsec-tools/src/racoon/ |
evt.h | 62 #define EVTT_OVERFLOW 12 /* Event queue overflowed */
|
/external/oprofile/libdb/ |
db_insert.c | 80 * non overflowed node if one exist. When we
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
inotify.h | 42 #define IN_Q_OVERFLOW 0x00004000 /* Event queued overflowed */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
inotify.h | 42 #define IN_Q_OVERFLOW 0x00004000 /* Event queued overflowed */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
inotify.h | 42 #define IN_Q_OVERFLOW 0x00004000 /* Event queued overflowed */
|
/external/chromium_org/v8/src/ |
preparser-api.cc | 57 * the buffer containing the most recently read chunk. If this is overflowed, 88 // We have overflowed the pushback space at the beginning of buffer_.
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDebug.java | 99 * The returned value includes allocations that overflowed because they where too large 101 * that overflowed because no space was left in the page cache.
|
/external/chromium_org/sync/sessions/ |
data_type_tracker.cc | 34 // Drop the oldest payload if we've overflowed.
|
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/ |
RenderStateCache.cpp | 107 TRACE("Overflowed the limit of %u blend states, removing the least recently used " 202 TRACE("Overflowed the limit of %u rasterizer states, removing the least recently used " 284 TRACE("Overflowed the limit of %u depth stencil states, removing the least recently used " 362 TRACE("Overflowed the limit of %u sampler states, removing the least recently used "
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_half.h | 78 /* Clamp to infinity if overflowed */
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
vsnprintf.c | 119 int ret = n + 1; /* if we bail, indicated we overflowed */
|