/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/imports/ |
Ruleb.g | 1 // A single rule in a grammar that must be imported by the demo
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestASTConstruction.java | 44 "(rule a ARG RET scope (BLOCK (ALT A <end-of-alt>) <end-of-block>) <end-of-rule>)"; 54 "(rule a ARG RET scope (BLOCK (ALT epsilon <end-of-alt>) <end-of-block>) <end-of-rule>)"; 65 "(rule A ARG RET scope (BLOCK (ALT (+ (BLOCK (ALT B <end-of-alt>) <end-of-block>)) <end-of-alt>) <end-of-block>) <end-of-rule>)"; 76 "(rule a ARG RET scope (BLOCK (ALT (+ (BLOCK (ALT b <end-of-alt>) <end-of-block>)) <end-of-alt>) <end-of-block>) <end-of-rule>)"; 87 "(rule a ARG RET scope (BLOCK (ALT (+ (BLOCK (ALT b <end-of-alt>) <end-of-block>)) <end-of-alt>) <end-of-block>) <end-of-rule>)"; [all...] |
/external/chromium_org/build/ |
apk_fake_jar.gypi | 5 # This file is meant to be included into a target to provide a rule
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/ |
math_simple_store.js | 6 * @fileoverview Rule stores for the basic components of math expressions: 46 var rule = this.defineRule( 70 * Function creates a rule store in the compound store for a particular string, 72 * @param {string} name Name of the rule. 73 * @param {string} str String used as key to refer to the rule store 86 * Makes a speech rule for Unicode characters from its JSON representation. 96 * Makes a speech rule for Unicode characters from its JSON representation. 109 * Retrieves a rule for the given node if one exists. 112 * constraints. These are matched against properties of a rule. 113 * @return {cvox.SpeechRule} The speech rule if it exists [all...] |
/external/chromium_org/extensions/common/features/ |
complex_feature_unittest.cc | 51 // Rule: "extension", whitelist "foo". 53 scoped_ptr<base::DictionaryValue> rule( 58 simple_feature->Parse(rule.get()); 61 // Rule: "legacy_packaged_app", whitelist "bar". 63 rule = DictionaryBuilder() 67 simple_feature->Parse(rule.get()); 72 // Test match 1st rule. 81 // Test match 2nd rule. 111 // Rule: "extension", channel trunk. 113 scoped_ptr<base::DictionaryValue> rule( [all...] |
/external/chromium_org/sync/internal_api/public/base/ |
DEPS | 3 # then remove this rule.
|
/external/chromium_org/tools/gn/bootstrap/ |
build.ninja.template | 7 rule cc 13 rule cxx 19 rule alink_thin 23 rule link
|
/external/chromium_org/tools/gyp/test/msvs/external_builder/ |
hello.z | 5 This file will be passed to the test rule.
|
/external/chromium_org/tools/gyp/test/rules-dirname/src/ |
actions.gyp | 11 'subdir/input-rule-dirname.gyp:*',
|
/external/chromium_org/tools/memory_inspector/memory_inspector/classification/ |
results.py | 9 to the one of the corresponding rule tree. 11 - The client loads a "rule tree" defined by the end-user (e.g., in a file) which 23 matches a rule. 57 assert(isinstance(rule_tree, rules.Rule)) 66 |trace_record| (in the worst case it will be the catchall *-other rule). 74 of the Rule object. 85 if not bucket.rule.Match(trace_record): 96 def _MakeBucketNodeFromRule(rule, num_keys): 97 assert(isinstance(rule, rules.Rule)) [all...] |
/external/iptables/extensions/ |
libxt_comment.man | 1 Allows you to add comments (up to 256 characters) to any rule.
|
/external/iptables/include/linux/netfilter/ |
xt_TPROXY.h | 8 * mutliple targets in the same rule. */
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
xt_TPROXY.h | 8 * mutliple targets in the same rule. */
|
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/ |
DEFAULT | 3 ."rule."; 19 print MAKEFILE "\t\@echo Executing rule FOO\n\n"; 31 print MAKEFILE "\t\@echo Executing rule BAR\n\n"; 39 . "Executing rule BAR\n"
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter/ |
xt_TPROXY.h | 6 * mutliple targets in the same rule. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/ |
xt_TPROXY.h | 6 * mutliple targets in the same rule. */
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/ |
rule_list_test.html | 37 <list id="rule-list"></list> 52 ruleElements[0].querySelector('.rule-pattern').textContent); 54 ruleElements[1].querySelector('.rule-pattern').textContent); 55 assertEquals('', ruleElements[2].querySelector('.rule-pattern').textContent); 57 ruleElements[0].querySelector('.rule-behavior').textContent); 59 ruleElements[1].querySelector('.rule-behavior').textContent); 60 assertEquals('allow', ruleElements[2].querySelector('.rule-behavior').value);
|
/frameworks/base/services/core/java/com/android/server/firewall/ |
IntentFirewall.java | 153 List<Rule> candidateRules; 156 candidateRules = new ArrayList<Rule>(); 161 // rule against the intent 163 Rule rule = candidateRules.get(i); local 164 if (rule.matches(this, resolvedComponent, intent, callerUid, callerPid, resolvedType, 166 block |= rule.getBlock(); 167 log |= rule.getLog(); 302 List<List<Rule>> rulesByType = new ArrayList<List<Rule>>(3) 336 Rule rule = new Rule(); local 373 Rule rule = rules.get(ruleIndex); local 378 resolver.addComponentFilter(rule.getComponentFilter(i), rule); local 487 private final Rule rule; field in class:IntentFirewall.FirewallIntentFilter [all...] |
/external/ltrace/ |
filter.c | 49 filter_rule_init(struct filter_rule *rule, enum filter_rule_type type, 53 rule->type = type; 54 rule->lib_matcher = matcher; 55 rule->symbol_re = symbol_re; 56 rule->next = NULL; 60 filter_rule_destroy(struct filter_rule *rule) 62 filter_lib_matcher_destroy(rule->lib_matcher); 63 regfree(&rule->symbol_re); 67 filter_add_rule(struct filter *filt, struct filter_rule *rule) 72 *rulep = rule; [all...] |
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t022scopes.g | 19 /* rule scopes, from the book, final beta, p.147 */ 36 /* rule scopes, from the book, final beta, p.148 */ 61 /* recursive rule scopes, from the book, final beta, p.150 */ 90 /* recursive rule scopes, access bottom-most scope */ 104 /* recursive rule scopes, access with negative index */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
ASTTreeParser.stg | 7 * token, set, rule, wildcard 21 /** What to emit when there is no rewrite rule. For auto build 49 <if(root.el.rule)> 176 // RULE REF AST 178 /** rule auto construct */ 179 ruleRef(rule,label,elementIndex,args,scope) ::= << 190 /** x+=rule auto construct */ 191 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 196 /** ^(rule ...) auto construct */ 197 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= < [all...] |
/external/chromium_org/net/cert/ |
mock_cert_verifier.cc | 16 struct MockCertVerifier::Rule { 17 Rule(X509Certificate* cert, 79 Rule rule(cert, host_pattern, verify_result, rv); 80 rules_.push_back(rule);
|
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/ |
supplier.h | 25 class Rule; 44 // A RuleHierarchy object encapsulates the hierarchical list of Rule objects 47 RuleHierarchy() : rule() {} 48 const Rule* rule[4]; // Cf. LookupKey::kHierarchy. member in struct:i18n::addressinput::Supplier::RuleHierarchy
|
/external/icu/icu4c/source/i18n/ |
nfrs.cpp | 141 // throw new IllegalArgumentException("Empty rule set description"); 146 // if the description begins with a rule set name (the rule set 148 // of only one rule set), copy it out into our "name" member 153 // throw new IllegalArgumentException("Rule set name doesn't end in colon"); 166 // throw new IllegalArgumentException("Empty rule set description"); 185 // the descriptions of the rules (one rule per element). The rules 187 // semicolons are rule delimiters) 193 // ensure we are starting with an empty rule list 222 NFRule* rule = rules[i] local 340 NFRule *rule = findNormalRule(number); local 356 NFRule *rule = findDoubleRule(number); local [all...] |
/external/iptables/iptables/ |
iptables.xslt | 14 <!-- output conditions of a rule but not an action --> 15 <xsl:template match="iptables-rules/table/chain/rule/conditions/*"> 25 <xsl:template match="iptables-rules/table/chain/rule/actions|table/chain/rule/conditions"> 29 <xsl:template match="iptables-rules/table/chain/rule/actions/goto"> 34 <xsl:template match="iptables-rules/table/chain/rule/actions/call"> 40 <xsl:template match="iptables-rules/table/chain/rule/actions/*"> 47 <xsl:template match="iptables-rules/table/chain/rule/actions//*|iptables-rules/table/chain/rule/conditions//*" priority="0"> 59 <xsl:template match="iptables-rules/table/chain/rule/actions/call/*|iptables-rules/table/chain/rule/actions/goto/*" [all...] |