HomeSort by relevance Sort by last modified time
    Searched full:rule (Results 476 - 500 of 4107) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleSheet.cpp 149 // For style rules outside the document, .parentStyleSheet can become null even if the style rule
206 // because StyleSheetCollection::analyzeStyleSheetChange cannot detect partial rule update.
296 CSSRule* rule = item(i); local
297 if (rule->type() == CSSRule::CHARSET_RULE)
299 nonCharsetRules->rules().append(rule);
314 RefPtrWillBeRawPtr<StyleRuleBase> rule = p.parseRule(m_contents.get(), ruleString); local
316 if (!rule) {
317 exceptionState.throwDOMException(SyntaxError, "Failed to parse the rule '" + ruleString + "'.");
322 bool success = m_contents->wrapperInsertRule(rule, index);
324 exceptionState.throwDOMException(HierarchyRequestError, "Failed to insert the rule.")
    [all...]
CSSViewportRule.cpp 78 void CSSViewportRule::reattach(StyleRuleBase* rule)
80 ASSERT(rule);
81 m_viewportRule = toStyleRuleViewport(rule);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
summary.py 41 rule = "-" * len(header) + "\n"
50 outfile.write(rule)
74 outfile.write(rule)
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
ondemand_supplier.h 32 class Rule;
36 // through which it loads address metadata as needed, creating Rule objects and
64 std::map<std::string, const Rule*> rule_cache_;
  /external/chromium_org/third_party/webrtc/base/
firewallsocketserver.h 22 // This SocketServer shim simulates a rule-based firewall server.
84 struct Rule {
91 std::vector<Rule> rules_;
  /external/chromium_org/tools/gn/
ninja_action_target_writer.h 37 // Writes the Ninja rule for invoking the script.
39 // Returns the name of the custom rule generated. This will be based on the
59 // Writes the .stamp rule that names this target and collects all invocations
  /external/chromium_org/tools/memory_inspector/memory_inspector/classification/
results_unittest.py 31 rule = rules.Load(str(rules_dict), MockRegexMatchingRule)
32 result = results.AggreatedResults(rule, keys=['X', 'Y'])
57 class MockRegexMatchingRule(rules.Rule):
  /external/chromium_org/ui/keyboard/resources/images/
change-window.svg 25 style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
29 style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><path
33 style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g></svg
fullscreen.svg 25 style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
31 style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
37 style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g></g></svg
volume-down.svg 34 style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
40 style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
46 style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g></g></g></g></svg
  /external/guava/guava/src/com/google/common/collect/
BstMutationRule.java 22 * A rule for a local mutation to a binary search tree, that changes at most one entry. In addition
28 * @param <K> The key type of the nodes in binary search trees that this rule can modify.
29 * @param <N> The type of the nodes in binary search trees that this rule can modify.
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-f 41 # Run make to catch the default rule
47 # Run Make again with the rule from the second makefile: TWO
55 # Run Make again with the rule from the third makefile: THREE
  /external/chromium_org/chrome/browser/extensions/api/declarative/
declarative_rule.h 167 // this rule. Defaults to MIN_INT.
178 // Representation of a rule of a declarative API:
194 typedef extensions::api::events::Rule JsonRule;
214 // Before constructing the final rule, calls check_consistency(conditions,
217 // the returned rule is internally consistent.
222 linked_ptr<JsonRule> rule,
240 // this rule. Defaults to MIN_INT. Only valid if the conditions of this rule
435 linked_ptr<JsonRule> rule,
441 extension, url_matcher_condition_factory, rule->conditions, error)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs 126 * This way any error in a rule will cause an exception and
127 * immediate exit from rule. Rule would recover by resynchronizing
128 * to the set of symbols that can follow rule ref.
313 msg = "rule " + fpe.RuleName + " failed predicate: {" +
404 /* Compute the error recovery set for the current rule. During
405 * rule invocation, the parser pushes the set of tokens that can
406 * follow that rule reference on the stack; this amounts to
407 * computing FIRST of what follows the rule reference in the
408 * enclosing rule. This local follow set only includes token
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs 136 * This way any error in a rule will cause an exception and
137 * immediate exit from rule. Rule would recover by resynchronizing
138 * to the set of symbols that can follow rule ref.
366 msg = "rule " + fpe.RuleName + " failed predicate: {" +
474 /* Compute the error recovery set for the current rule. During
475 * rule invocation, the parser pushes the set of tokens that can
476 * follow that rule reference on the stack; this amounts to
477 * computing FIRST of what follows the rule reference in the
478 * enclosing rule. This local follow set only includes token
    [all...]
  /external/chromium_org/third_party/libxml/src/
schematron.c 97 * A Schematrons rule
102 xmlSchematronRulePtr next; /* the next rule in the list */
103 xmlSchematronRulePtr patnext;/* the next rule in the pattern list */
105 xmlChar *context; /* the context evaluation rule */
295 * @rule: the parent rule
307 xmlSchematronRulePtr rule,
313 if ((ctxt == NULL) || (rule == NULL) || (node == NULL) ||
341 if (rule->tests == NULL) {
342 rule->tests = ret
1668 xmlSchematronRulePtr rule; local
    [all...]
  /external/libxml2/
schematron.c 97 * A Schematrons rule
102 xmlSchematronRulePtr next; /* the next rule in the list */
103 xmlSchematronRulePtr patnext;/* the next rule in the pattern list */
105 xmlChar *context; /* the context evaluation rule */
295 * @rule: the parent rule
307 xmlSchematronRulePtr rule,
313 if ((ctxt == NULL) || (rule == NULL) || (node == NULL) ||
341 if (rule->tests == NULL) {
342 rule->tests = ret
1668 xmlSchematronRulePtr rule; local
    [all...]
  /external/icu/icu4c/source/data/brkitr/
line.txt 11 # TODO: Rule LB 8 remains as it was in Unicode 5.2
28 # It is used in the implementation of rule LB 10
47 # (Look-ahead in a reverse rule is looking towards the start)
52 # stop immediately when a look ahead rule ( '/' operator) matches,
56 # See rule LB 19 for an example.
108 # Rule LB1. By default, treat AI (characters with ambiguous east Asian width),
117 # Combining Marks. X $CM* behaves as if it were X. Rule LB6.
188 # it must be listed separately in the rule.
205 # Rule LB 4, 5 Mandatory (Hard) breaks.
227 # An engine change is required to write the reverse rule for this
    [all...]
line_ja.txt 11 # TODO: Rule LB 8 remains as it was in Unicode 5.2
28 # It is used in the implementation of rule LB 10
47 # (Look-ahead in a reverse rule is looking towards the start)
52 # stop immediately when a look ahead rule ( '/' operator) matches,
56 # See rule LB 19 for an example.
108 # Rule LB1. By default, treat AI (characters with ambiguous east Asian width),
117 # Combining Marks. X $CM* behaves as if it were X. Rule LB6.
188 # it must be listed separately in the rule.
205 # Rule LB 4, 5 Mandatory (Hard) breaks.
227 # An engine change is required to write the reverse rule for this
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
BaseRecognizer.js 99 * in a rule will cause an exception and immediate exit from
100 * rule. Rule would recover by resynchronizing to the set of
101 * symbols that can follow rule ref.</p>
345 msg = "rule "+e.ruleName+" failed predicate: {"+
420 /** Compute the error recovery set for the current rule.
421 * <p>During rule invocation, the parser pushes the set of tokens that can
422 * follow that rule reference on the stack; this amounts to
423 * computing FIRST of what follows the rule reference in the
424 * enclosing rule. This local follow set only includes token
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
simpletz.h 54 * along with <code>dayOfWeek = UCAL_SUNDAY</code> to specify the rule.
66 * midnight, to specify a rule transition time. Most rules
270 * Sets the daylight savings starting rule. For example, in the U.S., Daylight Savings
272 * Therefore, you can set the start rule by calling:
314 * Sets the daylight savings starting rule. For example, in the U.S., Daylight Savings
316 * Therefore, you can set the start rule by calling:
361 * Sets the DST start rule to a fixed date within a month.
363 * @param month The month in which this rule occurs (0-based).
374 * Sets the DST start rule to a fixed date within a month.
376 * @param month The month in which this rule occurs (0-based)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
simpletz.h 54 * along with <code>dayOfWeek = UCAL_SUNDAY</code> to specify the rule.
66 * midnight, to specify a rule transition time. Most rules
270 * Sets the daylight savings starting rule. For example, in the U.S., Daylight Savings
272 * Therefore, you can set the start rule by calling:
314 * Sets the daylight savings starting rule. For example, in the U.S., Daylight Savings
316 * Therefore, you can set the start rule by calling:
361 * Sets the DST start rule to a fixed date within a month.
363 * @param month The month in which this rule occurs (0-based).
374 * Sets the DST start rule to a fixed date within a month.
376 * @param month The month in which this rule occurs (0-based)
    [all...]
  /development/ndk/samples/hello-neon/
build.properties 19 # Used by the 'uninstall' rule.
  /development/ndk/sources/android/libportable/common/include/
epoll_portable.h 23 * alignment rule, please use the following struct and convert it into your
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
RuleListController.java 32 import org.antlr.gunit.swingui.model.Rule;
121 if(value instanceof Rule) {
122 final Rule item = (Rule) value;

Completed in 1263 milliseconds

<<11121314151617181920>>