Home
last modified time | relevance | path

Searched refs:chain (Results 201 - 225 of 681) sorted by relevance

12345678910>>...28

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DULocaleTest.java4289 for (String[] chain : TESTIDS) { in TestGetFallback()
4290 for (int i = 1; i < chain.length; i++) { in TestGetFallback()
4291 String fallback = ULocale.getFallback(chain[i-1]); in TestGetFallback()
4292 assertEquals("getFallback(\"" + chain[i-1] + "\")", chain[i], fallback); in TestGetFallback()
4306 for(ULocale[] chain : TESTLOCALES) { in TestGetFallback()
4307 for (int i = 1; i < chain.length; i++) { in TestGetFallback()
4308 ULocale fallback = chain[i-1].getFallback(); in TestGetFallback()
4309 assertEquals("ULocale(" + chain[i-1] + ").getFallback()", chain[ in TestGetFallback()
[all...]
/third_party/libunwind/libunwind/doc/
H A Dlibunwind.tex79 uncover the entire call-chain that led to the activation of function
81 that there are more frames in the chain, zero indicates that the end
82 of the chain has been reached, and any negative value indicates that
96 frame and that way it could move up and down the callframe-chain at
198 \Func{unw\_step}() to move ``up'' in the call-chain, read and write
H A Dunw_step.tex26 previous stack frame was the last frame in the chain. On error, the
/third_party/libfuse/test/
H A Dutil.py151 return itertools.chain.from_iterable(
/third_party/node/deps/openssl/openssl/apps/include/
H A Ds_apps.h28 STACK_OF(X509) *chain, int build_chain);
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dtemplate.rs232 args.chain(canonical_args.skip(arg_count)) in from_ty()
H A Dfunction.rs381 .chain(std::iter::repeat(None)) in args_from_ty_and_cursor()
382 .zip(type_args.map(Some).chain(std::iter::repeat(None))) in args_from_ty_and_cursor()
/third_party/rust/crates/codespan/codespan/src/
H A Dfile.rs386 std::iter::once(0).chain(source.match_indices('\n').map(|(i, _)| i + 1)) in line_starts()
/third_party/openssl/apps/include/
H A Ds_apps.h28 STACK_OF(X509) *chain, int build_chain);
/third_party/skia/third_party/externals/dawn/generator/templates/
H A Dapi.h118 {{c_prefix}}ChainedStruct{{Out}} chain;
/third_party/python/Lib/test/libregrtest/
H A Dsetup.py41 faulthandler.register(signum, chain=True, file=stderr_fd)
/third_party/rust/crates/clap/clap_complete/src/shells/
H A Dfish.rs72 .chain( in gen_fish_inner()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dx509_vfy.rs38 chain: *mut stack_st_X509, in X509_STORE_CTX_init()
/third_party/spirv-tools/source/opt/
H A Dscalar_replacement_pass.h86 // Examines the use chain of |varInst| to verify all uses are valid for
236 // Replaces an access chain to the composite variable with either a direct use
237 // of the appropriate replacement variable or another access chain with the
240 bool ReplaceAccessChain(Instruction* chain,
/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Dsnapshot.c261 * a linked list of pages called 'the chain'.
263 * The chain grows each time when there is no room for a new object in
266 * chain.
268 * NOTE: The chain allocator may be inefficient if the allocated objects
272 struct linked_page *chain; /* the chain */ member
281 ca->chain = NULL; in chain_init()
299 lp->next = ca->chain; in chain_alloc()
300 ca->chain = lp; in chain_alloc()
303 ret = ca->chain in chain_alloc()
[all...]
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_lib.c2602 * chain. If the peer has specified peer_cert_sigalgs then we use them in tls1_check_sig_alg()
2634 * Check certificate chain is consistent with TLS extensions and is usable by
2649 int tls1_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain, in tls1_check_chain() argument
2670 chain = cpk->chain; in tls1_check_chain()
2697 ok = X509_chain_check_suiteb(NULL, x, chain, suiteb_flags); in tls1_check_chain()
2772 /* Check signature algorithm of each cert in chain */ in tls1_check_chain()
2786 for (i = 0; i < sk_X509_num(chain); i++) { in tls1_check_chain()
2787 if (!tls1_check_sig_alg(s, sk_X509_value(chain, i), default_nid)) { in tls1_check_chain()
2807 /* In strict mode check rest of chain to in tls1_check_chain()
2910 SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain) SSL_check_chain() argument
[all...]
/third_party/openssl/ssl/
H A Dt1_lib.c2582 * chain. If the peer has specified peer_cert_sigalgs then we use them in tls1_check_sig_alg()
2614 * Check certificate chain is consistent with TLS extensions and is usable by
2629 int tls1_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain, in tls1_check_chain() argument
2650 chain = cpk->chain; in tls1_check_chain()
2677 ok = X509_chain_check_suiteb(NULL, x, chain, suiteb_flags); in tls1_check_chain()
2752 /* Check signature algorithm of each cert in chain */ in tls1_check_chain()
2766 for (i = 0; i < sk_X509_num(chain); i++) { in tls1_check_chain()
2767 if (!tls1_check_sig_alg(s, sk_X509_value(chain, i), default_nid)) { in tls1_check_chain()
2787 /* In strict mode check rest of chain to in tls1_check_chain()
2890 SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain) SSL_check_chain() argument
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dspecifiers.py700 return (list(itertools.chain(*left_split)), list(itertools.chain(*right_split)))
/third_party/rust/crates/clap/src/parser/
H A Dvalidator.rs212 .chain(used_filtered.iter()) in build_conflict_err_usage()
451 .chain(raw_req_args) in missing_required_error()
/third_party/python/Lib/test/
H A Dtest_finalization.py313 def chain(self, left): member in ChainedBase
354 Test finalization of a cyclic chain. These tests are similar in
362 nodes[i].chain(nodes[i-1])
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c1557 /* Head of collider's chain. */ in insert()
1558 upb_tabent *chain = getentry_mutable(t, hashfunc(mainpos_e->key)); in insert() local
1559 if (chain == mainpos_e) { in insert()
1561 * is the head of our chain). Insert to new ent and append to this chain. */ in insert()
1567 * chain). This implies that no existing ent in the table has our hash. in insert()
1568 * Evict it (updating its chain) and use its ent for head of our chain. */ in insert()
1570 while (chain->next != mainpos_e) { in insert()
1571 chain in insert()
1586 upb_tabent *chain = getentry_mutable(t, hash); rm() local
[all...]
/third_party/littlefs/scripts/
H A Dcov.py307 for k in it.chain(by or [], (k for k, _ in defines or [])):
492 ((max(it.chain([w], (len(l[i]) for l in lines)))+1+4-1)//4)*4-1
494 it.chain([23], it.repeat(7)),
H A Dcode.py320 for k in it.chain(by or [], (k for k, _ in defines or [])):
505 ((max(it.chain([w], (len(l[i]) for l in lines)))+1+4-1)//4)*4-1
507 it.chain([23], it.repeat(7)),
H A Ddata.py320 for k in it.chain(by or [], (k for k, _ in defines or [])):
505 ((max(it.chain([w], (len(l[i]) for l in lines)))+1+4-1)//4)*4-1
507 it.chain([23], it.repeat(7)),
H A Dstack.py283 for k in it.chain(by or [], (k for k, _ in defines or [])):
470 ((max(it.chain([w], (len(l[i]) for l in lines)))+1+4-1)//4)*4-1
472 it.chain([23], it.repeat(7)),

Completed in 33 milliseconds

12345678910>>...28