HomeSort by relevance Sort by last modified time
    Searched full:rule (Results 251 - 275 of 4107) sorted by null

<<11121314151617181920>>

  /external/bison/src/
gram.c 37 rule *rules = NULL;
50 rule_useful_in_grammar_p (rule *r)
56 rule_useless_in_grammar_p (rule *r)
62 rule_useless_in_parser_p (rule *r)
68 rule_lhs_print (rule *r, symbol *previous_lhs, FILE *out)
85 rule_lhs_print_xml (rule *r, FILE *out, int level)
91 rule_rhs_length (rule *r)
101 rule_rhs_print (rule *r, FILE *out)
117 rule_rhs_print_xml (rule *r, FILE *out, int level)
137 rule_print (rule *r, FILE *out
    [all...]
  /external/chromium_org/tools/memory_inspector/memory_inspector/classification/
native_heap_classifier.py 9 {'name': 'rule-1', 'stacktrace': 'foo' }
10 {'name': 'rule-2', 'stacktrace': ['foo', r'bar\s+baz']}
11 {'name': 'rule-3', 'source_path': 'sk.*allocator'}
12 {'name': 'rule-3', 'source_path': 'sk', 'stacktrace': 'SkAllocator'}
15 rule-1 will match any allocation that has 'foo' in one of its stack frames.
16 rule-2 will match any allocation that has a stack frame matching 'foo' AND a
17 followed by a stack frame matching 'bar baz'. Note that order matters, so rule-2
19 rule-3 will match any allocation in which at least one of the source paths in
21 rule-4 will match any allocation which satisfies both the conditions.
41 """Loads and parses a native-heap rule tree from a content (string)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
AST.stg 59 /** Add a variable to track rule's return AST */
73 :{var stream_<it>:RewriteRuleSubtreeStream=new RewriteRuleSubtreeStream(adaptor,"rule <it>");}; separator="\n">
78 * as a rule could have both rewrite and AST within the same alternative
93 /** ID and track it for use in a rewrite rule */
99 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and*
119 /** rule when output=AST and tracking for rewrite */
120 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
122 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>stream_<rule.name>.add(<label>.tree);
125 /** x+=rule when output=AST and tracking for rewrite */
126 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <
    [all...]
ASTTreeParser.stg 35 * token, set, rule, wildcard
49 /** What to emit when there is no rewrite rule. For auto build
77 <if(root.el.rule)>
219 // RULE REF AST
221 /** rule auto construct */
222 ruleRef(rule,label,elementIndex,args,scope) ::= <<
233 /** x+=rule auto construct */
234 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
239 /** ^(rule ...) auto construct */
240 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t022scopes.g 19 /* rule scopes, from the book, final beta, p.147 */
36 /* rule scopes, from the book, final beta, p.148 */
62 /* recursive rule scopes, from the book, final beta, p.150 */
96 /* recursive rule scopes, access bottom-most scope */
110 /* recursive rule scopes, access with negative index */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeRewriter.h 43 - (id)rule;
53 ANTLRfptr *rule; variable
62 - (id) applyOnce:(ANTLRCommonTree *)t Rule:(ANTLRfptr *)whichRule;
63 - (id) applyRepeatedly:(ANTLRCommonTree *)t Rule:(ANTLRfptr *)whichRule;
77 @property (retain) ANTLRfptr *rule; variable
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
ASTTreeParser.stg 38 * token, set, rule, wildcard
57 /** What to emit when there is no rewrite rule. For auto build
92 <if(root.el.rule)>
236 // RULE REF AST
238 /** rule auto construct */
239 ruleRef(rule,label,elementIndex,args,scope) ::= <<
253 /** x+=rule auto construct */
254 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
259 /** ^(rule ...) auto construct */
260 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ASTTreeParser.stg 38 * token, set, rule, wildcard
51 /** What to emit when there is no rewrite rule. For auto build
79 <if(root.el.rule)>
221 // RULE REF AST
223 /** rule auto construct */
224 ruleRef(rule,label,elementIndex,args,scope) ::= <<
235 /** x+=rule auto construct */
236 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
241 /** ^(rule ...) auto construct */
242 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ASTTreeParser.stg 39 * token, set, rule, wildcard
52 /** What to emit when there is no rewrite rule. For auto build
80 <if(root.el.rule)>
222 // RULE REF AST
224 /** rule auto construct */
225 ruleRef(rule,label,elementIndex,args,scope) ::= <<
236 /** x+=rule auto construct */
237 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
242 /** ^(rule ...) auto construct */
243 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
ASTTreeParser.stg 38 * token, set, rule, wildcard
58 /** What to emit when there is no rewrite rule. For auto build
87 <if(root.el.rule)>
225 // RULE REF AST
227 /** rule auto construct */
228 ruleRef(rule,label,elementIndex,args,scope) ::= <<
239 /** x+=rule auto construct */
240 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
245 /** ^(rule ...) auto construct */
246 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTTreeParser.stg 35 * token, set, rule, wildcard
48 /** What to emit when there is no rewrite rule. For auto build
76 <if(root.el.rule)>
218 // RULE REF AST
220 /** rule auto construct */
221 ruleRef(rule,label,elementIndex,args,scope) ::= <<
232 /** x+=rule auto construct */
233 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
238 /** ^(rule ...) auto construct */
239 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ASTTreeParser.stg 35 * token, set, rule, wildcard
92 /** What to emit when there is no rewrite rule. For auto build
122 <if(root.el.rule)>
274 // RULE REF AST
276 /** rule auto construct */
277 ruleRef(rule,label,elementIndex,args,scope) ::= <<
289 /** x+=rule auto construct */
290 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
297 /** ^(rule ...) auto construct */
298 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
ST4ObjC.stg 38 /** Add this to each rule's return value struct */
43 /** Add this to each rule's return value struct */
48 /** Add this to each rule's return value struct */
53 /** Add this to each rule's return value struct */
59 /** Add this to each rule's return value struct */
64 /** Add this to each rule's return value struct */
142 /** x+=rule when output=template */
143 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
144 <ruleRef(rule,label,elementIndex,args,scope)>
194 * Set the value of the rule's template *after* having se
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTTreeParser.stg 35 * token, set, rule, wildcard
57 /** What to emit when there is no rewrite rule. For auto build
84 <if(root.el.rule)>
230 // RULE REF AST
232 /** rule auto construct */
233 ruleRef(rule,label,elementIndex,args,scope) ::= <<
246 /** x+=rule auto construct */
247 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
252 /** ^(rule ...) auto construct */
253 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/chromium_org/chrome/installer/util/
advanced_firewall_manager_win.h 32 // Returns true if there is any rule for the application.
35 // Adds a firewall rule allowing inbound connections to the application on UDP
36 // port |port|. Replaces the rule if it already exists. Needs elevation.
50 // Creates a firewall rule allowing inbound connections to UDP port |port|.
60 void DeleteRule(base::win::ScopedComPtr<INetFwRule> rule);
  /external/chromium_org/net/proxy/
proxy_bypass_rules.cc 19 class HostnamePatternRule : public ProxyBypassRules::Rule {
51 virtual Rule* Clone() const OVERRIDE {
63 class BypassLocalRule : public ProxyBypassRules::Rule {
76 virtual Rule* Clone() const OVERRIDE {
81 // Rule for matching a URL that is an IP address, if that IP address falls
82 // within a certain numeric range. For example, you could use this rule to
84 class BypassIPBlockRule : public ProxyBypassRules::Rule {
118 virtual Rule* Clone() const OVERRIDE {
145 ProxyBypassRules::Rule::Rule() {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSRule.h 70 void setParentRule(CSSRule* rule)
73 m_parentRule = rule;
115 DEFINE_TYPE_CASTS(ToType, CSSRule, rule, rule->type() == CSSRule::TYPE_NAME, rule.type() == CSSRule::TYPE_NAME)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CSSParser.js 25 * @param {function(!Array.<!WebInspector.CSSParser.Rule>)=} callback
36 * @param {function(!Array.<!WebInspector.CSSParser.Rule>)=} callback
54 * @return {!Array.<!WebInspector.CSSParser.Rule>}
107 * @typedef {{isLastChunk: boolean, chunk: !Array.<!WebInspector.CSSParser.Rule>}}
124 WebInspector.CSSParser.Rule;
  /external/junit/src/org/junit/internal/runners/rules/
RuleFieldValidator.java 7 import org.junit.Rule;
13 * A RuleFieldValidator validates the rule fields of a
19 * {@link #RULE_VALIDATOR} validates fields with a {@link Rule} annotation.
27 * Validates fields with a {@link Rule} annotation.
29 RULE_VALIDATOR(Rule.class, false);
  /external/ltrace/
filter.h 66 /* Both SYMBOL_RE and MATCHER are owned and destroyed by RULE. */
67 void filter_rule_init(struct filter_rule *rule, enum filter_rule_type type,
71 void filter_rule_destroy(struct filter_rule *rule);
73 /* RULE is added to FILT and owned and destroyed by it. */
74 void filter_add_rule(struct filter *filt, struct filter_rule *rule);
  /external/chromium_org/sandbox/mac/
launchd_interception_server.cc 91 // Find the Rule for this service. If a named rule is not found, use the
95 Rule rule(policy->default_rule);
97 rule = it->second;
99 if (rule.result == POLICY_ALLOW) {
104 } else if (rule.result == POLICY_DENY_ERROR) {
110 } else if (rule.result == POLICY_DENY_DUMMY_PORT ||
111 rule.result == POLICY_SUBSTITUTE_PORT) {
119 if (rule.result == POLICY_DENY_DUMMY_PORT
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rbt_set.h 37 * rule set is getting built. After that, freeze() reorders and
38 * indexes the rules into rules[]. Any given rule is stored once
67 * Construct a new empty rule set.
83 * Change the data object that this rule belongs to. Used
96 * Add a rule to this set. Rules are added in order, and order is
98 * a call to <code>freeze()</code> before the rule set is used.
102 * @param adoptedRule the rule to add
111 * <code>freeze()</code>; (3) use the rule set. If
140 * Create rule strings that represents this rule set
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
localization.cc 27 #include "rule.h"
69 Rule rule; local
70 rule.CopyFrom(Rule::GetDefault());
72 if (rule.ParseSerializedRule(
76 SplitString(rule.GetPostalCodeExample(), ',', &examples_list);
82 post_service_url = rule.GetPostServiceUrl();
87 // If we can't parse the serialized rule |uses_postal_code_as_label| will be
88 // determined from the default rule
    [all...]
  /external/chromium_org/ui/keyboard/resources/elements/
kb-key-base.js 14 * The maximum number of elements in one keyset rule.
21 * The minumum number of elements in one keyset rule.
28 * The index of event type element in the splitted keyset rule.
35 * The index of toKeyset element in the splitted keyset rule.
42 * The index of nextKeyset element in the splitted keyset rule.
50 * rule array and the array in keysetRules.
57 * The minumum number of elements in one keyset rule.
71 * If no rule is defined for a key event, the event wont trigger a keyset
80 // An rule can be defined as: (down|up|long|dbl):keysetid[:keysetid]
81 // and each rule are separated by a semicolon. The first elemen
    [all...]
  /external/chromium_org/v8/tools/testrunner/local/
statusfile.py 99 def _ParseOutcomeList(rule, outcomes, target_dict, variables):
114 if rule in target_dict:
115 target_dict[rule] |= result
117 target_dict[rule] = result
134 for rule in section:
135 assert type(rule) == str
136 if rule[-1] == '*':
137 _ParseOutcomeList(rule, section[rule], wildcards, variables)
139 _ParseOutcomeList(rule, section[rule], rules, variables
    [all...]

Completed in 280 milliseconds

<<11121314151617181920>>