HomeSort by relevance Sort by last modified time
    Searched refs:Rule (Results 51 - 75 of 373) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangDumpDecl.h 38 #pragma mark Dynamic Rule Scopes
39 #pragma mark Rule Return Scopes start
  /external/dagger2/core/src/test/java/dagger/internal/
InstanceFactoryTest.java 18 import org.junit.Rule;
28 @Rule public final ExpectedException thrown = ExpectedException.none();
  /external/jarjar/src/test/com/tonicsystems/jarjar/
PackageRemapperTest.java 29 Rule rule = new Rule(); local
30 rule.setPattern("org.**");
31 rule.setResult("foo.@1");
32 remapper = new PackageRemapper(Collections.singletonList(rule), false);
  /external/v8/test/cctest/
test-date.cc 37 struct Rule {
41 DateCacheMock(int local_offset, Rule* rules, int rules_count)
50 Rule* rule = FindRuleFor(year, month, day, time_in_day_sec); local
51 return rule == NULL ? 0 : rule->offset_sec * 1000;
60 Rule* FindRuleFor(int year, int month, int day, int time_in_day_sec) {
61 Rule* result = NULL;
70 bool Match(Rule* rule, int year, int month, int day, int time_in_day_sec)
    [all...]
  /frameworks/support/percent/tests/java/android/support/percent/
BaseInstrumentationTestCase.java 22 import android.support.test.rule.ActivityTestRule;
27 import org.junit.Rule;
34 @Rule
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
BaseInstrumentationTestCase.java 19 import org.junit.Rule;
25 import android.support.test.rule.ActivityTestRule;
31 @Rule
  /build/kati/
eval.h 30 class Rule;
55 const vector<const Rule*>& rules() const { return rules_; }
100 vector<const Rule*> rules_;
103 Rule* last_rule_;
rule.cc 17 #include "rule.h"
28 static void ParseInputs(Rule* r, StringPiece s) {
50 Rule::Rule()
57 Rule** out_rule, RuleVarAssignment* rule_var) {
98 Rule* rule = new Rule(); local
99 *out_rule = rule;
100 rule->loc = loc
    [all...]
  /frameworks/base/tools/split-select/
SplitSelector.cpp 22 #include "Rule.h"
68 KeyedVector<SplitDescription, sp<Rule> > SplitSelector::getRules() const {
69 KeyedVector<SplitDescription, sp<Rule> > rules;
76 sp<Rule> rule = Rule::simplify(RuleGenerator::generate(splits, j)); local
77 if (rule != NULL) {
78 rules.add(splits[j], rule);
SplitSelector.h 24 #include "Rule.h"
36 android::KeyedVector<SplitDescription, android::sp<Rule> > getRules() const;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.h 57 #pragma mark Dynamic Rule Scopes
58 #pragma mark Rule Return Scopes start
70 #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/jacoco/org.jacoco.report/src/org/jacoco/report/check/
RulesChecker.java 34 private List<Rule> rules;
41 this.rules = new ArrayList<Rule>();
51 public void setRules(final List<Rule> rules) {
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
RulesCheckerTest.java 47 Rule rule = new Rule(); local
48 Limit limit = rule.createLimit();
51 checker.setRules(Arrays.asList(rule));
54 Arrays.asList("Rule violated for bundle bundle: instructions missed count is 10, but expected maximum is 5"),
60 Rule rule = new Rule(); local
61 rule.setElement(ElementType.CLASS)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSanity.java 46 protected Set<Rule> visitedDuringRecursionCheck = null;
54 * of troublesome rule cycles. This method has two side-effects: it notifies
58 public List<Set<Rule>> checkAllRulesForLeftRecursion() {
61 List<Set<Rule>> listOfRecursiveCycles = new ArrayList();
63 Rule r = grammar.composite.ruleIndexToRuleList.elementAt(i);
79 /** From state s, look for any transition to a rule that is currently
82 * invoking rule that it is nullable, which implies that invoking
83 * rule must look at follow transition for that invoking state.
84 * The visitedStates tracks visited states within a single rule so
91 List<Set<Rule>> listOfRecursiveCycles
    [all...]
  /frameworks/base/services/core/java/com/android/server/firewall/
IntentFirewall.java 153 List<Rule> candidateRules;
156 candidateRules = new ArrayList<Rule>();
161 // rule against the intent
163 Rule rule = candidateRules.get(i); local
164 if (rule.matches(this, resolvedComponent, intent, callerUid, callerPid, resolvedType,
166 block |= rule.getBlock();
167 log |= rule.getLog();
302 List<List<Rule>> rulesByType = new ArrayList<List<Rule>>(3)
336 Rule rule = new Rule(); local
373 Rule rule = rules.get(ruleIndex); local
378 resolver.addComponentFilter(rule.getComponentFilter(i), rule); local
487 private final Rule rule; field in class:IntentFirewall.FirewallIntentFilter
    [all...]
  /external/google-breakpad/src/common/
dwarf_cfi_to_module_unittest.cc 132 class Rule: public RuleFixture, public Test { };
134 TEST_F(Rule, UndefinedRule) {
144 TEST_F(Rule, RegisterWithEmptyName) {
155 TEST_F(Rule, SameValueRule) {
166 TEST_F(Rule, OffsetRule) {
179 TEST_F(Rule, OffsetRuleNegative) {
191 TEST_F(Rule, ValOffsetRule) {
207 TEST_F(Rule, RegisterRule) {
218 TEST_F(Rule, ExpressionRule) {
229 TEST_F(Rule, ValExpressionRule)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
test_lifecycle.py 26 from boto.s3.lifecycle import Rule, Lifecycle, Transition
35 <Rule>
36 <ID>rule-1</ID>
46 </Rule>
47 <Rule>
48 <ID>rule-2</ID>
55 </Rule>
64 rule = response[0]
65 self.assertEqual(rule.id, 'rule-1'
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
RuleListController.java 32 import org.antlr.gunit.swingui.model.Rule;
121 if(value instanceof Rule) {
122 final Rule item = (Rule) value;
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/
DefaultRule.java 23 * Default implementation of {@link Rule} that delegates to a {@link Processor} for the
26 public class DefaultRule implements Rule {
  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
CheckMojo.java 29 import org.jacoco.report.check.Rule;
59 * <tt>rule</tt> and <tt>limit</tt> when using Maven 2, with Maven 3 you do
71 * <rule implementation="org.jacoco.maven.RuleConfiguration">
85 * </rule>
97 * <rule>
109 * </rule>
165 final List<Rule> checkerrules = new ArrayList<Rule>();
167 checkerrules.add(r.rule);
209 public void onViolation(final ICoverageNode node, final Rule rule
    [all...]
  /external/jarjar/src/main/com/tonicsystems/jarjar/
MainProcessor.java 34 List<Rule> ruleList = new ArrayList<Rule>();
39 } else if (pattern instanceof Rule) {
40 ruleList.add((Rule) pattern);
  /prebuilts/tools/common/asm-tools/
asm-xml-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-xml-3.3.jar 

Completed in 470 milliseconds

1 23 4 5 6 7 8 91011>>