Home
last modified time | relevance | path

Searched refs:beyond (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/external/protobuf/objectivec/
DGPBArray.m53 //% format:@"Index (%lu) beyond bounds (%lu)",
432 format:@"Index (%lu) beyond bounds (%lu)",
471 format:@"Index (%lu) beyond bounds (%lu)",
492 format:@"Index (%lu) beyond bounds (%lu)",
505 format:@"Index (%lu) beyond bounds (%lu)",
529 format:@"Index (%lu) beyond bounds (%lu)",
534 format:@"Index (%lu) beyond bounds (%lu)",
680 format:@"Index (%lu) beyond bounds (%lu)",
719 format:@"Index (%lu) beyond bounds (%lu)",
740 format:@"Index (%lu) beyond bounds (%lu)",
[all …]
/external/u-boot/doc/device-tree-bindings/exynos/
Disp-spi.txt6 which will have a value beyond the maximum number of interrupts exynos5 can
12 - interrupts : A value which is beyond the maximum number of interrupts
/external/mesa3d/src/compiler/glsl/tests/warnings/
D029-fieldselection.vert18 /* Technically .x is also uninitialized, but detecting this is beyond
D024-shaderout.vert15 * case. "Real undefined" is beyond the scope of what mesa is/should
/external/deqp/external/vulkancts/mustpass/master/src/
Dandroid-tests.txt3 # either not applicable, or go beyond Khronos' conformance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Deh-frame-unreachable.ll2 ; Test that we don't emit a row that extends beyond the FDE's range_size.
Doverlap-shift.ll1 ;; X's live range extends beyond the shift, so the register allocator
/external/e2fsprogs/tests/f_bad_local_jnl/
Dexpect.12 Clearing fields beyond the V1 journal superblock...
/external/curl/tests/data/
Dtest11123 FTP download resume beyond file size
/external/u-boot/fs/ubifs/
Dubifs.c722 unsigned int block, beyond; in do_readpage() local
732 beyond = (i_size + UBIFS_BLOCK_SIZE - 1) >> UBIFS_BLOCK_SHIFT; in do_readpage()
733 if (block >= beyond) { in do_readpage()
747 if (block >= beyond) { in do_readpage()
756 if (((block + 1) == beyond) || last_block_size) { in do_readpage()
/external/ltp/testcases/kernel/fs/doio/
DREADME71 # run forever: 5 copies of random iosize, random lseek to beyond eof,
75 # run forever: 5 copies of random iosize, random lseek to beyond eof,
/external/pdfium/public/
DREADME5 beyond what is present here, then a new API must be added here to provide it.
/external/icu/icu4c/source/i18n/
Dcollationiterator.cpp90 int32_t beyond = pos - length; in backwardNumCodePoints() local
91 if(beyond > 0) { in backwardNumCodePoints()
92 if(beyond >= n) { in backwardNumCodePoints()
98 pos = oldBuffer.moveIndex32(length, beyond - n); in backwardNumCodePoints()
99 return beyond; in backwardNumCodePoints()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationIterator.java115 int beyond = pos - length; in backwardNumCodePoints() local
116 if(beyond > 0) { in backwardNumCodePoints()
117 if(beyond >= n) { in backwardNumCodePoints()
123 pos = oldBuffer.offsetByCodePoints(length, beyond - n); in backwardNumCodePoints()
124 return beyond; in backwardNumCodePoints()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationIterator.java117 int beyond = pos - length; in backwardNumCodePoints() local
118 if(beyond > 0) { in backwardNumCodePoints()
119 if(beyond >= n) { in backwardNumCodePoints()
125 pos = oldBuffer.offsetByCodePoints(length, beyond - n); in backwardNumCodePoints()
126 return beyond; in backwardNumCodePoints()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/
Ddebug-info-fileinfo.test1 # Check that debug info line number pointing beyond the end of the file
/external/python/google-api-python-client/
DLICENSE19 above and beyond the Python standard library:
DNOTICE19 above and beyond the Python standard library:
/external/python/oauth2client/
DLICENSE19 above and beyond the Python standard library:
DNOTICE19 above and beyond the Python standard library:
/external/python/cpython3/Doc/library/
Dundoc.rst20 documented beyond this mention. There's little need to document these.
/external/llvm/test/CodeGen/X86/
Doverlap-shift.ll1 ;; X's live range extends beyond the shift, so the register allocator
/external/skqp/src/sksl/
Dsksl_frag.inc10 // 9999 is a temporary value that causes us to ignore these declarations beyond
/external/skia/src/sksl/
Dsksl_frag.inc11 // 9999 is a temporary value that causes us to ignore these declarations beyond
/external/antlr/runtime/JavaScript/tests/functional/
Dt019lexer.g40 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't

12345678910>>...17