Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 1011) sorted by relevance

12345678910>>...41

/external/clang/test/Parser/
Dskip-function-bodies.mm30 // CHECK: skip-function-bodies.mm:3:7: ClassDecl=A:3:7 (Definition) Extent=[3:1 - 14:2]
31 // CHECK: skip-function-bodies.mm:4:9: ClassDecl=B:4:9 (Definition) Extent=[4:3 - 4:13]
32 // CHECK: skip-function-bodies.mm:6:1: CXXAccessSpecifier=:6:1 (Definition) Extent=[6:1 - 6:8]
33 // CHECK: skip-function-bodies.mm:7:3: CXXConstructor=A:7:3 Extent=[7:3 - 7:6]
34 // CHECK-NOT: skip-function-bodies.mm:8:12: StructDecl=C:8:12 (Definition) Extent=[8:5 - 10:6]
35 // CHECK-NOT: skip-function-bodies.mm:9:12: CXXMethod=d:9:12 (Definition) Extent=[9:7 - 9:18]
36 // CHECK: skip-function-bodies.mm:13:13: TypedefDecl=E:13:13 (Definition) Extent=[13:3 - 13:14]
37 // CHECK: skip-function-bodies.mm:13:11: TypeRef=class A::B:4:9 Extent=[13:11 - 13:12]
38 // CHECK: skip-function-bodies.mm:16:12: ObjCInterfaceDecl=F:16:12 Extent=[16:1 - 18:5]
39 // CHECK: skip-function-bodies.mm:17:10: ObjCInstanceMethodDecl=G:17:10 Extent=[17:1 - 17:12]
[all …]
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.c85 lp_build_flow_skip_begin(struct lp_build_skip_context *skip, in lp_build_flow_skip_begin() argument
88 skip->gallivm = gallivm; in lp_build_flow_skip_begin()
90 skip->block = lp_build_insert_new_block(gallivm, "skip"); in lp_build_flow_skip_begin()
99 lp_build_flow_skip_cond_break(struct lp_build_skip_context *skip, in lp_build_flow_skip_cond_break() argument
104 new_block = lp_build_insert_new_block(skip->gallivm, ""); in lp_build_flow_skip_cond_break()
107 LLVMBuildCondBr(skip->gallivm->builder, cond, skip->block, new_block); in lp_build_flow_skip_cond_break()
109 LLVMPositionBuilderAtEnd(skip->gallivm->builder, new_block); in lp_build_flow_skip_cond_break()
114 lp_build_flow_skip_end(struct lp_build_skip_context *skip) in lp_build_flow_skip_end() argument
117 LLVMBuildBr(skip->gallivm->builder, skip->block); in lp_build_flow_skip_end()
118 LLVMPositionBuilderAtEnd(skip->gallivm->builder, skip->block); in lp_build_flow_skip_end()
[all …]
/external/valgrind/drd/tests/
Dtc19_shadowmem.stderr.exp-64bit7 ---------- char gran, 0 .. 99, skip 0 ----------
16 ---------- char gran, 0 .. 99, skip 1 ----------
25 ---------- char gran, 0 .. 99, skip 2 ----------
34 ---------- char gran, 0 .. 99, skip 3 ----------
43 ---------- char gran, 0 .. 99, skip 4 ----------
52 ---------- char gran, 0 .. 99, skip 5 ----------
61 ---------- char gran, 0 .. 99, skip 6 ----------
70 ---------- char gran, 0 .. 99, skip 7 ----------
79 ---------- char gran, 0 .. 99, skip 8 ----------
88 ---------- char gran, 0 .. 99, skip 9 ----------
[all …]
Dtc19_shadowmem.stderr.exp-32bit7 ---------- char gran, 0 .. 99, skip 0 ----------
16 ---------- char gran, 0 .. 99, skip 1 ----------
25 ---------- char gran, 0 .. 99, skip 2 ----------
34 ---------- char gran, 0 .. 99, skip 3 ----------
43 ---------- char gran, 0 .. 99, skip 4 ----------
52 ---------- char gran, 0 .. 99, skip 5 ----------
61 ---------- char gran, 0 .. 99, skip 6 ----------
70 ---------- char gran, 0 .. 99, skip 7 ----------
79 ---------- char gran, 0 .. 99, skip 8 ----------
88 ---------- char gran, 0 .. 99, skip 9 ----------
[all …]
/external/skia/src/core/
DSkValidatingReadBuffer.cpp26 fReader.skip(fReader.available()); in validate()
43 const void* SkValidatingReadBuffer::skip(size_t size) { in skip() function in SkValidatingReadBuffer
48 fReader.skip(size); in skip()
100 this->skip(alignedSize); in readString()
113 const void* ptr = this->skip(SkAlign4(*length)); in readEncodedString()
134 (void)this->skip(size); in readMatrix()
139 const void* ptr = this->skip(sizeof(SkIRect)); in readIRect()
146 const void* ptr = this->skip(sizeof(SkRect)); in readRect()
159 (void)this->skip(size); in readRegion()
170 (void)this->skip(size); in readPath()
[all …]
DSkPicturePlayback.cpp79 text->fText = (const char*)reader->skip(length); in get_text()
119 reader->skip(size - 4); in handleOp()
183 const SkRSXform* xform = (const SkRSXform*)reader->skip(count * sizeof(SkRSXform)); in handleOp()
184 const SkRect* tex = (const SkRect*)reader->skip(count * sizeof(SkRect)); in handleOp()
188 colors = (const SkColor*)reader->skip(count * sizeof(SkColor)); in handleOp()
193 cull = (const SkRect*)reader->skip(sizeof(SkRect)); in handleOp()
234 (void)reader->skip(length); in handleOp()
293 const SkPoint* cubics = (const SkPoint*)reader->skip(SkPatchUtils::kNumCtrlPts * in handleOp()
298 colors = (const SkColor*)reader->skip(SkPatchUtils::kNumCorners * sizeof(SkColor)); in handleOp()
302 texCoords = (const SkPoint*)reader->skip(SkPatchUtils::kNumCorners * in handleOp()
[all …]
DSkReadBuffer.cpp128 memcpy(data, fReader.skip(SkAlign4(*length)), *length); in readEncodedString()
142 memcpy(rect, fReader.skip(sizeof(SkIRect)), sizeof(SkIRect)); in readIRect()
146 memcpy(rect, fReader.skip(sizeof(SkRect)), sizeof(SkRect)); in readRect()
160 (void)fReader.skip(sizeof(uint32_t)); // Skip array count in readArray()
162 memcpy(value, fReader.skip(SkAlign4(byteLength)), byteLength); in readArray()
166 fReader.skip(fReader.available()); in readArray()
225 const void* data = this->skip(length); in readBitmap()
387 fReader.skip(sizeRecorded); in readFlattenable()
411 fReader.skip(sizeRecorded); in skipFlattenable()
/external/curl/src/
Dtool_setopt.c240 bool skip = FALSE; in tool_setopt_enum() local
244 skip = TRUE; in tool_setopt_enum()
246 if(config->libcurl && !skip && !ret) { in tool_setopt_enum()
273 bool skip = FALSE; in tool_setopt_flags() local
277 skip = TRUE; in tool_setopt_flags()
279 if(config->libcurl && !skip && !ret) { in tool_setopt_flags()
316 bool skip = FALSE; in tool_setopt_bitmask() local
320 skip = TRUE; in tool_setopt_bitmask()
322 if(config->libcurl && !skip && !ret) { in tool_setopt_bitmask()
359 bool skip = FALSE; in tool_setopt_httppost() local
[all …]
/external/libyuv/files/source/
Dmjpeg_decoder.cc290 int skip = (GetHeight() - dst_height) / 2; in DecodeToBuffers() local
291 if (skip > 0) { in DecodeToBuffers()
294 while (skip >= GetImageScanlinesPerImcuRow()) { in DecodeToBuffers()
299 skip -= GetImageScanlinesPerImcuRow(); in DecodeToBuffers()
301 if (skip > 0) { in DecodeToBuffers()
310 assert(skip % GetVertSubSampFactor(i) == 0); in DecodeToBuffers()
312 DivideAndRoundDown(skip, GetVertSubSampFactor(i)); in DecodeToBuffers()
320 lines_left -= (GetImageScanlinesPerImcuRow() - skip); in DecodeToBuffers()
377 int skip = (GetHeight() - dst_height) / 2; in DecodeToCallback() local
378 if (skip > 0) { in DecodeToCallback()
[all …]
/external/libvpx/libvpx/third_party/libyuv/source/
Dmjpeg_decoder.cc270 int skip = (GetHeight() - dst_height) / 2; in DecodeToBuffers() local
271 if (skip > 0) { in DecodeToBuffers()
274 while (skip >= GetImageScanlinesPerImcuRow()) { in DecodeToBuffers()
279 skip -= GetImageScanlinesPerImcuRow(); in DecodeToBuffers()
281 if (skip > 0) { in DecodeToBuffers()
290 assert(skip % GetVertSubSampFactor(i) == 0); in DecodeToBuffers()
292 DivideAndRoundDown(skip, GetVertSubSampFactor(i)); in DecodeToBuffers()
301 lines_left -= (GetImageScanlinesPerImcuRow() - skip); in DecodeToBuffers()
360 int skip = (GetHeight() - dst_height) / 2; in DecodeToCallback() local
361 if (skip > 0) { in DecodeToCallback()
[all …]
/external/zlib/src/examples/
Dgzjoin.c157 local void bskip(bin *in, unsigned skip) in bskip() argument
164 if (skip <= in->left) { in bskip()
165 in->left -= skip; in bskip()
166 in->next += skip; in bskip()
171 skip -= in->left; in bskip()
175 if (skip > CHUNK) { in bskip()
178 left = skip & (CHUNK - 1); in bskip()
182 lseek(in->fd, skip - 1, SEEK_CUR); in bskip()
189 lseek(in->fd, skip - left, SEEK_CUR); in bskip()
190 skip = left; in bskip()
[all …]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DISO8601Converter.java103 input.skip(); in parse()
123 input.skip(); in parse()
137 input.skip(); in parse()
161 input.skip(); in parse()
179 input.skip(); in parse()
193 input.skip(); in parse()
204 input.skip(); in parse()
230 input.skip(); in parse()
248 input.skip(); in parse()
256 input.skip(); in parse()
[all …]
/external/zlib/src/contrib/puff/
Dpufftest.c91 unsigned skip = 0; in main() local
105 skip = (unsigned)atoi(arg + 1); in main()
128 if (skip >= len) { in main()
129 fprintf(stderr, "skip request of %d leaves no input\n", skip); in main()
135 len -= skip; in main()
137 ret = puff(NIL, &destlen, source + skip, &sourcelen); in main()
156 puff(dest, &destlen, source + skip, &sourcelen); in main()
/external/curl/tests/
Dconvsrctest.pl196 my(@path,$path,$skip);
207 $skip = 1;
210 unless $skip;
225 unless $skip;
226 $skip --
236 unless $skip;
/external/llvm/include/llvm/Support/
DYAMLParser.h86 void skip();
89 skip(); in validate()
143 virtual void skip() {} in skip() function
286 void skip() override { in skip() function
287 getKey()->skip(); in skip()
289 Val->skip(); in skip()
359 template <class CollectionType> void skip(CollectionType &C) { in skip() function
365 i->skip(); in skip()
393 template <class T> friend void yaml::skip(T &);
399 void skip() override { yaml::skip(*this); } in skip() function
[all …]
/external/vboot_reference/scripts/image_signing/
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/chromium-trace/catapult/telemetry/telemetry/value/
Dskip_unittest.py11 from telemetry.value import skip
27 v = skip.SkipValue(self.pages[0], 'page skipped for testing reason',
37 v = skip.SkipValue(self.pages[0], 'page skipped for testing reason')
46 v = skip.SkipValue(self.pages[0], 'page skipped for testing reason')
58 self.assertTrue(isinstance(v, skip.SkipValue))
/external/libunwind_llvm/src/
DUnwindRegistersRestore.S45 # skip ss
46 # skip eflags
49 # skip cs
50 # skip ds
51 # skip es
52 # skip fs
53 # skip gs
87 # skip rflags
88 # skip cs
89 # skip fs
[all …]
/external/opencv3/modules/flann/include/opencv2/flann/
Dground_truth.h43 int skip = 0, Distance distance = Distance())
46 int n = nn + skip;
77 matches[i] = match[i+skip];
84 int skip=0, Distance d = Distance())
87 find_nearest<Distance>(dataset, testset[i], matches[i], (int)matches.cols, skip, d);
/external/squashfs-tools/kernel/fs/squashfs/
Dfile.c101 int skip) in empty_meta_index() argument
109 TRACE("empty_meta_index: offset %d, skip %d\n", offset, skip); in empty_meta_index()
151 meta->skip = skip; in empty_meta_index()
226 int skip = blocks / ((SQUASHFS_META_ENTRIES + 1) in calculate_skip() local
228 return min(SQUASHFS_CACHED_BLKS - 1, skip + 1); in calculate_skip()
241 int skip = calculate_skip(i_size_read(inode) >> msblk->block_log); in fill_meta_index() local
253 index /= SQUASHFS_META_INDEXES * skip; in fill_meta_index()
259 meta = empty_meta_index(inode, offset + 1, skip); in fill_meta_index()
285 int blocks = skip * SQUASHFS_META_INDEXES; in fill_meta_index()
324 return offset * SQUASHFS_META_INDEXES * skip; in fill_meta_index()
/external/toybox/lib/
Dgetmountlist.c128 int len, skip; in mountlist_istype() local
133 skip = strncmp(typelist, "no", 2); in mountlist_istype()
137 if (!skip) { in mountlist_istype()
141 skip = 1; in mountlist_istype()
145 skip = 0; in mountlist_istype()
150 return !skip; in mountlist_istype()
/external/jetty/src/java/org/eclipse/jetty/util/
DURIUtil.java508 int skip=0; in canonicalPath() local
517 if (skip>0 && --skip==0) in canonicalPath()
550 if (skip>0 && --skip==0) in canonicalPath()
562 skip++; in canonicalPath()
569 if (skip>0 && --skip==0) in canonicalPath()
578 if (skip<=0 && delStart>=0 && delEnd>=delStart) in canonicalPath()
582 if (skip>0) in canonicalPath()
592 if (skip>0) in canonicalPath()
/external/toybox/toys/posix/
Drm.c35 if (dir && !(flags & (FLAG_r|FLAG_R))) goto skip; in do_rm()
55 else goto skip; in do_rm()
58 if (try->symlink) goto skip; in do_rm()
70 skip: in do_rm()
/external/guava/guava-tests/test/com/google/common/io/
DCountingInputStreamTest.java53 assertEquals(10, counter.skip(10)); in testSkip()
58 assertEquals(20, counter.skip(30)); in testSkipEOF()
60 assertEquals(0, counter.skip(20)); in testSkipEOF()
84 assertEquals(10, counter.skip(100)); in testMark()
DCharSequenceReaderTest.java61 assertEquals(5, reader.skip(5)); in testMarkAndReset()
113 reader.skip(-1); in testIllegalArguments()
154 reader.skip(10); in testMethodsThrowWhenClosed()
232 assertEquals(expected.length(), reader.skip(Long.MAX_VALUE)); in assertReadsCorrectly()
238 assertEquals(5, reader.skip(5)); in assertReadsCorrectly()
251 assertEquals(0, reader.skip(10)); in assertFullyRead()

12345678910>>...41