Home
last modified time | relevance | path

Searched defs:cfg (Results 1 – 25 of 114) sorted by relevance

12345

/external/bluetooth/bluedroid/stack/avdt/
Davdt_l2c.c75 tL2CAP_CFG_INFO cfg; in avdt_sec_check_complete_term() local
131 tL2CAP_CFG_INFO cfg; in avdt_sec_check_complete_orig() local
175 tL2CAP_CFG_INFO cfg; in avdt_l2c_connect_ind_cback() local
277 tL2CAP_CFG_INFO cfg; in avdt_l2c_connect_cfm_cback() local
/external/clang/lib/Analysis/
DPostOrderCFGView.cpp20 PostOrderCFGView::PostOrderCFGView(const CFG *cfg) { in PostOrderCFGView()
32 const CFG *cfg = ctx.getCFG(); in create() local
DCFGReachabilityAnalysis.cpp22 CFGReverseBlockReachabilityAnalysis::CFGReverseBlockReachabilityAnalysis(const CFG &cfg) in CFGReverseBlockReachabilityAnalysis()
/external/bluetooth/bluedroid/stack/mcap/
Dmca_l2c.c75 tL2CAP_CFG_INFO cfg; in mca_sec_check_complete_term() local
120 tL2CAP_CFG_INFO cfg; in mca_sec_check_complete_orig() local
156 tL2CAP_CFG_INFO cfg; in mca_l2c_cconn_ind_cback() local
231 tL2CAP_CFG_INFO cfg; in mca_l2c_dconn_ind_cback() local
294 tL2CAP_CFG_INFO cfg; in mca_l2c_connect_cfm_cback() local
/external/llvm/include/llvm/
DPassSupport.h153 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \ argument
164 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \ argument
172 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \ argument
268 #define INITIALIZE_AG_PASS(passName, agName, arg, name, cfg, analysis, def) \ argument
285 #define INITIALIZE_AG_PASS_BEGIN(passName, agName, arg, n, cfg, analysis, def) \ argument
289 #define INITIALIZE_AG_PASS_END(passName, agName, arg, n, cfg, analysis, def) \ argument
/external/libvpx/armv7a/
Dvpx_config.c8 static const char* const cfg = "--force-target=armv7-android-gcc --disable-runtime-cpu-detect --sdk… variable
/external/libvpx/generic/
Dvpx_config.c8 static const char* const cfg = "--force-target=generic-gnu --disable-examples --disable-docs --enab… variable
/external/libvpx/mips/
Dvpx_config.c8 static const char* const cfg = "--force-target=mips32-android-gcc --disable-runtime-cpu-detect --sd… variable
/external/libvpx/mips-dspr2/
Dvpx_config.c8 static const char* const cfg = "--force-target=mips32-android-gcc --disable-runtime-cpu-detect --sd… variable
/external/libvpx/armv7a-neon/
Dvpx_config.c8 static const char* const cfg = "--force-target=armv7-android-gcc --disable-runtime-cpu-detect --sdk… variable
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c25 vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_init_ver()
71 vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_init_multi_ver()
170 vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_config_default()
396 const vpx_codec_enc_cfg_t *cfg) in vpx_codec_enc_config_set()
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_main.c190 tL2CAP_CFG_INFO cfg = sdp_cb.l2cap_my_cfg; in sdp_connect_ind() local
231 tL2CAP_CFG_INFO cfg; in sdp_connect_cfm() local
434 tL2CAP_CFG_INFO cfg = sdp_cb.l2cap_my_cfg; in sdp_config_cfm() local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
DFindMachineTask.java40 private String cfg; field in FindMachineTask
70 public void setCfg(String cfg) { in setCfg()
DBuildMachineManager.java51 private String cfg; field in BuildMachineManager
57 String cfg, in BuildMachineManager()
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp69 const CFG &cfg; member in __anone0b70ff90111::ReachableCode
72 ReachableCode(const CFG &cfg) in ReachableCode()
121 const CFG &cfg; member in __anone0b70ff90211::DeadStoreObs
134 DeadStoreObs(const CFG &cfg, ASTContext &ctx, in DeadStoreObs()
389 CFG *cfg; member in __anone0b70ff90311::FindEscaped
432 CFG &cfg = *mgr.getCFG(D); in checkASTCodeBody() local
/external/kernel-headers/original/linux/
Dtransport_class.h27 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) \ argument
43 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) \ argument
/external/oprofile/gui/
Doprof_start.cpp456 event_setting & cfg = event_cfgs[descr.name]; in display_event() local
606 event_setting & cfg = event_cfgs[name]; in record_selected_event_config() local
784 event_setting & cfg = event_cfgs[descr.name]; in setup_unit_masks() local
857 event_setting & cfg = event_cfgs[cur->text(0).latin1()]; in on_start_profiler() local
954 event_setting & cfg = event_cfgs[cur->text(0).latin1()]; in save_config() local
/external/wpa_supplicant_8/src/drivers/
Dnetlink.c18 struct netlink_config *cfg; member
91 struct netlink_data * netlink_init(struct netlink_config *cfg) in netlink_init()
Drfkill.c47 struct rfkill_config *cfg; member
100 struct rfkill_data * rfkill_init(struct rfkill_config *cfg) in rfkill_init()
/external/bluetooth/bluedroid/stack/avct/
Davct_l2c.c107 tL2CAP_CFG_INFO cfg; in avct_l2c_connect_ind_cback() local
179 tL2CAP_CFG_INFO cfg; in avct_l2c_connect_cfm_cback() local
/external/libvpx/libvpx/examples/
Dencoder_tmpl.c68 const vpx_codec_enc_cfg_t *cfg, in write_ivf_file_header()
112 vpx_codec_enc_cfg_t cfg; in main() local
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c44 struct vp8_extracfg cfg; member
80 vpx_codec_enc_cfg_t cfg; member
136 const vpx_codec_enc_cfg_t *cfg, in validate_config()
286 vpx_codec_enc_cfg_t cfg, in set_vp8e_config()
451 const vpx_codec_enc_cfg_t *cfg) in vp8e_set_config()
545 static vpx_codec_err_t vp8e_mr_alloc_mem(const vpx_codec_enc_cfg_t *cfg, in vp8e_mr_alloc_mem()
580 vpx_codec_enc_cfg_t *cfg; in vp8e_init() local
/external/libppp/src/
Dmppe.c473 MPPE_ConfigVal(struct bundle *bundle __unused, const struct ccp_config *cfg) in MPPE_ConfigVal()
513 const struct ccp_config *cfg) in MPPEInitOptsOutput()
537 const struct ccp_config *cfg) in MPPESetOptsOutput()
576 const struct ccp_config *cfg) in MPPESetOptsInput()
Dasync.h41 } cfg; member
/external/iptables/include/linux/netfilter/
Dxt_hashlimit.h36 struct hashlimit_cfg cfg; member
62 struct hashlimit_cfg1 cfg; member

12345