/external/chromium_org/third_party/icu/source/i18n/ |
rbtz.cpp | 114 RuleBasedTimeZone::addTransitionRule(TimeZoneRule* rule, UErrorCode& status) { 118 AnnualTimeZoneRule* atzrule = dynamic_cast<AnnualTimeZoneRule*>(rule); 120 // A final rule 131 fFinalRules->addElement((void*)rule, status); 133 // Non-final rule 140 fHistoricRules->addElement((void*)rule, status); 198 // No more transitions from this rule - skip this rule next time 416 const TimeZoneRule *rule = NULL; local 418 rule = fInitialRule 660 TimeZoneRule *rule = (TimeZoneRule*)rules->orphanElementAt(i); local [all...] |
strrepl.cpp | 241 UnicodeString& StringReplacer::toReplacerPattern(UnicodeString& rule, 243 rule.truncate(0); 251 ICU_Utility::appendToRule(rule, (UChar)0x0040 /*@*/, TRUE, escapeUnprintable, quoteBuf); 258 ICU_Utility::appendToRule(rule, (UChar)0x007C /*|*/, TRUE, escapeUnprintable, quoteBuf); 264 ICU_Utility::appendToRule(rule, c, FALSE, escapeUnprintable, quoteBuf); 270 ICU_Utility::appendToRule(rule, buf, 281 ICU_Utility::appendToRule(rule, (UChar)0x0040 /*@*/, TRUE, escapeUnprintable, quoteBuf); 283 ICU_Utility::appendToRule(rule, (UChar)0x007C /*|*/, TRUE, escapeUnprintable, quoteBuf); 286 ICU_Utility::appendToRule(rule, -1, 289 return rule; [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
currpinf.h | 41 * plural rule of the locale, 115 * @return plural rule 142 * The plural rule is set when CurrencyPluralInfo 145 * to modify the default plural rule of the locale. 147 * @param ruleDescription new plural rule description 239 * The plural rule is used to format currency plural name,
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cjaptst.c | 122 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status)); 143 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", 164 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", 188 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", 213 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", 239 log_err_status(status, "ERROR: in creation of rule based collator: %s\n",
|
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/js/ |
storage.js | 134 profiler.rulesets['mmap'].forEach(function(rule) { 136 $('<li/>').text(rule).click( 137 this.profileMmapForSelectedSnapshots.bind(this, rule))); 142 profiler.rulesets['nheap'].forEach(function(rule) { 144 $('<li/>').text(rule).click( 145 this.profileNativeForSelectedSnapshots.bind(this, rule)));
|
/external/icu/icu4c/source/common/ |
rbbidata.h | 89 uint32_t fStatusTable; /* Offset to the table of rule status values */ 107 /* corresponds to a '/' in the rule source. */ 109 /* value for the rule (which will appear */ 112 /* from a rule. Value is the index in the */ 114 /* tags (rule status values) */ 178 /* number of int32_t values in the rule status table. Used to sanity check indexing */
|
/external/icu/icu4c/source/i18n/ |
rbtz.cpp | 115 RuleBasedTimeZone::addTransitionRule(TimeZoneRule* rule, UErrorCode& status) { 119 AnnualTimeZoneRule* atzrule = dynamic_cast<AnnualTimeZoneRule*>(rule); 121 // A final rule 132 fFinalRules->addElement((void*)rule, status); 134 // Non-final rule 141 fHistoricRules->addElement((void*)rule, status); 214 // No more transitions from this rule - skip this rule next time 432 const TimeZoneRule *rule = NULL; local 434 rule = fInitialRule 678 TimeZoneRule *rule = (TimeZoneRule*)rules->orphanElementAt(i); local [all...] |
strrepl.cpp | 240 UnicodeString& StringReplacer::toReplacerPattern(UnicodeString& rule, 242 rule.truncate(0); 250 ICU_Utility::appendToRule(rule, (UChar)0x0040 /*@*/, TRUE, escapeUnprintable, quoteBuf); 257 ICU_Utility::appendToRule(rule, (UChar)0x007C /*|*/, TRUE, escapeUnprintable, quoteBuf); 263 ICU_Utility::appendToRule(rule, c, FALSE, escapeUnprintable, quoteBuf); 269 ICU_Utility::appendToRule(rule, buf, 280 ICU_Utility::appendToRule(rule, (UChar)0x0040 /*@*/, TRUE, escapeUnprintable, quoteBuf); 282 ICU_Utility::appendToRule(rule, (UChar)0x007C /*|*/, TRUE, escapeUnprintable, quoteBuf); 285 ICU_Utility::appendToRule(rule, -1, 288 return rule; [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
currpinf.h | 39 * plural rule of the locale, 113 * @return plural rule 140 * The plural rule is set when CurrencyPluralInfo 143 * to modify the default plural rule of the locale. 145 * @param ruleDescription new plural rule description 238 * The plural rule is used to format currency plural name,
|
/external/icu/icu4c/source/test/cintltst/ |
cjaptst.c | 122 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status)); 143 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", 164 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", 188 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", 213 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", 239 log_err_status(status, "ERROR: in creation of rule based collator: %s\n",
|
/external/srec/config/en.us/grammars/ |
enroll.grxml | 6 <rule id="ROOT" scope="public"> 11 </rule> 13 <rule id="SENT"> 18 </rule> 20 <rule id="PHONE"> 72 </rule>
|
/external/srec/srec/Recognizer/include/ |
SR_Recognizer.h | 262 * @param grammar Grammar containing rule 263 * @param ruleName Name of rule to associate with recognizer 277 * Activates rule in recognizer. 280 * @param grammar Grammar containing rule 281 * @param ruleName Name of rule 285 * or if the rule could not be setup, or if the acoustic models could not be setup; 291 * Deactivates rule in recognizer. 294 * @param grammar Grammar containing rule 295 * @param ruleName Name of root rule 310 * Indicates if rule is active in recognizer [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
Ruby.stg | 265 /** A simpler version of a rule template that is specific to the 270 * predicates cannot be inlined into the invoking rule, they 271 * need to be in a rule by themselves. 280 # This is an imaginary rule inserted by ANTLR to 292 /** How to generate code for a rule. This includes any return 295 rule(ruleName, ruleDescriptor, block, emptyRule, description, exceptions, finally, memoize) ::= << 299 # parser rule <ruleName> 317 # delegated rule <ruleDescriptor.name> 476 # $rule.start = the first token seen before matching 515 # -> uncomment the next line to manually enable rule tracin [all...] |
/external/smack/src/org/jivesoftware/smack/packet/ |
PrivacyItem.java | 21 * A privacy item acts a rule that when matched defines if a packet should be blocked or not.
38 /** rule hold the kind of communication ([jid|group|subscription]) it will allow or block and
45 private PrivacyRule rule;
field in class:PrivacyItem 259 return rule;
262 private void setRule(PrivacyRule rule) {
263 this.rule = rule;
308 * Privacy Rule represents the kind of action to apply.
315 * Type defines if the rule is based on JIDs, roster groups or presence subscription types.
345 PrivacyRule rule = new PrivacyRule(); local [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ActionScript.stg | 110 * Make rule memoization happen only at levels above 1 as we start mTokens 210 <! generate rule/method definitions for imported rules so they 246 /** A simpler version of a rule template that is specific to the imaginary 250 * As predicates cannot be inlined into the invoking rule, they need to 251 * be in a rule by themselves. 302 /** How to test for failure and return from rule */ 307 /** This rule has failed, exit indicating failure during backtrack */ 312 /** How to generate code for a rule. This includes any return type 315 rule(ruleName,ruleDescriptor,block,emptyRule,description,exceptions,finally,memoize) ::= << 442 /** How to generate a rule in the lexer; naked blocks are used fo [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/ |
Scala.stg | 118 * Make rule memoization happen only at levels above 1 as we start mTokens 231 <! generate rule/method definitions for imported rules so they 271 /** A simpler version of a rule template that is specific to the imaginary 275 * As predicates cannot be inlined into the invoking rule, they need to 276 * be in a rule by themselves. 329 /** How to test for failure and return from rule */ 334 /** This rule has failed, exit indicating failure during backtrack */ 339 /** How to generate code for a rule. This includes any return type 342 rule(ruleName,ruleDescriptor,block,emptyRule,description,exceptions,finally,memoize) ::= << 474 /** How to generate a rule in the lexer; naked blocks are used fo [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
NFAFactory.java | 52 public Rule getCurrentRule() { 56 public void setCurrentRule(Rule currentRule) { 60 Rule currentRule = null; 218 /** For reference to rule r, build 222 * where (r) is the start of rule r and the trailing o is not linked 223 * to from rule ref state directly (it's done thru the transition(0) 226 * If the rule r is just a list of tokens, it's block will be just 228 * the rule reference, but i'm not doing this yet as I'm not sure 233 public StateCluster build_RuleRef(Rule refDef, NFAState ruleStart) { 234 //System.out.println("building ref to rule "+nfa.grammar.name+"."+refDef.name) [all...] |
/system/netd/server/ |
RouteController.cpp | 244 // Adds or removes a routing rule for IPv4 and IPv6. 246 // + If |table| is non-zero, the rule points at the specified routing table. Otherwise, the rule 248 // + If |mask| is non-zero, the rule matches the specified fwmark and mask. Otherwise, |fwmark| is 250 // + If |iif| is non-NULL, the rule matches the specified incoming interface. 251 // + If |oif| is non-NULL, the rule matches the specified outgoing interface. 252 // + If |uidStart| and |uidEnd| are not INVALID_UID, the rule matches packets from UIDs in that 253 // range (inclusive). Otherwise, the rule matches packets from all UIDs. 284 // Assemble a rule request and put it in an array of iovec structures. 285 fib_rule_hdr rule = local [all...] |
/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/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
TParser.m | 23 /** Demonstrates how semantic predicates get hoisted out of the rule in 54 #pragma mark Dynamic Rule Scopes 56 #pragma mark Rule Return Scopes start 57 //#pragma mark Rule return scopes start 60 #pragma mark Rule return scopes start 65 #pragma mark Dynamic Rule Scopes 198 // token+rule list labels 263 // token+rule list labels 300 // token+rule list labels 337 // token+rule list label [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/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemTemplate.java | 155 * node or nodes to which the rule applies. 163 * node or nodes to which the rule applies. The match attribute 179 * node or nodes to which the rule applies. The match attribute 262 * The priority of a template rule is specified by the priority 263 * attribute on the template rule. 270 * The priority of a template rule is specified by the priority 271 * attribute on the template rule. The value of this must be a 285 * The priority of a template rule is specified by the priority 286 * attribute on the template rule. The value of this must be a 372 * that is instantiated when the template rule is applied [all...] |
/external/bison/src/ |
state.h | 49 reductions (combine the last n things on the stack via a rule, 50 replace them with the symbol that the rule derives, and leave the 65 num rules. lookahead_tokens is an array of bitsets, one per rule. 186 /* Sorted ascendingly on rule number. */ 187 rule *rules[1]; 221 ascendingly on item index in RITEM, which is sorted on rule number. */ 238 void state_reductions_set (state *s, int num, rule **reds); 240 int state_reduction_find (state *s, rule *r); 247 void state_rule_lookahead_tokens_print (state *s, rule *r, FILE *out); 248 void state_rule_lookahead_tokens_print_xml (state *s, rule *r [all...] |
/external/robolectric/lib/main/ |
commons-codec-1.6.jar | |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/ |
ap.svg | 529 style="fill:#606060;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 534 style="fill:#dddddd;fill-opacity:1;fill-rule:evenodd;stroke:#b2b2b2;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 539 style="fill:#ececec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3336)" 543 style="fill:#ededed;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 547 style="fill:#020202;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 551 style="fill:#121212;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 556 style="fill:#2c2c2c;fill-opacity:1;fill-rule:evenodd;stroke:#252525;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 561 style="fill:#d5d5d5;fill-opacity:1;fill-rule:evenodd;stroke:#d1d1d1;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3748)" 565 style="fill:#d5d5d5;fill-opacity:1;fill-rule:evenodd;stroke:#dadada;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3564)" 569 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#2aea00;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1 (…) [all...] |