Home
last modified time | relevance | path

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

12345678

/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/pdfium/public/
DREADME5 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/
DCollationIterator.java113 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/
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.cpp88 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/
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.
Dtwoaddr-lea.ll1 ;; X's live range extends beyond the shift, so the register allocator
/external/chromium-trace/catapult/third_party/apiclient/
DLICENSE19 above and beyond the Python standard library:
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/
DLICENSE19 above and beyond the Python standard library:
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt019lexer.g40 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
Dt020fuzzy.g72 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt019lexer.g40 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
Dt020fuzzyLexer.g73 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
/external/libvpx/libvpx/third_party/libwebm/
DRELEASE.TXT17 * Allowed seeking beyond end of cluster cache
/external/v8/src/compiler/
DSTYLE6 beyond what the Google style guide already says. If this document doesn't
/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/clang/
DREADME.txt10 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/
DFuzzy.g62 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
/external/netperf/
DREADME.solaris25 And beyond that, it is still not clear if the CPU utilization reported
/external/llvm/test/Transforms/InstCombine/
Dstack-overalign.ll5 ; there are pitfalls. If the src is an alloca, aligning it beyond what
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-param-util-generated.h.pump165 // 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