Searched refs:rules (Results 101 - 125 of 330) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/css/
H A DCSSMediaRule.cpp31 CSSMediaRule::CSSMediaRule(CSSStyleSheet* parent, PassRefPtr<MediaList> media, PassRefPtr<CSSRuleList> rules) argument
34 , m_lstCSSRules(rules)
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DSerializedGrammar.java45 public List rules; field in class:SerializedGrammar
108 System.out.println("num rules = "+numRules);
109 rules = readRules(in, numRules);
113 List rules = new ArrayList();
116 rules.add(r);
118 return rules;
195 buf.append(rules);
/external/libffi/
H A DAndroid.mk17 # minimize duplication between the build rules.
23 # Build rules for the target.
46 # Also include the rules for the test suite.
/external/chromium/net/proxy/
H A Dproxy_resolver_js_bindings_unittest.cc124 host_resolver->rules()->AddSimulatedFailure("");
128 host_resolver->rules()->AddRule("google.com", "192.168.1.1");
133 host_resolver->rules()->AddSimulatedFailure("fail");
177 host_resolver->rules()->AddRuleForAddressFamily(
179 host_resolver->rules()->AddRuleForAddressFamily(
181 host_resolver->rules()->AddRuleForAddressFamily(
183 host_resolver->rules()->AddRuleForAddressFamily(
H A Dproxy_bypass_rules.h17 // settings, as a list of rules. A URL is said to match the bypass rules
18 // if it matches any one of these rules.
31 // visualizing the rules, and also to test equality of a rules list.
51 // Returns the current list of rules. The rules list contains pointers
54 const RuleList& rules() const { return rules_; } function in class:net::ProxyBypassRules
56 // Returns true if |url| matches any of the proxy bypass rules.
60 // describe the same set of rules
[all...]
/external/dbus/bus/
H A Dsignals.c471 /* Empty match rules or trailing whitespace are OK */
1037 /* Pools of rules, grouped by the type of message they match. 0
1038 * (DBUS_MESSAGE_TYPE_INVALID) represents rules that do not specify a message
1045 rule_list_free (DBusList **rules) argument
1047 while (*rules != NULL)
1051 rule = (*rules)->data;
1053 _dbus_list_remove_link (rules, *rules);
1120 _dbus_verbose ("Looking up rules for message_type %d, interface %s\n",
1171 DBusList **rules)
1168 bus_matchmaker_gc_rules(BusMatchmaker *matchmaker, int message_type, const char *interface, DBusList **rules) argument
1229 DBusList **rules; local
1338 bus_matchmaker_remove_rule_link(DBusList **rules, DBusList *link) argument
1363 DBusList **rules; local
1402 DBusList **rules; local
1450 rule_list_remove_by_connection(DBusList **rules, DBusConnection *connection) argument
1734 get_recipients_from_list(DBusList **rules, DBusConnection *sender, DBusConnection *addressed_recipient, DBusMessage *message, DBusList **recipients_p) argument
[all...]
H A Dpolicy.c58 /* allow rules default to TRUE (only requested replies allowed)
59 * deny rules default to FALSE (only unrequested replies denied)
65 /* allow rules default to TRUE (only requested replies allowed)
66 * deny rules default to FALSE (only unrequested replies denied)
129 DBusList *default_rules; /**< Default policy rules */
130 DBusList *mandatory_rules; /**< Mandatory policy rules */
131 DBusHashTable *rules_by_uid; /**< per-UID policy rules */
132 DBusHashTable *rules_by_gid; /**< per-GID policy rules */
133 DBusList *at_console_true_rules; /**< console user policy rules where at_console="true"*/
134 DBusList *at_console_false_rules; /**< console user policy rules wher
695 DBusList *rules; member in struct:BusClientPolicy
[all...]
/external/icu4c/i18n/unicode/
H A Drbnf.h61 * The RuleBasedNumberFormat class formats numbers according to a set of rules. This number formatter is
78 * bundle. In its simplest form, the description consists of a semicolon-delimited list of <em>rules.</em>
80 * In a typical spellout rule set, the first twenty rules are the words for the numbers from
86 * <p>For larger numbers, we can use the preceding set of rules to format the ones place, and
98 * <p>In these rules, the <em>base value</em> is spelled out explicitly and set off from the
99 * rule's output text with a colon. The rules are in a sorted list, and a rule is applicable
102 * isolate the number's ones digit, format it using this same set of rules, and place the
122 * formatted is an even multiple of the rule's divisor. The rules are applied recursively, so
132 * used all the way up to 999,999. This allows us to finish out the rules as follows:</p>
144 * spacing of the rules
[all...]
H A Dplurrule.h45 * Defines rules for mapping non-negative numeric values onto a small set of
52 * For more information, details, and tips for writing rules, see the
58 * This defines two rules, for 'one' and 'few'. The condition for
82 * rules = rule (';' rule)*
121 * ICU defines plural rules for many locales based on CLDR <i>Language Plural Rules</i>.
122 * For these predefined rules, see CLDR page at
176 * The default rules that accept any number.
194 * this locale. If there's no predefined rules for this locale,
195 * the rules for the closest parent in the locale hierarchy
197 * returns the default 'other' rules
[all...]
H A Dutrans.h49 * or even a complete set of rules because then the ID string contains more
71 * e.g., the forward or reverse rules of a RuleBasedTransliterator.
82 * opened using a rule, it means forward direction rules, e.g.,
90 * opened using a rule, it means reverse direction rules, e.g.,
166 * Open a custom transliterator, given a custom rules string
175 * @param rules the transliterator rules. See the C++ header rbt.h for
176 * rules syntax. If NULL then a system transliterator matching
178 * @param rulesLength the length of the rules, or -1 if the rules
[all...]
/external/libxml2/
H A Dschematron.c12 * - multiple rules applying in a single pattern/node
120 xmlSchematronRulePtr rules; /* the list of rules */ member in struct:_xmlSchematronPattern
144 xmlSchematronRulePtr rules; /* the rules gathered */ member in struct:_xmlSchematron
423 if (schema->rules == NULL) {
424 schema->rules = ret;
426 xmlSchematronRulePtr prev = schema->rules;
433 if (pat->rules == NULL) {
434 pat->rules
452 xmlSchematronFreeRules(xmlSchematronRulePtr rules) argument
[all...]
/external/bison/src/
H A Dprint_graph.c81 rules[r].lhs->tag);
83 for (sp = rules[r].rhs; sp < sp1; sp++)
96 int redno = state_reduction_find (s, &rules[r]);
H A Dnullable.c37 /* Linked list of rules. */
67 /* RITEM contains all the rules, including useless productions.
80 if (rules[ruleno].useful)
82 rule *rules_ruleno = &rules[ruleno];
H A Dgram.h26 /* Representation of the grammar rules:
38 The rules receive rule numbers 1 to NRULES in the order they are
41 all the user rules are 2, 3 etc. Each time a rule number is
53 The rules themselves are described by several arrays: amongst which
56 RULES is an array of rules, whose members are:
176 RULES too, except if there are useless rules. */
180 except if some rules are useless. */
202 extern rule *rules;
251 /* Print the grammar's rules numbers from BEGIN (inclusive) to END
256 /* Print the grammar's rules o
[all...]
/external/webkit/Source/WebCore/platform/text/
H A DTextBreakIteratorICU.cpp161 String rules(breakRules);
162 iterator = reinterpret_cast<TextBreakIterator*>(ubrk_openRules(rules.characters(), rules.length(), 0, 0, &parseStatus, &openStatus));
181 // ICU 3.2 cannot compile the below rules.
184 // This rule set is based on character-break iterator rules of ICU 4.0
188 // * Removed rules that prevent a cursor from moving after prepend characters (Bug 24342);
189 // * Added rules that prevent a cursor from moving after virama signs of Indic languages except Tamil (Bug 15790), and;
190 // * Added rules that prevent a cursor from moving before Japanese half-width katakara voiced marks.
/external/chromium/net/http/
H A Dhttp_stream_factory.cc124 void HttpStreamFactory::SetHostMappingRules(const std::string& rules) { argument
126 host_mapping_rules->SetRulesFromString(rules);
/external/dhcpcd/mk/
H A Ddist.mk0 # rules to make a distribution tarball from a svn repo
H A Dman.mk0 # rules to install manpages
/external/icu4c/common/
H A Drbbirb.h105 // Create a rule based break iterator from a set of rules.
109 static BreakIterator * createRuleBasedBreakIterator( const UnicodeString &rules,
118 RBBIRuleBuilder(const UnicodeString &rules,
135 RBBINode **fDefaultTree; // For rules not qualified with a !
138 UBool fChainRules; // True for chained Unicode TR style rules.
139 // False for traditional regexp rules.
141 UBool fLBCMNoChain; // True: suppress chaining of rules on
/external/icu4c/i18n/
H A Dnfrs.h34 void parseRules(UnicodeString& rules, const RuleBasedNumberFormat* owner, UErrorCode& status);
71 NFRuleList rules; member in class:NFRuleSet
H A Drbt_pars.h40 * of rules in the rule set
58 * The current data object for which we are parsing rules
146 * Parse the given string as a sequence of rules, separated by newline
147 * characters ('\n'), and cause this object to implement those rules. Any
148 * previous rules are discarded. Typically this method is called exactly
151 * Parse the given rules, in the given direction. After this call
155 * @param rules rules, separated by ';'
161 void parse(const UnicodeString& rules,
175 * Return a representation of this transliterator as source rules
[all...]
/external/icu4c/test/intltest/
H A Dtranstst.h238 /* Devanagari-Latin rules Test */
241 /* Telugu-Latin rules Test */
244 /* Gujarati-Latin rules Test */
247 /* Sanskrit-Latin rules Test */
378 void expect(const UnicodeString& rules,
384 const UnicodeString& rules,
/external/libmtp/
H A Dhotplug.sh.in7 UDEVPATH=/etc/udev/rules.d
8 UDEVRULES=libmtp.rules
76 echo "You seem to have udev on your system. Installing udev rules..."
91 echo "You seem to have HAL on your system. Installing HAL rules..."
123 # and sets up userland hotplugging scripts according to rules.
/external/webkit/Source/WebCore/html/
H A DHTMLTableElement.idl38 attribute [Reflect] DOMString rules;
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestSymbolDefinitions.java50 String rules = "a, b";
52 checkSymbols(g, rules, tokenNames);
64 String rules = "a, b";
66 checkSymbols(g, rules, tokenNames);
78 String rules = "A, C, Tokens";
80 checkSymbols(g, rules, tokenNames);
92 String rules = "a, b";
94 checkSymbols(g, rules, tokenNames);
105 String rules = "a, b";
107 checkSymbols(g, rules, tokenName
[all...]

Completed in 658 milliseconds

1234567891011>>