HomeSort by relevance Sort by last modified time
    Searched refs:ACTION (Results 1 - 25 of 34) 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"
  /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,
  /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...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /frameworks/base/packages/TtsService/src/android/tts/
TtsService.java 128 private static final String ACTION = "android.intent.action.START_TTS_SERVICE";
236 Intent intent = new Intent("android.intent.action.START_TTS_ENGINE");
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 

Completed in 304 milliseconds

1 2