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

12 3 4 5 6 7 8

  /external/chromium_org/tools/gn/
ninja_target_writer_unittest.cc 35 // Make a base target that's a hard dep (action).
37 base_target.set_output_type(Target::ACTION);
48 // Dependent action to test that action sources will be treated the same as
50 Target action(setup.settings(), Label(SourceDir("//foo/"), "action"));
51 action.set_output_type(Target::ACTION);
52 action.action_values().set_script(SourceFile("//foo/script.py"));
53 action.sources().push_back(SourceFile("//foo/action_source.txt"))
    [all...]
target.h 38 ACTION,
93 return output_type_ == ACTION ||
217 ActionValues action_values_; // Used for action[_foreach] targets.
ninja_action_target_writer_unittest.cc 67 target.set_output_type(Target::ACTION);
90 " description = ACTION //foo:bar()\n"
115 " command = C$:/python/python.exe gyp-win-tool action-wrapper environment.x86 __foo_bar___rule.$unique_name.rsp\n"
116 " description = ACTION //foo:bar()\n"
134 // Some dependencies that the action can depend on. Use actions for these
139 dep.set_output_type(Target::ACTION);
141 datadep.set_output_type(Target::ACTION);
182 " description = ACTION //foo:bar()\n"
218 " command = C$:/python/python.exe gyp-win-tool action-wrapper "
220 " description = ACTION //foo:bar()\n
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
StGUnit.g 59 : '@header' ACTION
95 | ACTION
159 ACTION
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
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...]
  /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...]
TestMessages.java 48 String action = "$other.tree = null;"; local
57 " : other=otherrule {" + action +"}\n" +
65 new CommonToken(ANTLRParser.ACTION,action),1);
  /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...]
  /external/chromium_org/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/chromium_org/chrome/test/base/
test_chrome_web_ui_controller_factory_browsertest.cc 23 ACTION(ReturnNewWebUI) {
  /external/chromium_org/media/audio/mac/
audio_auhal_mac_unittest.cc 25 ACTION(ZeroBuffer) {
  /external/ipsec-tools/src/libipsec/
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
  /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;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
search.h 44 } ACTION;
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 59 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)
955 public final String action; field in class:IntentFilterTest.MatchCondition
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraPairwiseTest.java 65 public enum SceneMode { SUNSET, ACTION, PARTY, NIGHT, AUTO };
191 * Scene: Action / Pic: Small / Geo: on
195 genericPairwiseTestCase(Flash.AUTO, Exposure.MIN, WhiteBalance.AUTO, SceneMode.ACTION,
201 * Scene: Action / Pic: Medium / Geo: off
205 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.AUTO, SceneMode.ACTION,
311 * Scene: Action / Pic: Large / Geo: off
315 genericPairwiseTestCase(Flash.OFF, Exposure.NONE, WhiteBalance.AUTO, SceneMode.ACTION,
340 * Scene: Action / Pic: Small / Geo: off
343 genericPairwiseTestCase(Flash.ON, Exposure.MAX, WhiteBalance.AUTO, SceneMode.ACTION,
449 case ACTION
    [all...]
  /external/chromium_org/remoting/host/
video_scheduler_unittest.cc 38 ACTION(FinishEncode) {
43 ACTION(FinishSend) {
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Strip.java 40 /** A basic action stripper. */
76 wiz.visit(t, ANTLRv3Parser.ACTION,
78 public void visit(Object t) { ACTION(tokens, (CommonTree)t); }
81 wiz.visit(t, ANTLRv3Parser.AT, // ^('@' id ACTION) rule actions
85 CommonTree action = null;
86 if ( a.getChildCount()==2 ) action = (CommonTree)a.getChild(1);
87 else if ( a.getChildCount()==3 ) action = (CommonTree)a.getChild(2);
88 if ( action.getType()==ANTLRv3Parser.ACTION ) {
91 killTrailingNewline(tokens, action.getTokenStopIndex())
    [all...]
  /external/chromium_org/chrome/browser/sync/
test_profile_sync_service.h 26 ACTION(ReturnNewDataTypeManager) {
  /external/qemu/distrib/sdl-1.2.15/acinclude/
alsa.m4 7 dnl AM_PATH_ALSA([MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
esd.m4 11 dnl AM_PATH_ESD([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])

Completed in 731 milliseconds

12 3 4 5 6 7 8