HomeSort by relevance Sort by last modified time
    Searched refs:beyond (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/components/autofill/core/browser/
autofill_type_unittest.cc 47 // Beyond the boundary (error) condition.
48 AutofillType beyond(static_cast<ServerFieldType>(MAX_VALID_FIELD_TYPE + 10));
49 EXPECT_EQ(UNKNOWN_TYPE, beyond.GetStorableType());
50 EXPECT_EQ(NO_GROUP, beyond.group());
  /external/guava/guava/src/com/google/common/collect/
BstRangeOps.java 59 if (beyond(range, root.getKey(), side)) {
101 if (beyond(range, root.getKey(), side)) {
142 if (beyond(range, tipKey, side)) {
156 return beyond(range, tipKey, side.other()) ? null : currentPath;
160 * Returns {@code true} if {@code key} is beyond the specified side of the specified range.
162 public static <K> boolean beyond(GeneralRange<K> range, @Nullable K key, BstSide side) { method in class:BstRangeOps
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
filter-mode.rb 47 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
181 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
  /external/chromium_org/v8/test/mjsunit/regress/
regress-hoist-load-named-field.js 30 // Load fields should not be hoisted beyond their check maps when the check maps
48 // Polymorphic loads should not be hoisted beyond their compare maps.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/catifier/
event_page.js 68 // registered rules are persisted beyond browser restarts, we remove
  /external/icu/icu4c/source/i18n/
collationiterator.cpp 77 // Accounts for one more input code point read beyond the end of the marks buffer.
84 // Returns the number of code points read beyond the skipped marks
88 int32_t beyond = pos - length; local
89 if(beyond > 0) {
90 if(beyond >= n) {
95 // Back out all beyond-oldBuffer code points and re-enter the buffer.
96 pos = oldBuffer.moveIndex32(length, beyond - n);
97 return beyond;
135 // or counter for how many code points have been read beyond oldBuffer (pos-oldBuffer.length()).
493 // Number of code points read beyond the original code point
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_multithread_makecurrent.spec 138 synchronization (beyond that already required by context sharing)
  /external/mesa3d/docs/
MESA_multithread_makecurrent.spec 138 synchronization (beyond that already required by context sharing)
  /external/chromium_org/third_party/openssl/openssl/ssl/
d1_lib.c 273 # error Code needs update for DTLS_method() support beyond DTLS1_VERSION.
s3_lib.c     [all...]
  /external/openssl/ssl/
d1_lib.c 274 # error Code needs update for DTLS_method() support beyond DTLS1_VERSION.
  /external/chromium_org/chrome/browser/resources/cryptotoken/
multiplesigner.js 23 * @param {Countdown=} opt_timer An advisory timer, beyond whose expiration the
singlesigner.js 43 * @param {Countdown=} opt_timer An advisory timer, beyond whose expiration the
  /external/chromium_org/v8/test/mjsunit/compiler/
alloc-object-huge.js 51 // The huge constructor, nothing interesting beyond this point.
  /external/libunwind/doc/
unw_get_proc_info.tex 31 instruction \emph{beyond} the end of the procedure. If this address
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 47 audio player' is not required to implement Ogg support beyond the
08-residue.tex 262 wholly beyond the maximum vector size. Before beginning residue
  /external/chromium_org/tools/symsrc/
pefile.py 12 Lots of packed malware attempt to abuse the format way beyond its standard use.
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-backtrace.js 232 // Test line interval way beyond this script will result in an error.
unbox-double-arrays.js 362 // Cause the array to grow beyond it's JSArray length. This will double the
external-array-no-sse2.js 112 // If a given byteOffset and length references an area beyond the end of the
external-array.js 112 // If a given byteOffset and length references an area beyond the end of the
  /external/chromium_org/extensions/renderer/resources/
binding.js 160 // their API bindings beyond what can be generated.
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 115 ALOGW("%s data size 0x%x extends beyond resource end %p.",
    [all...]
  /ndk/build/core/
build-binary.mk 208 # enable PIE for executable beyond certain API level, unless "-static"

Completed in 1002 milliseconds

1 2