/third_party/python/Tools/c-analyzer/c_common/ |
H A D | iterutil.py | 13 def chain(): function
|
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/ |
H A D | ChainUtils.h | 38 MaybeError ValidateSingleSTypeInner(const ChainedStruct* chain, T sType) { in ValidateSingleSTypeInner() argument 45 MaybeError ValidateSingleSTypeInner(const ChainedStruct* chain, argument 55 ValidateSingleSType(const ChainedStruct* chain, T sType) ValidateSingleSType() argument 67 ValidateSingleSType(const ChainedStruct* chain, T sType, Args... sTypes) ValidateSingleSType() argument [all...] |
H A D | ChainUtils.cpp | 23 void FindInChain(const ChainedStruct* chain, const {{as_cppEnum(value.name)}}** out) { in FindInChain() argument 34 MaybeError ValidateSTypes(const ChainedStruct* chain, in ValidateSTypes() argument [all...] |
/third_party/elfutils/libdw/ |
H A D | dwarf_attr_integrate.c | 41 int chain = 16; /* Largest DIE ref chain we will follow. */ in dwarf_attr_integrate() local
|
H A D | dwarf_hasattr_integrate.c | 40 int chain = 16; /* Largest DIE ref chain we will follow. */ in dwarf_hasattr_integrate() local
|
H A D | dwarf_getfuncs.c | 110 struct Dwarf_Die_Chain chain = { .die = CUDIE (cudie->cu), in dwarf_getfuncs() local 57 tree_visitor(unsigned int depth __attribute__ ((unused)), struct Dwarf_Die_Chain *chain, void *arg) tree_visitor() argument
|
/third_party/node/deps/openssl/openssl/crypto/cms/ |
H A D | cms_dd.c | 59 int ossl_cms_DigestedData_do_final(const CMS_ContentInfo *cms, BIO *chain, in ossl_cms_DigestedData_do_final() argument
|
/third_party/python/Tools/msi/ |
H A D | csv_to_wxs.py | 24 from itertools import chain, zip_longest namespace
|
/third_party/openssl/crypto/cms/ |
H A D | cms_dd.c | 59 int ossl_cms_DigestedData_do_final(const CMS_ContentInfo *cms, BIO *chain, in ossl_cms_DigestedData_do_final() argument
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
H A D | vdso.rs | 260 let mut chain = *self.bucket.add((name_hash % self.nbucket) as usize); variables [all...] |
/third_party/vk-gl-cts/scripts/egl/ |
H A D | gtf_wrapper.py | 28 from itertools import chain namespace
|
H A D | library.py | 26 from itertools import chain namespace
|
H A D | proc_address_tests.py | 28 from itertools import chain namespace
|
/third_party/vk-gl-cts/scripts/khr_util/ |
H A D | format.py | 25 from itertools import chain namespace
|
H A D | gen_str_util.py | 23 from itertools import chain namespace
|
/third_party/vk-gl-cts/scripts/opengl/ |
H A D | gen_wrapper.py | 25 from itertools import chain namespace
|
/third_party/musl/src/misc/ |
H A D | nftw.c | 15 struct history *chain; member
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
H A D | nftw.c | 12 struct history *chain; member
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_buf_test.c | 191 nghttp2_buf_chain *chain; in test_nghttp2_bufs_remove() local
|
/third_party/libevdev/libevdev/ |
H A D | make-event-names.py | 228 from itertools import chain namespace
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpenc_mpegts.c | 38 MuxChain *chain = s->priv_data; in rtp_mpegts_write_close() local 57 MuxChain *chain in rtp_mpegts_write_header() local 140 MuxChain *chain = s->priv_data; rtp_mpegts_write_packet() local [all...] |
/third_party/gn/src/gn/ |
H A D | header_checker_unittest.cc | 100 HeaderChecker::Chain chain; in TEST_F() local 108 EXPECT_EQ(HeaderChecker::ChainLink(&b_, true), chain[0]); in TEST_F() local 109 EXPECT_EQ(HeaderChecker::ChainLink(&a_, true), chain[1]); in TEST_F() local 118 EXPECT_EQ(HeaderChecker::ChainLink(&c_, true), chain[0]); TEST_F() local 119 EXPECT_EQ(HeaderChecker::ChainLink(&b_, true), chain[1]); TEST_F() local 120 EXPECT_EQ(HeaderChecker::ChainLink(&a_, true), chain[2]); TEST_F() local 137 EXPECT_EQ(HeaderChecker::ChainLink(&c_, false), chain[0]); TEST_F() local 138 EXPECT_EQ(HeaderChecker::ChainLink(&p, true), chain[1]); TEST_F() local 139 EXPECT_EQ(HeaderChecker::ChainLink(&a_, true), chain[2]); TEST_F() local 148 EXPECT_EQ(HeaderChecker::ChainLink(&c_, false), chain[0]); TEST_F() local 149 EXPECT_EQ(HeaderChecker::ChainLink(&p, true), chain[1]); TEST_F() local 261 HeaderChecker::Chain chain; TEST_F() local 267 EXPECT_EQ(HeaderChecker::ChainLink(&d_, false), chain[0]); TEST_F() local 268 EXPECT_EQ(HeaderChecker::ChainLink(&z, false), chain[1]); TEST_F() local 269 EXPECT_EQ(HeaderChecker::ChainLink(&a_, true), chain[2]); TEST_F() local 281 EXPECT_EQ(HeaderChecker::ChainLink(&d_, true), chain[0]); TEST_F() local 282 EXPECT_EQ(HeaderChecker::ChainLink(&c_, true), chain[1]); TEST_F() local 283 EXPECT_EQ(HeaderChecker::ChainLink(&b_, true), chain[2]); TEST_F() local 284 EXPECT_EQ(HeaderChecker::ChainLink(&a_, true), chain[3]); TEST_F() local [all...] |
/third_party/jinja2/ |
H A D | nativetypes.py | 4 from itertools import chain namespace
|
/third_party/ltp/libs/libltpvdso/ |
H A D | parse_vdso.c | 48 void *bucket, *chain; member
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | nativetypes.py | 2 from itertools import chain namespace
|