Searched refs:Rule (Results 1 - 25 of 212) sorted by relevance

123456789

/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Derror_check.py27 class Rule(object): class in inherits:object
39 # Rule to raise all known errors.
54 'This includes ' + (', '.join(Rule.CLOSURE_RULES)) + '.')
58 ' - ' + Rule.ALL + ': enables all following errors.\n'
59 ' - ' + Rule.BLANK_LINES_AT_TOP_LEVEL + ': validates'
61 ' - ' + Rule.INDENTATION + ': checks correct '
63 ' - ' + Rule.WELL_FORMED_AUTHOR + ': validates the '
65 ' - ' + Rule.NO_BRACES_AROUND_INHERIT_DOC + ': '
67 ' - ' + Rule.BRACES_AROUND_TYPE + ': enforces braces '
69 ' - ' + Rule
[all...]
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Derror_check.py27 class Rule(object): class in inherits:object
39 # Rule to raise all known errors.
54 'This includes ' + (', '.join(Rule.CLOSURE_RULES)) + '.')
58 ' - ' + Rule.ALL + ': enables all following errors.\n'
59 ' - ' + Rule.BLANK_LINES_AT_TOP_LEVEL + ': validates'
61 ' - ' + Rule.INDENTATION + ': checks correct '
63 ' - ' + Rule.WELL_FORMED_AUTHOR + ': validates the '
65 ' - ' + Rule.NO_BRACES_AROUND_INHERIT_DOC + ': '
67 ' - ' + Rule.BRACES_AROUND_TYPE + ': enforces braces '
69 ' - ' + Rule
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DRuleClosureTransition.java30 import org.antlr.tool.Rule;
40 public Rule rule;
45 public RuleClosureTransition(Rule rule,
/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_rule.h20 struct Rule { struct in namespace:content_settings
21 Rule();
22 // Rule takes ownership of |value|.
23 Rule(const ContentSettingsPattern& primary_pattern,
26 ~Rule();
37 virtual Rule Next() = 0;
44 virtual Rule Next() OVERRIDE;
55 virtual Rule Next() OVERRIDE;
H A Dcontent_settings_rule.cc10 Rule::Rule() {} function in class:content_settings::Rule
12 Rule::Rule( function in class:content_settings::Rule
22 Rule::~Rule() {}
32 Rule EmptyRuleIterator::Next() {
34 return Rule();
58 Rule ConcatenationIterator::Next() {
63 const Rule
[all...]
H A Dcontent_settings_rule_unittest.cc17 explicit ListIterator(const std::list<Rule>& rules)
26 virtual Rule Next() OVERRIDE {
30 Rule rule = rules_.front();
36 std::list<Rule> rules_;
42 std::list<Rule> rules1;
43 rules1.push_back(Rule(ContentSettingsPattern::FromString("a"),
46 rules1.push_back(Rule(ContentSettingsPattern::FromString("b"),
49 std::list<Rule> rules2;
50 rules2.push_back(Rule(ContentSettingsPattern::FromString("c"),
53 rules2.push_back(Rule(ContentSettingsPatter
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
H A DCombinedParser.h19 #pragma mark Dynamic Rule Scopes
20 #pragma mark Rule Return Scopes start
21 #pragma mark Rule return scopes end
H A DCombinedLexer.h14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestSuite.java36 protected List<Rule> rules ;
44 rules = new ArrayList<Rule>();
52 public void addRule(Rule currentRule) {
58 public boolean hasRule(Rule rule) {
59 for(Rule r: rules) {
71 public void setRules(List<Rule> newRules) {
82 public Rule getRule(int index) { return rules.get(index); }
88 public Rule getRule(String name) {
89 for(Rule rule: rules) {
H A DRule.java37 * ANTLR v3 Rule Information.
40 public class Rule extends DefaultListModel { class in inherits:DefaultListModel
44 public Rule(String name) { method in class:Rule
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
H A DTestLexer.h13 #pragma mark Rule return scopes start
14 #pragma mark Rule return scopes end
H A DTestLexerLexer.h14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
H A DTestLexer.h13 #pragma mark Rule return scopes start
14 #pragma mark Rule return scopes end
H A DTestLexerLexer.h13 #pragma mark Rule return scopes start
14 #pragma mark Rule return scopes end
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
H A DTreeRewriteLexer.h14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
H A Drule.h30 // Rule rule;
34 class Rule { class in namespace:i18n::addressinput
36 Rule();
37 ~Rule();
40 void CopyFrom(const Rule& rule);
81 DISALLOW_COPY_AND_ASSIGN(Rule);
/external/chromium/net/proxy/
H A Dproxy_bypass_rules.h22 class Rule { class in class:net::ProxyBypassRules
24 Rule();
25 virtual ~Rule();
35 virtual Rule* Clone() const = 0;
37 bool Equals(const Rule& rule) const;
40 DISALLOW_COPY_AND_ASSIGN(Rule);
43 typedef std::vector<const Rule*> RuleList;
/external/chromium_org/net/proxy/
H A Dproxy_bypass_rules.h22 class NET_EXPORT Rule { class in class:net::ProxyBypassRules
24 Rule();
25 virtual ~Rule();
35 virtual Rule* Clone() const = 0;
37 bool Equals(const Rule& rule) const;
40 DISALLOW_COPY_AND_ASSIGN(Rule);
43 typedef std::vector<const Rule*> RuleList;
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DJavaTarget.java32 import org.antlr.tool.Rule;
50 for (Rule rule : grammar.getRules()) {
53 Set<Rule> delegatedRules = grammar.getDelegatedRules();
55 for (Rule rule : delegatedRules) {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DTLexer.h14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
H A DTParser.h35 #pragma mark Dynamic Rule Scopes
36 #pragma mark Rule Return Scopes start
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
H A DTreeRewriteLexer.h14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
/external/chromium_org/net/tools/tld_cleanup/
H A Dtld_cleanup_util.h18 struct Rule { struct in namespace:net::tld_cleanup
24 typedef std::map<std::string, Rule> RuleMap;
/external/chromium_org/chrome/browser/extensions/api/declarative/
H A Drules_registry_unittest.cc32 std::vector<linked_ptr<RulesRegistry::Rule> > add_rules;
33 add_rules.push_back(make_linked_ptr(new RulesRegistry::Rule));
34 add_rules.push_back(make_linked_ptr(new RulesRegistry::Rule));
38 std::vector<linked_ptr<RulesRegistry::Rule> > get_rules;
56 std::vector<linked_ptr<RulesRegistry::Rule> > add_rules_2;
57 add_rules_2.push_back(make_linked_ptr(new RulesRegistry::Rule));
62 std::vector<linked_ptr<RulesRegistry::Rule> > get_rules_2;
78 std::vector<linked_ptr<RulesRegistry::Rule> > get_rules_3a;
82 std::vector<linked_ptr<RulesRegistry::Rule> > add_rules_3;
83 add_rules_3.push_back(make_linked_ptr(new RulesRegistry::Rule));
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
H A DSymbolTableParser.h44 #pragma mark Dynamic Rule Scopes
45 #pragma mark Rule Return Scopes start
46 #pragma mark Rule return scopes end

Completed in 1437 milliseconds

123456789