Searched refs:skip (Results 126 - 150 of 659) sorted by relevance

1234567891011>>

/external/openssl/crypto/
H A Dex_data.c419 goto skip;
423 skip:
466 goto skip;
470 skip:
506 goto skip;
510 skip:
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_pred_common.h50 const int above_skip = (above_mi != NULL) ? above_mi->mbmi.skip : 0;
51 const int left_skip = (left_mi != NULL) ? left_mi->mbmi.skip : 0;
H A Dvp9_debugmodes.c62 print_mi_data(cm, mvs, "Skips:", offsetof(MB_MODE_INFO, skip));
/external/chromium_org/third_party/skia/src/core/
H A DSkBuffer.h68 const void* skip(size_t size); // return start of skipped data
145 void* skip(size_t size); // return start of skipped data
H A DSkWriter32.cpp20 // skip over the string + '\0' and then pad to a multiple of 4
22 this->skip(alignedSize);
/external/libvpx/libvpx/vp9/common/
H A Dvp9_pred_common.h50 const int above_skip = (above_mi != NULL) ? above_mi->mbmi.skip : 0;
51 const int left_skip = (left_mi != NULL) ? left_mi->mbmi.skip : 0;
H A Dvp9_debugmodes.c61 print_mi_data(cm, mvs, "Skips:", offsetof(MB_MODE_INFO, skip));
/external/okhttp/okio/src/main/java/okio/
H A DRealBufferedSource.java129 @Override public void skip(long byteCount) throws IOException { method in class:RealBufferedSource
136 buffer.skip(toSkip);
H A DInflaterSource.java110 source.skip(toRelease);
/external/skia/src/core/
H A DSkBuffer.h68 const void* skip(size_t size); // return start of skipped data
145 void* skip(size_t size); // return start of skipped data
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRLexer.h62 - (void) skip;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRLexer.h62 - (void) skip;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRLexer.h62 - (void) skip;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRLexer.h62 - (void) skip;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
H A Dfilter.rb11 <tt>next_token</tt> to catch RecognitionErrors and skip ahead in the input until
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_StringReader.java183 * location. Invocations of <code>read()/skip()</code> will occur from
205 * @param count The number of characters to skip.
210 public long skip(long count) throws IOException { method in class:Support_StringReader
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
H A Dskip_unittest.py27 from webkitpy.test.skip import skip_if
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dblock.h117 int skip; member in struct:macroblock
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.h45 * Early exit. Useful to skip to the end of a function or block when
52 /** Block to skip to */
70 struct lp_build_skip_context skip; member in struct:lp_build_mask_context
/external/chromium_org/third_party/zlib/
H A Dgzguts.h108 z_off64_t skip; /* amount to skip (already rewound if backwards) */ member in struct:__anon16404
/external/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.h75 - (bool) compileUnlessExists:(bool)skip;
/external/dnsmasq/src/
H A Ddbus.c116 int skip = 0; local
139 skip = 1;
164 skip = 0;
181 if (!skip)
/external/libvpx/libvpx/vp8/encoder/
H A Dblock.h117 int skip; member in struct:macroblock
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.h45 * Early exit. Useful to skip to the end of a function or block when
52 /** Block to skip to */
70 struct lp_build_skip_context skip; member in struct:lp_build_mask_context
/external/pcre/dist/
H A DRunTest179 skip=
252 skip="$skip `expr "$1" : '~\([0-9]*\)*$'`"
303 test8=skip
304 test16=skip
305 test32=skip
403 for i in $skip; do eval do$i=no; done
413 skip) continue;;

Completed in 639 milliseconds

1234567891011>>