/frameworks/base/tools/split-select/ |
Rule.h | 29 struct Rule : public virtual android::RefBase { 30 inline Rule(); 31 Rule(const Rule& rhs); 65 android::Vector<android::sp<Rule> > subrules; 69 static android::sp<Rule> simplify(android::sp<Rule> rule); 72 Rule::Rule() [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
profile.rb | 61 def already_parsed_rule?( rule ) 62 @debug_listener.examine_rule_memoization( rule ) 70 def memoize( rule, start_index, success ) 71 @debug_listener.memoize( rule, rule_start_index, sucess ) 131 report << '| ' << "ANTLR Rule Profile".center( 76 ) << " |\n" 135 report << "| Rule source generated from grammar file #{ grammar_file }".ljust( 78 ) << " |\n" 138 report << '| ' << "Rule Invocations".center( 76 ) << " |\n" 254 def examine_rule_memoization( rule ) 255 stop_index = parser.rule_memoization( rule, @parser.input.index ) 264 def memoize( rule, start_index, success [all...] |
/external/icu/icu4c/source/i18n/ |
cpdtrans.cpp | 395 // general. If we have several rule-based transliterators, this 408 UnicodeString rule; local 415 trans[i]->toRules(rule, escapeUnprintable); 417 rule = UNICODE_STRING_SIMPLE("::Null;") + rule; 424 trans[i]->toRules(rule, escapeUnprintable); 428 trans[i]->Transliterator::toRules(rule, escapeUnprintable); 431 rulesSource.append(rule);
|
rbt_set.cpp | 24 static void U_CALLCONV _deleteRule(void *rule) { 25 delete (icu::TransliterationRule *)rule; 110 inline void _debugOut(const char* msg, TransliterationRule* rule, 113 if (rule) { 115 rule->toRule(r, TRUE); 128 #define _debugOut(msg, rule, theText, pos) 162 * Construct a new empty rule set. 237 * Add a rule to this set. Rules are added in order, and order is 239 * a call to <code>freeze()</code> before the rule set is used. 244 * @param adoptedRule the rule to ad [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
ASTTreeParser.stg | 36 * token, set, rule, wildcard 50 /** What to emit when there is no rewrite rule. For auto build 78 <if(root.el.rule)> 205 // RULE REF AST 207 /** rule auto construct */ 208 ruleRef(rule,label,elementIndex,args,scope) ::= << 219 /** x+=rule auto construct */ 220 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 225 /** ^(rule ...) auto construct */ 226 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= < [all...] |
/external/bison/src/ |
state.c | 101 reductions_new (int num, rule **reds) 215 state_reductions_set (state *s, int num, rule **reds) 223 state_reduction_find (state *s, rule *r) 253 state_rule_lookahead_tokens_print (state *s, rule *r, FILE *out) 276 state_rule_lookahead_tokens_print_xml (state *s, rule *r,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/ |
permmap.py | 156 Exclude all permissions in an object class for calculating rule weights. 175 Exclude a permission for calculating rule weights. 198 Include all permissions in an object class for calculating rule weights. 217 Include a permission for calculating rule weights. 263 def rule_weight(self, rule): 265 Get the type enforcement rule's information flow read and write weights. 268 rule A type enforcement rule. 271 read_weight The type enforcement rule's read weight. 272 write_weight The type enforcement rule's write weight [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/ |
permmap.py | 156 Exclude all permissions in an object class for calculating rule weights. 175 Exclude a permission for calculating rule weights. 198 Include all permissions in an object class for calculating rule weights. 217 Include a permission for calculating rule weights. 263 def rule_weight(self, rule): 265 Get the type enforcement rule's information flow read and write weights. 268 rule A type enforcement rule. 271 read_weight The type enforcement rule's read weight. 272 write_weight The type enforcement rule's write weight [all...] |
/external/icu/icu4c/source/tools/tzcode/ |
zic.c | 73 struct rule { struct 98 int r_todo; /* a rule to do (used in outzone) */ 121 struct rule * z_rules; 124 struct rule z_untilrule; 170 static zic_t rpytime(const struct rule * rp, zic_t wantedy); 171 static void rulesub(struct rule * rp, 179 const struct rule* rule, 182 static void emit_icu_rule(FILE* f, const struct rule* r, int ruleIndex); 183 static int add_icu_final_rules(const struct rule* r1, const struct rule* r2) [all...] |
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationMiscTest.java | 374 logln("rule:" + coll.getRules()); 376 warnln("Error open RuleBasedCollator rule = " + string); 381 String rule = "&\ud9b0\udc70=\ud9b0\udc71"; local 386 genericRulesStarterWithResult(rule, test, 0); 661 String rule = "&z < \ud900\udc25 < \ud805\udc50 < \ud800\udc00y " local 665 genericRulesStarter(rule, test); 736 warnln("ERROR: in creation of rule based collator "); 767 warnln("ERROR: in creation of rule based collator"); 1137 String rule[] = { local 1424 String rule = testrules[i]; local 1462 String rule = "& a < b < c < ch < d & c = ch \/ h"; local 1541 String rule = testrules[i]; local 1587 String rule = null; local 1936 String rule local 2053 String rule = "&x < a &z < a"; local 2173 String rule = "&[first tertiary ignorable]=A=a"; local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
VTimeZone.java | 25 * With the <code>VTimeZone</code> instance created from the ID, you can write out the rule 62 * null if failed to load the rule from the VTIMEZONE data. 279 // Create a RuleBasedTimeZone with the subset rule 297 * BYDAY rule with day of week (such as BYDAY=1SUN). This method produce 313 // Create a RuleBasedTimeZone with the subset rule 573 boolean isRRULE = false; // true if the rule is described by RRULE 575 List<TimeZoneRule> rules = new ArrayList<TimeZoneRule>(); // rule list 578 long firstStart = MAX_TIME; // the earliest rule start time 676 // create a time zone rule 677 TimeZoneRule rule = null local [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
UiccCarrierPrivilegeRules.java | 126 // Describes a single rule. 447 * Check if all rule bytes have been read from UICC. 487 Rlog.e(LOG_TAG, "Skip unrecognized rule." + refArDo.value); 494 * Parses a single rule. 496 private static AccessRule parseRefArdo(String rule) { 497 log("Got rule: " + rule); 504 while (!rule.isEmpty()) { 505 if (rule.startsWith(TAG_REF_DO)) { 507 rule = refDo.parse(rule, false) [all...] |
/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
log4j-1.3alpha-8.jar | |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
Delphi.stg | 227 lexerRuleDeclaration(rule) ::= << 228 procedure m<rule.ruleName>(<rule.ruleDescriptor.parameterScope:parameterScope(scope=rule)>);<\n> 235 * Make rule memoization happen only at levels above 1 as we start mTokens 310 <rules: {r | <genericParserRuleReturnType(rule=r, ruleDescriptor=r.ruleDescriptor)>}> 312 <rules: {r | <genericParserRuleInterface(rule=r, ruleDescriptor=r.ruleDescriptor)>}> 350 <rules: {r | <genericParserRuleDeclaration(rule=r, ruleDescriptor=r.ruleDescriptor)>}> 352 <! generate rule/method definitions for imported rules so they 496 /** A simpler version of a rule template that is specific to the imaginar [all...] |
/external/ltrace/ |
options.c | 223 struct filter_rule *rule = malloc(sizeof(*rule)); local 226 if (rule == NULL || matcher == NULL) { 228 free(rule); 256 filter_rule_init(rule, type, matcher, symbol_re); 257 filter_add_rule(filt, rule); 286 * initial rule is implicitly *@*. */
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
TransliteratorTest.java | 226 * [e]|abcd match rule 1 - copy output & adjust cursor 227 * [ex|y]cd match rule 2 - copy output & adjust cursor 241 * []|ab Rule 1 243 * [xy|zacw] Rule 2 244 * [xyq|cw] Rule 4 595 // Again, using a smaller rule set 1125 String rule = "::Hex-Any;\\n" + local 1706 String rule = "$initial } a <> \\u1161;"; local 2237 String rule = local 2262 String rule = "$set = [a-cm-n]; b > $set;"; local 2281 String rule = "use variable range 0x70 0x72; a > A; b > B; q > Q;"; local 2502 String rule = "^a > Q; a > q;"; local 2791 String rule = local 2832 String rule = ". > $1;"; local 2852 String rule = local 3171 String rule = (String) rulex[0]; local [all...] |
/prebuilts/tools/common/m2/repository/org/parboiled/parboiled-java/1.0.2/ |
parboiled-java-1.0.2.jar | |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
DebugGrammarParser.cs | 289 RewriteRuleSubtreeStream stream_expr=new RewriteRuleSubtreeStream(adaptor,"rule expr"); 290 RewriteRuleSubtreeStream stream_func=new RewriteRuleSubtreeStream(adaptor,"rule func"); 349 // rule labels: retval 351 // rule list labels: 354 RewriteRuleSubtreeStream stream_retval=new RewriteRuleSubtreeStream(adaptor,"rule retval",retval!=null?retval.tree:null); 399 // rule labels: retval 401 // rule list labels: 404 RewriteRuleSubtreeStream stream_retval=new RewriteRuleSubtreeStream(adaptor,"rule retval",retval!=null?retval.tree:null); 453 // rule labels: retval 455 // rule list labels: [all...] |
ProfileGrammarParser.cs | 293 RewriteRuleSubtreeStream stream_expr=new RewriteRuleSubtreeStream(adaptor,"rule expr"); 294 RewriteRuleSubtreeStream stream_func=new RewriteRuleSubtreeStream(adaptor,"rule func"); 353 // rule labels: retval 355 // rule list labels: 358 RewriteRuleSubtreeStream stream_retval=new RewriteRuleSubtreeStream(adaptor,"rule retval",retval!=null?retval.tree:null); 403 // rule labels: retval 405 // rule list labels: 408 RewriteRuleSubtreeStream stream_retval=new RewriteRuleSubtreeStream(adaptor,"rule retval",retval!=null?retval.tree:null); 457 // rule labels: retval 459 // rule list labels: [all...] |
/external/selinux/libsepol/cil/src/ |
cil_tree.c | 1048 struct cil_avrule *rule = node->data; local 1049 switch (rule->rule_kind) { 1064 if (rule->src != NULL) { 1065 cil_log(CIL_INFO, " %s", ((struct cil_symtab_datum*)rule->src)->name); 1067 cil_log(CIL_INFO, " %s", rule->src_str); 1070 if (rule->tgt != NULL) { 1071 cil_log(CIL_INFO, " %s", ((struct cil_symtab_datum*)rule->tgt)->name); 1073 cil_log(CIL_INFO, " %s", rule->tgt_str); 1076 cil_tree_print_classperms_list(rule->classperms); 1083 struct cil_type_rule *rule = node->data local [all...] |
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
ExtendedWikiHelper.java | 110 * Internal class to hold a wiki formatting rule. It's mostly a wrapper to 118 * Create a wiki formatting rule. 132 * Create a wiki formatting rule. 144 * Apply this formatting rule to the given input string, and return the 266 for (FormatRule rule : sFormatRules) { 267 wikiText = rule.apply(wikiText);
|
/external/chromium-trace/trace-viewer/tracing/build/ |
css_presubmit_checker.py | 45 for rule in re.finditer(r'{(.*?)}', contents, re.DOTALL): 46 semis = map(lambda t: t.strip(), rule.group(1).split(';'))[:-1] 153 'desc': 'Always put a rule closing brace (}) on a new line.', 180 'desc': 'One rule per line '
|
/external/google-breakpad/src/common/ |
dwarf_cfi_to_module.cc | 161 // Breakpad STACK CFI records must provide a .ra rule, but DWARF CFI 162 // may not establish any rule for .ra if the return address column 165 // rule citing the return address register. 193 const string &rule) { 202 string shared_rule = *common_strings_.insert(rule).first; 279 "the call frame entry at offset 0x%zx sets the rule for "
|
/external/icu/icu4j/ |
adjust_icudt_path.mk | 9 # Usage : include this makefile after your $(BUILD*) rule.
|
/external/selinux/sepolgen/src/sepolgen/ |
interfaces.py | 167 def type_rule_extract_params(rule, params): 177 if extract_from_set(rule.src_types, refpolicy.SRC_TYPE): 180 if extract_from_set(rule.tgt_types, refpolicy.TGT_TYPE): 183 if extract_from_set(rule.obj_classes, refpolicy.OBJ_CLASS): 186 if access.is_idparam(rule.dest_type): 187 if __param_insert(rule.dest_type, refpolicy.DEST_TYPE, None, params): 269 #print "allow rule in interface: %s" % interface 299 for rule in interface.typerules(): 300 if type_rule_extract_params(rule, self.params): 302 #print "found conflicting params in rule %s in interface %s" % [all...] |