| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| H A D | ULocaleTest.java | 4289 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 D | libunwind.tex | 79 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 D | unw_step.tex | 26 previous stack frame was the last frame in the chain. On error, the
|
| /third_party/libfuse/test/ |
| H A D | util.py | 151 return itertools.chain.from_iterable(
|
| /third_party/node/deps/openssl/openssl/apps/include/ |
| H A D | s_apps.h | 28 STACK_OF(X509) *chain, int build_chain);
|
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| H A D | template.rs | 232 args.chain(canonical_args.skip(arg_count)) in from_ty()
|
| H A D | function.rs | 381 .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 D | file.rs | 386 std::iter::once(0).chain(source.match_indices('\n').map(|(i, _)| i + 1)) in line_starts()
|
| /third_party/openssl/apps/include/ |
| H A D | s_apps.h | 28 STACK_OF(X509) *chain, int build_chain);
|
| /third_party/skia/third_party/externals/dawn/generator/templates/ |
| H A D | api.h | 118 {{c_prefix}}ChainedStruct{{Out}} chain;
|
| /third_party/python/Lib/test/libregrtest/ |
| H A D | setup.py | 41 faulthandler.register(signum, chain=True, file=stderr_fd)
|
| /third_party/rust/crates/clap/clap_complete/src/shells/ |
| H A D | fish.rs | 72 .chain( in gen_fish_inner()
|
| /third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
| H A D | x509_vfy.rs | 38 chain: *mut stack_st_X509, in X509_STORE_CTX_init()
|
| /third_party/spirv-tools/source/opt/ |
| H A D | scalar_replacement_pass.h | 86 // 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 D | snapshot.c | 261 * 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 D | t1_lib.c | 2602 * 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 D | t1_lib.c | 2582 * 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 D | specifiers.py | 700 return (list(itertools.chain(*left_split)), list(itertools.chain(*right_split)))
|
| /third_party/rust/crates/clap/src/parser/ |
| H A D | validator.rs | 212 .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 D | test_finalization.py | 313 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 D | php-upb.c | 1557 /* 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 D | cov.py | 307 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 D | code.py | 320 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 D | data.py | 320 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 D | stack.py | 283 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)),
|