Home
last modified time | relevance | path

Searched defs:action (Results 1 – 25 of 474) sorted by relevance

12345678910>>...19

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c90 const struct lp_build_tgsi_action * action, in add_emit()
102 const struct lp_build_tgsi_action * action, in arr_emit()
114 const struct lp_build_tgsi_action * action, in clamp_emit()
155 const struct lp_build_tgsi_action * action, in dp2_emit()
188 const struct lp_build_tgsi_action * action, in dp2a_emit()
214 const struct lp_build_tgsi_action * action, in dp3_emit()
250 const struct lp_build_tgsi_action * action, in dp4_emit()
316 const struct lp_build_tgsi_action * action, in dst_emit()
343 const struct lp_build_tgsi_action * action, in end_emit()
354 const struct lp_build_tgsi_action * action, in exp_emit()
[all …]
Dlp_bld_tgsi_soa.c1644 const struct lp_build_tgsi_action * action, in ddx_emit()
1656 const struct lp_build_tgsi_action * action, in ddy_emit()
1668 const struct lp_build_tgsi_action * action, in kilp_emit()
1679 const struct lp_build_tgsi_action * action, in kil_emit()
1690 const struct lp_build_tgsi_action * action, in tex_emit()
1701 const struct lp_build_tgsi_action * action, in txb_emit()
1713 const struct lp_build_tgsi_action * action, in txd_emit()
1725 const struct lp_build_tgsi_action * action, in txl_emit()
1737 const struct lp_build_tgsi_action * action, in txp_emit()
1749 const struct lp_build_tgsi_action * action, in txq_emit()
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/fps/
Dconnection.py122 def settle_debt(self, action, response, **kw): argument
132 def get_transaction_status(self, action, response, **kw): argument
140 def get_account_activity(self, action, response, **kw): argument
148 def get_transaction(self, action, response, **kw): argument
155 def get_outstanding_debt_balance(self, action, response): argument
164 def get_prepaid_balance(self, action, response, **kw): argument
171 def get_total_prepaid_liability(self, action, response): argument
179 def get_account_balance(self, action, response): argument
188 def install_payment_instruction(self, action, response, **kw): argument
231 def reserve(self, action, response, **kw): argument
[all …]
/external/pdfium/fpdfsdk/src/
Dfsdk_actionhandler.cpp16 FX_BOOL CPDFSDK_ActionHandler::DoAction_DocOpen(const CPDF_Action& action, in DoAction_DocOpen()
56 const CPDF_Action& action, in DoAction_Page()
64 const CPDF_Action& action, in DoAction_Document()
72 const CPDF_Action& action, in DoAction_BookMark()
79 FX_BOOL CPDFSDK_ActionHandler::DoAction_Screen(const CPDF_Action& action, in DoAction_Screen()
87 FX_BOOL CPDFSDK_ActionHandler::DoAction_Link(const CPDF_Action& action, in DoAction_Link()
93 FX_BOOL CPDFSDK_ActionHandler::DoAction_Field(const CPDF_Action& action, in DoAction_Field()
103 const CPDF_Action& action, in ExecuteDocumentOpenAction()
134 FX_BOOL CPDFSDK_ActionHandler::ExecuteLinkAction(const CPDF_Action& action, in ExecuteLinkAction()
178 const CPDF_Action& action, in ExecuteDocumentPageAction()
[all …]
/external/vogar/src/vogar/
DMode.java36 Task executeActionTask(Action action, boolean useLargeTimeout); in executeActionTask()
41 Set<Task> installActionTasks(Action action, File jar); in installActionTasks()
47 Set<Task> cleanupTasks(Action action); in cleanupTasks()
56 VmCommandBuilder newVmCommandBuilder(Action action, File workingDirectory); in newVmCommandBuilder()
62 Classpath getRuntimeClasspath(Action action); in getRuntimeClasspath()
DJavaVm.java43 @Override public VmCommandBuilder newVmCommandBuilder(Action action, File workingDirectory) { in newVmCommandBuilder()
62 @Override public Task executeActionTask(Action action, boolean useLargeTimeout) { in executeActionTask()
66 @Override public Set<Task> installActionTasks(Action action, File jar) { in installActionTasks()
70 @Override public Classpath getRuntimeClasspath(Action action) { in getRuntimeClasspath()
89 @Override public Set<Task> cleanupTasks(Action action) { in cleanupTasks()
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestAttributes.java58 String action = "i<3; '<xmltag>'"; in testEscapedLessThanInAction() local
73 String action = "int \\$n; \"\\$in string\\$\""; in testEscaped$InAction() local
93 String action = "$i; $i.x; $u; $u.x"; in testArguments() local
115 String action = "x, (*a).foo(21,33), 3.2+1, '\\n', "+ in testComplicatedArgParsing() local
169 String action = "34, '{', \"it's<\", '\"', \"\\\"\", 19"; in testStringArgParsing() local
205 String action = "(*a).foo(21,33,\",\")"; in testComplicatedSingleArgParsing() local
230 String action = "34<50"; in testArgWithLT() local
256 String action = "$foo.get(\"ick\");"; in testGenericsAsArgumentDefinition() local
285 String action = "$foo.get(\"ick\"); x=3;"; in testGenericsAsArgumentDefinition2() local
339 String action = "x, $A.text+\"3242\", (*$A).foo(21,33), 3.2+1, '\\n', "+ in testComplicatedArgParsingWithTranslation() local
[all …]
DTestTemplates.java49 String action = "x = %foo(name={$ID.text});"; in testTemplateConstructor() local
87 String action = "x = %foo();"; in testTemplateConstructorNoArgs() local
124 String action = "x = %({\"foo\"})(name={$ID.text});"; in testIndirectTemplateConstructor() local
161 String action = "x = %{$ID.text};"; in testStringConstructor() local
196 String action = "%x.y = z;"; in testSetAttr() local
232 String action = "%{foo($ID.text).getST()}.y = z;"; in testSetAttrOfExpr() local
290 String action = "%x .y = z;"; in testCannotHaveSpaceBeforeDot() local
318 String action = "%x. y = z;"; in testCannotHaveSpaceAfterDot() local
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c346 const struct lp_build_tgsi_action * action, in bgnloop_emit()
366 const struct lp_build_tgsi_action * action, in brk_emit()
378 const struct lp_build_tgsi_action * action, in cont_emit()
390 const struct lp_build_tgsi_action * action, in else_emit()
424 const struct lp_build_tgsi_action * action, in endif_emit()
456 const struct lp_build_tgsi_action * action, in endloop_emit()
473 const struct lp_build_tgsi_action * action, in if_emit()
503 const struct lp_build_tgsi_action * action, in kil_emit()
684 const struct lp_build_tgsi_action * action, in emit_icmp()
713 const struct lp_build_tgsi_action *action, in emit_cmp()
[all …]
/external/vogar/src/vogar/android/
DDeviceRuntime.java66 @Override public Set<Task> installActionTasks(Action action, File jar) { in installActionTasks()
72 @Override public Task executeActionTask(Action action, boolean useLargeTimeout) { in executeActionTask()
76 @Override public VmCommandBuilder newVmCommandBuilder(Action action, File workingDirectory) { in newVmCommandBuilder()
111 @Override public Set<Task> cleanupTasks(Action action) { in cleanupTasks()
115 @Override public Classpath getRuntimeClasspath(Action action) { in getRuntimeClasspath()
129 Set<Task> tasks, String name, File jar, Action action) { in addCreateDexJarAndPushTasks()
138 Action action, File localDex) { in newCreateDexJarTask()
DInstallApkTask.java33 private final Action action; field in InstallApkTask
37 public InstallApkTask(Run run, Action action, File jar) { in InstallApkTask()
64 private File createDex(Action action, File actionJar) { in createDex()
77 private File createApk (Action action, File dex) { in createApk()
116 public static String packageName(Action action) { in packageName()
134 private void installApk(Action action, File apkSigned) { in installApk()
DActivityMode.java46 @Override public Set<Task> installActionTasks(Action action, File jar) { in installActionTasks()
50 @Override public Task executeActionTask(Action action, boolean useLargeTimeout) { in executeActionTask()
54 @Override public Set<Task> cleanupTasks(Action action) { in cleanupTasks()
61 @Override public VmCommandBuilder newVmCommandBuilder(Action action, File workingDirectory) { in newVmCommandBuilder()
65 @Override public Classpath getRuntimeClasspath(Action action) { in getRuntimeClasspath()
DHostRuntime.java57 @Override public Task executeActionTask(Action action, boolean useLargeTimeout) { in executeActionTask()
78 @Override public Set<Task> cleanupTasks(Action action) { in cleanupTasks()
82 @Override public Set<Task> installActionTasks(Action action, File jar) { in installActionTasks()
89 @Override public VmCommandBuilder newVmCommandBuilder(Action action, File workingDirectory) { in newVmCommandBuilder()
146 @Override public Classpath getRuntimeClasspath(Action action) { in getRuntimeClasspath()
157 Action action, File localDex) { in createCreateDexJarTask()
/external/vogar/src/vogar/tasks/
DBuildActionTask.java50 private final Action action; field in BuildActionTask
55 public BuildActionTask(Run run, Action action, Driver driver, File outputFile) { in BuildActionTask()
86 private void compile(Action action, File jar) throws IOException { in compile()
127 private void compileWithJack(Action action, File jackFile) throws IOException { in compileWithJack()
173 private void createJarMetadataFiles(Action action, File classesDir) throws IOException { in createJarMetadataFiles()
185 private void fillInProperties(Properties properties, Action action) { in fillInProperties()
/external/v8/test/unittests/heap/
Dgc-idle-time-handler-unittest.cc133 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state); in TEST_F() local
145 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state); in TEST_F() local
156 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state); in TEST_F() local
168 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state); in TEST_F() local
180 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state); in TEST_F() local
188 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state); in TEST_F() local
198 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state); in TEST_F() local
207 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state); in TEST_F() local
216 GCIdleTimeAction action = handler()->Compute(idle_time_ms, heap_state); in TEST_F() local
227 GCIdleTimeAction action = handler()->Compute(0, heap_state); in TEST_F() local
[all …]
/external/skia/tools/skp/page_sets/other/
Dskia_onlinewsj_nexus10.json6 "smoothness": { "action": "scroll" }, string
12 { "action": "navigate" }, string
13 { "action": "navigate" }, string
14 { "action": "wait", "seconds": 60 } string
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
DMultiSynch.java45 public static void run(Object[] params, Set synchSet, Action action) { in run()
54 public static void run(Object[] params, List synchList, Action action) { in run()
63 public static void run(Object[] params, Object[] synchArr, Action action) { in run()
74 private static void run(Object[] params, Object[] synchArr, Action action, int depth) { in run()
/external/autotest/site_utils/
Dserver_manager.py43 def _add_role(server, role, action): argument
81 def _delete_role(server, role, action=False): argument
124 def _change_status(server, status, action): argument
237 attribute=None, value=None, action=False, server=None): argument
/external/bison/lib/
Dfatal-signal.c95 struct sigaction action; in init_fatal_signals() local
117 volatile action_t action; member
157 action_t action; in fatal_signal_handler() local
183 struct sigaction action; in install_handlers() local
206 at_fatal_signal (action_t action) in at_fatal_signal()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowIntentFilter.java21 public void __constructor__(String action) { in __constructor__()
26 public void addAction(String action) { in addAction()
46 public boolean matchAction(String action) { in matchAction()
/external/eigen/bench/btl/generic_bench/timers/
Dportable_perf_analyzer_old.hh45 Action action(size); in eval_mflops() local
97 inline double time_init(Action & action) in time_init()
108 inline double time_calculate(Action & action) in time_calculate()
/external/wpa_supplicant_8/src/fst/
Dfst_defs.h48 u8 action; member
59 u8 action; member
71 u8 action; member
77 u8 action; member
83 u8 action; member
/external/dhcpcd-6.8.2/
Dif-sun.c110 int action) in if_address()
118 if_route(const struct rt *rt, int action) in if_route()
128 if_address6(const struct ipv6_addr *a, int action) in if_address6()
136 if_route6(const struct rt6 *rt, int action) in if_route6()
/external/droiddriver/src/io/appium/droiddriver/validators/
DVisibilityValidator.java27 public boolean isApplicable(UiElement element, Action action) { in isApplicable()
32 public String validate(UiElement element, Action action) { in validate()
DExemptScrollActionValidator.java29 public boolean isApplicable(UiElement element, Action action) { in isApplicable()
34 public String validate(UiElement element, Action action) { in validate()

12345678910>>...19