Searched refs:skip (Results 1 - 25 of 514) 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/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DSkippingCipher.java11 * @param numberOfBytes the number of bytes to skip (positive forward, negative backwards).
15 long skip(long numberOfBytes); method in interface:SkippingCipher
18 * Reset the cipher and then skip forward to a given position.
/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;;
H A Ddhcpcd-run-hooks.in227 for skip in $skip_hooks; do
229 */"$skip") continue 2;;
230 */[0-9][0-9]"-$skip") continue 2;;
231 */[0-9][0-9]"-$skip.sh") continue 2;;
/external/vboot_reference/scripts/image_signing/
H A Dunpack_firmwarefd.sh59 dd if="${src_fd}" of="firmware.gbb" skip="${gbb_offset}" bs=1 \
62 dd if="${src_fd}" of="firmwareA.data" skip="${fwA_offset}" bs=1 \
64 dd if="${src_fd}" of="firmwareA.vblock" skip="${fwA_vblock_offset}" bs=1 \
66 dd if="${src_fd}" of="firmwareB.data" skip="${fwB_offset}" bs=1 \
68 dd if="${src_fd}" of="firmwareB.vblock" skip="${fwB_vblock_offset}" bs=1 \
/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/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/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/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));
H A DMultiInputStreamTest.java101 @Override public long skip(long n) {
107 multi.skip(-1);
108 multi.skip(-1);
109 multi.skip(0);
/external/toybox/toys/posix/
H A Drm.c35 if (dir && !(flags & (FLAG_r|FLAG_R))) goto skip;
54 else goto skip;
57 if (try->symlink) goto skip;
68 skip:
/external/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/src/com/google/common/io/
H A DMultiInputStream.java105 @Override public long skip(long n) throws IOException { method in class:MultiInputStream
109 long result = in.skip(n);
116 return 1 + in.skip(n - 1);
H A DCountingInputStream.java69 @Override public long skip(long n) throws IOException { method in class:CountingInputStream
70 long result = in.skip(n);
/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/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...]
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dmjpeg_decoder.cc267 // Compute amount of lines to skip to implement vertical crop.
268 // TODO(fbarchard): Ensure skip is a multiple of maximum component
270 int skip = (GetHeight() - dst_height) / 2; local
271 if (skip > 0) {
272 // There is no API to skip lines in the output data, so we read them
274 while (skip >= GetImageScanlinesPerImcuRow()) {
279 skip -= GetImageScanlinesPerImcuRow();
281 if (skip > 0) {
282 // Have a partial iMCU row left over to skip. Must read it and then
289 // TODO(fbarchard): Compute skip t
360 int skip = (GetHeight() - dst_height) / 2; local
[all...]
/external/libyuv/files/source/
H A Dmjpeg_decoder.cc287 // Compute amount of lines to skip to implement vertical crop.
288 // TODO(fbarchard): Ensure skip is a multiple of maximum component
290 int skip = (GetHeight() - dst_height) / 2; local
291 if (skip > 0) {
292 // There is no API to skip lines in the output data, so we read them
294 while (skip >= GetImageScanlinesPerImcuRow()) {
299 skip -= GetImageScanlinesPerImcuRow();
301 if (skip > 0) {
302 // Have a partial iMCU row left over to skip. Must read it and then
309 // TODO(fbarchard): Compute skip t
377 int skip = (GetHeight() - dst_height) / 2; local
[all...]
/external/toybox/lib/
H A Dgetmountlist.c109 int len, skip; local
114 skip = strncmp(typelist, "no", 2);
118 if (!skip) {
122 skip = 1;
126 skip = 0;
131 return !skip;
/external/libvpx/libvpx/examples/
H A Ddecode_with_drops.c118 int skip; local
126 skip = (is_range && frame_cnt >= n && frame_cnt <= m) ||
129 if (!skip) {
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLStreamedInputTest.java41 sslsi.skip(3);
/external/lldb/test/unittest2/
H A D__init__.py31 'defaultTestLoader', 'SkipTest', 'skip', 'skipIf', 'skipUnless',
43 TestCase, FunctionTestCase, SkipTest, skip, skipIf,
/external/llvm/include/llvm/Support/
H A DYAMLParser.h86 void skip();
89 skip();
142 virtual void skip() {} function in class:llvm::yaml::Node
254 void skip() override {
255 getKey()->skip();
256 getValue()->skip();
326 template <class CollectionType> void skip(CollectionType &C) { function in namespace:llvm::yaml
328 assert((C.IsAtBeginning || C.IsAtEnd) && "Cannot skip mid parse!");
332 i->skip();
360 template <class T> friend void yaml::skip(
366 void skip() override { yaml::skip(*this); } member in class:llvm::yaml::MappingNode::yaml
424 void skip() override { yaml::skip(*this); } member in class:llvm::yaml::SequenceNode::yaml
[all...]

Completed in 877 milliseconds

1234567891011>>