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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_store_unittest.cc 20 void CheckRule(const content_settings::Rule& rule,
24 EXPECT_EQ(primary_pattern.ToString(), rule.primary_pattern.ToString());
25 EXPECT_EQ(secondary_pattern.ToString(), rule.secondary_pattern.ToString());
26 EXPECT_EQ(setting, content_settings::ValueToContentSetting(rule.value.get()));
68 std::vector<content_settings::Rule>* rules) {
194 std::vector<content_settings::Rule> rules;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSKeyframesRule.cpp 193 RefPtrWillBeMember<CSSKeyframeRule>& rule = m_childRuleCSSOMWrappers[index]; local
194 if (!rule)
195 rule = adoptRefWillBeNoop(new CSSKeyframeRule(m_keyframesRule->keyframes()[index].get(), const_cast<CSSKeyframesRule*>(this)));
197 return rule.get();
207 void CSSKeyframesRule::reattach(StyleRuleBase* rule)
209 ASSERT(rule);
210 m_keyframesRule = toStyleRuleKeyframes(rule);
StyleRule.h 50 Keyframe, // Not used. These are internally non-rule StyleKeyframe objects.
284 DEFINE_TYPE_CASTS(StyleRule##Type, StyleRuleBase, rule, rule->is##Type##Rule(), rule.is##Type##Rule())
286 DEFINE_TYPE_CASTS(StyleRule, StyleRuleBase, rule, rule->isStyleRule(), rule.isStyleRule());
CSSFilterRule.cpp 79 void CSSFilterRule::reattach(StyleRuleBase* rule)
81 ASSERT(rule);
82 m_filterRule = toStyleRuleFilter(rule);
CSSFontFaceRule.cpp 65 void CSSFontFaceRule::reattach(StyleRuleBase* rule)
67 ASSERT(rule);
68 m_fontFaceRule = toStyleRuleFontFace(rule);
CSSPageRule.cpp 98 void CSSPageRule::reattach(StyleRuleBase* rule)
100 ASSERT(rule);
101 m_pageRule = toStyleRulePage(rule);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleResolver.cpp 101 void ScopedStyleResolver::addKeyframeStyle(PassRefPtrWillBeRawPtr<StyleRuleKeyframes> rule)
103 AtomicString s(rule->name());
104 if (rule->isVendorPrefixed()) {
105 KeyframesRuleMap::iterator it = m_keyframesRuleMap.find(rule->name().impl());
107 m_keyframesRuleMap.set(s.impl(), rule);
109 m_keyframesRuleMap.set(s.impl(), rule);
111 m_keyframesRuleMap.set(s.impl(), rule);
  /external/chromium_org/third_party/icu/source/i18n/
rbt_rule.cpp 31 * Construct a new rule with the given input, output text, and other
50 * @param anchorStart TRUE if the the rule is anchored on the left to
52 * @param anchorEnd TRUE if the rule is anchored on the right to the
213 * Internal method. Returns 8-bit index value for this rule.
229 * Internal method. Returns true if this rule matches the given
232 * It matches this rule if it matches the first character of the
235 * value. If the rule contains only ante context, as in foo)>bar,
246 * Return true if this rule masks another rule. If r1 masks r2 then
252 /* Rule r1 masks rule r2 if the string formed of th
    [all...]
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/compiler-rt/make/
AppleBI.mk 57 # Rule to make each dylib slice
74 # Rule to make fat dylib
95 # Rule to make fat archive
100 # rule to make each archive slice for dyld (which removes a few archive members)
110 # rule to make make archive for dyld
127 # Rule to make fat dylib
133 # Rule to make each dylib slice
  /external/icu/icu4c/source/data/brkitr/
line_fi.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.
109 # Rule LB1. By default, treat AI (characters with ambiguous east Asian width),
118 # Combining Marks. X $CM* behaves as if it were X. Rule LB6.
191 # it must be listed separately in the rule.
208 # Rule LB 4, 5 Mandatory (Hard) breaks.
230 # An engine change is required to write the reverse rule for this
    [all...]
  /external/icu/icu4c/source/i18n/
rbt_rule.cpp 32 * Construct a new rule with the given input, output text, and other
51 * @param anchorStart TRUE if the the rule is anchored on the left to
53 * @param anchorEnd TRUE if the rule is anchored on the right to the
214 * Internal method. Returns 8-bit index value for this rule.
230 * Internal method. Returns true if this rule matches the given
233 * It matches this rule if it matches the first character of the
236 * value. If the rule contains only ante context, as in foo)>bar,
247 * Return true if this rule masks another rule. If r1 masks r2 then
253 /* Rule r1 masks rule r2 if the string formed of th
    [all...]
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...]
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
HOWTO.txt 77 <rule pattern="org.apache.**" result="com.google.api.client.repackaged.@0"/>
78 <rule pattern="com.google.gson.**" result="com.google.api.client.repackaged.@0"/>
79 <rule pattern="com.google.protobuf.**" result="com.google.api.client.repackaged.@0"/>
80 <rule pattern="com.fasterxml.**" result="com.google.api.client.repackaged.@0"/>
81 <rule pattern="org.codehaus.**" result="com.google.api.client.repackaged.@0"/>
82 <rule pattern="org.mortbay.**" result="com.google.api.client.repackaged.@0"/>
83 <rule pattern="org.xmlpull.**" result="com.google.api.client.repackaged.@0"/>
84 <rule pattern="javax.annotation.**" result="com.google.api.client.repackaged.@0"/>
85 <rule pattern="javax.xml.**" result="com.google.api.client.repackaged.@0"/>
  /ndk/sources/host-tools/make-3.81/doc/
make.info-2 40 You define an implicit rule by writing a "pattern rule". A pattern
41 rule looks like an ordinary rule, except that its target contains the
48 Thus, a pattern rule `%.o : %.c' says how to make any file `STEM.o'
74 A pattern rule contains the character `%' (exactly one of them) in the
75 target; otherwise, it looks exactly like an ordinary rule. The target
85 `%' in a prerequisite of a pattern rule stands for the same stem
87 rule to apply, its target pattern must match the file name under
92 Thus, a rule of the for
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.output 252 $default reduce using rule 1 (input)
458 $default reduce using rule 22 ($@1)
467 $default reduce using rule 24 ($@2)
601 $default reduce using rule 71 (preprocessing_token)
625 $default reduce using rule 72 (preprocessing_token)
643 $default reduce using rule 57 (text_line)
650 $default reduce using rule 74 (preprocessing_token)
657 $default reduce using rule 75 (preprocessing_token)
664 $default reduce using rule 106 (operator)
671 $default reduce using rule 102 (operator
    [all...]
  /development/build/
build_android_stubs.mk 13 # api-stubs-timestamp file, which is the $@ of the droiddoc rule.
17 # Normally the package rule runs aapt, which includes the resource,
18 # but we're not running that in our package rule so just copy in the
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
Rule.java 37 * ANTLR v3 Rule Information.
40 public class Rule extends DefaultListModel {
44 public Rule(String name) {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableParser.h 44 #pragma mark Dynamic Rule Scopes
45 #pragma mark Rule Return Scopes start
46 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteParser.h 17 #pragma mark Dynamic Rule Scopes
18 #pragma mark Rule Return Scopes start
48 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
CodeGenTreeWalker.g 141 Rule r = grammar.getRule( currentRuleName );
147 // unless we're in a synpred rule.
171 if (name == "matchSet" && elementAST.enclosingRuleName != null && elementAST.enclosingRuleName.length() > 0 && Rule.getRuleType(elementAST.enclosingRuleName) == Grammar.LEXER)
173 if ( ( elementAST.getParent().getType() == ANTLRLexer.ALT && elementAST.getParent().getParent().getParent().getType() == RULE && elementAST.getParent().getParent().getChildCount() == 2 )
174 || ( elementAST.getParent().getType() == ANTLRLexer.NOT && elementAST.getParent().getParent().getParent().getParent().getType() == RULE && elementAST.getParent().getParent().getParent().getChildCount() == 2 ) ) {
175 // single alt at the start of the rule needs to be checked
183 // unless we're in a synpred rule.
184 Rule r = grammar.getRule( currentRuleName );
209 Rule r = grammar.getRule( currentRuleName );
239 Rule ruleDescr = grammar.getRule( currentRuleName )
    [all...]
TreeToNFAConverter.g 87 Rule r = grammar.getLocallyDefinedRule( currentRuleName );
121 //System.Console.Out.WriteLine( "adding follow link to rule " + ruleName );
122 // find last link in FOLLOW chain emanating from rule
123 Rule r = grammar.getRule( ruleName );
212 : (rule | ^(PREC_RULE .*))+
215 rule
216 : ^( RULE id=ID
239 if (Rule.getRuleType(currentRuleName) == Grammar.PARSER || grammar.type==Grammar.LEXER)
241 // attach start node to block for this rule
242 Rule thisR = grammar.getLocallyDefinedRule(currentRuleName)
    [all...]
  /external/bison/data/xslt/
xml2dot.xsl 88 <xsl:value-of select="@rule"/>
94 going to iterate once per reduction rule, and not per lookahead. -->
95 <xsl:if test='not(preceding-sibling::*[@rule=$rul and @enabled=$ena])'>
96 <xsl:variable name="rule">
100 <xsl:when test="@rule='accept'">
104 <xsl:value-of select="@rule"/>
112 <xsl:with-param name="rule" select="$rule"/>
119 <xsl:if test='$rule!=0 and not(../reduction[@enabled=$ena and @rule=$rule and @symbol="$default"])'
    [all...]
  /external/chromium_org/build/android/
java_cpp_template.gypi 5 # This file is meant to be included into a target to provide a rule
44 # Ensure dependents are rebuilt when sources for this rule change.
51 # Define a single rule that will be apply to each .template file
  /external/chromium_org/net/dns/
mapped_host_resolver.h 28 // Adds a rule to this mapper. The format of the rule can be one of:
37 // Returns true if the rule was successfully parsed and added.

Completed in 1112 milliseconds

<<11121314151617181920>>