Searched refs:beyond (Results 1 – 25 of 195) sorted by relevance
12345678
/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/pdfium/public/ |
D | README | 5 beyond what is present here, then a new API must be added here to provide it.
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationIterator.java | 113 int beyond = pos - length; in backwardNumCodePoints() local 114 if(beyond > 0) { in backwardNumCodePoints() 115 if(beyond >= n) { in backwardNumCodePoints() 121 pos = oldBuffer.offsetByCodePoints(length, beyond - n); in backwardNumCodePoints() 122 return beyond; in backwardNumCodePoints()
|
/external/icu/android_icu4j/src/main/java/android/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 | 88 int32_t beyond = pos - length; in backwardNumCodePoints() local 89 if(beyond > 0) { in backwardNumCodePoints() 90 if(beyond >= n) { in backwardNumCodePoints() 96 pos = oldBuffer.moveIndex32(length, beyond - n); in backwardNumCodePoints() 97 return beyond; in backwardNumCodePoints()
|
/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.
|
D | twoaddr-lea.ll | 1 ;; X's live range extends beyond the shift, so the register allocator
|
/external/chromium-trace/catapult/third_party/apiclient/ |
D | LICENSE | 19 above and beyond the Python standard library:
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/ |
D | LICENSE | 19 above and beyond the Python standard library:
|
/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
|
D | t020fuzzy.g | 72 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
|
/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
|
D | t020fuzzyLexer.g | 73 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | RELEASE.TXT | 17 * Allowed seeking beyond end of cluster cache
|
/external/v8/src/compiler/ |
D | STYLE | 6 beyond what the Google style guide already says. If this document doesn't
|
/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/clang/ |
D | README.txt | 10 beyond just compiling code: we intend for Clang to be host to a number of
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
D | Fuzzy.g | 62 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
|
/external/netperf/ |
D | README.solaris | 25 And beyond that, it is still not clear if the CPU utilization reported
|
/external/llvm/test/Transforms/InstCombine/ |
D | stack-overalign.ll | 5 ; there are pitfalls. If the src is an alloca, aligning it beyond what
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-param-util-generated.h.pump | 165 // Advance should not be called on beyond-of-range iterators 166 // so no component iterators must be beyond end of range, either. 192 // We must report iterators equal if they both point beyond their
|
12345678