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

1 2 3 4

  /external/webkit/Source/WebCore/gyp/
generate-derived-sources.sh 9 if [ "${ACTION}" = "build" -o "${ACTION}" = "install" -o "${ACTION}" = "installhdrs" ]; then
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3Tree.g 42 : ^( grammarType ID DOC_COMMENT? optionsSpec? tokensSpec? attrScope* action* rule+ )
63 : ^('scope' ID ACTION)
66 action
67 : ^('@' ID ID ACTION)
68 | ^('@' ID ACTION)
101 : ^('@' ID ACTION)
109 : ^('scope' ACTION)
110 | ^('scope' ACTION ID+)
133 : ^('catch' ARG_ACTION ACTION)
137 : ^('finally' ACTION)
    [all...]
ANTLRv3.g 99 g='grammar' id ';' optionsSpec? tokensSpec? attrScope* action*
103 id DOC_COMMENT? optionsSpec? tokensSpec? attrScope* action* rule+
120 : 'scope' id ACTION -> ^('scope' id ACTION)
124 action
125 : '@' (actionScopeName '::')? id ACTION -> ^('@' actionScopeName? id ACTION)
129 * ids for action scopes.
176 : '@' id ACTION -> ^('@' id ACTION)
    [all...]
DefineGrammarItemsWalker.g 130 : ^( 'scope' name=ID attrScopeAction* attrs=ACTION )
135 for (GrammarAST action : $AttributeScopeActions::actions.keySet())
136 scope.defineNamedAction(action, $AttributeScopeActions::actions.get(action));
141 : ^(AMPERSAND ID ACTION)
143 $AttributeScopeActions::actions.put( $ID, $ACTION );
159 : ( action )+
162 action
169 ( id2=ID a1=ACTION
171 | a2=ACTION
    [all...]
ANTLRTreePrinter.g 145 : ^( 'scope' ID ruleAction* ACTION )
160 : ( action )+
163 action
166 String action=null;
169 ( id2=ID a1=ACTION
170 {scope=$id1.text; name=$a1.text; action=$a1.text;}
171 | a2=ACTION
172 {scope=null; name=$id1.text; action=$a2.text;}
178 out("@"+(scope!=null?scope+"::":"")+name+action);
274 : ^(AMPERSAND id=ID a=ACTION )
    [all...]
LeftRecursiveRuleWalker.g 138 : ^('scope' ACTION? ID*)
231 : ^('catch' ARG_ACTION ACTION)
235 : ^('finally' ACTION)
239 : ^(REWRITES ( ^( REWRITE SEMPRED? (^(ALT .*)|^(TEMPLATE .*)|ACTION|ETC) ) )* )
254 | ACTION
AssignTokenTypesWalker.g 157 * stringAlias2 = ^(BLOCK[] ^(ALT[] STRING_LITERAL[] ACTION[] EOA[]) EOB[])
163 adaptor.addChild( alt, adaptor.create( ACTION, "ACTION" ) );
170 * charAlias = ^(BLOCK[] ^(ALT[] CHAR_LITERAL[] ACTION[] EOA[]) EOB[])
176 adaptor.addChild( alt, adaptor.create( ACTION, "ACTION" ) );
223 : ^( 'scope' ID ( ^(AMPERSAND .*) )* ACTION )
325 : ^( 'scope' ( ^(AMPERSAND .*) )* (ACTION)? ( ID )* )
346 : ^('catch' ARG_ACTION ACTION)
350 : ^('finally' ACTION)
    [all...]
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host_mock.cc 9 ACTION(InvokeTask) {
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
Intents.java 34 public static final String ACTION = "com.google.zxing.client.android.YOUTUBE_SCAN";
  /external/eigen/bench/btl/generic_bench/timers/
STL_perf_analyzer.hh 26 template<class ACTION>
45 ACTION action(size);
51 action.initialize();
58 action.initialize();
59 action.calculate();
66 // cout << size <<" "<<baseline_time<<" "<<calculate_time<<" "<<corrected_time<<" "<<action.nb_op_base() << endl;
68 return action.nb_op_base()/(corrected_time*1000000.0);
69 //return action.nb_op_base()/(calculate_time*1000000.0);
x86_perf_analyzer.hh 26 template<class ACTION>
46 ACTION action(size);
59 action.initialize();
60 action.calculate();
67 if (j==0) action.check_result();
74 action.initialize();
92 // cout << size <<" "<<baseline_time<<" "<<calculate_time<<" "<<corrected_time<<" "<<action.nb_op_base() << endl;
94 return action.nb_op_base()/(corrected_time*1000000.0);
95 //return action.nb_op_base()/(calculate_time*1000000.0)
    [all...]
  /external/ipsec-tools/src/libipsec/
policy_parse.h 47 ACTION = 263,
66 #define ACTION 263
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
LoginModuleUtilsTest.java 100 assertEquals(LoginModuleUtils.ACTION.login, status
109 assertEquals(LoginModuleUtils.ACTION.no_action,
113 assertEquals(LoginModuleUtils.ACTION.no_action,
115 assertEquals(LoginModuleUtils.ACTION.commit, status
117 assertEquals(LoginModuleUtils.ACTION.no_action,
121 assertEquals(LoginModuleUtils.ACTION.no_action,
123 assertEquals(LoginModuleUtils.ACTION.no_action,
125 assertEquals(LoginModuleUtils.ACTION.logout, status
129 assertEquals(LoginModuleUtils.ACTION.no_action,
131 assertEquals(LoginModuleUtils.ACTION.commit, statu
    [all...]
  /cts/tools/dasm/src/java_cup/
sym.java 30 static final int ACTION = 5;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
ActionLabel.java 37 super(ACTION);
  /external/libmtp/
libmtp.sh 13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb
18 if [ "${ACTION}" = "add" ] && [ -f "${DEVICE}" ]
libmtp.sh.in 13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb
18 if [ "${ACTION}" = "add" ] && [ -f "${DEVICE}" ]
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g 101 g='grammar' id ';' optionsSpec? tokensSpec? attrScope* action*
105 id DOC_COMMENT? optionsSpec? tokensSpec? attrScope* action* rule+
122 : 'scope' id ACTION -> ^('scope' id ACTION)
126 action
127 : '@' (actionScopeName '::')? id ACTION -> ^('@' actionScopeName? id ACTION)
131 * ids for action scopes.
181 : '@' id ACTION -> ^('@' id ACTION)
    [all...]
StGUnit.g 59 : '@header' ACTION
95 | ACTION
159 ACTION
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/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 (ENTRY __item, ACTION __action) __THROW;
107 extern int hsearch_r (ENTRY __item, ACTION __action, ENTRY **__retval,
149 /* Walk through the whole tree and call the ACTION callback for every node
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/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 (ENTRY __item, ACTION __action) __THROW;
107 extern int hsearch_r (ENTRY __item, ACTION __action, ENTRY **__retval,
149 /* Walk through the whole tree and call the ACTION callback for every node
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/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 (ENTRY __item, ACTION __action) __THROW;
107 extern int hsearch_r (ENTRY __item, ACTION __action, ENTRY **__retval,
149 /* Walk through the whole tree and call the ACTION callback for every node
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
gUnit.g 83 header : '@header' ACTION
86 if ( (pos1=$ACTION.text.indexOf("package"))!=-1 && (pos2=$ACTION.text.indexOf(';'))!=-1 ) {
87 grammarInfo.setGrammarPackage($ACTION.text.substring(pos1+8, pos2).trim()); // substring the package path
90 System.err.println("error(line "+$ACTION.getLine()+"): invalid header");
168 | ACTION {$token = $ACTION;}
298 ACTION
  /external/chromium/chrome/browser/policy/
mock_device_management_backend.h 56 ACTION(MockDeviceManagementBackendSucceedRegister) {
65 ACTION(MockDeviceManagementBackendSucceedSpdyCloudPolicy) {
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 60 private static final String ACTION = "testAction";
80 filter = new IntentFilter(ACTION);
81 verifyContent(filter, ACTION, null);
83 final IntentFilter actionTypeFilter = new IntentFilter(ACTION, DATA_TYPE);
84 verifyContent(actionTypeFilter, ACTION, DATA_TYPE);
87 verifyContent(filter, ACTION, DATA_TYPE);
91 new IntentFilter(ACTION, dataType);
99 * Assert that the given filter contains the given action and dataType. If
100 * action or dataType are null, assert that the filter has no actions or
103 private void verifyContent(IntentFilter filter, String action, String dataType)
777 public final String action; field in class:IntentFilterTest.MatchCondition
    [all...]

Completed in 641 milliseconds

1 2 3 4