Searched defs:action (Results 76 - 100 of 283) sorted by relevance

1234567891011>>

/external/lldb/test/python_api/lldbutil/process/
H A Dmain.cpp27 uint32_t mask_access (MaskAction action, uint32_t mask = 0);
30 mask_access (MaskAction action, uint32_t mask) argument
35 switch (action)
/external/lldb/test/python_api/module_section/
H A Dmain.cpp27 uint32_t mask_access (MaskAction action, uint32_t mask = 0);
30 mask_access (MaskAction action, uint32_t mask) argument
35 switch (action)
/external/lldb/tools/lldb-perf/lib/
H A DTestCase.cpp261 ActionWanted action; local
262 TestStep(m_step, action);
265 switch (action.type)
271 if (action.thread.IsValid() == false)
280 m_process.SetSelectedThread(action.thread);
281 action.thread.StepOut();
284 if (action.thread.IsValid() == false)
293 m_process.SetSelectedThread(action.thread);
294 action.thread.StepOver();
302 Launch(action
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c100 const struct lp_build_tgsi_action * action,
106 base->gallivm->builder, action->intr_name,
116 struct lp_build_tgsi_action * action = &bld_base->op_actions[tgsi_opcode]; local
121 assert(action->emit);
122 action->emit(action, bld_base, emit_data);
195 const struct lp_build_tgsi_action * action = local
225 if (!action->emit) {
245 if (!action->fetch_args) {
248 action
99 lp_build_tgsi_intrinsic( const struct lp_build_tgsi_action * action, struct lp_build_tgsi_context * bld_base, struct lp_build_emit_data * emit_data) argument
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMotionEvent.java20 private int action; field in class:ShadowMotionEvent
30 public static MotionEvent obtain(long downTime, long eventTime, int action, float x, float y, int metaState) { argument
38 shadowMotionEvent.action = action;
54 return action | (pointerIndex << MotionEvent.ACTION_POINTER_ID_SHIFT);
121 return action;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DMapViewTest.java153 private void dispatchTouchEvent(int action, int x, int y) { argument
154 mapView.dispatchTouchEvent(MotionEvent.obtain(0, 0, action, x, y, 0));
/external/skia/platform_tools/android/tests/
H A Dmakefile_writer_tests.py217 action='store_true') variable
/external/wpa_supplicant_8/hostapd/src/common/
H A Dgas.c18 gas_build_req(u8 action, u8 dialog_token, size_t size) argument
27 wpabuf_put_u8(buf, action);
48 gas_build_resp(u8 action, u8 dialog_token, u16 status_code, u8 frag_id, argument
58 wpabuf_put_u8(buf, action);
61 if (action == WLAN_PA_GAS_COMEBACK_RESP)
219 u8 action; local
226 action = *(wpabuf_head_u8(buf) + 1);
227 switch (action) {
/external/wpa_supplicant_8/src/common/
H A Dgas.c18 gas_build_req(u8 action, u8 dialog_token, size_t size) argument
27 wpabuf_put_u8(buf, action);
48 gas_build_resp(u8 action, u8 dialog_token, u16 status_code, u8 frag_id, argument
58 wpabuf_put_u8(buf, action);
61 if (action == WLAN_PA_GAS_COMEBACK_RESP)
219 u8 action; local
226 action = *(wpabuf_head_u8(buf) + 1);
227 switch (action) {
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dgas.c18 gas_build_req(u8 action, u8 dialog_token, size_t size) argument
27 wpabuf_put_u8(buf, action);
48 gas_build_resp(u8 action, u8 dialog_token, u16 status_code, u8 frag_id, argument
58 wpabuf_put_u8(buf, action);
61 if (action == WLAN_PA_GAS_COMEBACK_RESP)
219 u8 action; local
226 action = *(wpabuf_head_u8(buf) + 1);
227 switch (action) {
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeWizard.cs83 public ActionVisitor(System.Action<object> action) { argument
84 _action = action;
303 * of the visitor action method is never set (it's null) since using
311 public void Visit(object t, int ttype, System.Action<object> action) { argument
312 Visit(t, ttype, new ActionVisitor(action));
353 * For all subtrees that match the pattern, execute the visit action.
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DNFAFactory.java101 // point at the last node of the alt. Don't collapse action edges
255 * predicate action. The pred is a pointer into the AST of
273 /** Build what amounts to an epsilon transition with an action.
274 * The action goes into NFA though it is ignored during analysis.
276 * having seen an action (5-5-2008).
278 public StateCluster build_Action(GrammarAST action) { argument
281 Transition e = new Transition(new ActionLabel(action), right);
/external/bison/lib/
H A Dspawni.c189 /* Set signal default action. */
244 struct __spawn_action *action = &file_actions->_actions[cnt]; local
246 switch (action->tag)
249 if (close_not_cancel (action->action.close_action.fd) != 0)
256 int new_fd = open_not_cancel (action->action.open_action.path,
257 action->action.open_action.oflag
259 action
[all...]
/external/blktrace/
H A Dblkrawverify.c82 static char *act_to_str(__u32 action) argument
86 unsigned int act = action & 0xffff;
87 unsigned int trace = (action >> BLK_TC_SHIFT) & 0xffff;
99 sprintf(buf, "Invalid action=%08x", action);
112 fprintf(ofp, " %8s: %s\n", "action", act_to_str(bit->action));
217 if (bit->action & BLK_TC_ACT(BLK_TC_NOTIFY))
/external/dhcpcd/
H A Dif-bsd.c155 int action)
176 if (action >= 0 && broadcast) {
181 if (action < 0)
190 if_route(const struct rt *rt, int action) argument
226 if (action == 0)
228 else if (action > 0)
246 if (action >= 0)
153 if_address(const struct interface *iface, const struct in_addr *address, const struct in_addr *netmask, const struct in_addr *broadcast, int action) argument
/external/dnsmasq/src/
H A Ddbus.c393 void emit_dbus_signal(int action, struct dhcp_lease *lease, char *hostname) argument
412 if (action == ACTION_DEL)
414 else if (action == ACTION_ADD)
416 else if (action == ACTION_OLD)
H A Dhelper.c37 unsigned char action, hwaddr_len, hwaddr_type; member in struct:script_data
121 if (data.action == ACTION_DEL)
123 else if (data.action == ACTION_ADD)
125 else if (data.action == ACTION_OLD || data.action == ACTION_OLD_HOSTNAME)
266 if (data.action == ACTION_OLD_HOSTNAME && hostname)
298 void queue_script(int action, struct dhcp_lease *lease, char *hostname, time_t now) argument
338 buf->action = action;
/external/droiddriver/src/io/appium/droiddriver/base/
H A DBaseUiElement.java170 public boolean perform(Action action) { argument
171 Logs.call(this, "perform", action);
172 if (validator != null && validator.isApplicable(this, action)) {
173 String failure = validator.validate(this, action);
180 if (action.getTimeoutMillis() <= 0) {
181 return doPerform(action);
183 return performAndWait(action);
186 protected boolean doPerform(Action action) { argument
187 return action.perform(this);
192 private boolean performAndWait(final Action action) { argument
[all...]
/external/fio/
H A Dblktrace.c117 static void trace_add_open_close_event(struct thread_data *td, int fileno, enum file_log_act action) argument
126 ipo->file_action = action;
208 switch (t->action) {
211 t->action, t->pid);
215 t->action, t->pid);
220 dprint(FD_BLKTRACE, "unknown trace act %x\n", t->action);
269 rw = (t->action & BLK_TC_ACT(BLK_TC_WRITE)) != 0;
289 if ((t->action & 0xffff) != __BLK_TA_QUEUE)
292 if (!(t->action & BLK_TC_ACT(BLK_TC_NOTIFY))) {
302 if (t->action
[all...]
/external/google-breakpad/src/tools/windows/converter/
H A Dms_symbol_server_converter.cc357 ULONG action,
363 switch (action) {
378 bool *action; // On match, this pointer will be set to true. member in struct:google_breakpad::desc_action
410 *(desc_actions[desc_action_index].action) = true;
356 SymCallback(HANDLE process, ULONG action, ULONG64 data, ULONG64 context) argument
/external/icu/icu4c/source/i18n/
H A Dregexcmp.cpp168 // - an action to be performed.
233 // Perform any action specified by this row in the state table.
236 // the action signalled some kind of error, or
237 // the action was to exit, occurs on normal end-of-rules-input.
342 // doParseAction Do some action during regex pattern parsing.
350 UBool RegexCompile::doParseActions(int32_t action) argument
354 switch ((Regex_PatternParseAction)action) {
369 // Standard open nonCapture paren action emits the two NOPs and
/external/icu/icu4c/source/layout/
H A DThaiShaping.h64 le_uint8 action; member in struct:ThaiShaping::StateTransition
67 le_uint8 getAction() { return action; };
/external/icu/icu4c/source/tools/toolutil/
H A Ducmstate.c41 * entry=range [':' nextstate] ['.' action]
45 * action='u' | 's' | 'p' | 'i'
121 /* get the state action, default to valid */
503 int32_t action; local
512 ((action=MBCS_ENTRY_FINAL_ACTION(entry))==MBCS_STATE_VALID_DIRECT_16 ||
513 action==MBCS_STATE_UNASSIGNED)
935 * if the entry is a final one with an MBCS_STATE_VALID_DIRECT_16 action code
937 * the "unassigned" action code with bits 26..23 set to zero and U+fffe.
1024 fprintf(stderr, "ucm error: byte sequence reached reserved action code, entry: 0x%02lx\n", (unsigned long)entry);
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetDecoderICU.java110 * Sets the action to be taken if an illegal sequence is encountered
112 * @param newAction action to be taken
132 * Sets the action to be taken if an illegal sequence is encountered
134 * @param newAction action to be taken
177 private static CharsetCallback.Decoder getCallback(CodingErrorAction action){ argument
178 if(action==CodingErrorAction.REPLACE){
180 }else if(action==CodingErrorAction.IGNORE){
182 }else /* if(action==CodingErrorAction.REPORT) */ {
190 * @param out action to be taken
191 * @return result of flushing action an
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBIRuleScanner.java124 // doParseAction Do some action during rule parsing.
130 boolean doParseActions(int action) { argument
135 switch (action) {
828 // - an action to be performed.
899 // Perform any action specified by this row in the state table.
902 // the action signalled some kind of error, or
903 // the action was to exit, occurs on normal end-of-rules-input.

Completed in 783 milliseconds

1234567891011>>