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

1 2 3 4 5 6

  /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_org/chrome/browser/sync/
profile_sync_test_util.h 31 ACTION(QuitUIMessageLoop) {
  /external/chromium/chrome/browser/policy/
mock_device_management_backend.h 56 ACTION(MockDeviceManagementBackendSucceedRegister) {
65 ACTION(MockDeviceManagementBackendSucceedSpdyCloudPolicy) {
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestAttributes.java 58 String action = "i<3; '<xmltag>'"; local
60 new CommonToken(ANTLRParser.ACTION,action),0);
61 String expecting = action;
66 ST actionST = new ST(templates, "<action>");
67 actionST.add("action", rawTranslation);
73 String action = "int \\$n; \"\\$in string\\$\""; local
77 "@members {"+action+"}\n"+
79 " : {"+action+"}\n" +
88 new CommonToken(ANTLRParser.ACTION,action),0)
93 String action = "$i; $i.x; $u; $u.x"; local
115 String action = "x, (*a).foo(21,33), 3.2+1, '\\\\n', "+ local
169 String action = "34, '{', \\"it's<\\", '\\"', \\"\\\\\\"\\", 19"; local
205 String action = "(*a).foo(21,33,\\",\\")"; local
230 String action = "34<50"; local
256 String action = "$foo.get(\\"ick\\");"; local
285 String action = "$foo.get(\\"ick\\"); x=3;"; local
339 String action = "x, $A.text+\\"3242\\", (*$A).foo(21,33), 3.2+1, '\\\\n', "+ local
370 String action = "$x.foo"; local
396 String action = "$x.text"; local
418 String action = "$x"; local
444 String action = "$x.i"; local
470 String action = "$b = true;"; local
498 String action = "$x.i1"; local
524 String action = "$i; $i.x; $u; $u.x"; local
572 String action = action1; local
586 String action = "$x"; local
611 String action = "$id; $f; $id.text; $id.getText(); $id.dork " + local
635 String action = "$r.x; $r.start;\\n $r.stop;\\n $r.tree; $a.x; $a.stop;"; local
679 String action = "$r.x; $r.start; $r.stop; $r.tree; $a.x; $a.stop;"; local
707 String action = "$r.x; $r.start; $r.stop; $r.tree; $a.x; $a.tree;"; local
733 String action = "$r.z"; local
760 String action = "$r.n"; local
789 String action = "$r.blort"; local
817 String action = "$r"; local
845 String action = "$a"; local
871 String action = "public void foo() { $x; }"; local
895 String action = "public void foo() { $x.y; }"; local
923 String action = "$Symbols::names.add($id.text);"; local
950 String action = "$Symbols::names.add($id.text);"; local
976 String action = "$Symbols[-1]::names.add($id.text);"; local
1004 String action = "$Symbols[0]::names.add($id.text);"; local
1032 String action = "$Symbols[3]::names.add($id.text);"; local
1060 String action = "$foo_bar::a_b;"; local
1086 String action = "$Symbols::x;"; local
1116 String action = "public void foo() {$Symbols::names.add('foo');}"; local
1143 String action = "public void foo() {$a::name;}"; local
1168 String action = "$a::n;"; local
1193 String action = "$n;"; local
1220 String action = "$a;"; \/\/ refers to stack not top of stack local
1246 String action = "$a::n;"; local
1272 String action = "$Symbols;"; local
1302 String action = "$a::n;"; \/\/ must be qualified local
1329 String action = "$a.i;"; local
1350 String action = "$a.i;"; local
1372 String action = "$a.i = 1;"; local
1394 String action = "$a;"; local
1418 String action = "$x;"; local
1489 String action = "$a.st;"; \/\/ can be qualified local
1512 String action = "$b.start;"; local
1539 String action = "$b::n;"; local
1564 String action = "$st=null;"; local
1586 String action = "$text"; local
1609 String action = "$start;"; local
1633 String action = "$ID.text;"; \/\/ must be qualified local
1666 String action = "$b.text;"; \/\/ must be qualified local
1695 String action = "$a::x"; local
1726 String action = "$Symbols::x"; local
1757 String action = "$n;"; \/\/ must be qualified local
1854 String action = "$ids.size();"; \/\/ must be qualified local
1877 String action = "$ids.size();"; \/\/ must be qualified local
1901 String action = "$ids.size();"; \/\/ must be qualified local
1925 String action = "$ids.size();"; \/\/ must be qualified local
1949 String action = "$ID; $ID.text; $ID.getText()"; local
1975 String action = "$r.start;"; local
1999 String action = "$r.start;"; local
2023 String action = "$r.start;"; local
2048 String action = "$ID.text;"; local
2072 String action = "$ID.text;"; local
2309 String action = "$i.text"; local
2332 String action = "$ID.text"; local
2355 String action = "$ID"; local
2457 String action = "$text $type $line $pos $channel $index $start $stop"; local
2479 String action = "$a $b.text $c $d.text"; local
2502 String action = "$text $type=1 $line=1 $pos=1 $channel=1 $index"; local
2592 String action = "$id.tree;"; local
2618 String action = "$ID.tree;"; local
2640 String action = "$ID;"; local
2663 String action = "$ID.text;"; local
2686 String action = "$field::x = $field.st;"; local
2711 String action = "$rule.tree = null;"; local
2734 String action = "$rule.i = 42; $i = 23;"; local
2757 String action = "$rule.stop = 0;"; local
2784 String action = "$tree = null; $st = null; $start = 0; $stop = 0; $text = 0;"; local
2824 String action = "$other.tree = null;"; local
2854 String action = "$ID.text = \\"test\\";"; local
2883 String action = "$tree.scope = localScope;"; local
2912 String action = "$a.line == $b.line"; local
2936 String action = "if ($rule::foo == \\"foo\\" || 1) { System.out.println(\\"ouch\\"); }"; local
2982 String action = "$r.x; $r.start; $r.stop"; local
3016 String action = "$text"; local
3043 String action = "int x = $b::n;"; local
    [all...]

Completed in 410 milliseconds

1 2 3 4 5 6