Home
last modified time | relevance | path

Searched refs:skip (Results 401 - 425 of 2126) sorted by relevance

1...<<11121314151617181920>>...86

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_kernel.c15 bool skip; member
113 data.skip = true; in test_core_kernel()
H A Dtest_core_reloc_type_based.c15 bool skip; member
154 data.skip = true; in test_core_type_based()
/kernel/linux/linux-6.6/net/batman-adv/
H A Dbat_algo.c192 int skip = cb->args[0]; in batadv_algo_dump() local
196 if (i++ < skip) in batadv_algo_dump()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H A Dsavage_drm.h132 unsigned short skip; member
139 unsigned short skip; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/
H A Dsavage_drm.h132 unsigned short skip; member
139 unsigned short skip; member
/third_party/mbedtls/tests/scripts/
H A Drun-test-suites.pl24 run-test-suites.pl [[-v|--verbose] [VERBOSITY]] [--skip=SUITE[...]]
31 --skip=SUITE[,SUITE...]
49 'skip=s' => \@skip_patterns,
62 # "foo" as a skip pattern skips "test_suite_foo" and "test_suite_foo.bar"
/third_party/libdrm/include/drm/
H A Dsavage_drm.h193 unsigned short skip; /* vertex format (skip flags) */ member
200 unsigned short skip; member
/third_party/ltp/lib/
H A Dtst_uid.c16 gid_t tst_get_free_gid_(const char *file, const int lineno, gid_t skip) in tst_get_free_gid_() argument
23 if (ret == skip || getgrgid(ret)) in tst_get_free_gid_()
/third_party/node/test/parallel/
H A Dtest-http2-connect.js7 skip,
11 skip('missing crypto');
H A Dtest-require-symlink.js6 common.skip('insufficient privileges');
8 common.skip('process.chdir is not available in Workers');
H A Dtest-tls-alert-handling.js5 common.skip('missing crypto');
8 common.skip('node compiled without OpenSSL CLI');
H A Dtest-tls-cert-ext-encoding.js4 common.skip('missing crypto');
14 common.skip('when using OpenSSL 3.x');
H A Dtest-tls-ocsp-callback.js26 common.skip('node compiled without OpenSSL CLI.');
29 common.skip('missing crypto');
H A Dtest-tls-session-cache.js25 common.skip('missing crypto');
32 common.skip('node compiled without OpenSSL CLI.');
H A Dtest-tls-securepair-server.js25 common.skip('missing crypto');
28 common.skip('missing openssl-cli');
/third_party/node/test/pummel/
H A Dtest-crypto-timing-safe-equal-benchmarks.js4 common.skip('missing crypto');
7 common.skip('memory-intensive test');
/third_party/node/test/sequential/
H A Dtest-fs-watch.js25 common.skip('IBMi does not support fs.watch()');
34 common.skip('process.chdir is not available in Workers');
H A Dtest-tls-psk-client.js5 common.skip('missing crypto');
7 common.skip('missing openssl cli');
/third_party/node/test/async-hooks/
H A Dtest-signalwrap.js5 common.skip('no signals in Windows');
7 common.skip('No signal handling available in Workers');
/third_party/node/deps/npm/node_modules/@sigstore/core/dist/asn1/
H A Dparse.js115 // The skip value is only used for the last byte
116 const skip = i === end - 1 ? unused : 0;
118 for (let j = 7; j >= skip; --j) {
/third_party/python/Lib/
H A Dchunk.py42 Extra methods are: skip() (called by close, skips to the end of the chunk),
93 self.skip()
149 def skip(self): member in Chunk
/third_party/vk-gl-cts/external/amber/src/tools/
H A Dcopyright.py70 def skip(line): function
101 if not has_copyright and not skip(line):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
H A DRange.h71 static void skip(DataExtractor &Data, uint64_t &Offset);
120 static uint64_t skip(DataExtractor &Data, uint64_t &Offset);
/third_party/rust/crates/regex/src/
H A Dprog.rs102 pub fn skip(&self, mut pc: usize) -> usize { in skip() functions
120 match self[self.skip(pc)] { in leads_to_match()
/third_party/skia/src/core/
H A DSkAAClip.cpp1031 // now skip whole runs of zeros
1140 int skip = 0;
1146 skip += 1;
1149 SkASSERT(skip <= head->fRowCount);
1150 if (skip == head->fRowCount) {
1153 if (skip > 0) {
1155 // as we remove [skip] number of YOffset entries
1157 int dy = yoff[skip - 1].fY + 1;
1158 for (int i = skip; i < head->fRowCount; ++i) {
1164 memmove(dst, dst + skip, siz
[all...]

Completed in 15 milliseconds

1...<<11121314151617181920>>...86