HomeSort by relevance Sort by last modified time
    Searched refs:ACTION (Results 26 - 50 of 565) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
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...]
ANTLR.g 452 ( ACTION )?
479 : (action)+
483 action
484 : AMPERSAND^ (actionScopeName COLON! COLON!)? id ACTION
488 * ids for action scopes.
547 : 'scope'^ id ruleActions? ACTION
614 : AMPERSAND^ id ACTION
622 : ( 'scope' ruleActions? ACTION )?
624 -> ^(SCOPE[$start,"scope"] ruleActions? ACTION? idList*)
665 // linear approx LL(2) issue. COLON ACTION
    [all...]
  /frameworks/ml/nn/common/operations/
LSHProjectionTest.cpp 33 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \
34 ACTION(Hash, float) \
35 ACTION(Input, int) \
36 ACTION(Weight, float)
39 #define FOR_ALL_OUTPUT_TENSORS(ACTION) ACTION(Output)
RNNTest.cpp 138 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \
139 ACTION(Input) \
140 ACTION(Weights) \
141 ACTION(RecurrentWeights) \
142 ACTION(Bias) \
143 ACTION(HiddenStateIn)
146 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \
147 ACTION(HiddenStateOut) \
148 ACTION(Output)
SVDFTest.cpp 107 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \
108 ACTION(Input) \
109 ACTION(WeightsFeature) \
110 ACTION(WeightsTime) \
111 ACTION(Bias) \
112 ACTION(StateIn)
115 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \
116 ACTION(StateOut) \
117 ACTION(Output)
EmbeddingLookupTest.cpp 46 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \
47 ACTION(Value, float) \
48 ACTION(Lookup, int)
51 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \
52 ACTION(Output, float)
HashtableLookupTest.cpp 46 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \
47 ACTION(Lookup, int) \
48 ACTION(Key, int) \
49 ACTION(Value, float)
52 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \
53 ACTION(Output, float) \
54 ACTION(Hits, uint8_t)
  /cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
AlarmOperation.java 44 private static final String ACTION = "AlarmOperationAction";
81 IntentFilter intentFilter = new IntentFilter(ACTION);
93 Intent intent = new Intent(ACTION);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/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/eigen/bench/btl/generic_bench/timers/
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...]
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
NotificationListenerController.java 24 @ProvidesInterface(action = NotificationListenerController.ACTION,
28 String ACTION = "com.android.systemui.action.PLUGIN_NOTIFICATION_ASSISTANT";
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
QS.java 30 @ProvidesInterface(action = QS.ACTION, version = QS.VERSION)
34 String ACTION = "com.android.systemui.action.PLUGIN_QS";
  /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/boringssl/src/ssl/test/runner/
runner_test.go 11 // WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
12 // OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  /external/curl/packages/vms/
build_gnv_curl.com 18 $! ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
NotificationMenuRowPlugin.java 32 @ProvidesInterface(action = NotificationMenuRowPlugin.ACTION,
40 public static final String ACTION = "com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW";
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
StGUnit.g 59 : '@header' ACTION
95 | ACTION
159 ACTION
  /frameworks/base/services/core/java/com/android/server/notification/
CountdownConditionProvider.java 46 private static final String ACTION = CountdownConditionProvider.class.getName();
96 mContext.registerReceiver(mReceiver, new IntentFilter(ACTION));
117 final Intent intent = new Intent(ACTION)
137 ACTION, ts(mTime), mTime - now, span, ts(now)));
149 if (ACTION.equals(intent.getAction())) {
  /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...]
TestTemplates.java 49 String action = "x = %foo(name={$ID.text});"; local
61 "a : ID {"+action+"}\n" +
72 new CommonToken(ANTLRParser.ACTION,action),1);
87 String action = "x = %foo();"; local
98 "a : ID {"+action+"}\n" +
109 new CommonToken(ANTLRParser.ACTION,action),1);
124 String action = "x = %({\"foo\"})(name={$ID.text});"; local
136 "a : ID {"+action+"}\n"
161 String action = "x = %{$ID.text};"; local
196 String action = "%x.y = z;"; local
232 String action = "%{foo($ID.text).getST()}.y = z;"; local
290 String action = "%x .y = z;"; local
318 String action = "%x. y = z;"; local
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.h 868 default debugging output method then executes an action and jumps to a label.
875 #define require_noerr_action_string( ERR, LABEL, ACTION, STR ) \
884 { ACTION; } \
919 @abstract Require that an error code is noErr (0) with an action to execute otherwise.
924 function name, etc.) using the default debugging output method then executes an action and jumps to a label.
931 #define require_noerr_action( ERR, LABEL, ACTION ) \
940 { ACTION; } \
    [all...]

Completed in 437 milliseconds

12 3 4 5 6 7 8 91011>>