/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_core_reloc_kernel.c | 15 bool skip; member 113 data.skip = true; in test_core_kernel()
|
H A D | test_core_reloc_type_based.c | 15 bool skip; member 154 data.skip = true; in test_core_type_based()
|
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | bat_algo.c | 192 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 D | savage_drm.h | 132 unsigned short skip; member 139 unsigned short skip; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | savage_drm.h | 132 unsigned short skip; member 139 unsigned short skip; member
|
/third_party/mbedtls/tests/scripts/ |
H A D | run-test-suites.pl | 24 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 D | savage_drm.h | 193 unsigned short skip; /* vertex format (skip flags) */ member 200 unsigned short skip; member
|
/third_party/ltp/lib/ |
H A D | tst_uid.c | 16 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 D | test-http2-connect.js | 7 skip, 11 skip('missing crypto');
|
H A D | test-require-symlink.js | 6 common.skip('insufficient privileges'); 8 common.skip('process.chdir is not available in Workers');
|
H A D | test-tls-alert-handling.js | 5 common.skip('missing crypto'); 8 common.skip('node compiled without OpenSSL CLI');
|
H A D | test-tls-cert-ext-encoding.js | 4 common.skip('missing crypto'); 14 common.skip('when using OpenSSL 3.x');
|
H A D | test-tls-ocsp-callback.js | 26 common.skip('node compiled without OpenSSL CLI.'); 29 common.skip('missing crypto');
|
H A D | test-tls-session-cache.js | 25 common.skip('missing crypto'); 32 common.skip('node compiled without OpenSSL CLI.');
|
H A D | test-tls-securepair-server.js | 25 common.skip('missing crypto'); 28 common.skip('missing openssl-cli');
|
/third_party/node/test/pummel/ |
H A D | test-crypto-timing-safe-equal-benchmarks.js | 4 common.skip('missing crypto'); 7 common.skip('memory-intensive test');
|
/third_party/node/test/sequential/ |
H A D | test-fs-watch.js | 25 common.skip('IBMi does not support fs.watch()'); 34 common.skip('process.chdir is not available in Workers');
|
H A D | test-tls-psk-client.js | 5 common.skip('missing crypto'); 7 common.skip('missing openssl cli');
|
/third_party/node/test/async-hooks/ |
H A D | test-signalwrap.js | 5 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 D | parse.js | 115 // 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 D | chunk.py | 42 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 D | copyright.py | 70 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 D | Range.h | 71 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 D | prog.rs | 102 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 D | SkAAClip.cpp | 1031 // 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...] |