Home
last modified time | relevance | path

Searched refs:ctxt (Results 76 - 100 of 141) sorted by relevance

123456

/third_party/libabigail/tools/
H A Dabilint.cc300 /// @param ctxt the abixml read context to consider.
305 build_type_use_tree(abigail::abixml::reader &ctxt, in build_type_use_tree() argument
309 vector<type_base_sptr>* types = get_types_from_type_id(ctxt, type_id); in build_type_use_tree()
314 artifact_use_rel = get_artifact_used_by_relation_map(ctxt); in build_type_use_tree()
451 /// @param ctxt the abixml read context to consider.
455 show_how_type_is_used(abigail::abixml::reader &ctxt, in show_how_type_is_used() argument
462 build_type_use_tree(ctxt, type_id); in show_how_type_is_used()
724 const write_context_sptr& ctxt in main() local
726 write_translation_unit(*ctxt, *tu, 0); in main()
740 const write_context_sptr& ctxt in main() local
865 const write_context_sptr ctxt = create_write_context(env, of); main() local
[all...]
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/libabigail/include/
H A Dabg-reader.h60 read_corpus_group_from_input(fe_iface& ctxt);
71 consider_types_not_reachable_from_public_interfaces(fe_iface& ctxt,
85 load_canonical_type_ids(fe_iface& ctxt,
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);
/third_party/libabigail/src/
H A Dabg-suppression.cc279 /// @param ctxt the context of the comparison.
287 const diff_context& ctxt) in sonames_of_binaries_match()
290 string first_soname = ctxt.get_corpus_diff()->first_corpus()->get_soname(), in sonames_of_binaries_match()
291 second_soname = ctxt.get_corpus_diff()->second_corpus()->get_soname(); in sonames_of_binaries_match()
309 /// @param ctxt the context of the comparison.
317 const diff_context &ctxt) in names_of_binaries_match()
320 string first_binary_path = ctxt.get_corpus_diff()->first_corpus()->get_path(), in names_of_binaries_match()
321 second_binary_path = ctxt.get_corpus_diff()->second_corpus()->get_path(); in names_of_binaries_match()
908 /// @param ctxt the context of comparison we are involved with.
914 const diff_context_sptr& ctxt) cons in suppresses_type()
286 sonames_of_binaries_match(const suppression_base& suppr, const diff_context& ctxt) sonames_of_binaries_match() argument
316 names_of_binaries_match(const suppression_base& suppr, const diff_context &ctxt) names_of_binaries_match() argument
2799 suppresses_function_symbol(const elf_symbol* sym, change_kind k, const diff_context_sptr ctxt) suppresses_function_symbol() argument
2887 suppresses_function_symbol(const elf_symbol_sptr sym, change_kind k, const diff_context_sptr ctxt) suppresses_function_symbol() argument
[all...]
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...]
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Djs_kv_store.h84 static void OnDataChange(napi_env env, size_t argc, napi_value* argv, std::shared_ptr<ContextBase> ctxt);
85 static void OffDataChange(napi_env env, size_t argc, napi_value* argv, std::shared_ptr<ContextBase> ctxt);
87 static void OnSyncComplete(napi_env env, size_t argc, napi_value* argv, std::shared_ptr<ContextBase> ctxt);
88 static void OffSyncComplete(napi_env env, size_t argc, napi_value* argv, std::shared_ptr<ContextBase> ctxt);
H A Djs_field_node.h48 static napi_value GetContextValue(napi_env env, std::shared_ptr<ContextBase> &ctxt, T &value);
49 static JsFieldNode* GetFieldNode(napi_env env, napi_callback_info info, std::shared_ptr<ContextBase> &ctxt);
H A Djs_schema.h46 static napi_value GetContextValue(napi_env env, std::shared_ptr<ContextBase>& ctxt, T &value);
47 static JsSchema* GetSchema(napi_env env, napi_callback_info info, std::shared_ptr<ContextBase> &ctxt);
/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/lwip/src/netif/ppp/
H A Deap.c319 SHA1_CTX ctxt; in pncrypt_setkey() local
327 SHA1Init(&ctxt); in pncrypt_setkey()
328 SHA1Update(&ctxt, pn_secret, strlen(pn_secret)); in pncrypt_setkey()
330 SHA1Update(&ctxt, tbuf, strlen(tbuf)); in pncrypt_setkey()
331 SHA1Final(dig, &ctxt); in pncrypt_setkey()
650 SHA1_CTX ctxt; in eap_send_request() local
822 SHA1Init(&ctxt); in eap_send_request()
823 SHA1Update(&ctxt, &pcb->eap.es_server.ea_id, 1); in eap_send_request()
824 SHA1Update(&ctxt, pcb->eap.es_server.ea_skey, in eap_send_request()
826 SHA1Update(&ctxt, pc in eap_send_request()
1257 SHA1_CTX ctxt; global() local
1323 SHA1_CTX ctxt; eap_request() local
1736 SHA1_CTX ctxt; eap_response() 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/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()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_single_kv_store.h96 static void OnDataChange(napi_env env, size_t argc, napi_value* argv, std::shared_ptr<ContextBase> ctxt);
97 static void OffDataChange(napi_env env, size_t argc, napi_value* argv, std::shared_ptr<ContextBase> ctxt);
99 static void OnSyncComplete(napi_env env, size_t argc, napi_value* argv, std::shared_ptr<ContextBase> ctxt);
100 static void OffSyncComplete(napi_env env, size_t argc, napi_value* argv, std::shared_ptr<ContextBase> ctxt);
H A Djs_field_node.h48 static napi_value GetContextValue(napi_env env, std::shared_ptr<ContextBase> &ctxt, T &value);
49 static JsFieldNode* GetFieldNode(napi_env env, napi_callback_info info, std::shared_ptr<ContextBase> &ctxt);
H A Djs_schema.h47 static napi_value GetContextValue(napi_env env, std::shared_ptr<ContextBase>& ctxt, T &value);
49 static JsSchema* GetSchema(napi_env env, napi_callback_info info, std::shared_ptr<ContextBase> &ctxt);
/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
/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H A Dnapi_async_work.h64 static napi_value Enqueue(napi_env env, std::shared_ptr<ContextBase> ctxt, const std::string& name,
75 static void GenerateOutput(ContextBase* ctxt);
/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...]
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/common/
H A Djs_util.h151 #define CHECH_STATUS_RETURN_VOID(env, condition, ctxt, info) \
155 (ctxt)->status = napi_generic_failure; \
156 (ctxt)->message = std::string(info); \
/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

Completed in 30 milliseconds

123456