Home
last modified time | relevance | path

Searched refs:skip (Results 1026 - 1050 of 1153) sorted by relevance

1...<<41424344454647

/third_party/openssl/crypto/x509/
H A Dx509_lu.c96 if (ctx->skip in X509_LOOKUP_by_subject_ex()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
H A DFont.java964 is.skip(tableHeader.offset() - is.position()); in loadTableData()
/third_party/skia/tests/
H A DStreamTest.cpp275 REPORTER_ASSERT(r, bufferedStream->skip(start) == start); in test_peeking_front_buffered_stream()
/third_party/python/Lib/test/
H A Dtest_support.py68 @unittest.skip("failing buildbots")
H A Dtest_site.py32 # If you add tests that are useful under -S, this skip should be moved
437 @unittest.skip('test not implemented')
/third_party/python/Lib/ctypes/test/
H A Dtest_structures.py362 @unittest.skip('test disabled')
/third_party/libfuse/lib/
H A Dfuse.c3979 goto skip; in locks_insert()
3983 goto skip; in locks_insert()
3995 goto skip; in locks_insert()
4002 goto skip; in locks_insert()
4014 skip: in locks_insert()
/third_party/ffmpeg/libavdevice/
H A Ddshow.c472 int skip = (devtype == VideoDevice) ? ctx->video_device_number in dshow_cycle_devices() local
533 if (!skip--) { in dshow_cycle_devices()
/third_party/ffmpeg/libavcodec/
H A Dsanm.c873 int skip = bytestream2_get_byte(&ctx->gb); in old_codec47() local
884 if (skip & 1) in old_codec47()
1329 bytestream2_skip(&ctx->gb, 8); // skip pad in read_frame_header()
1343 bytestream2_skip(&ctx->gb, 4); // skip pad in read_frame_header()
1349 bytestream2_skip(&ctx->gb, 2); // skip pad in read_frame_header()
1355 bytestream2_skip(&ctx->gb, 8); // skip pad in read_frame_header()
/third_party/alsa-lib/src/ucm/
H A Dparser.c1222 goto skip; in parse_sequence()
1226 skip: in parse_sequence()
1671 /* skip duplicates */ in parse_dev_name_list()
2491 /* skip further Syntax value updates (Include) */ in parse_master_file()
2763 /* skip further Syntax value updates (Include) */ in parse_toplevel_config()
2884 * directories and skip the component directories defined in the array
/third_party/libuv/src/unix/
H A Dlinux.c1491 /* Update loop->time unconditionally. It's tempting to skip the update when in uv__io_poll()
1808 unsigned long long skip; in uv_cpu_info() local
1842 &cpu, &t.user, &t.nice, &t.sys, &t.idle, &skip, &t.irq); in uv_cpu_info()
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.h1117 explicit LiveRangeBound(LiveRange* range, bool skip) in LiveRangeBound() argument
1118 : range_(range), start_(range->Start()), end_(range->End()), skip_(skip) { in LiveRangeBound()
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daes-sparcv9.pl201 .skip 16
747 .skip 16
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcontext.rs827 #[rustfmt::skip]
1642 children = children.into_iter().skip(idx + 1).collect(); in instantiate_template()
/third_party/openssl/crypto/aes/asm/
H A Daes-sparcv9.pl201 .skip 16
747 .skip 16
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerBorderSwizzleTests.cpp1440 const auto skip = std::strlen("VK_FORMAT_"); in createSamplerBorderSwizzleTests() local
1441 const std::string formatName = de::toLower(std::string(getFormatName(format)).substr(skip)); in createSamplerBorderSwizzleTests()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djchuff-sse2.asm577 .BLOOP1: ; do { /* size = # of zero bits/elements to skip */
654 .BLOOP2: ; do { /* size = # of zero bits/elements to skip */
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex407 \ifvoid\footins\else\vskip\skip\footins\footnoterule \unvbox\footins\fi
4025 % than skip between lines in the table.
4030 % than skip between lines in the table.
4779 % If a skip is the last thing on the list now, preserve it
4781 % the skip again. Otherwise, the whatsit generated by the
4788 % start of the @defun won't see the skip inserted by the @end of
4797 % We'll have to check whether \lastskip is zero skip. \ifdim is not
4799 % of the skip. The only way seems to be to check the textual
4800 % representation of the skip.
4805 \edef\zeroskipmacro{\expandafter\the\csname z@skip\endcsnam
[all...]
/third_party/python/Objects/
H A Dtypeobject.c1891 goto skip; /* continue outer loop */ in pmerge()
1905 skip: ; in pmerge()
8829 goto skip; in super_getattro()
8836 goto skip; in super_getattro()
8840 goto skip; in super_getattro()
8850 i++; /* skip su->type (if any) */ in super_getattro()
8852 goto skip; in super_getattro()
8890 skip: in super_getattro()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc1241 // skip the whole block in the second instruction. This allows four W in PopHelper()
2387 Label skip; in InvokePrologue() local
2390 Tbz(total_args_slots, 0, &skip); in InvokePrologue()
2392 Bind(&skip); in InvokePrologue()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.cc1625 Label skip; in stop() local
1626 b(NegateCondition(cond), &skip, cr); in stop() local
1628 bind(&skip); in stop()
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.cc1828 Label skip; in CallRecordWriteStub() local
1831 j(NegateCondition(cc), &skip, Label::kNear); in CallRecordWriteStub()
1834 bind(&skip); in CallRecordWriteStub()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nv50.cpp292 // bra BB:3 + n1 (skip the call)
293 // call BB:0 + n2 (skip bra at beginning of BB:0)
305 Instruction *skip = new_FlowInstruction(func, OP_PRERET, bbT); in handlePRERET() local
309 bbT->insertHead(skip); in handlePRERET()
313 skip->subOp = NV50_IR_SUBOP_EMU_PRERET + 1; in handlePRERET()
/third_party/node/deps/v8/tools/
H A Dgrokdump.py3824 skip = False
3827 skip = True
3841 if skip:
3842 skip = False
/third_party/libwebsockets/lib/roles/h2/
H A Dhttp2.c519 goto skip; in lws_h2_settings()
600 skip: in lws_h2_settings()
1244 /* END_STREAM is in HEADERS, skip resetting it */

Completed in 80 milliseconds

1...<<41424344454647