Searched refs:rules (Results 276 - 300 of 330) sorted by relevance

<<11121314

/external/icu4c/i18n/
H A Ducol_imp.h153 * Inverse UCA is used for constructing collators from rules. It is always an individual file
989 const UChar *rules; member in struct:UCollator
1032 UBool hasRealData; /* some collators have only options, like French, no rules */
1116 ucol_openRulesForImport( const UChar *rules,
H A Ducol_sit.cpp845 const UChar* rules = ucol_getRules(coll, &rulesLen); local
847 ucol_tok_initTokenList(&src, rules, rulesLen, coll->UCA,
H A Ducol.cpp461 result->rules = NULL;
549 UChar *rules; local
564 if (coll->rules && coll->freeRulesOnClose) {
617 rules = (UChar *)(stackBufferChars + sizeof(UCollator) + rulesPadding);
618 defaultReorderCodes = (int32_t*)((uint8_t*)rules + rulesSize);
644 if (coll->rules) {
646 localCollator->rules = u_strcpy(rules, coll->rules);
650 localCollator->rules
[all...]
H A Drbt_pars.cpp76 // transliteration rules can be expressed in XML without clashing with
848 TransliteratorParser::parse(const UnicodeString& rules, argument
853 parseRules(rules, transDirection, ec);
872 * Parse the given string as a sequence of rules, separated by newline
873 * characters ('\n'), and cause this object to implement those rules. Any
874 * previous rules are discarded. Typically this method is called exactly
877 * rules
946 // skip empty rules
950 // keep track of how many rules we've seen
1041 // By default, rules us
[all...]
/external/libsepol/src/
H A Dexpand.c1152 static int copy_role_allows(expand_state_t * state, role_allow_rule_t * rules) argument
1163 cur = rules;
1221 static int copy_role_trans(expand_state_t * state, role_trans_rule_t * rules) argument
1232 cur = rules;
1317 static int expand_filename_trans(expand_state_t *state, filename_trans_rule_t *rules) argument
1330 cur_rule = rules;
1368 ERR(state->handle, "Conflicting filename trans rules %s %s %s : %s otype1:%s otype2:%s",
1480 range_trans_rule_t * rules)
1491 for (rule = rules; rule; rule = rule->next) {
1855 * rules i
1479 expand_range_trans(expand_state_t * state, range_trans_rule_t * rules) argument
[all...]
H A Dlink.c1207 /*********** functions that copy AV rules ***********/
1439 static int copy_range_trans_list(range_trans_rule_t * rules, argument
1447 for (rule = rules; rule; rule = rule->next) {
1667 /* copy all of the RBAC and TE rules */
1858 * all identifiers and rules are done, copy the scoping information.
/external/v8/tools/
H A Dtest.py1081 all_rules = reduce(list.__add__, [s.rules for s in sections], [])
1105 self.rules = [ ]
1108 self.rules.append(rule)
1224 result.add_option("--warn-unused", help="Report unused rules",
/external/chromium/net/spdy/
H A Dspdy_session_unittest.cc567 session_deps.host_resolver->rules()->AddIPLiteralRule(test_hosts[i].name,
/external/iproute2/doc/
H A Dip-tunnels.tex329 Be careful, it means that without carefully installed firewall rules
466 rooted at \verb|1:ABC| and attach to subroot set of rules parsing
/external/mesa3d/docs/
H A DMESA_texture_array.spec484 (mostly add to existing grammar rules)
594 Add to the end of the list of completeness rules (spec changes
/external/oprofile/utils/
H A Dopcontrol191 kernel). Same rules as defined for
194 Same rules as defined for buffer-size.
/external/webkit/Source/WebCore/html/
H A DHTMLTableElement.cpp405 // The presence of a valid rules attribute causes border collapsing to be enabled.
648 String HTMLTableElement::rules() const function in class:WebCore::HTMLTableElement
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu4c/test/intltest/
H A Drbbitst.cpp365 // Test for status {tag} return value from break rules.
1457 UnicodeString rules; local
1950 // TestDictRules create a break iterator from source rules that includes a
1951 // dictionary range. Regression for bug #7130. Source rules
1957 const char *rules = "$dictionary = [a-z]; \n" local
1966 RuleBasedBreakIterator bi(rules, parseError, status);
2069 // Convert the rules to UChar.
2340 // implement the break rules for different iterator types.
2922 // they remain in SEP, since Sep always appears with CR and LF in the rules.
3358 const char *rules local
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A Djsilver.sablecc159 * So, the CST also contains transformation rules ({->x}) to
619 * the grammar so they stand out from the rest of the other rules.
/external/webkit/Source/WebCore/inspector/front-end/
H A DStylesSidebarPane.js207 // Add rules in reverse order to match the cascade order.
208 for (var j = pseudoElementCSSRules.rules.length - 1; j >= 0; --j) {
209 var rule = pseudoElementCSSRules.rules[j];
260 // Add rules in reverse order to match the cascade order.
312 // Walk the style rules and make a list of all used and overloaded properties.
352 // Do this here so only future rules are affect by properties used in this rule.
388 // Walk the style rules and update the sections with new overloaded and used properties.
623 // Prevent editing the user agent and user rules.
655 this.element.addStyleClass("show-inherited"); // This one is related to inherited rules, not compted style.
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DCodeGenTreeWalker.g362 rules[recognizerST]
365 rules[ST recognizerST]
377 recognizerST.add("rules", $rST.code);
378 outputFileST.add("rules", $rST.code);
379 headerFileST.add("rules", $rST.code);
436 // do not generate lexer rules in combined grammar
995 // rules. Don't use scope if we are root.
1541 // actions in rewrite rules yield a tree object
/external/chromium/net/socket/
H A Dssl_client_socket_pool_unittest.cc666 host_resolver_.rules()->AddIPLiteralRule(test_hosts[i].name,
/external/e2fsprogs/debian/
H A Drules4 # Invoke each target with `./debian/rules <target>'. All targets should be
175 debian/control: debian/control.in debian/rules
305 # This rule allows to factorize the dh_clean between the 2 install rules
/external/icu4c/test/cintltst/
H A Dcreststn.c1422 const UChar* rules =NULL; local
1441 rules = tres_getString(resB,-1,"UCARules",&len, &status);
1442 if(!rules || U_FAILURE(status)) {
1444 To save space, Android does not include the collation tailoring rules.
1452 if(u_strlen(rules) != len){
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/bison/doc/
H A Drefcard.tex370 in the rules with {\tt \%prec} commands.
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h850 @property(copy) NSString *rules; variable
1012 @property(readonly, retain) DOMCSSRuleList *rules AVAILABLE_IN_WEBKIT_VERSION_4_0;

Completed in 1786 milliseconds

<<11121314