/external/Microsoft-GSL/tests/ |
D | span_tests.cpp | 917 auto beyond = s.end(); in SUITE() local 918 CHECK(it != beyond); in SUITE() 919 CHECK_THROW(*beyond, fail_fast); in SUITE() 921 CHECK(beyond - first == 4); in SUITE() 923 CHECK(beyond - beyond == 0); in SUITE() 930 CHECK(beyond - it == 3); in SUITE() 940 CHECK(it == beyond); in SUITE() 941 CHECK(it - beyond == 0); in SUITE() 974 auto beyond = s.cend(); in SUITE() local 975 CHECK(it != beyond); in SUITE() [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/ltp/utils/ffsb-6.0-rc2/ |
D | AUTHORS | 7 versions 3.1 and beyond
|
/external/deqp/external/vulkancts/mustpass/1.0.2/src/ |
D | android-tests.txt | 3 # either not applicable, or go beyond Khronos' conformance
|
/external/e2fsprogs/tests/f_bad_local_jnl/ |
D | expect.1 | 2 Clearing fields beyond the V1 journal superblock...
|
/external/curl/tests/data/ |
D | test111 | 23 FTP download resume beyond file size
|
D | test1042 | 59 HTTP GET beyond end of entirely-downloaded file, no server resume
|
/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/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/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/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/pdfium/public/ |
D | README | 5 beyond what is present here, then a new API must be added here to provide it.
|
/external/skia/src/sksl/ |
D | sksl_frag.include | 8 // 9999 is a temporary value that causes us to ignore these declarations beyond
|
/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
|
D | tailcall-ri64.ll | 4 ; TAILJMPri64 should not receive "callee-saved" registers beyond epilogue.
|
/external/llvm/test/CodeGen/X86/ |
D | overlap-shift.ll | 1 ;; X's live range extends beyond the shift, so the register allocator
|
D | tailcall-ri64.ll | 4 ; TAILJMPri64 should not receive "callee-saved" registers beyond epilogue.
|
D | vec_trunc_sext.ll | 9 ; but that is beyond our current codegen capabilities.
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t019lexer.g | 40 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t019lexer.g | 40 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
|
/external/fmtlib/doc/bootstrap/mixins/ |
D | image.less | 8 // Keep images from scaling beyond the width of their parents.
|
/external/clang/test/CodeGenObjC/ |
D | bitfield-access.m | 14 // Check that we don't try to use an i32 load here, which would reach beyond the
|
/external/e2fsprogs/tests/r_fixup_lastbg_big/ |
D | script | 2 test_description="fix up last bg when expanding beyond the last bg"
|
/external/v8/src/compiler/ |
D | STYLE | 6 beyond what the Google style guide already says. If this document doesn't
|
/external/v8/testing/gtest/include/gtest/internal/ |
D | gtest-param-util-generated.h.pump | 150 // Advance should not be called on beyond-of-range iterators 151 // so no component iterators must be beyond end of range, either. 177 // We must report iterators equal if they both point beyond their
|