/external/llvm/include/llvm/ |
D | PassSupport.h | 148 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \ argument 159 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \ argument 167 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \ argument 263 #define INITIALIZE_AG_PASS(passName, agName, arg, name, cfg, analysis, def) \ argument 280 #define INITIALIZE_AG_PASS_BEGIN(passName, agName, arg, n, cfg, analysis, def) \ argument 284 #define INITIALIZE_AG_PASS_END(passName, agName, arg, n, cfg, analysis, def) \ argument
|
/external/libvpx/ |
D | vpx_config.c | 1 static const char* const cfg = "--target=generic-gnu"; variable
|
D | example_xma.c | 86 vpx_codec_dec_cfg_t cfg; in main() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DeadStoresChecker.cpp | 35 const CFG &cfg; member in __anon04361cd60111::ReachableCode 38 ReachableCode(const CFG &cfg) in ReachableCode() 72 const CFG &cfg; member in __anon04361cd60211::DeadStoreObs 83 DeadStoreObs(const CFG &cfg, ASTContext &ctx, in DeadStoreObs() 315 CFG *cfg; member in __anon04361cd60311::FindEscaped 349 CFG &cfg = *mgr.getCFG(D); in checkASTCodeBody() local
|
D | DebugCheckers.cpp | 51 if (CFG *cfg = mgr.getCFG(D)) { in checkASTCodeBody() local 71 if (CFG *cfg = mgr.getCFG(D)) { in checkASTCodeBody() local
|
/external/libvpx/vpx/src/ |
D | vpx_encoder.c | 24 vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_init_ver() 68 vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_config_default() 266 const vpx_codec_enc_cfg_t *cfg) in vpx_codec_enc_config_set()
|
/external/kernel-headers/original/linux/ |
D | transport_class.h | 27 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) \ argument 43 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) \ argument
|
/external/oprofile/gui/ |
D | oprof_start.cpp | 456 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/ |
D | netlink.c | 24 struct netlink_config *cfg; member 97 struct netlink_data * netlink_init(struct netlink_config *cfg) in netlink_init()
|
D | rfkill.c | 53 struct rfkill_config *cfg; member 106 struct rfkill_data * rfkill_init(struct rfkill_config *cfg) in rfkill_init()
|
/external/clang/lib/Analysis/ |
D | CFGReachabilityAnalysis.cpp | 22 CFGReverseBlockReachabilityAnalysis::CFGReverseBlockReachabilityAnalysis(const CFG &cfg) in CFGReverseBlockReachabilityAnalysis()
|
D | UninitializedValues.cpp | 101 const CFG &cfg; member in __anonbbbc703b0211::CFGBlockValues 289 DataflowWorklist(const CFG &cfg) : enqueuedBlocks(cfg.getNumBlockIDs()) {} in DataflowWorklist() 341 const CFG &cfg; member in __anonbbbc703b0411::TransferFunctions 356 TransferFunctions(CFGBlockValues &vals, const CFG &cfg, in TransferFunctions() 596 static bool runOnBlock(const CFGBlock *block, const CFG &cfg, in runOnBlock() 652 const CFG &cfg, in runUninitializedVariablesAnalysis()
|
D | LiveVariables.cpp | 82 CFG &cfg = *AC.getCFG(); in LiveVariables() local 331 void LiveVariables::runOnCFG(CFG& cfg) { in runOnCFG() 336 void LiveVariables::runOnAllBlocks(const CFG& cfg, in runOnAllBlocks()
|
/external/libvpx/examples/ |
D | encoder_tmpl.c | 68 const vpx_codec_enc_cfg_t *cfg, in write_ivf_file_header() 112 vpx_codec_enc_cfg_t cfg; in main() local
|
/external/bluetooth/bluez/input/ |
D | sixpair.c | 147 handle_device (libusb_device *dev, struct libusb_config_descriptor *cfg, int itfnum, const struct l… in handle_device() 260 struct libusb_config_descriptor *cfg; in main() local
|
/external/iptables/include/linux/netfilter/ |
D | xt_hashlimit.h | 36 struct hashlimit_cfg cfg; member 62 struct hashlimit_cfg1 cfg; member
|
/external/libvpx/vp8/ |
D | vp8_cx_iface.c | 48 struct vp8_extracfg cfg; member 81 vpx_codec_enc_cfg_t cfg; member 137 const vpx_codec_enc_cfg_t *cfg, in validate_config() 249 vpx_codec_enc_cfg_t cfg, in set_vp8e_config() 390 const vpx_codec_enc_cfg_t *cfg) in vp8e_set_config() 486 vpx_codec_enc_cfg_t *cfg; in vp8e_init() local
|
D | vp8_dx_iface.c | 54 vpx_codec_dec_cfg_t cfg; member 127 vpx_codec_dec_cfg_t cfg; in vp8_validate_mmaps() local 328 vpx_codec_dec_cfg_t cfg; in vp8_decode() local
|
/external/libvpx/vpx/ |
D | vpx_decoder.h | 132 #define vpx_codec_dec_init(ctx, iface, cfg, flags) \ argument
|
/external/clang/include/clang/Analysis/Analyses/ |
D | LiveVariables.h | 109 void InitializeValues(const CFG& cfg) {} in InitializeValues()
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
D | ipt_hashlimit.h | 31 struct hashlimit_cfg cfg; member
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
D | wps.c | 33 struct wps_data * wps_init(const struct wps_config *cfg) in wps_init()
|
/external/clang/include/clang/Analysis/FlowSensitive/ |
D | DataflowValues.h | 82 void InitializeValues(const CFG& cfg) {} in InitializeValues()
|
/external/emma/ant/ant14/com/vladium/emma/report/ |
D | ReportCfg.java | 285 final Element cfg = (Element) i.next (); in getReportSettings() local 402 protected Element addCfgElement (final String type, final Element cfg) in addCfgElement()
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 83 CFG *cfg = AC.getCFG(); in CheckFallThrough() local 738 if (CFG *cfg = AC.getCFG()) { in IssueWarnings() local 762 if (CFG *cfg = AC.getCFG()) { in IssueWarnings() local
|