Home
last modified time | relevance | path

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

12345678910>>...45

/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 (default constructor) 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/syslinux/gpxe/src/arch/i386/core/
Daout_loader.c18 unsigned long skip; /* padding to be skipped to current segment */ member
49 astate.skip = 0; in aout_probe()
73 if (astate.skip) { in aout_download()
74 if (astate.skip >= len - offset) { in aout_download()
75 astate.skip -= len - offset; in aout_download()
78 offset += astate.skip; in aout_download()
79 astate.skip = 0; in aout_download()
103 astate.skip = 4096; in aout_download()
111 astate.skip = ((astate.curaddr + 4095) & ~4095) - astate.curaddr; in aout_download()
118 astate.skip = 0; in aout_download()
/external/v8/src/snapshot/
Dstartup-serializer.cc29 WhereToPoint where_to_point, int skip) { in SerializeObject() argument
54 if (SerializeHotObject(obj, how_to_code, where_to_point, skip)) return; in SerializeObject()
61 PutRoot(root_index, obj, how_to_code, where_to_point, skip); in SerializeObject()
66 if (SerializeBackReference(obj, how_to_code, where_to_point, skip)) return; in SerializeObject()
68 FlushSkip(skip); in SerializeObject()
154 int skip = 0; in VisitPointers() local
158 skip += kPointerSize; in VisitPointers()
162 FlushSkip(skip); in VisitPointers()
166 skip); in VisitPointers()
169 skip = 0; in VisitPointers()
[all …]
/external/python/cpython2/Lib/
Dsre_compile.py84 skip = _len(code); emit(0)
91 code[skip] = _len(code) - skip
106 skip = _len(code); emit(0)
108 code[skip] = _len(code) - skip
118 skip = _len(code); emit(0)
123 code[skip] = _len(code) - skip
129 skip = _len(code); emit(0)
134 code[skip] = _len(code) - skip
137 skip = _len(code); emit(0)
141 code[skip] = _len(code) - skip
[all …]
/external/curl/src/
Dtool_setopt.c261 bool skip = FALSE; in tool_setopt_enum() local
265 skip = TRUE; in tool_setopt_enum()
267 if(config->libcurl && !skip && !ret) { in tool_setopt_enum()
294 bool skip = FALSE; in tool_setopt_flags() local
298 skip = TRUE; in tool_setopt_flags()
300 if(config->libcurl && !skip && !ret) { in tool_setopt_flags()
337 bool skip = FALSE; in tool_setopt_bitmask() local
341 skip = TRUE; in tool_setopt_bitmask()
343 if(config->libcurl && !skip && !ret) { in tool_setopt_bitmask()
380 bool skip = FALSE; in tool_setopt_httppost() local
[all …]
/external/openssh/regress/
Dintegrity.sh30 skip=0
32 skip=`expr $skip - 1`
33 if [ $skip -gt 0 ]; then
59 Bad?packet*) elen=`expr $elen + 1`; skip=3;;
61 emac=`expr $emac + 1`; skip=0;;
62 padding*) epad=`expr $epad + 1`; skip=0;;
/external/skia/src/core/
DSkValidatingReadBuffer.cpp25 fReader.skip(fReader.available()); in validate()
42 const void* SkValidatingReadBuffer::skip(size_t size) { in skip() function in SkValidatingReadBuffer
51 fReader.skip(size); in skip()
106 this->skip(alignedSize); in readString()
116 const void* ptr = this->skip(sizeof(SkColor4f)); in readColor4f()
142 (void)this->skip(size); in readMatrix()
147 const void* ptr = this->skip(sizeof(SkIRect)); in readIRect()
156 const void* ptr = this->skip(sizeof(SkRect)); in readRect()
165 const void* ptr = this->skip(sizeof(SkRRect)); in readRRect()
183 (void)this->skip(size); in readRegion()
[all …]
DSkPicturePlayback.cpp81 text->fText = (const char*)reader->skip(length); in get_text()
135 reader->skip(size - 4); in handleOp()
148 reader->skip(offsetToRestore - reader->offset()); in handleOp()
162 reader->skip(offsetToRestore - reader->offset()); in handleOp()
177 reader->skip(offsetToRestore - reader->offset()); in handleOp()
192 reader->skip(offsetToRestore - reader->offset()); in handleOp()
233 const SkRSXform* xform = (const SkRSXform*)reader->skip(count * sizeof(SkRSXform)); in handleOp()
234 const SkRect* tex = (const SkRect*)reader->skip(count * sizeof(SkRect)); in handleOp()
238 colors = (const SkColor*)reader->skip(count * sizeof(SkColor)); in handleOp()
243 cull = (const SkRect*)reader->skip(sizeof(SkRect)); in handleOp()
[all …]
/external/boringssl/src/ssl/test/
Dtest_config.cc201 bool skip, TestConfig *out_config) { in ParseFlag() argument
204 if (!skip) { in ParseFlag()
217 if (!skip) { in ParseFlag()
242 if (!skip) { in ParseFlag()
256 if (!skip) { in ParseFlag()
272 if (!skip) { in ParseFlag()
293 bool skip = false; in ParseConfig() local
296 if (!ParseFlag(flag + strlen(kInit), argc, argv, &i, skip, out_initial)) { in ParseConfig()
300 if (!ParseFlag(flag + strlen(kResume), argc, argv, &i, skip, in ParseConfig()
305 if (!ParseFlag(flag + strlen(kRetry), argc, argv, &i, skip, out_retry)) { in ParseConfig()
[all …]
/external/libmojo/mojo/common/
Ddata_pipe_file_utils.cc21 uint32_t skip) { in BlockingCopyFromFile() argument
25 if (file.Seek(base::File::FROM_BEGIN, skip) != skip) { in BlockingCopyFromFile()
26 LOG(ERROR) << "Seek of " << skip << " in " << source.value() << " failed"; in BlockingCopyFromFile()
71 uint32_t skip, in CopyFromFile() argument
76 base::Passed(&destination), skip), in CopyFromFile()
/external/skia/src/pipe/
DSkPipeReader.cpp102 template <typename T> const T* skip(SkReadBuffer& reader, int count = 1) { in skip() function
103 return (const T*)reader.skip(count * sizeof(T)); in skip()
108 rrect.readFromMemory(reader.skip(SkRRect::kSizeInMemory), SkRRect::kSizeInMemory); in read_rrect()
117 matrix.set9(skip<SkScalar>(reader, 9)); in read_sparse_matrix()
119 const SkScalar* tmp = skip<SkScalar>(reader, 6); in read_sparse_matrix()
127 const SkScalar* tmp = skip<SkScalar>(reader, 4); in read_sparse_matrix()
133 const SkScalar* tmp = skip<SkScalar>(reader, 2); in read_sparse_matrix()
237 const SkRect* bounds = (extra & kHasBounds_SaveLayerMask) ? skip<SkRect>(reader) : nullptr; in saveLayer_handler()
286 canvas->clipRect(*skip<SkRect>(reader), op, isAA); in clipRect_handler()
316 const SkScalar* scalars = skip<SkScalar>(reader, 6); // bounds[0..3], start[4], sweep[5] in drawArc_handler()
[all …]
/external/python/cpython2/Modules/
Dmakesetup149 skip=
152 case $skip in
153 libs) libs="$libs $arg"; skip=; continue;;
154 cpps) cpps="$cpps $arg"; skip=; continue;;
155 srcs) srcs="$srcs $arg"; skip=; continue;;
158 -framework) libs="$libs $arg"; skip=libs;
162 -Xcompiler) skip=cpps;;
163 -Xlinker) libs="$libs $arg"; skip=libs;;
164 -rpath) libs="$libs $arg"; skip=libs;;
165 --rpath) libs="$libs $arg"; skip=libs;;
[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/libyuv/files/source/
Dmjpeg_decoder.cc269 int skip = (GetHeight() - dst_height) / 2; in DecodeToBuffers() local
270 if (skip > 0) { in DecodeToBuffers()
273 while (skip >= GetImageScanlinesPerImcuRow()) { in DecodeToBuffers()
278 skip -= GetImageScanlinesPerImcuRow(); in DecodeToBuffers()
280 if (skip > 0) { in DecodeToBuffers()
289 assert(skip % GetVertSubSampFactor(i) == 0); in DecodeToBuffers()
290 int rows_to_skip = DivideAndRoundDown(skip, GetVertSubSampFactor(i)); in DecodeToBuffers()
299 lines_left -= (GetImageScanlinesPerImcuRow() - skip); in DecodeToBuffers()
357 int skip = (GetHeight() - dst_height) / 2; in DecodeToCallback() local
358 if (skip > 0) { in DecodeToCallback()
[all …]
/external/libvpx/libvpx/third_party/libyuv/source/
Dmjpeg_decoder.cc271 int skip = (GetHeight() - dst_height) / 2; in DecodeToBuffers() local
272 if (skip > 0) { in DecodeToBuffers()
275 while (skip >= GetImageScanlinesPerImcuRow()) { in DecodeToBuffers()
280 skip -= GetImageScanlinesPerImcuRow(); in DecodeToBuffers()
282 if (skip > 0) { in DecodeToBuffers()
291 assert(skip % GetVertSubSampFactor(i) == 0); in DecodeToBuffers()
293 DivideAndRoundDown(skip, GetVertSubSampFactor(i)); in DecodeToBuffers()
302 lines_left -= (GetImageScanlinesPerImcuRow() - skip); in DecodeToBuffers()
361 int skip = (GetHeight() - dst_height) / 2; in DecodeToCallback() local
362 if (skip > 0) { in DecodeToCallback()
[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/curl/tests/
Dconvsrctest.pl196 my(@path,$path,$skip);
207 $skip = 1;
210 unless $skip;
225 unless $skip;
226 $skip --
236 unless $skip;
/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/llvm/include/llvm/Support/
DYAMLParser.h85 void skip();
88 skip(); in validate()
142 virtual void skip() {} in skip() function
285 void skip() override { in skip() function
286 getKey()->skip(); in skip()
288 Val->skip(); in skip()
371 template <class CollectionType> void skip(CollectionType &C) { in skip() function
377 i->skip(); in skip()
405 template <class T> friend void yaml::skip(T &);
411 void skip() override { yaml::skip(*this); } in skip() function
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLParser.h88 void skip();
91 skip(); in validate()
145 virtual void skip() {} in skip() function
288 void skip() override { in skip() function
289 getKey()->skip(); in skip()
291 Val->skip(); in skip()
374 template <class CollectionType> void skip(CollectionType &C) { in skip() function
380 i->skip(); in skip()
408 template <class T> friend void yaml::skip(T &);
414 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/ltp/testcases/kernel/syscalls/madvise/
Dmadvise02.c71 int skip; member
95 tc->skip = 0; in tcases_filter()
102 tc->skip = 1; in tcases_filter()
107 tc->skip = 1; in tcases_filter()
115 tc->skip = 1; in tcases_filter()
156 if (tc->skip == 1) { in advice_test()

12345678910>>...45