HomeSort by relevance Sort by last modified time
    Searched refs:ACTION (Results 1 - 25 of 39) sorted by null

1 2

  /external/ipsec-tools/src/libipsec/
policy_parse.h 47 ACTION = 263,
66 #define ACTION 263
policy_parse.y 142 %token ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY IPADDRESS PORT
145 %type <num> DIR PRIORITY ACTION PROTOCOL MODE LEVEL
150 : DIR ACTION
165 | DIR PRIORITY PRIO_OFFSET ACTION
184 | DIR PRIORITY HYPHEN PRIO_OFFSET ACTION
206 | DIR PRIORITY PRIO_BASE ACTION
217 | DIR PRIORITY PRIO_BASE PLUS PRIO_OFFSET ACTION
239 | DIR PRIORITY PRIO_BASE HYPHEN PRIO_OFFSET ACTION
  /cts/tools/dasm/src/java_cup/
sym.java 30 static final int ACTION = 5;
lexer.java 17 * "code" CODE "action" ACTION
117 keywords.put("action", new Integer(sym.ACTION));
  /external/bluetooth/bluez/scripts/
bluetooth_serial 29 case "$ACTION" in
37 logger "Unknown action received $0: $ACTION"
  /device/samsung/crespo/alsa-lib/include/
search.h 62 /* Action which shall be performed in the call the hsearch. */
68 ACTION;
85 ACTION is `FIND' return found entry or signal error by returning
86 NULL. If ACTION is `ENTER' replace existing data (if any) with
88 extern ENTRY *hsearch __P ((ENTRY __item, ACTION __action));
107 extern int hsearch_r __P ((ENTRY __item, ACTION __action, ENTRY **__retval,
149 /* Walk through the whole tree and call the ACTION callback for every node
  /external/chromium/base/
gmock_unittest.cc 56 ACTION(ReturnVal) {
60 ACTION(ReturnSecond) {
108 // Test a mock of the ReturnSecond behavior using an action that provides an
124 // Alternate implemention of ReturnSecond using a more general custom action,
  /external/nist-sip/java/gov/nist/javax/sip/header/
ParameterNames.java 93 public static final String ACTION = "action";
Contact.java 62 public static final String ACTION = ParameterNames.ACTION;
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 66 private static final String ACTION = "testAction";
108 filter = new IntentFilter(ACTION);
109 verifyContent(filter, ACTION, null);
111 final IntentFilter actionTypeFilter = new IntentFilter(ACTION, DATA_TYPE);
112 verifyContent(actionTypeFilter, ACTION, DATA_TYPE);
115 verifyContent(filter, ACTION, DATA_TYPE);
119 new IntentFilter(ACTION, dataType);
127 * Assert that the given filter contains the given action and dataType. If
128 * action or dataType are null, assert that the filter has no actions or
131 private void verifyContent(IntentFilter filter, String action, String dataType)
1074 public final String action; field in class:IntentFilterTest.MatchCondition
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
scan.l 72 %x FIRSTCCL CCL ACTION RECOVER COMMENT ACTION_STRING PERCENT_BRACE_ACTION
356 BEGIN(ACTION);
368 BEGIN(ACTION);
381 BEGIN(ACTION);
382 unput( '\n' ); /* so <ACTION> sees it */
566 <ACTION>"/*" ACTION_ECHO; yy_push_state( COMMENT );
568 <CODEBLOCK,ACTION>{
597 <ACTION>{
623 \" ACTION_ECHO; BEGIN(ACTION);
627 <COMMENT,ACTION,ACTION_STRING><<EOF>>
    [all...]
initscan.c 89 /* Action number for EOF rule of a given start state. */
92 /* Special action meaning "start processing a new file". */
277 * corresponding action - sets up yytext.
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeBuilder.c 177 case ACTION:
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
mlmeBuilder.c 210 case ACTION:
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
mlmeBuilder.c 177 case ACTION:
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
spectrumMngmntMgr.c 345 return mlmeBuilder_sendFrame(pMeasurementMgr->hMlme,ACTION,(TI_UINT8*)&measurementReport,8,0);
438 status = mlmeBuilder_sendFrame(pMeasurementMgr->hMlme,ACTION,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/dot11h/
spectrumMngmntMgr.c 303 measurementReport.actionField.action = MEASUREMENT_REPORT;
350 return mlmeBuilder_sendFrame(pMeasurementMgr->hMlme,ACTION,(UINT8*)&measurementReport,8,0);
381 measurementReport.actionField.action = MEASUREMENT_REPORT;
443 status = mlmeBuilder_sendFrame(pMeasurementMgr->hMlme,ACTION,
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
spectrumMngmntMgr.c 345 return mlmeBuilder_sendFrame(pMeasurementMgr->hMlme,ACTION,(TI_UINT8*)&measurementReport,8,0);
438 status = mlmeBuilder_sendFrame(pMeasurementMgr->hMlme,ACTION,
  /device/samsung/crespo/alsa-lib/src/compat/
hsearch_r.c 139 hsearch_r (item, action, retval, htab)
141 ACTION action;
169 /* Further action might be required according to the action value. */
175 if (action == ENTER)
202 if (action == ENTER)
213 if (action == ENTER)
217 if (action == ENTER && htab->filled == htab->size)
  /cts/tests/tests/app/src/android/app/cts/
AlarmManagerTest.java 93 final String ACTION = "android.app.REMOTESERVICE";
94 mServiceIntent = new Intent(ACTION);
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 135 /* action number for EOF rule of a given start state */
138 /* special action meaning "start processing a new file" */
241 #define ACTION 12
254 * corresponding action - sets up yytext
    [all...]
  /frameworks/base/core/java/android/provider/
Contacts.java     [all...]
  /hardware/ti/wlan/wl1271/utils/
802_11Defs.h 815 /* action field BA frames */
961 /* Action field structure
962 used for extended management action such as spectrum management */
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/
802_11Defs.h 884 /* Action field structure
885 used for extended management action such as spectrum management */
890 UINT8 action;
908 ACTION = 13,
939 /* Spectrum Management Action fields */
    [all...]
  /system/wlan/ti/wilink_6_1/utils/
802_11Defs.h 816 /* action field BA frames */
962 /* Action field structure
963 used for extended management action such as spectrum management */
    [all...]

Completed in 383 milliseconds

1 2