HomeSort by relevance Sort by last modified time
    Searched refs:rule (Results 426 - 450 of 1248) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/content_settings/
content_settings_pref_provider.cc 189 std::vector<Rule> rules_to_delete;
201 for (std::vector<Rule>::const_iterator it = rules_to_delete.begin();
309 std::vector<Rule> rules_to_delete;
315 const content_settings::Rule& rule = rule_iterator->Next(); local
316 DCHECK(rule.primary_pattern != ContentSettingsPattern::Wildcard());
317 if (!rule.value.get())
319 rules_to_delete.push_back(rule);
323 for (std::vector<Rule>::const_iterator it = rules_to_delete.begin();
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_store.cc 25 using content_settings::Rule;
261 const Rule& rule = rule_iterator->Next(); local
264 rule.primary_pattern.ToString());
266 rule.secondary_pattern.ToString());
272 ContentSetting content_setting = ValueToContentSetting(rule.value.get());
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry.h 51 // RulesRegistry::Rule consists of Conditions and Actions, these are
97 const std::vector<linked_ptr<RulesRegistry::Rule> >& rules) OVERRIDE;
157 // deleting |rule| from one of the maps in |webrequest_rules_|. It will erase
158 // the rule from |rule_triggers_| and |rules_with_untriggered_conditions_|,
159 // and add every of the rule's URLMatcherConditionSet to
162 void CleanUpAfterRule(const WebRequestRule* rule,
  /external/chromium_org/third_party/icu/source/common/unicode/
umachine.h 182 # error int64_t is required for decimal format and rule-based number format.
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
rule.h 59 // Rule rule;
60 // if (rule.ParseSerializedRule("{\"fmt\": \"%A%n%C%S %Z\"}")) {
61 // Process(rule.GetFormat());
63 class Rule {
65 // The types of fields that describe the rule.
73 Rule();
74 ~Rule();
76 // Returns the default rule at a country level. If a country does not specify
77 // address format, for example, then the format from this rule should be use
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
validation_task_test.cc 32 #include "rule.h"
91 Rule rule[arraysize(json_)]; local
104 ASSERT_TRUE(rule[i].ParseSerializedRule(json_[i]));
105 hierarchy.rule[i] = &rule[i];
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
progress_center_panel.js 196 * Toggle animation rule of the progress center.
255 * Obtains the toggle animation keyframes rule from the document.
256 * @param {HTMLDocument} document Document containing the rule.
257 * @return {CSSKeyFrameRules} Animation rule.
264 var rule = styleSheet.cssRules[j];
265 if (rule.type === CSSRule.WEBKIT_KEYFRAMES_RULE &&
266 rule.name === 'progress-center-toggle') {
267 return rule;
  /external/elfutils/0.153/libdw/
cfi.c 129 fs->regs[regno].rule = reg_##r_rule; \
305 /* Restore the CIE's initial rule for this register. */
311 fs->regs[operand].rule = reg_unspecified;
348 fs->regs[regno].rule = reg_register;
356 fs->regs[regno].rule = reg_offset;
cfi.h 134 /* Default rule for registers not previously mentioned
155 enum dwarf_frame_rule rule:3; member in struct:dwarf_frame_register
157 /* The meaning of the value bits depends on the rule:
159 Rule Value
193 A bogon in the CFI can indicate an invalid/incalculable rule.
202 /* We store an offset rule as a DW_OP_bregx operation. */
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh 1222 rule; \/* Array of Rule tables member in struct:OT::RuleSet
1784 rule; \/* Array of ChainRule tables member in struct:OT::ChainRuleSet
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
vtzone.cpp 537 // Parse the first rule
554 // Only support the rule using 7 continuous days
584 // Use DOW_GEQ_DOM rule with firstDay as the start date
588 // Check if BYMONTH + BYMONTHDAY + BYDAY rule with multiple RRULE lines.
600 // Note: To check valid date range across multiple rule is a little
628 // Check if BYMONTH + BYMONTHDAY + BYDAY rule
638 // support the rule
704 // Day in month rule, for example, 15th day in the month
707 // Nth day of week rule, for example, last Sunday
710 // First day of week after day of month rule, for example
1499 TimeZoneRule *rule = NULL; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 1223 rule; \/* Array of Rule tables member in struct:OT::RuleSet
1785 rule; \/* Array of ChainRule tables member in struct:OT::ChainRuleSet
    [all...]
  /external/icu/icu4c/source/i18n/
vtzone.cpp 537 // Parse the first rule
554 // Only support the rule using 7 continuous days
584 // Use DOW_GEQ_DOM rule with firstDay as the start date
588 // Check if BYMONTH + BYMONTHDAY + BYDAY rule with multiple RRULE lines.
600 // Note: To check valid date range across multiple rule is a little
628 // Check if BYMONTH + BYMONTHDAY + BYDAY rule
638 // support the rule
704 // Day in month rule, for example, 15th day in the month
707 // Nth day of week rule, for example, last Sunday
710 // First day of week after day of month rule, for example
1505 TimeZoneRule *rule = NULL; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 501 * Functions to create and destroy scopes. First come the rule scopes, followed
571 * which will invoke the code for the associated rule in the source grammar
573 * this rule.
575 * For instance if you call the first (topmost) rule in a parser grammar, you will
576 * get the results of a full parse, but calling a rule half way through the grammar will
592 * The return type for any particular rule is of course determined by the source
662 // Unreferenced local variable - lexer rule declares but does not always use _type
663 // potentially unitialized variable used - retval always returned from a rule
668 // usually generated when a parser rule is given a parameter that it does not use. Mostly though
734 <! generate rule/method definitions for imported rules so the
    [all...]
  /external/chromium_org/third_party/icu/source/tools/dumpce/
dumpce.cpp 57 /* 07 */ {"rule", NULL, NULL, NULL, 'r', UOPT_REQUIRES_ARG, 0},
235 * Serializes the contraction within the given argument rule
237 * @param r rule
238 * @param rlen rule length
243 void serialize(FILE *f, UChar *rule, int rlen, UBool contractiononly,
262 src.source = rule;
263 src.current = rule;
264 src.end = rule + rlen;
275 ucol_setText(iter, rule + chOffset, chLen, &error);
589 UChar rule[1024] local
1158 const UChar *rule = ucol_getRules(COLLATOR_, &rulelength); local
    [all...]
  /cts/build/
test_executable.mk 16 # Builds an executable and defines a rule to generate the associated test
test_gtest_package.mk 16 # Builds a package and defines a rule to generate the associated test
test_package.mk 16 # Builds a package and defines a rule to generate the associated test
test_target_java_library.mk 16 # Builds a host library and defines a rule to generate the associated test
test_uiautomator.mk 16 # Builds a uiautomator library and defines a rule to generate the associated test
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleSubtreeStream.js 14 * Referencing a rule result twice is ok; dup entire tree as
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ST.stg 45 /** Add this to each rule's return value struct */
80 /** x+=rule when output=template */
81 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
133 * Set the value of the rule's template *after* having set
134 * the attributes because the rule's template might be used as
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ST.stg 57 /** x+=rule when output=template */
58 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
111 * Set the value of the rule's template *after* having set
112 * the attributes because the rule's template might be used as
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ST.stg 37 /** Add this to each rule's return value struct */
72 /** x+=rule when output=template */
73 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
139 * Set the value of the rule's template *after* having set
140 * the attributes because the rule's template might be used as
  /external/chromium_org/extensions/common/features/
base_feature_provider_unittest.cc 160 scoped_ptr<base::DictionaryValue> rule(
174 new BaseFeatureProvider(*rule, CreateFeature<SimpleFeature>));

Completed in 630 milliseconds

<<11121314151617181920>>