Searched refs:beyond (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_type_unittest.cc48 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/
H A DBstRangeOps.java59 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/
H A Dfilter-mode.rb47 /** 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/sonivox/arm-hybrid-22k/lib_src/
H A DARM_synth_constants_gnu.inc123 .equ m_pLoopEnd, 0 @ /* points to last PCM sample (not 1 beyond last) */
/external/sonivox/arm-wt-22k/lib_src/
H A DARM_synth_constants_gnu.inc123 .equ m_pLoopEnd, 0 @ /* points to last PCM sample (not 1 beyond last) */
/external/icu/icu4c/source/i18n/
H A Dcollationiterator.cpp77 // 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 th
[all...]
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_multithread_makecurrent.spec138 synchronization (beyond that already required by context sharing)
/external/mesa3d/docs/
H A DMESA_multithread_makecurrent.spec138 synchronization (beyond that already required by context sharing)
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dd1_lib.c273 # error Code needs update for DTLS_method() support beyond DTLS1_VERSION.
H A Ds3_lib.c3461 # error Code needs update for SSLv23_method() support beyond TLS1_2_VERSION.
/external/openssl/ssl/
H A Dd1_lib.c274 # error Code needs update for DTLS_method() support beyond DTLS1_VERSION.
H A Ds3_lib.c3454 # error Code needs update for SSLv23_method() support beyond TLS1_2_VERSION.
/external/libunwind/doc/
H A Dunw_get_proc_info.tex31 instruction \emph{beyond} the end of the procedure. If this address
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex47 audio player' is not required to implement Ogg support beyond the
H A D08-residue.tex262 wholly beyond the maximum vector size. Before beginning residue
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php157 * verified way to the Service Provider, in a manner which is beyond the scope of this
/external/bison/build-aux/
H A Dtexinfo.tex3736 % Be sure we're not beyond the end of the alphabet.
3749 % Be sure we're not beyond the end of the alphabet.
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 6030 milliseconds