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

<<11121314151617181920>>

  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/
options.html 9 <button id=new>New Rule</button>
11 <tr id=rule-template hidden>
  /external/chromium_org/components/onc/docs/
onc_spec.css 30 .rule {
43 content: "Rule ";
  /external/chromium_org/net/tools/tld_cleanup/
tld_cleanup_util.h 18 struct Rule {
24 typedef std::map<std::string, Rule> RuleMap;
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleSheetContents.cpp 146 void StyleSheetContents::parserAppendRule(PassRefPtrWillBeRawPtr<StyleRuleBase> rule)
148 ASSERT(!rule->isCharsetRule());
149 if (rule->isImportRule()) {
152 StyleRuleImport* importRule = toStyleRuleImport(rule.get());
162 if (rule->isMediaRule()) {
164 reportMediaQueryWarningIfNeeded(singleOwnerDocument(), toStyleRuleMedia(rule.get())->mediaQueries());
167 m_childRules.append(rule);
226 bool StyleSheetContents::wrapperInsertRule(PassRefPtrWillBeRawPtr<StyleRuleBase> rule, unsigned index)
231 ASSERT(!rule->isCharsetRule());
243 if (childVectorIndex < m_importRules.size() || (childVectorIndex == m_importRules.size() && rule->isImportRule()))
    [all...]
StyleRule.cpp 207 RefPtrWillBeRawPtr<CSSRule> rule = nullptr; local
211 rule = CSSStyleRule::create(toStyleRule(self), parentSheet);
214 rule = CSSPageRule::create(toStyleRulePage(self), parentSheet);
217 rule = CSSFontFaceRule::create(toStyleRuleFontFace(self), parentSheet);
220 rule = CSSMediaRule::create(toStyleRuleMedia(self), parentSheet);
223 rule = CSSSupportsRule::create(toStyleRuleSupports(self), parentSheet);
226 rule = CSSImportRule::create(toStyleRuleImport(self), parentSheet);
229 rule = CSSKeyframesRule::create(toStyleRuleKeyframes(self), parentSheet);
232 rule = CSSViewportRule::create(toStyleRuleViewport(self), parentSheet);
235 rule = CSSFilterRule::create(toStyleRuleFilter(self), parentSheet)
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
language.h 23 class Rule;
43 Language ChooseBestAddressLanguage(const Rule& address_region_rule,
lookup_key.cc 30 #include "rule.h"
58 Rule rule; local
59 rule.CopyFrom(Rule::GetDefault());
60 // TODO: Pre-parse the rules and have a map from region code to rule.
61 if (!rule.ParseSerializedRule(
65 const std::vector<std::string>& languages = rule.GetLanguages();
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
msvs.py 357 def _BuildCommandLineForRule(spec, rule, has_input_path, do_setup_env):
362 mcs = rule.get('msvs_cygwin_shell')
367 quote_cmd = int(rule.get('msvs_quote_cmd', 1))
368 return _BuildCommandLineForRuleRaw(spec, rule['action'], mcs, has_input_path,
466 """Given the input file to which a rule applied, string substitute a path.
470 input_file: the file to which the rule applied.
484 def _FindRuleTriggerFiles(rule, sources):
485 """Find the list of files which a particular rule applies to.
488 rule: the rule in questio
    [all...]
  /external/chromium_org/tools/gyp/test/gyp-defines/
gyptest-regyp.py 9 stripped from the regeneration rule.
27 # So the regeneration rule needs to use the correct order.
  /external/chromium_org/tools/gyp/test/same-target-name-different-directory/
gyptest-all.py 33 test.must_exist('relocate/src/subdir1/rule.txt')
34 test.must_exist('relocate/src/subdir2/rule.txt')
  /external/chromium_org/tools/gyp/test/same-target-name-different-directory/src/subdir1/
subdir1.gyp 51 'rule_name': 'rule',
55 'rule.txt',
  /external/chromium_org/tools/gyp/test/same-target-name-different-directory/src/subdir2/
subdir2.gyp 51 'rule_name': 'rule',
55 'rule.txt',
  /external/iproute2/include/linux/
fib_rules.h 7 /* rule is permanent, and cannot be deleted */
62 FR_ACT_GOTO, /* Jump to another rule */
  /external/iptables/extensions/
libxt_IDLETIMER.man 3 a rule is set with a new label. The rules also take a timeout value (in
4 seconds) as an option. If more than one rule uses the same timer label, the
libxt_TPROXY.man 11 rule also specifies \fB\-p tcp\fP or \fB\-p udp\fP.
15 address of the incoming interface. This is only valid if the rule also
  /external/jarjar/src/main/com/tonicsystems/jarjar/
PatternElement.java 36 String result = (pattern instanceof Rule) ? ((Rule)pattern).getResult() : "";
  /external/kernel-headers/original/uapi/linux/
fib_rules.h 7 /* rule is permanent, and cannot be deleted */
60 FR_ACT_GOTO, /* Jump to another rule */
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
mult_targets 2 ."rule with multiple targets is equivalent to writing \n"
6 $details = "A makefile is created with one rule and two targets. Make \n"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
ListViewRule.java 30 * This is the "root" rule, that is used whenever there is not more specific
31 * rule to apply.
ViewRule.java 23 * is the "root" rule, that is used whenever there is not more specific rule to
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
AST.stg 28 :{int |stream_<it> = ANTLR3::AST::RewriteRuleSubtreeStream.new( @adaptor, "rule <it>" )}; separator="\n">
59 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
61 <gatedAction({stream_<rule.name>.add( <label; format="label">.tree )})>
64 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
68 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
70 <gatedAction({stream_<rule.name>.add( <label; format="label">.tree )})>
73 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
92 # rule labels: <referencedRuleLabels; separator=", ">
94 # rule list labels: <referencedRuleListLabels; separator=", ">
142 {it | stream_<it> = <it; format="label"> ? subtree_stream( "rule <it>", <it; format="label">.tree ) : subtree_stream( "token <it>" )}
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative/
rules_registry.h 35 // RulesRegistry::Rule objects. It contains all the methods that need to run on
40 typedef extensions::api::events::Rule Rule;
76 // |rules| is a list of Rule instances following the definition of the
77 // declarative extension APIs. It is guaranteed that each rule in |rules| has
89 const std::vector<linked_ptr<RulesRegistry::Rule> >& rules);
115 std::vector<linked_ptr<RulesRegistry::Rule> >* out);
119 std::vector<linked_ptr<RulesRegistry::Rule> >* out);
164 const std::vector<linked_ptr<RulesRegistry::Rule> >& rules);
171 const std::vector<linked_ptr<RulesRegistry::Rule> >& rules) = 0
    [all...]
  /build/core/
sdk_font.mk 47 # Define a macro to create rule for addititional fonts that we want to include
51 define sdk-extra-font-rule
63 $(eval $(call sdk-extra-font-rule,NanumGothic.ttf,external/naver-fonts/NanumGothic.ttf))
64 $(eval $(call sdk-extra-font-rule,DroidSansFallback.ttf,frameworks/base/data/fonts/DroidSansFallbackFull.ttf))
66 sdk-extra-font-rule :=
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeRewriter.java 36 public Object rule() throws RecognitionException; method in interface:TreeRewriter.fptr
61 TreeRuleReturnScope r = (TreeRuleReturnScope)whichRule.rule();
108 public Object rule() throws RecognitionException { return topdown(); }
112 public Object rule() throws RecognitionException { return bottomup(); }
116 // to override, just define tree grammar rule topdown and turn on
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
main.m 49 // We start the parsing process by calling a parser rule. In theory you can call any parser rule here,
52 // initialized when you call a specific parser rule).
53 // This is a simple example, so we just call the top-most rule 'program'.
68 // As with parsers, you can invoke any treeparser rule here.

Completed in 476 milliseconds

<<11121314151617181920>>