Home
last modified time | relevance | path

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

12345678

/external/guava/guava/src/com/google/common/collect/
DBstRangeOps.java59 if (beyond(range, root.getKey(), side)) { in totalBeyondRangeToSide()
101 if (beyond(range, root.getKey(), side)) { in subTreeBeyondRangeToSide()
142 if (beyond(range, tipKey, side)) { in furthestPath()
156 return beyond(range, tipKey, side.other()) ? null : currentPath; in furthestPath()
162 public static <K> boolean beyond(GeneralRange<K> range, @Nullable K key, BstSide side) { in beyond() method in BstRangeOps
/external/chromium_org/components/autofill/core/browser/
Dautofill_type_unittest.cc48 AutofillType beyond(static_cast<ServerFieldType>(MAX_VALID_FIELD_TYPE + 10)); in TEST() local
49 EXPECT_EQ(UNKNOWN_TYPE, beyond.GetStorableType()); in TEST()
50 EXPECT_EQ(NO_GROUP, beyond.group()); in TEST()
/external/e2fsprogs/tests/f_bad_local_jnl/
Dexpect.12 Clearing fields beyond the V1 journal superblock...
/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.
Dtwoaddr-lea.ll1 ;; X's live range extends beyond the shift, so the register allocator
/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/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/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
DRELEASE.TXT17 * Allowed seeking beyond end of cluster cache
/external/libvpx/libvpx/third_party/libwebm/
DRELEASE.TXT17 * Allowed seeking beyond end of cluster cache
/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/chromium_org/chrome/browser/favicon/
DDEPS10 # Permanently-allowed DEPS beyond the standard Browser
/external/clang/
DREADME.txt10 beyond just compiling code: we intend for Clang to be host to a number of
/external/llvm/test/Transforms/InstCombine/
Dstack-overalign.ll5 ; there are pitfalls. If the src is an alloca, aligning it beyond what
/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/protobuf/gtest/include/gtest/internal/
Dgtest-param-util-generated.h.pump148 // Advance should not be called on beyond-of-range iterators
149 // so no component iterators must be beyond end of range, either.
175 // We must report iterators equal if they both point beyond their
/external/chromium_org/device/serial/
Ddata_stream.mojom19 // into the data stream. No further bytes beyond |error_location| will be
/external/chromium_org/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
/external/chromium_org/third_party/mesa/src/src/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
/external/mesa3d/src/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
/external/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
/external/libexif/po/
DMakevars39 # This is the list of locale categories, beyond LC_MESSAGES, for which the

12345678