/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarSerializerFoo.java | 41 * rule ::= R<rulename:string>;B<nalts:short><alts>. 93 public void rule(String name) { method in class:GrammarSerializerFoo
|
Strip.java | 81 wiz.visit(t, ANTLRv3Parser.AT, // ^('@' id ACTION) rule actions 95 wiz.visit(t, ANTLRv3Parser.ARG, // wipe rule arguments 104 wiz.visit(t, ANTLRv3Parser.RET, // wipe rule return declarations 210 CommonTree root = (CommonTree)t.getAncestor(ANTLRv3Parser.RULE); 212 CommonTree rule = (CommonTree)root.getChild(0); local 213 //System.out.println("rule: "+rule); 214 if ( !Character.isUpperCase(rule.getText().charAt(0)) ) {
|
/external/bison/src/ |
graphviz.c | 113 with n the source state and m the rule number. This is because we 114 don't want all the reductions bearing a same rule number to point to 131 /* Build the associated diamond representation of the target rule. */ 179 rule *default_reduction = NULL;
|
tables.c | 229 | rules considered lower-numbered rules last, and the last rule | 238 static rule * 242 rule *default_reduction = NULL; 259 rule) */ 261 /* and find each token which the rule finds acceptable 265 /* and record this rule as the rule to use if that 330 rule *r = reds->rules[i]; 454 rule *default_reduction = action_row (states[i]); 559 | Figure out what to do after reducing with each rule, depending on [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/ |
settings_format_browsertest.js | 13 * Map of rule exemptions grouped by test. 100 * Checks if the node is exempt from following the formatting rule.
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
Path.cpp | 69 bool Path::contains(const FloatPoint& point, WindRule rule) const 71 return SkPathContainsPoint(m_path, point, rule == RULE_NONZERO ? SkPath::kWinding_FillType : SkPath::kEvenOdd_FillType); 278 void Path::setWindRule(const WindRule rule) 280 m_path.setFillType(rule == RULE_EVENODD
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
flakiness_dashboard_tests.css | 150 -webkit-column-rule: 1px dashed black; 153 -moz-column-rule: 1px dashed black;
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
rbtz.h | 14 * \brief C++ API: Rule based customizable time zone 42 * @param initialRule The initial time zone rule. 98 * @param rule The <code>TimeZoneRule</code>. 102 void addTransitionRule(TimeZoneRule* rule, UErrorCode& status); 241 * Returns true if this zone has the same rule and offset as another zone. 286 * rule instance held by this time zone instance. Therefore, after this time zone 288 * @param initial Receives the initial timezone rule
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
renderer.h | 122 VGFillRule rule,
|
/external/chromium_org/tools/memory_inspector/memory_inspector/data/ |
serialization.py | 67 return {obj.rule.name : {'values': obj.values, 'children': obj.children}}
|
/external/compiler-rt/make/ |
AppleBI.mk | 57 # Rule to make each dylib slice 74 # Rule to make fat dylib 95 # Rule to make fat archive 100 # rule to make each archive slice for dyld (which removes a few archive members) 110 # rule to make make archive for dyld 127 # Rule to make fat dylib 133 # Rule to make each dylib slice
|
/external/icu/icu4c/source/i18n/unicode/ |
rbtz.h | 14 * \brief C++ API: Rule based customizable time zone 42 * @param initialRule The initial time zone rule. 98 * @param rule The <code>TimeZoneRule</code>. 102 void addTransitionRule(TimeZoneRule* rule, UErrorCode& status); 241 * Returns true if this zone has the same rule and offset as another zone. 286 * rule instance held by this time zone instance. Therefore, after this time zone 288 * @param initial Receives the initial timezone rule
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
renderer.h | 122 VGFillRule rule,
|
/frameworks/base/tools/layoutlib/rename_font/ |
build_font_single.py | 189 'Regular' for plain fonts. However, some fonts don't obey this rule. We
|
/libcore/ |
NativeCode.mk | 51 # we aren't quite defining a new rule yet, to make sure that the 52 # sub.mk files don't see anything stray from the last rule that was
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
diagnostic.h | 208 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridLayoutPainter.java | 43 * @param rule the corresponding {@link GridLayoutRule} 47 public static IFeedbackPainter createDropFeedbackPainter(GridLayoutRule rule, 49 return new DropFeedbackPainter(rule, elements); 122 * @param rule the corresponding rule 124 public DropFeedbackPainter(GridLayoutRule rule, IDragElement[] elements) { 125 mRule = rule;
|
/build/core/ |
dex_preopt_libart_boot.mk | 35 # The rule to install boot.art and boot.oat
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/ |
debug-mode.rb | 66 def parse( grammar, rule, input, options = {} ) 81 parser.send( rule ) 103 expected = [ "(enter_rule): rule=a", 109 "(exit_rule): rule=a" ]
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
thcoll.cpp | 443 const char *rule = "& c < ab"; local 447 parseChars(rules, rule);
|
/external/chromium_org/third_party/skia/platform_tools/android/tests/expectations/ |
Android.mk | 161 # diamond-master (one test to rule them all)
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
eval.js | 33 var bx = b.x // rule out side effects of eval() in shouldBe() test function
|
/external/deqp/scripts/ |
testset.py | 216 parser.add_option("-f", "--filter", dest="filter", default="all", help="filter rule name") 249 for rule in filter.filters: 250 results = filterList(results, rule)
|
/external/icu/icu4c/source/test/intltest/ |
thcoll.cpp | 458 const char *rule = "& c < ab"; local 461 parseChars(rules, rule);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/ |
FakeHttpLayer.java | 71 * Add a response rule. 143 public boolean hasRequestMatchingRule(RequestMatcher rule) { 145 if (rule.matches(requestInfo.httpRequest)) {
|