Home
last modified time | relevance | path

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

123456789

/external/Microsoft-GSL/tests/
Dspan_tests.cpp917 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/
DGPBArray.m47 //% 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/
DAUTHORS7 versions 3.1 and beyond
/external/deqp/external/vulkancts/mustpass/1.0.2/src/
Dandroid-tests.txt3 # either not applicable, or go beyond Khronos' conformance
/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
Dtest104259 HTTP GET beyond end of entirely-downloaded file, no server resume
/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/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/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/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/pdfium/public/
DREADME5 beyond what is present here, then a new API must be added here to provide it.
/external/skia/src/sksl/
Dsksl_frag.include8 // 9999 is a temporary value that causes us to ignore these declarations beyond
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Doverlap-shift.ll1 ;; X's live range extends beyond the shift, so the register allocator
Dtailcall-ri64.ll4 ; TAILJMPri64 should not receive "callee-saved" registers beyond epilogue.
/external/llvm/test/CodeGen/X86/
Doverlap-shift.ll1 ;; X's live range extends beyond the shift, so the register allocator
Dtailcall-ri64.ll4 ; TAILJMPri64 should not receive "callee-saved" registers beyond epilogue.
Dvec_trunc_sext.ll9 ; but that is beyond our current codegen capabilities.
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt019lexer.g40 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt019lexer.g40 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
/external/fmtlib/doc/bootstrap/mixins/
Dimage.less8 // Keep images from scaling beyond the width of their parents.
/external/clang/test/CodeGenObjC/
Dbitfield-access.m14 // Check that we don't try to use an i32 load here, which would reach beyond the
/external/e2fsprogs/tests/r_fixup_lastbg_big/
Dscript2 test_description="fix up last bg when expanding beyond the last bg"
/external/v8/src/compiler/
DSTYLE6 beyond what the Google style guide already says. If this document doesn't
/external/v8/testing/gtest/include/gtest/internal/
Dgtest-param-util-generated.h.pump150 // 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

123456789