/external/Microsoft-GSL/tests/ |
D | span_tests.cpp | 1088 auto beyond = s.end(); variable 1089 CHECK(it != beyond); 1090 CHECK_THROWS_AS(*beyond, fail_fast); 1092 CHECK(beyond - first == 4); 1094 CHECK(beyond - beyond == 0); 1101 CHECK(beyond - it == 3); 1110 CHECK(it == beyond); 1111 CHECK(it - beyond == 0); 1144 auto beyond = s.cend(); variable 1145 CHECK(it != beyond); [all …]
|
/external/protobuf/objectivec/ |
D | GPBArray.m | 47 //% format:@"Index (%lu) beyond bounds (%lu)", 424 format:@"Index (%lu) beyond bounds (%lu)", 463 format:@"Index (%lu) beyond bounds (%lu)", 484 format:@"Index (%lu) beyond bounds (%lu)", 497 format:@"Index (%lu) beyond bounds (%lu)", 521 format:@"Index (%lu) beyond bounds (%lu)", 526 format:@"Index (%lu) beyond bounds (%lu)", 671 format:@"Index (%lu) beyond bounds (%lu)", 710 format:@"Index (%lu) beyond bounds (%lu)", 731 format:@"Index (%lu) beyond bounds (%lu)", [all …]
|
/external/u-boot/doc/device-tree-bindings/exynos/ |
D | isp-spi.txt | 6 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/ltp/utils/ffsb-6.0-rc2/ |
D | AUTHORS | 7 versions 3.1 and beyond
|
/external/u-boot/fs/ubifs/ |
D | ubifs.c | 735 unsigned int block, beyond; in do_readpage() local 745 beyond = (i_size + UBIFS_BLOCK_SIZE - 1) >> UBIFS_BLOCK_SHIFT; in do_readpage() 746 if (block >= beyond) { in do_readpage() 760 if (block >= beyond) { in do_readpage() 769 if (((block + 1) == beyond) || last_block_size) { in do_readpage()
|
/external/mesa3d/src/compiler/glsl/tests/warnings/ |
D | 029-fieldselection.vert | 18 /* Technically .x is also uninitialized, but detecting this is beyond
|
D | 024-shaderout.vert | 15 * case. "Real undefined" is beyond the scope of what mesa is/should
|
/external/deqp/external/vulkancts/mustpass/1.1.3/src/ |
D | android-tests.txt | 3 # either not applicable, or go beyond Khronos' conformance
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | eh-frame-unreachable.ll | 2 ; Test that we don't emit a row that extends beyond the FDE's range_size.
|
D | overlap-shift.ll | 1 ;; X's live range extends beyond the shift, so the register allocator
|
/external/e2fsprogs/tests/f_bad_local_jnl/ |
D | expect.1 | 2 Clearing fields beyond the V1 journal superblock...
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationIterator.java | 117 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/icu/icu4c/source/i18n/ |
D | collationiterator.cpp | 90 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/ |
D | CollationIterator.java | 115 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/curl/tests/data/ |
D | test111 | 23 FTP download resume beyond file size
|
/external/ltp/testcases/kernel/fs/doio/ |
D | README | 71 # 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/ |
D | README | 5 beyond what is present here, then a new API must be added here to provide it.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/ |
D | debug-info-fileinfo.test | 1 # Check that debug info line number pointing beyond the end of the file
|
/external/python/google-api-python-client/ |
D | NOTICE | 19 above and beyond the Python standard library:
|
D | LICENSE | 19 above and beyond the Python standard library:
|
/external/llvm/test/CodeGen/X86/ |
D | overlap-shift.ll | 1 ;; X's live range extends beyond the shift, so the register allocator
|
/external/python/cpython3/Doc/library/ |
D | undoc.rst | 20 documented beyond this mention. There's little need to document these.
|
/external/python/oauth2client/ |
D | NOTICE | 19 above and beyond the Python standard library:
|
D | LICENSE | 19 above and beyond the Python standard library:
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | overlap-shift.ll | 1 ;; X's live range extends beyond the shift, so the register allocator
|