Home
last modified time | relevance | path

Searched refs:ctxt (Results 26 - 50 of 54) sorted by relevance

123

/third_party/libabigail/tools/
H A Dabidw.cc435 /// @param ctxt the context to initialize.
437 set_diff_context(diff_context_sptr& ctxt) in set_diff_context() argument
439 ctxt->default_output_stream(&cerr); in set_diff_context()
440 ctxt->error_output_stream(&cerr); in set_diff_context()
443 ctxt->switch_categories_off in set_diff_context()
748 diff_context_sptr ctxt(new diff_context); in load_corpus_and_write_abixml()
749 set_diff_context(ctxt); in load_corpus_and_write_abixml()
750 ctxt->show_locs(opts.show_locs); in load_corpus_and_write_abixml()
752 corpus_diff_sptr diff = compute_diff(corp, corp2, ctxt); in load_corpus_and_write_abixml()
879 const xml_writer::write_context_sptr& ctxt in load_kernel_corpus_group_and_write_abixml() local
[all...]
H A Dabipkgdiff.cc1197 /// @param ctxt the diff context to update.
1201 set_diff_context_from_opts(diff_context_sptr ctxt, in set_diff_context_from_opts() argument
1204 ctxt->default_output_stream(&cout); in set_diff_context_from_opts()
1205 ctxt->error_output_stream(&cerr); in set_diff_context_from_opts()
1207 ctxt->show_redundant_changes(opts.show_redundant_changes in set_diff_context_from_opts()
1209 ctxt->show_leaf_changes_only(opts.leaf_changes_only); in set_diff_context_from_opts()
1210 ctxt->show_impacted_interfaces(opts.show_impacted_interfaces); in set_diff_context_from_opts()
1211 ctxt->show_unreachable_types(opts.show_all_types); in set_diff_context_from_opts()
1212 ctxt->show_hex_values(opts.show_hexadecimal_values); in set_diff_context_from_opts()
1213 ctxt in set_diff_context_from_opts()
1282 compare(const elf_file& elf1, const string& debug_dir1, const suppressions_type& priv_types_supprs1, const elf_file& elf2, const string& debug_dir2, const suppressions_type& priv_types_supprs2, const options& opts, abigail::ir::environment& env, corpus_diff_sptr& diff, diff_context_sptr& ctxt, abigail::fe_iface::status* detailed_error_status = 0) compare() argument
1586 compare_to_self(const elf_file& elf, const string& debug_dir, const options& opts, abigail::ir::environment& env, corpus_diff_sptr& diff, diff_context_sptr& ctxt, abigail::fe_iface::status* detailed_error_status = 0) compare_to_self() argument
2079 diff_context_sptr ctxt; perform() local
2152 diff_context_sptr ctxt; perform() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/srp/
H A Dsrp_vfy.c554 EVP_MD_CTX *ctxt = NULL; in SRP_VBASE_get1_by_user() local
582 ctxt = EVP_MD_CTX_new(); in SRP_VBASE_get1_by_user()
583 if (ctxt == NULL in SRP_VBASE_get1_by_user()
584 || !EVP_DigestInit_ex(ctxt, md, NULL) in SRP_VBASE_get1_by_user()
585 || !EVP_DigestUpdate(ctxt, vb->seed_key, strlen(vb->seed_key)) in SRP_VBASE_get1_by_user()
586 || !EVP_DigestUpdate(ctxt, username, strlen(username)) in SRP_VBASE_get1_by_user()
587 || !EVP_DigestFinal_ex(ctxt, digs, NULL)) in SRP_VBASE_get1_by_user()
589 EVP_MD_CTX_free(ctxt); in SRP_VBASE_get1_by_user()
590 ctxt = NULL; in SRP_VBASE_get1_by_user()
600 EVP_MD_CTX_free(ctxt); in SRP_VBASE_get1_by_user()
[all...]
/third_party/openssl/crypto/srp/
H A Dsrp_vfy.c555 EVP_MD_CTX *ctxt = NULL; in SRP_VBASE_get1_by_user() local
583 ctxt = EVP_MD_CTX_new(); in SRP_VBASE_get1_by_user()
584 if (ctxt == NULL in SRP_VBASE_get1_by_user()
585 || !EVP_DigestInit_ex(ctxt, md, NULL) in SRP_VBASE_get1_by_user()
586 || !EVP_DigestUpdate(ctxt, vb->seed_key, strlen(vb->seed_key)) in SRP_VBASE_get1_by_user()
587 || !EVP_DigestUpdate(ctxt, username, strlen(username)) in SRP_VBASE_get1_by_user()
588 || !EVP_DigestFinal_ex(ctxt, digs, NULL)) in SRP_VBASE_get1_by_user()
590 EVP_MD_CTX_free(ctxt); in SRP_VBASE_get1_by_user()
591 ctxt = NULL; in SRP_VBASE_get1_by_user()
601 EVP_MD_CTX_free(ctxt); in SRP_VBASE_get1_by_user()
[all...]
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dmod.rs6 mod ctxt; modules
13 pub use self::ctxt::Ctxt;
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dmod.rs6 mod ctxt; modules
13 pub use self::ctxt::Ctxt;
/third_party/libabigail/src/
H A Dabg-comparison-priv.h268 diff_context_sptr ctxt, in priv()
279 ctxt_(ctxt), in priv()
300 diff_context_sptr ctxt = get_context(); in is_filtered_out() local
301 if (!ctxt) in is_filtered_out()
304 if (ctxt->get_allowed_category() == EVERYTHING_CATEGORY) in is_filtered_out()
315 if (!ctxt->show_redundant_changes() in is_filtered_out()
325 & (ctxt->get_allowed_category() in is_filtered_out()
1061 /// @param ctxt the context of the diff.
1064 diff_context_sptr ctxt) in priv()
1068 ctxt_(ctxt), in priv()
1356 ctxt() ctxt() function
[all...]
H A Dabg-dwarf-reader.cc7610 /// @param ctxt the DEVM evaluation context.
7619 dwarf_expr_eval_context& ctxt) in op_pushes_constant_value()
7747 ctxt.push(r); in op_pushes_constant_value()
7748 ctxt.accum = r; in op_pushes_constant_value()
7774 /// @param ctxt the DEVM evaluation context.
7783 dwarf_expr_eval_context& ctxt)
7877 ctxt.push(r);
7900 /// @param ctxt the DEVM evaluation context.
7909 dwarf_expr_eval_context& ctxt)
7917 v = ctxt
7615 op_pushes_constant_value(Dwarf_Op* ops, size_t ops_len, size_t index, size_t& next_index, dwarf_expr_eval_context& ctxt) op_pushes_constant_value() argument
8029 op_is_arith_logic(Dwarf_Op* expr, size_t expr_len, size_t index, size_t& next_index, dwarf_expr_eval_context& ctxt) op_is_arith_logic() argument
8162 op_is_control_flow(Dwarf_Op* expr, size_t expr_len, size_t index, size_t& next_index, dwarf_expr_eval_context& ctxt) op_is_control_flow() argument
[all...]
H A Dabg-ini.cc1703 read_context ctxt(input); in read_sections()
1707 ctxt.skip_white_spaces_or_comments(); in read_sections()
1708 if (config::section_sptr section = ctxt.read_section()) in read_sections()
2019 read_context ctxt(input); in read_function_call_expr()
2020 return ctxt.read_function_call_expr(expr); in read_function_call_expr()
/third_party/libabigail/tests/
H A Dtest-diff-dwarf.cc416 diff_context_sptr ctxt(new diff_context); in main()
417 ctxt->show_locs(false); in main()
419 corpus_diff_sptr d = compute_diff(corp0, corp1, ctxt); in main()
/third_party/libunwind/libunwind/doc/
H A Dunw_init_local.tex15 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ctxt});\\
16 \Type{int} \Func{unw\_init\_local2}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ctxt}, \Type{int} \Var{flag});\\
22 pointed to by \Var{ctxt}. As such, the machine-state pointed to by
23 \Var{ctxt} identifies the initial stack frame at which unwinding
/third_party/curl/lib/vtls/
H A Dschannel.c1233 backend->ctxt = (struct Curl_schannel_ctxt *) in schannel_connect_step1()
1235 if(!backend->ctxt) { in schannel_connect_step1()
1251 0, &backend->ctxt->ctxt_handle, in schannel_connect_step1()
1252 &outbuf_desc, &backend->ret_flags, &backend->ctxt->time_stamp); in schannel_connect_step1()
1256 Curl_safefree(backend->ctxt); in schannel_connect_step1()
1340 if(!backend->cred || !backend->ctxt) in schannel_connect_step2()
1439 &backend->cred->cred_handle, &backend->ctxt->ctxt_handle, in schannel_connect_step2()
1442 &outbuf_desc, &backend->ret_flags, &backend->ctxt->time_stamp); in schannel_connect_step2()
1715 s_pSecFn->QueryContextAttributes(&backend->ctxt->ctxt_handle, in schannel_connect_step3()
1786 s_pSecFn->QueryContextAttributes(&backend->ctxt in schannel_connect_step3()
[all...]
H A Dschannel_int.h131 struct Curl_schannel_ctxt *ctxt; member
H A Dschannel_verify.c479 s_pSecFn->QueryContextAttributes(&BACKEND->ctxt->ctxt_handle, in Curl_verify_host()
608 s_pSecFn->QueryContextAttributes(&BACKEND->ctxt->ctxt_handle, in Curl_verify_certificate()
/third_party/python/Tools/i18n/
H A Dmsgfmt.py48 def add(ctxt, id, str, fuzzy):
52 if ctxt is None:
55 MESSAGES[b"%b\x04%b" % (ctxt, id)] = str
/third_party/libabigail/include/
H A Dabg-suppression.h281 const diff_context_sptr& ctxt) const;
550 const diff_context_sptr ctxt) const;
555 const diff_context_sptr ctxt) const;
560 const diff_context_sptr ctxt);
565 const diff_context_sptr ctxt);
H A Dabg-ctf-reader.h35 reset_reader(elf_based_reader& ctxt,
/third_party/curl/lib/
H A Dpop3.c436 struct MD5_context *ctxt; in pop3_perform_apop() local
449 ctxt = Curl_MD5_init(Curl_DIGEST_MD5); in pop3_perform_apop()
450 if(!ctxt) in pop3_perform_apop()
453 Curl_MD5_update(ctxt, (const unsigned char *) pop3c->apoptimestamp, in pop3_perform_apop()
456 Curl_MD5_update(ctxt, (const unsigned char *) conn->passwd, in pop3_perform_apop()
460 Curl_MD5_final(ctxt, digest); in pop3_perform_apop()
/third_party/rust/crates/serde/serde_derive/src/
H A Dser.rs13 let ctxt = Ctxt::new(); in expand_derive_serialize()
14 let cont = match Container::from_ast(&ctxt, input, Derive::Serialize) { in expand_derive_serialize()
16 None => return Err(ctxt.check().unwrap_err()), in expand_derive_serialize()
18 precondition(&ctxt, &cont); in expand_derive_serialize()
19 ctxt.check()?; in expand_derive_serialize()
H A Dde.rs16 let ctxt = Ctxt::new(); in expand_derive_deserialize()
17 let cont = match Container::from_ast(&ctxt, input, Derive::Deserialize) { in expand_derive_deserialize()
19 None => return Err(ctxt.check().unwrap_err()), in expand_derive_deserialize()
21 precondition(&ctxt, &cont); in expand_derive_deserialize()
22 ctxt.check()?; in expand_derive_deserialize()
/third_party/toybox/toys/other/
H A Dvmstat.c33 uint64_t user, nice, sys, idle, wait, irq, sirq, intr, ctxt, running, blocked; member
47 "intr ", "ctxt ", "procs_running ", "procs_blocked ", "/proc/meminfo", in get_vmstat_proc()
132 // cache, swap_in, swap_out, io_in, io_out, sirq, ctxt, user, sys, idle,wait in vmstat_main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
H A Dlto.h317 * \p ctxt is used to pass the context set with the diagnostic handler.
322 lto_codegen_diagnostic_severity_t severity, const char *diag, void *ctxt);
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DRbnfTest.java1506 public TextContextItem(String loc, int fmt, DisplayContext ctxt, double val, String expRes) { in TestContext()
1509 context = ctxt; in TestContext()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DRbnfTest.java1597 public TextContextItem(String loc, int fmt, DisplayContext ctxt, double val, String expRes) { in TestContext()
1600 context = ctxt; in TestContext()
/third_party/ltp/tools/sparse/sparse-src/
H A Dscheck.c249 static bool check_const(Btor *ctxt, struct instruction *insn) in check_const() argument

Completed in 41 milliseconds

123