Home
last modified time | relevance | path

Searched defs:chain (Results 1 - 25 of 174) sorted by relevance

1234567

/third_party/python/Tools/c-analyzer/c_common/
H A Diterutil.py13 def chain(): function
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/
H A DChainUtils.h38 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 DChainUtils.cpp23 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 Ddwarf_attr_integrate.c41 int chain = 16; /* Largest DIE ref chain we will follow. */ in dwarf_attr_integrate() local
H A Ddwarf_hasattr_integrate.c40 int chain = 16; /* Largest DIE ref chain we will follow. */ in dwarf_hasattr_integrate() local
H A Ddwarf_getfuncs.c110 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 Dcms_dd.c59 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 Dcsv_to_wxs.py24 from itertools import chain, zip_longest namespace
/third_party/openssl/crypto/cms/
H A Dcms_dd.c59 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 Dvdso.rs260 let mut chain = *self.bucket.add((name_hash % self.nbucket) as usize); variables
[all...]
/third_party/vk-gl-cts/scripts/egl/
H A Dgtf_wrapper.py28 from itertools import chain namespace
H A Dlibrary.py26 from itertools import chain namespace
H A Dproc_address_tests.py28 from itertools import chain namespace
/third_party/vk-gl-cts/scripts/khr_util/
H A Dformat.py25 from itertools import chain namespace
H A Dgen_str_util.py23 from itertools import chain namespace
/third_party/vk-gl-cts/scripts/opengl/
H A Dgen_wrapper.py25 from itertools import chain namespace
/third_party/musl/src/misc/
H A Dnftw.c15 struct history *chain; member
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dnftw.c12 struct history *chain; member
/third_party/nghttp2/tests/
H A Dnghttp2_buf_test.c191 nghttp2_buf_chain *chain; in test_nghttp2_bufs_remove() local
/third_party/libevdev/libevdev/
H A Dmake-event-names.py228 from itertools import chain namespace
/third_party/ffmpeg/libavformat/
H A Drtpenc_mpegts.c38 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 Dheader_checker_unittest.cc100 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 Dnativetypes.py4 from itertools import chain namespace
/third_party/ltp/libs/libltpvdso/
H A Dparse_vdso.c48 void *bucket, *chain; member
/third_party/node/deps/v8/third_party/jinja2/
H A Dnativetypes.py2 from itertools import chain namespace

Completed in 9 milliseconds

1234567