Searched refs:skip (Results 251 - 275 of 550) sorted by relevance

<<11121314151617181920>>

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar ... int bytesRead byte[] result int i Exception e public long skip (long) throws java.io.IOException long n byte ...
/external/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp113 MachineBasicBlock::iterator skip,
157 if (localBegin == skip ) continue;
109 canBeFeederToNewValueJump(const HexagonInstrInfo *QII, const TargetRegisterInfo *TRI, MachineBasicBlock::iterator II, MachineBasicBlock::iterator end, MachineBasicBlock::iterator skip, MachineFunction &MF) argument
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Dsm4_parse.cpp71 void skip(unsigned toskip)
212 skip(customlen);
/external/webp/src/enc/
H A Diterator.c317 void VP8SetSkip(const VP8EncIterator* const it, int skip) { argument
318 it->mb_->skip_ = skip;
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.cc1545 Label skip;
1547 BranchShort(&skip, neg_cond, rs, rt);
1549 bind(&skip);
1553 Label skip;
1555 BranchShort(&skip, neg_cond, rs, rt);
1557 bind(&skip);
2123 Label skip;
2125 BranchShort(&skip, neg_cond, rs, rt);
2127 bind(&skip);
2131 Label skip;
2597 Label skip; local
2619 Label skip; local
5422 Label skip; local
5447 Label skip; local
5463 Label skip; local
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DLexer.as99 /** Instruct the lexer to skip creating a token for current lexer rule
105 public function skip():void { function
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DLexer.java113 /** Instruct the lexer to skip creating a token for current lexer rule
119 public void skip() { method in class:Lexer
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DLexer.js71 /** Instruct the lexer to skip creating a token for current lexer rule
77 skip: function() {
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DLexer.pm92 # Instruct the lexer to skip creating a token for current lexer rule
97 sub skip { subroutine
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
H A Dmain-scripts.rb208 WS : (' '|'\n') {skip} ;
/external/chromium_org/content/browser/
H A Dchild_process_security_policy_impl.cc198 int skip = 0; local
202 ++skip;
203 } else if (skip > 0) {
205 --skip;
/external/chromium_org/mojo/apps/js/bindings/
H A Dcodec.js103 Decoder.prototype.skip = function(offset) {
190 Encoder.prototype.skip = function(offset) {
/external/chromium_org/mojo/public/bindings/parse/
H A Dmojo_parser.py130 t.lexer.skip(1)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
H A Dfinder.py84 def skip(self, names, reason, bugid): member in class:Finder
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
H A Dsha1-s390x.pl159 .skip 48 #.long 0,0,0,0,0,0,0,0,0,0,0,0
/external/chromium_org/third_party/skia/src/core/
H A DSkPicturePlayback.h161 text->fText = (const char*)reader.skip(length);
H A DSkTypeface.cpp171 // do not attempt to skip any remaining bytes.
174 // failed to allocate, so just skip and create-from-name
175 stream->skip(length);
H A DSkWriter32.cpp250 // skip over teh string + '\0' and then pad to a multiple of 4
252 this->skip(alignedSize);
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTUtils.cpp92 if (fontData->skip(oldNameTablePhysicalSize) < oldNameTablePhysicalSize) {
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkDWriteFontFileStream.cpp205 if (fStream->skip(static_cast<size_t>(fileOffset)) != fileOffset) {
/external/guava/guava/src/com/google/common/io/
H A DCharStreams.java405 * @param n the number of characters to skip
412 long amt = reader.skip(n);
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/
H A DMTLLoader.java100 scan.skip(".*\r{0,1}\n");
200 // skip entire comment until next line
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dbilinearpredict8x8_neon.asm32 cmp r2, #0 ;skip first_pass filter if xoffset=0
99 cmp r3, #0 ;skip second_pass filter if yoffset=0
H A Dvp8_subpixelvariance8x8_neon.asm35 cmp r2, #0 ;skip first_pass filter if xoffset=0
102 cmp r3, #0 ;skip second_pass filter if yoffset=0
/external/libvpx/libvpx/vp8/common/x86/
H A Dvariance_impl_ssse3.asm49 cmp rax, 0 ; skip first_pass filter if xoffset=0
57 cmp rdx, 0 ; skip second_pass filter if yoffset=0

Completed in 757 milliseconds

<<11121314151617181920>>