/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/fps/ |
D | connection.py | 89 action = ''.join(api or map(str.capitalize, func.__name__.split('_'))) 90 response = ResponseFactory(action) 91 if hasattr(boto.fps.response, action + 'Response'): 92 response = getattr(boto.fps.response, action + 'Response') 95 return func(self, action, response, *args, **kw) 96 wrapper.action, wrapper.response = action, response 97 wrapper.__doc__ = "FPS {0} API call\n{1}".format(action, 122 def settle_debt(self, action, response, **kw): argument 128 return self.get_object(action, kw, response) 132 def get_transaction_status(self, action, response, **kw): argument [all …]
|
/external/skia/experimental/docs/ |
D | animationCommon.js | 22 var action = keyframe[i]; 23 loopOver(action, timeline); 51 var action = actions[aIndex]; 52 var hasDraw = 'draw' in action; 53 var hasRef = 'ref' in action; 56 var ref = hasRef ? action.ref : "anonymous_" + index + "_" + aIndex; 61 assert('string' == typeof(action.draw)); 62 var draw = (new Function("return " + action.draw))(); 65 if ('paint' in action) { 66 assert('string' == typeof(action.paint)); [all …]
|
/external/autotest/server/ |
D | autoserv_parser.py | 33 self.parser.add_argument('-m', action='store', type=str, 36 self.parser.add_argument('-M', action='store', type=str, 39 self.parser.add_argument('-c', action='store_true', 42 self.parser.add_argument('-s', action='store_true', 45 self.parser.add_argument('-r', action='store', type=str, 48 self.parser.add_argument('-l', action='store', type=str, 51 self.parser.add_argument('-G', action='store', type=str, 54 self.parser.add_argument('-u', action='store', type=str, 58 self.parser.add_argument('-P', action='store', type=str, 64 self.parser.add_argument('--execution-tag', action='store', [all …]
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_actionhandler.cpp | 16 FX_BOOL CPDFSDK_ActionHandler::DoAction_DocOpen(const CPDF_Action& action, in DoAction_DocOpen() argument 19 return ExecuteDocumentOpenAction(action, pDocument, list); in DoAction_DocOpen() 56 const CPDF_Action& action, in DoAction_Page() argument 60 return ExecuteDocumentPageAction(action, eType, pDocument, list); in DoAction_Page() 64 const CPDF_Action& action, in DoAction_Document() argument 68 return ExecuteDocumentPageAction(action, eType, pDocument, list); in DoAction_Document() 72 const CPDF_Action& action, in DoAction_BookMark() argument 76 return ExecuteBookMark(action, pDocument, pBookMark, list); in DoAction_BookMark() 79 FX_BOOL CPDFSDK_ActionHandler::DoAction_Screen(const CPDF_Action& action, in DoAction_Screen() argument 84 return ExecuteScreenAction(action, type, pDocument, pScreen, list); in DoAction_Screen() [all …]
|
/external/chromium-trace/catapult/third_party/typ/typ/ |
D | arg_parser.py | 53 self.add_argument('-V', '--version', action='store_true', 58 action='store', 61 self.add_argument('--all', action='store_true', 65 action='append', 69 action='append', 73 action='append', 82 self.add_argument('-c', '--coverage', action='store_true', 84 self.add_argument('--coverage-source', action='append', 89 self.add_argument('--coverage-omit', action='append', 94 self.add_argument('--coverage-annotate', action='store_true', [all …]
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_actionhandler.h | 24 FX_BOOL DoAction_Hide(const CPDF_Action& action, CPDFSDK_Document* pDocument); 25 FX_BOOL DoAction_SubmitForm(const CPDF_Action& action, 27 FX_BOOL DoAction_ResetForm(const CPDF_Action& action, 29 FX_BOOL DoAction_ImportData(const CPDF_Action& action, 37 FX_BOOL DoAction_DocOpen(const CPDF_Action& action, 42 FX_BOOL DoAction_Page(const CPDF_Action& action, 45 FX_BOOL DoAction_Document(const CPDF_Action& action, 49 const CPDF_Action& action, 52 FX_BOOL DoAction_Screen(const CPDF_Action& action, 56 FX_BOOL DoAction_Link(const CPDF_Action& action, CPDFSDK_Document* pDocument); [all …]
|
/external/vogar/src/vogar/android/ |
D | InstallApkTask.java | 33 private final Action action; field in InstallApkTask 37 public InstallApkTask(Run run, Action action, File jar) { in InstallApkTask() argument 38 super("aapt and push " + action.getName()); in InstallApkTask() 39 this.action = action; in InstallApkTask() 53 File dex = createDex(action, jar); in execute() 54 File apk = createApk(action, dex); in execute() 56 installApk(action, apk); in execute() 64 private File createDex(Action action, File actionJar) { in createDex() argument 65 File dex = run.localFile(action, "classes.dex"); in createDex() 77 private File createApk (Action action, File dex) { in createApk() argument [all …]
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestAttributes.java | 58 String action = "i<3; '<xmltag>'"; in testEscapedLessThanInAction() local 60 new CommonToken(ANTLRParser.ACTION,action),0); in testEscapedLessThanInAction() 61 String expecting = action; in testEscapedLessThanInAction() 73 String action = "int \\$n; \"\\$in string\\$\""; in testEscaped$InAction() local 77 "@members {"+action+"}\n"+ in testEscaped$InAction() 79 " : {"+action+"}\n" + in testEscaped$InAction() 88 new CommonToken(ANTLRParser.ACTION,action),0); in testEscaped$InAction() 93 String action = "$i; $i.x; $u; $u.x"; in testArguments() local 101 " : {"+action+"}\n" + in testArguments() 108 new CommonToken(ANTLRParser.ACTION,action),1); in testArguments() [all …]
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/ |
D | play_unittest.py | 24 action = play.PlayAction(playing_event_timeout_in_seconds=5) 25 action.WillRunAction(self._tab) 29 action.RunAction(self._tab) 37 action = play.PlayAction(selector='#video_1', 39 action.WillRunAction(self._tab) 43 action.RunAction(self._tab) 51 action = play.PlayAction(selector='all', 53 action.WillRunAction(self._tab) 57 action.RunAction(self._tab) 66 action = play.PlayAction(selector='#video_1', [all …]
|
D | load_media_unittest.py | 24 action = LoadMediaAction(selector='#video_1', timeout_in_seconds=0.1, 26 action.WillRunAction(self._tab) 27 action.RunAction(self._tab) 33 action = LoadMediaAction(timeout_in_seconds=5) 34 action.WillRunAction(self._tab) 35 action.RunAction(self._tab) 42 action = LoadMediaAction(selector='#audio_1', timeout_in_seconds=5) 43 action.WillRunAction(self._tab) 44 action.RunAction(self._tab) 51 action = LoadMediaAction(selector='all', timeout_in_seconds=5) [all …]
|
/external/v8/test/unittests/heap/ |
D | gc-idle-time-handler-unittest.cc | 133 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state); in TEST_F() local 134 EXPECT_EQ(DO_NOTHING, action.type); in TEST_F() 145 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state); in TEST_F() local 146 EXPECT_EQ(DO_FULL_GC, action.type); in TEST_F() 156 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state); in TEST_F() local 157 EXPECT_EQ(DO_FULL_GC, action.type); in TEST_F() 168 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state); in TEST_F() local 169 EXPECT_EQ(DO_INCREMENTAL_STEP, action.type); in TEST_F() 180 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state); in TEST_F() local 181 EXPECT_EQ(DO_INCREMENTAL_STEP, action.type); in TEST_F() [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/ |
D | layer1.py | 133 return self.make_request(action='AssignInstance', 159 return self.make_request(action='AssignVolume', 185 return self.make_request(action='AssociateElasticIp', 221 return self.make_request(action='AttachElasticLoadBalancer', 475 return self.make_request(action='CloneStack', 562 return self.make_request(action='CreateApp', 614 return self.make_request(action='CreateDeployment', 754 return self.make_request(action='CreateInstance', 896 return self.make_request(action='CreateLayer', 1121 return self.make_request(action='CreateStack', [all …]
|
/external/selinux/policycoreutils/semanage/ |
D | semanage | 226 handle_opts(args, login_args, args.action) 231 if args.action is "add": 233 if args.action is "modify": 235 if args.action is "delete": 237 if args.action is "list": 239 if args.action is "deleteall": 241 if args.action is "extract": 247 …parser.add_argument('-S', '--store', action=SetStore, help=_("Select an alternate SELinux Policy S… 255 …parser.add_argument('-n', '--noheading', action='store_false', default=True, help=_("Do not print … 259 …parser.add_argument('-N', '--noreload', action='store_false', default=True, help=_('Do not reload … [all …]
|
/external/eigen/bench/btl/generic_bench/timers/ |
D | portable_perf_analyzer_old.hh | 45 Action action(size); in eval_mflops() local 60 double time_action = time_calculate(action); in eval_mflops() 64 time_action = time_calculate(action); in eval_mflops() 69 time_action = std::min(time_action, time_calculate(action)); in eval_mflops() 77 action.check_result(); in eval_mflops() 80 double time_baseline = time_init(action); in eval_mflops() 82 time_baseline = std::min(time_baseline, time_init(action)); in eval_mflops() 94 return action.nb_op_base()/(time_action*1000000.0); in eval_mflops() 97 inline double time_init(Action & action) in time_init() argument 102 action.initialize(); in time_init() [all …]
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 90 const struct lp_build_tgsi_action * action, in add_emit() argument 102 const struct lp_build_tgsi_action * action, in arr_emit() argument 114 const struct lp_build_tgsi_action * action, in clamp_emit() argument 155 const struct lp_build_tgsi_action * action, in dp2_emit() argument 188 const struct lp_build_tgsi_action * action, in dp2a_emit() argument 214 const struct lp_build_tgsi_action * action, in dp3_emit() argument 250 const struct lp_build_tgsi_action * action, in dp4_emit() argument 316 const struct lp_build_tgsi_action * action, in dst_emit() argument 343 const struct lp_build_tgsi_action * action, in end_emit() argument 354 const struct lp_build_tgsi_action * action, in exp_emit() argument [all …]
|
/external/wpa_supplicant_8/src/ap/ |
D | wnm_ap.c | 106 mgmt->u.action.category = WLAN_ACTION_WNM; in ieee802_11_send_wnmsleep_resp() 107 mgmt->u.action.u.wnm_sleep_resp.action = WNM_SLEEP_MODE_RESP; in ieee802_11_send_wnmsleep_resp() 108 mgmt->u.action.u.wnm_sleep_resp.dialogtoken = dialog_token; in ieee802_11_send_wnmsleep_resp() 109 pos = (u8 *)mgmt->u.action.u.wnm_sleep_resp.variable; in ieee802_11_send_wnmsleep_resp() 113 mgmt->u.action.u.wnm_sleep_resp.keydata_len = 0; in ieee802_11_send_wnmsleep_resp() 133 &mgmt->u.action.u.wnm_sleep_resp.keydata_len, in ieee802_11_send_wnmsleep_resp() 142 len = 1 + sizeof(mgmt->u.action.u.wnm_sleep_resp) + gtk_elem_len + in ieee802_11_send_wnmsleep_resp() 148 mgmt->da, &mgmt->u.action.category, len); in ieee802_11_send_wnmsleep_resp() 275 mgmt->u.action.category = WLAN_ACTION_WNM; in ieee802_11_send_bss_trans_mgmt_request() 276 mgmt->u.action.u.bss_tm_req.action = WNM_BSS_TRANS_MGMT_REQ; in ieee802_11_send_bss_trans_mgmt_request() [all …]
|
/external/bison/lib/ |
D | spawni.c | 244 struct __spawn_action *action = &file_actions->_actions[cnt]; in __spawni() local 246 switch (action->tag) in __spawni() 249 if (close_not_cancel (action->action.close_action.fd) != 0) in __spawni() 256 int new_fd = open_not_cancel (action->action.open_action.path, in __spawni() 257 action->action.open_action.oflag in __spawni() 259 action->action.open_action.mode); in __spawni() 266 if (new_fd != action->action.open_action.fd) in __spawni() 268 if (dup2 (new_fd, action->action.open_action.fd) in __spawni() 269 != action->action.open_action.fd) in __spawni() 281 if (dup2 (action->action.dup2_action.fd, in __spawni() [all …]
|
D | fatal-signal.c | 95 struct sigaction action; in init_fatal_signals() local 97 if (sigaction (fatal_signals[i], NULL, &action) >= 0 in init_fatal_signals() 98 && get_handler (&action) == SIG_IGN) in init_fatal_signals() 117 volatile action_t action; member 157 action_t action; in fatal_signal_handler() local 163 action = actions[n].action; in fatal_signal_handler() 165 action (); in fatal_signal_handler() 183 struct sigaction action; in install_handlers() local 185 action.sa_handler = &fatal_signal_handler; in install_handlers() 189 action.sa_flags = SA_NODEFER; in install_handlers() [all …]
|
/external/vogar/src/vogar/tasks/ |
D | BuildActionTask.java | 50 private final Action action; field in BuildActionTask 55 public BuildActionTask(Run run, Action action, Driver driver, File outputFile) { in BuildActionTask() argument 56 super("build " + action.getName()); in BuildActionTask() 58 this.action = action; in BuildActionTask() 66 compileWithJack(action, outputFile); in execute() 68 compile(action, outputFile); in execute() 72 driver.addEarlyResult(new Outcome(action.getName(), Result.COMPILE_FAILED, in execute() 76 driver.addEarlyResult(new Outcome(action.getName(), Result.ERROR, e)); in execute() 86 private void compile(Action action, File jar) throws IOException { in compile() argument 87 File classesDir = run.localFile(action, "classes"); in compile() [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/ |
D | layer1.py | 91 action='BuildSuggesters', 110 action='CreateDomain', 140 action='DefineAnalysisScheme', 169 action='DefineExpression', 202 action='DefineIndexField', 234 action='DefineSuggester', 261 action='DeleteAnalysisScheme', 279 action='DeleteDomain', 305 action='DeleteExpression', 332 action='DeleteIndexField', [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/directconnect/ |
D | layer1.py | 132 return self.make_request(action='AllocateConnectionOnInterconnect', 173 return self.make_request(action='AllocatePrivateVirtualInterface', 213 return self.make_request(action='AllocatePublicVirtualInterface', 234 return self.make_request(action='ConfirmConnection', 267 return self.make_request(action='ConfirmPrivateVirtualInterface', 287 return self.make_request(action='ConfirmPublicVirtualInterface', 329 return self.make_request(action='CreateConnection', 380 return self.make_request(action='CreateInterconnect', 407 return self.make_request(action='CreatePrivateVirtualInterface', 434 return self.make_request(action='CreatePublicVirtualInterface', [all …]
|
/external/selinux/prebuilts/bin/ |
D | sesearch.py | 29 parser.add_argument("--version", action="version", version=setools.__version__) 31 parser.add_argument("-v", "--verbose", action="store_true", 33 parser.add_argument("--debug", action="store_true", dest="debug", help="Enable debugging.") 36 rtypes.add_argument("-A", "--allow", action="append_const", 39 rtypes.add_argument("--auditallow", action="append_const", 42 rtypes.add_argument("--dontaudit", action="append_const", 45 rtypes.add_argument("-T", "--type_trans", action="append_const", 48 rtypes.add_argument("--type_change", action="append_const", 51 rtypes.add_argument("--type_member", action="append_const", 56 rbacrtypes.add_argument("--role_allow", action="append_const", [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/redshift/ |
D | layer1.py | 206 action='AuthorizeClusterSecurityGroupIngress', 243 action='AuthorizeSnapshotAccess', 309 action='CopyClusterSnapshot', 623 action='CreateCluster', 680 action='CreateClusterParameterGroup', 717 action='CreateClusterSecurityGroup', 756 action='CreateClusterSnapshot', 802 action='CreateClusterSubnetGroup', 914 action='CreateEventSubscription', 943 action='CreateHsmClientCertificate', [all …]
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/ |
D | jsmin.c | 131 action(int d) in action() function 212 action(3); in jsmin() 217 action(1); in jsmin() 219 action(2); in jsmin() 229 action(1); in jsmin() 232 action(3); in jsmin() 236 action(1); in jsmin() 238 action(2); in jsmin() 246 action(1); in jsmin() 249 action(3); in jsmin() [all …]
|
/external/chromium-trace/catapult/third_party/html5lib-python/ |
D | parse.py | 154 parser.add_option("-p", "--profile", action="store_true", default=False, 159 action="store_true", default=False, dest="time", 162 parser.add_option("-b", "--treebuilder", action="store", type="string", 165 parser.add_option("-e", "--error", action="store_true", default=False, 168 parser.add_option("-f", "--fragment", action="store_true", default=False, 171 parser.add_option("", "--tree", action="store_true", default=False, 174 parser.add_option("-x", "--xml", action="store_true", default=False, 177 parser.add_option("", "--no-html", action="store_false", default=True, 180 parser.add_option("", "--hilite", action="store_true", default=False, 183 parser.add_option("-c", "--encoding", action="store_true", default=False, [all …]
|