Home
last modified time | relevance | path

Searched refs:skip (Results 1976 - 2000 of 2168) sorted by relevance

1...<<71727374757677787980>>...87

/third_party/json/tests/src/
H A Dunit-bson.cpp1213 TEST_CASE("BSON roundtrips" * doctest::skip())
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader_args.c444 args->ac.args[i].skip = true; in declare_ps_input_vgprs()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcompiler.h491 bool skip; /* VAR_TEX, TEXS, TEXC */
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl146 .skip 16
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DProgramGL.cpp70 stream->skip(binaryLength); in load()
313 // able to skip the bind in case the compiler outputs GLSL ES 1.00. in link()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp567 // a uleb128 length so you can skip ones you don't know about in parse()
1153 void DWARFDebugLine::SectionParser::skip( in skip() function in DWARFDebugLine::SectionParser
/third_party/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl146 .skip 16
/third_party/pcre2/pcre2/
H A DRunTest.bat15 @rem Sheri Pierce added logic to skip feature dependent tests
/third_party/python/Lib/test/
H A Dtest_posixpath.py27 fail, so skip them.
31 return [test, unittest.skip(msg)(test)][found_backslash]
/third_party/python/Lib/unittest/test/testmock/
H A Dtestasync.py221 @unittest.skip('Broken test from https://bugs.python.org/issue37251')
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_annotations.rs895 #[serde(skip)]
2010 #[serde(skip)] in test_internally_tagged_enum_with_skipped_conflict()
2016 #[serde(default, skip)] in test_internally_tagged_enum_with_skipped_conflict()
2545 #[serde(skip)] in test_transparent_struct()
2548 #[serde(skip)] in test_transparent_struct()
2569 #[serde(skip)] bool, in test_transparent_tuple_struct()
2571 #[serde(skip)] bool, in test_transparent_tuple_struct()
/third_party/rust/crates/nom/src/number/
H A Dstreaming.rs1354 #[rustfmt::skip]
H A Dcomplete.rs1385 #[rustfmt::skip]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dvolumes.c558 * If we are looking for a device with the matching dev_t, then skip in device_matched()
592 * skip_dev: Optional. Will skip this device when searching for the stale
4519 goto skip; in btrfs_uuid_scan_kthread()
4525 goto skip; in btrfs_uuid_scan_kthread()
4531 goto skip; in btrfs_uuid_scan_kthread()
4550 goto skip; in btrfs_uuid_scan_kthread()
4577 skip: in btrfs_uuid_scan_kthread()
5032 /* If there is no space on this device, skip it. */ in gather_device_info()
/kernel/linux/linux-5.10/kernel/sched/
H A Dfair.c2855 * PTEs, scan up to virtpages, to skip through those in task_numa_work()
4059 * skip the util_est update. in util_est_update()
4093 * To avoid overestimation of actual task utilization, skip updates if in util_est_update()
4579 if (cfs_rq->skip != se) in __clear_buddies_skip()
4582 cfs_rq->skip = NULL; in __clear_buddies_skip()
4594 if (cfs_rq->skip == se) in clear_buddies()
4733 * 4) do not run the "skip" process, if something else is available
4751 * Avoid running the skip buddy, if running something else can in pick_next_entity()
4754 if (cfs_rq->skip == se) { in pick_next_entity()
7384 cfs_rq_of(se)->skip in set_skip_buddy()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dvolumes.c554 * @skip_device: Optional. Will skip this device when searching for the stale
4681 goto skip; in btrfs_uuid_scan_kthread()
4687 goto skip; in btrfs_uuid_scan_kthread()
4693 goto skip; in btrfs_uuid_scan_kthread()
4712 goto skip; in btrfs_uuid_scan_kthread()
4739 skip: in btrfs_uuid_scan_kthread()
5219 /* If there is no space on this device, skip it. */ in gather_device_info()
7269 * chunk tree, to keep it simple, just skip locking on the chunk tree. in btrfs_read_chunk_tree()
7850 * failed to load the root, so we want to skip the verification in this in btrfs_verify_dev_extents()
7972 "zoned: skip relocatin in relocating_repair_kthread()
[all...]
/kernel/linux/linux-6.6/net/core/
H A Drtnetlink.c788 /* nothing is dumped for dst_default_metrics, so just skip the loop */ in rtnetlink_put_metrics()
4461 goto skip; in nlmsg_populate_fdb()
4469 skip: in nlmsg_populate_fdb()
6170 goto skip; in rtnl_mdb_dump()
6172 goto skip; in rtnl_mdb_dump()
6183 skip: in rtnl_mdb_dump()
/third_party/FatFs/source/
H A Dff.c2297 UINT skip, /* Number of pre-skip chars (number of ?s, b8:infinite (* specified)) */ in pattern_match()
2307 while ((skip & 0xFF) != 0) { /* Pre-skip name chars */ in pattern_match()
2309 skip--; in pattern_match()
2311 if (*pat == 0 && skip) return 1; /* Matched? (short circuit) */ in pattern_match()
2335 } while (skip && nchr); /* Retry until end of name if infinite search is specified */ in pattern_match()
2294 pattern_match( const TCHAR* pat, const TCHAR* nam, UINT skip, UINT recur ) pattern_match() argument
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Datomisp_compat_css20.c1160 * so need to skip start sp procedure in atomisp_css_start()
1163 dev_dbg(isp->dev, "skip start sp\n"); in atomisp_css_start()
3165 int num_captures, unsigned int skip, int offset) in atomisp_css_offline_capture_configure()
3169 dev_dbg(asd->isp->dev, "%s num_capture:%d skip:%d offset:%d\n", in atomisp_css_offline_capture_configure()
3170 __func__, num_captures, skip, offset); in atomisp_css_offline_capture_configure()
3174 num_captures, skip, offset); in atomisp_css_offline_capture_configure()
3164 atomisp_css_offline_capture_configure(struct atomisp_sub_device *asd, int num_captures, unsigned int skip, int offset) atomisp_css_offline_capture_configure() argument
/kernel/linux/linux-6.6/io_uring/
H A Dio_uring.c594 bool skip; in io_eventfd_flush_signal() local
606 skip = ctx->cached_cq_tail == ctx->evfd_last_cq_tail; in io_eventfd_flush_signal()
609 if (skip) in io_eventfd_flush_signal()
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h168 // If that sounds good enough, skip the next paragraph.
652 STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context *spc, int skip);
653 // If skip != 0, this tells stb_truetype to skip any codepoints for which
654 // there is no corresponding glyph. If skip=0, which is the default, then
1750 ++i; // we're using point i+1 as the starting point, so skip it in stbtt__GetGlyphShapeTT()
3360 // skip the edge if horizontal
3845 STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context *spc, int skip)
3847 spc->skip_missing = skip;
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc1678 // here to skip any gap. in AssembleArchInstruction()
4232 Label skip; in AssembleConstructFrame() local
4234 __ bgt(&skip); in AssembleConstructFrame()
4236 __ bind(&skip); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc683 Label skip; in BailoutIfDeoptimized() local
684 __ j(zero, &skip, Label::kNear); in BailoutIfDeoptimized()
687 __ bind(&skip); in BailoutIfDeoptimized()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc1970 // here to skip any gap. in AssembleArchInstruction()
3581 Label skip; in AssembleConstructFrame() local
3583 __ bgt(&skip); in AssembleConstructFrame()
3585 __ bind(&skip); in AssembleConstructFrame()
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc136 // Set up pointer to first argument (skip receiver). in Generate_JSBuiltinsConstructStubHelper()
249 // Set up pointer to first argument (skip receiver). in Generate_JSConstructStubGeneric()
1095 // increased it to skip the wide / extra-wide prefix bytecode. in AdvanceBytecodeOffsetOrReturn()
4368 Label skip; in Generate_CEntry() local
4370 __ j(zero, &skip, Label::kNear); in Generate_CEntry()
4372 __ bind(&skip); in Generate_CEntry()
4806 // +3 is to skip prolog, return address and name handle. in Generate_CallApiGetter()

Completed in 115 milliseconds

1...<<71727374757677787980>>...87