Home
last modified time | relevance | path

Searched refs:ctxt (Results 101 - 125 of 161) sorted by relevance

1234567

/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...]
/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
/third_party/libabigail/tools/
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...]
/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);
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
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/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
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_input_method.h73 std::shared_ptr<SwitchInputMethodContext> ctxt);
75 std::shared_ptr<SwitchInputMethodContext> ctxt);
/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_async_work.h124 static napi_value Enqueue(napi_env env, std::shared_ptr<ContextBase> ctxt, const std::string &name,
135 static void CommonCallbackRoutine(ContextBase *ctxt);
/foundation/multimedia/drm_framework/services/utils/include/
H A Dnapi_async_work.h121 static napi_value Enqueue(napi_env env, std::shared_ptr<ContextBase> ctxt, const std::string &name,
132 static void CommonCallbackRoutine(ContextBase *ctxt);
/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,
/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H A Dsummary_napi.h38 static SummaryNapi *GetDataSummary(napi_env env, napi_callback_info info, std::shared_ptr<ContextBase> ctxt);
H A Dplain_text_napi.h38 static PlainTextNapi *GetPlainText(napi_env env, napi_callback_info info, std::shared_ptr<ContextBase> ctxt);
H A Dhtml_napi.h38 static HtmlNapi *GetHtml(napi_env env, napi_callback_info info, std::shared_ptr<ContextBase> ctxt);
H A Dlink_napi.h38 static LinkNapi *GetLink(napi_env env, napi_callback_info info, std::shared_ptr<ContextBase> ctxt);
H A Dfile_napi.h42 static FileNapi *GetFile(napi_env env, napi_callback_info info, std::shared_ptr<ContextBase> ctxt);
H A Dfolder_napi.h38 static FolderNapi *GetFolder(napi_env env, napi_callback_info info, std::shared_ptr<ContextBase> ctxt);
H A Dimage_napi.h38 static ImageNapi *GetImage(napi_env env, napi_callback_info info, std::shared_ptr<ContextBase> ctxt);

Completed in 22 milliseconds

1234567