HomeSort by relevance Sort by last modified time
    Searched refs:rule (Results 226 - 250 of 1332) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/dom/
CSSSelectorWatch.cpp 158 RefPtrWillBeRawPtr<StyleRule> rule = StyleRule::create(); local
159 rule->wrapperAdoptSelectorList(selectorList);
160 rule->setProperties(callbackPropertySet);
161 m_watchedCallbackSelectors.append(rule.release());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
NinePieceImage.h 86 void setHorizontalRule(ENinePieceImageRule rule) { m_data.access()->horizontalRule = rule; }
89 void setVerticalRule(ENinePieceImageRule rule) { m_data.access()->verticalRule = rule; }
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
lookup_key.cc 32 #include "rule.h"
52 Rule rule; local
53 rule.CopyFrom(Rule::GetDefault());
54 // TODO: Pre-parse the rules and have a map from region code to rule.
55 if (!rule.ParseSerializedRule(
59 const std::vector<std::string>& languages = rule.GetLanguages();
  /external/chromium_org/tools/deep_memory_profiler/lib/
sorter.py 184 """Represents a Rule to match with virtual memory regions."""
283 """Represents a Rule to match with malloc'ed blocks."""
335 for rule in dct['rules']:
337 self._rules.append(VMRule(rule))
339 self._rules.append(MallocRule(rule))
350 for rule in self._rules:
351 print >> result, ' %s' % rule
379 for rule in self._rules:
380 yield rule
386 """Finds a rule whose name is |name|. ""
    [all...]
  /external/srec/srec/include/
srec_context.h 122 asr_int16_t num_fsm_exit_points; /* one per rule import */
222 int wordmap_whether_in_rule(wordmap* wmap, wordID word, wordID rule);
224 wordID wordmap_find_index_in_rule(wordmap* wmap, const char* word, wordID rule);
225 wordID wordmap_find_rule_index(wordmap* wmap, const char* rule);
232 wordID wordmap_add_word_in_rule(wordmap* wmap, const char* word, wordID rule);
  /external/bison/src/
scan-code.c 196 /* Action number for EOF rule of a given start state. */
703 static void handle_action_dollar (symbol_list *rule, char *cp,
705 static void handle_action_at (symbol_list *rule, char *cp, location at_loc);
723 /* Whether in a rule or symbol action. Specifies the translation
852 /* Copy whatever the last rule matched to the standard output. */
953 /* Code executed at the beginning of each rule, after code_text and code_leng
960 /* Code executed at the end of each rule. */
1106 fprintf( stderr, "--accepting rule at line %ld (\"%s\")\n",
1109 fprintf( stderr, "--accepting default rule (\"%s\")\n",
    [all...]
  /external/chromium_org/sandbox/win/src/
policy_low_level.cc 13 // A single rule can use at most this amount of memory.
34 // Adding a rule is nothing more than pushing it into an stl container. Done()
35 // is called for the rule in case the code that made the rule in the first
37 bool LowLevelPolicy::AddRule(int service, PolicyRule* rule) {
38 if (!rule->Done()) {
42 PolicyRule* local_rule = new PolicyRule(*rule);
52 delete it->rule;
61 // memory zone for the opcodes and the data and call RebindCopy on each rule
70 mmap[it->service].push_back(it->rule);
91 const PolicyRule* rule = (*rules_it); local
    [all...]
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
Dbg.stg 131 @rule.preamble() ::= <<
141 @rule.postamble() ::= <<
227 goto rule<ruleDescriptor.name>Ex;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
AST.stg 73 /** Add a variable to track rule's return AST */
88 :{it | stream_<it> = RewriteRuleSubtreeStream(self._adaptor, "rule <it>")}; separator="\n">
93 * as a rule could have both rewrite and AST within the same alternative
109 /** ID and track it for use in a rewrite rule */
115 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and*
135 /** rule when output=AST and tracking for rewrite */
136 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
138 <finishedBacktracking({stream_<rule.name>.add(<label>.tree)})>
141 /** x+=rule when output=AST and tracking for rewrite */
142 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/chromium_org/chrome/browser/content_settings/
content_settings_origin_identifier_value_map_unittest.cc 201 content_settings::Rule rule = rule_iterator->Next(); local
202 EXPECT_EQ(sub_pattern, rule.primary_pattern);
203 EXPECT_EQ(2, content_settings::ValueToContentSetting(rule.value.get()));
206 rule = rule_iterator->Next();
207 EXPECT_EQ(pattern, rule.primary_pattern);
208 EXPECT_EQ(1, content_settings::ValueToContentSetting(rule.value.get()));
  /external/chromium_org/chrome/installer/util/
advanced_firewall_manager_win.cc 72 // Delete the rule. According MDSN |INetFwRules::Add| should replace rule with
73 // same "rule identifier". It's not clear what is "rule identifier", but it
74 // can successfully create many rule with same name.
77 // Create the rule and add it to the rule set (only succeeds if elevated).
102 base::win::ScopedComPtr<INetFwRule> rule) {
103 // Rename rule to unique name and delete by unique name. We can't just delete
104 // rule by name. Multiple rules with the same name and different app ar
175 base::win::ScopedComPtr<INetFwRule> rule; local
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
verify_filelist.py 65 for line_no, rule in enumerate(contents.split('\n')):
66 rule = rule.strip()
67 if rule:
68 self.ParsePattern(line_no + 1, rule)
99 # Won't work properly. A file "foo/bar/baz" will match the first rule,
185 parser = optparse.OptionParser(usage='%prog <rule file> <directory>')
197 parser.error('Expected rule file.')
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleRule.h 49 Keyframe, // Not used. These are internally non-rule StyleKeyframe objects.
283 DEFINE_TYPE_CASTS(StyleRule##Type, StyleRuleBase, rule, rule->is##Type##Rule(), rule.is##Type##Rule())
285 DEFINE_TYPE_CASTS(StyleRule, StyleRuleBase, rule, rule->isStyleRule(), rule.isStyleRule());
  /external/chromium_org/extensions/browser/api/declarative/
rules_registry.cc 29 const char kDuplicateRuleId[] = "Duplicate rule ID: %s";
32 const std::vector<linked_ptr<extensions::RulesRegistry::Rule> >& rules) {
39 std::vector<linked_ptr<extensions::RulesRegistry::Rule> > RulesFromValue(
41 std::vector<linked_ptr<extensions::RulesRegistry::Rule> > rules;
52 linked_ptr<extensions::RulesRegistry::Rule> rule(
53 new extensions::RulesRegistry::Rule());
54 if (extensions::RulesRegistry::Rule::Populate(*dict, rule.get()))
55 rules.push_back(rule);
331 Rule* rule = i->get(); local
346 Rule* rule = i->get(); local
    [all...]
  /external/chromium_org/net/dns/
mock_host_resolver.cc 222 struct RuleBasedHostResolverProc::Rule {
237 Rule(ResolverType resolver_type,
270 Rule rule(Rule::kResolverTypeSystem,
277 rules_.push_back(rule);
292 Rule rule(Rule::kResolverTypeIPLiteral, host_pattern,
295 rules_.push_back(rule);
    [all...]
  /external/chromium_org/ui/keyboard/resources/elements/
kb-key-base.js 14 * The maximum number of elements in one keyset rule.
21 * The minumum number of elements in one keyset rule.
28 * The index of event type element in the splitted keyset rule.
35 * The index of toKeyset element in the splitted keyset rule.
42 * The index of nextKeyset element in the splitted keyset rule.
50 * rule array and the array in keysetRules.
57 * The minumum number of elements in one keyset rule.
71 * If no rule is defined for a key event, the event wont trigger a keyset
80 // An rule can be defined as: (down|up|long|dbl):keysetid[:keysetid]
81 // and each rule are separated by a semicolon. The first elemen
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 60 * in a rule will cause an exception and immediate exit from
61 * rule. Rule would recover by resynchronizing to the set of
62 * symbols that can follow rule ref.
272 msg = "rule "+fpe.ruleName+" failed predicate: {"+
353 /* Compute the error recovery set for the current rule. During
354 * rule invocation, the parser pushes the set of tokens that can
355 * follow that rule reference on the stack; this amounts to
356 * computing FIRST of what follows the rule reference in the
357 * enclosing rule. This local follow set only includes token
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NameSpaceChecker.java 46 Rule r = grammar.composite.ruleIndexToRuleList.elementAt(i);
50 // walk all labels for Rule r
58 // walk rule scope attributes for Rule r
75 // check for missing rule, tokens
79 protected void checkForRuleArgumentAndReturnValueConflicts(Rule r) {
96 protected void checkForRuleDefinitionProblems(Rule r) {
119 /** If ref to undefined rule, give error at first occurrence.
121 * Give error if you cannot find the scope override on a rule reference.
123 * If you ref ID in a combined grammar and don't define ID as a lexer rule
133 Rule rule = grammar.getRule(ruleName); local
175 Rule rule = grammar.getRule(scopeG.name, ruleName); local
    [all...]
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_classifier_browsertest.cc 79 // Add a default rule with a non-phishy weight.
80 ClientSideModel::Rule* rule = model.add_rule(); variable
81 rule->set_weight(-1.0);
86 rule = model.add_rule();
87 rule->add_feature(0);
88 rule->add_feature(1);
89 rule->add_feature(2);
90 rule->set_weight(1.0);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LayoutTestBase.java 53 * @param rule The rule to test on
68 protected INode dragInto(IViewRule rule, INode targetNode, Rect dragBounds, Point dropPoint,
79 DropFeedback feedback = rule.onDropEnter(targetNode, null/*targetView*/, elements);
89 feedback = rule.onDropMove(targetNode, elements, feedback, dropPoint);
93 feedback = rule.onDropMove(targetNode, elements, feedback, secondDropPoint);
127 rule.onDropped(targetNode, elements, feedback, dropPoint);
191 protected void initialize(IViewRule rule, String fqn) {
192 rule.onInitialize(fqn, new TestRulesEngine(fqn));
  /external/chromium_org/third_party/icu/source/test/cintltst/
citertst.c 357 UChar rule[50]; local
358 int rulelen = u_unescape(str, rule, 50);
372 coll = ucol_openRules(rule, rulelen, UCOL_ON, UCOL_TERTIARY, NULL, &status);
425 UChar rule[50]; local
451 u_uastrcpy(rule, "&a,A < b,B < c,C, d,D < z,Z < ch,cH,Ch,CH");
452 c1 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
454 log_verbose("Contraction rule testing back and forth with no normalization\n");
475 u_uastrcpy(rule, "&a < b < c/abd < d");
476 c2 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status)
798 UChar rule[256]; local
1366 UChar rule[50]; local
1474 UChar rule[10]; local
    [all...]

Completed in 2088 milliseconds

1 2 3 4 5 6 7 8 91011>>