Searched refs:skip (Results 1 - 25 of 659) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DLexerExtensions.cs37 public static void skip( Lexer lexer ) method in class:Antlr.Runtime.JavaExtensions.LexerExtensions
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DLexerExtensions.cs37 public static void skip( this Lexer lexer ) method in class:Antlr.Runtime.JavaExtensions.LexerExtensions
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
H A Ddatavis.asm26 .skip 4
27 .skip 4, 1
31 .skip 4
32 .skip 4, 1
37 .skip 4
38 .skip 4, 1
/external/dhcpcd/
H A Ddhcpcd-run-hooks21 for skip in ${skip_hooks}; do
23 */"${skip}") continue 2;;
24 */[0-9][0-9]"-${skip}") continue 2;;
25 */[0-9][0-9]"-${skip}.sh") continue 2;;
/external/skia/src/core/
H A DSkRecordDraw.h29 if (!this->skip(r)) {
38 // skip() should return true if we can skip this command, false if not.
39 // It may update fIndex directly to skip more than just this one command.
42 template <typename T> bool skip(const T&) { return false; } function in class:SkRecords::Draw
45 bool skip(const PairedPushCull&);
46 bool skip(const BoundedDrawPosTextH&);
H A DSkValidatingReadBuffer.cpp26 fReader.skip(fReader.available());
43 const void* SkValidatingReadBuffer::skip(size_t size) { function in class:SkValidatingReadBuffer
48 fReader.skip(size);
53 // All the methods in this file funnel down into either readInt(), readScalar() or skip(),
54 // followed by a memcpy. So we've got all our validation in readInt(), readScalar() and skip();
55 // if they fail they'll return a zero value or skip nothing, respectively, and set fError to
98 // skip over the string + '\0' and then pad to a multiple of 4
100 this->skip(alignedSize);
113 const void* ptr = this->skip(SkAlign4(*length));
134 (void)this->skip(siz
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dscreen_wrong_hwid.css30 #skip-hwid-warning {
34 #skip-hwid-warning-link {
/external/chromium_org/tools/telemetry/telemetry/value/
H A Dskip_unittest.py10 from telemetry.value import skip namespace
24 v = skip.SkipValue(self.pages[0], 'page skipped for testing reason')
33 v = skip.SkipValue(self.pages[0], 'page skipped for testing reason')
39 'type': 'skip',
40 'name': 'skip',
45 self.assertTrue(isinstance(v, skip.SkipValue))
/external/llvm/test/MC/AsmParser/
H A Ddirective_space.s16 .skip 1
/external/zlib/src/contrib/puff/
H A Dpufftest.c14 of input to skip before inflating (e.g. to skip a zlib or gzip header), and
91 unsigned skip = 0; local
105 skip = (unsigned)atoi(arg + 1);
128 if (skip >= len) {
129 fprintf(stderr, "skip request of %d leaves no input\n", skip);
134 /* test inflate data with offset skip */
135 len -= skip;
137 ret = puff(NIL, &destlen, source + skip,
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c81 * Begin a "skip" block. Inside this block we can test a condition and
82 * skip to the end of the block if the condition is false.
85 lp_build_flow_skip_begin(struct lp_build_skip_context *skip, argument
88 skip->gallivm = gallivm;
90 skip->block = lp_build_insert_new_block(gallivm, "skip");
96 * skip block if the condition is true.
99 lp_build_flow_skip_cond_break(struct lp_build_skip_context *skip, argument
104 new_block = lp_build_insert_new_block(skip->gallivm, "");
106 /* if cond is true, goto skip
114 lp_build_flow_skip_end(struct lp_build_skip_context *skip) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c81 * Begin a "skip" block. Inside this block we can test a condition and
82 * skip to the end of the block if the condition is false.
85 lp_build_flow_skip_begin(struct lp_build_skip_context *skip, argument
88 skip->gallivm = gallivm;
90 skip->block = lp_build_insert_new_block(gallivm, "skip");
96 * skip block if the condition is true.
99 lp_build_flow_skip_cond_break(struct lp_build_skip_context *skip, argument
104 new_block = lp_build_insert_new_block(skip->gallivm, "");
106 /* if cond is true, goto skip
114 lp_build_flow_skip_end(struct lp_build_skip_context *skip) argument
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkValidatingReadBuffer.cpp26 fReader.skip(fReader.available());
43 const void* SkValidatingReadBuffer::skip(size_t size) { function in class:SkValidatingReadBuffer
48 fReader.skip(size);
53 // All the methods in this file funnel down into either readInt(), readScalar() or skip(),
54 // followed by a memcpy. So we've got all our validation in readInt(), readScalar() and skip();
55 // if they fail they'll return a zero value or skip nothing, respectively, and set fError to
98 // skip over the string + '\0' and then pad to a multiple of 4
100 this->skip(alignedSize);
113 const void* ptr = this->skip(SkAlign4(*length));
134 (void)this->skip(siz
[all...]
/external/openssl/crypto/ec/
H A Dec2_oct.c172 size_t field_len, i, skip; local
236 skip = field_len - BN_num_bytes(x);
237 if (skip > field_len)
242 while (skip > 0)
245 skip--;
247 skip = BN_bn2bin(x, buf + i);
248 i += skip;
257 skip = field_len - BN_num_bytes(y);
258 if (skip > field_len)
263 while (skip >
[all...]
H A Decp_oct.c206 size_t field_len, i, skip; local
267 skip = field_len - BN_num_bytes(x);
268 if (skip > field_len)
273 while (skip > 0)
276 skip--;
278 skip = BN_bn2bin(x, buf + i);
279 i += skip;
288 skip = field_len - BN_num_bytes(y);
289 if (skip > field_len)
294 while (skip >
[all...]
/external/chromium_org/tools/telemetry/telemetry/results/
H A Dpage_run.py6 from telemetry.value import skip namespace
44 return any(isinstance(v, skip.SkipValue) for v in self.values)
/external/chromium_org/third_party/skia/dm/
H A DDMTask.cpp49 // If the task says skip, or if we're starting a top-level CPU task and we don't want to, skip.
50 const bool skip = this->shouldSkip() || (this->depth() == 0 && !FLAGS_cpu); local
51 if (!skip) {
69 // If the task says skip, or if we're starting a top-level GPU task and we don't want to, skip.
70 const bool skip = this->shouldSkip() || (this->depth() == 0 && !FLAGS_gpu); local
71 if (!skip) {
/external/chromium_org/v8/src/compiler/
H A Dgraph-reducer.cc25 ZoneVector<Reducer*>::iterator skip = reducers_.end(); local
34 if (i == skip) continue; // Skip this reducer.
44 skip = i;
66 skip = reducers_.end();
/external/guava/guava-tests/test/com/google/common/io/
H A DCountingInputStreamTest.java53 assertEquals(10, counter.skip(10));
58 assertEquals(20, counter.skip(30));
60 assertEquals(0, counter.skip(20));
84 assertEquals(10, counter.skip(100));
/external/guava/guava/src/com/google/common/io/
H A DMultiInputStream.java102 @Override public long skip(long n) throws IOException { method in class:MultiInputStream
106 long result = in.skip(n);
113 return 1 + in.skip(n - 1);
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dgetonescriptspan.cc254 // skip to just beyond first '<'
289 int skip = 0; local
293 while (skip < len) {
295 // int oldskip = skip;
296 skip += ScanToLetterOrSpecial(src + skip, len - skip);
299 // oldskip, src[oldskip], skip, src[skip]);
302 if (skip >
375 int skip = SkipToFrontOfSpan(next_byte_, byte_length_, &spanscript); local
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DVDMXParser.cpp51 bool skip(size_t numBytes) function in class:Buffer
129 if (!buf.skip(4) || !buf.readU16(&numRatios))
146 if (!buf.skip(1)
174 if (!buf.readU16(&numRecords) || !buf.skip(sizeof(uint16_t)))
196 if (!buf.skip(2 * sizeof(int16_t)))
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DISO8601Converter.java103 input.skip();
123 input.skip();
137 input.skip();
161 input.skip();
179 input.skip();
193 input.skip();
204 input.skip();
230 input.skip();
248 input.skip();
256 input.skip();
448 public void skip() method in class:ParseState
[all...]
/external/chromium_org/chrome/common/extensions/permissions/
H A Dpermission_set_unittest.cc635 APIPermissionSet skip; local
639 skip.insert(APIPermission::kActiveTab);
640 skip.insert(APIPermission::kAlarms);
641 skip.insert(APIPermission::kAlphaEnabled);
642 skip.insert(APIPermission::kAlwaysOnTopWindows);
643 skip.insert(APIPermission::kAppView);
644 skip.insert(APIPermission::kAudio);
645 skip.insert(APIPermission::kBrowsingData);
646 skip.insert(APIPermission::kCastStreaming);
647 skip
[all...]
/external/zlib/src/examples/
H A Dgzjoin.c156 /* skip bytes in file */
157 local void bskip(bin *in, unsigned skip) argument
163 /* easy case -- skip bytes in buffer */
164 if (skip <= in->left) {
165 in->left -= skip;
166 in->next += skip;
170 /* skip what's in buffer, discard buffer contents */
171 skip -= in->left;
175 if (skip > CHUNK) {
178 left = skip
[all...]

Completed in 5191 milliseconds

1234567891011>>