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

1 2 3 4 5 6 78 91011>>

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
lifecycle.py 26 RULE = 'Rule'
46 class Rule(object):
48 A lifecycle rule for a bucket.
66 self.current_tag = RULE
83 self.validateStartTag(name, RULE)
86 # Verify there is only one action tag in the rule.
89 'Only one action tag is allowed in each rule')
101 self.validateStartTag(name, RULE)
114 if name == RULE
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
lifecycle.py 24 class Rule(object):
26 A Lifecycle rule for an S3 bucket.
28 :ivar id: Unique identifier for the rule. The value cannot be longer
30 generate a unique value for the rule if no value is provided.
33 rule applies. If prefix is not provided, Boto generates a default
36 :ivar status: If 'Enabled', the rule is currently being applied.
37 If 'Disabled', the rule is not currently being applied.
40 the lifetime of the objects that are subject to the rule.
60 return '<Rule: %s>' % self.id
82 s = '<Rule>'
    [all...]
  /external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
CaptureDeprecatedElements.java 27 import com.google.currysrc.api.process.Rule;
100 public List<Rule> getRuleList(File file) {
101 return Lists.<Rule>newArrayList(
  /external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/checker/
RecordPublicApiRules.java 25 import com.google.currysrc.api.process.Rule;
70 @Override public List<Rule> getRuleList(File file) {
71 return Collections.<Rule>singletonList(createOptionalRule(recordPublicApi));
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/
HttpResponseCacheTest.java 36 import org.junit.Rule;
52 @Rule public TemporaryFolder cacheRule = new TemporaryFolder();
53 @Rule public MockWebServer server = new MockWebServer();
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
TlvBufferUtilsTest.java 24 import org.junit.Rule;
34 @Rule
37 @Rule
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /external/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 142 /// Get the propagation rule for a given function.
167 /// taint rule.
206 TaintPropagationRule Rule = llvm::StringSwitch<TaintPropagationRule>(Name)
227 if (!Rule.isNull())
228 return Rule;
251 if (Rule.isNull()) {
303 // First, try generating a propagation rule for this function.
304 TaintPropagationRule Rule =
306 if (!Rule.isNull()) {
307 State = Rule.process(CE, C)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NFAFactory.java 52 public Rule getCurrentRule() {
56 public void setCurrentRule(Rule currentRule) {
60 Rule currentRule = null;
218 /** For reference to rule r, build
222 * where (r) is the start of rule r and the trailing o is not linked
223 * to from rule ref state directly (it's done thru the transition(0)
226 * If the rule r is just a list of tokens, it's block will be just
228 * the rule reference, but i'm not doing this yet as I'm not sure
233 public StateCluster build_RuleRef(Rule refDef, NFAState ruleStart) {
234 //System.out.println("building ref to rule "+nfa.grammar.name+"."+refDef.name)
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
ActivityTestBase.java 24 import android.support.test.rule.ActivityTestRule;
35 import org.junit.Rule;
65 @Rule
69 @Rule
  /cts/tests/tests/view/src/android/view/cts/
PixelCopyTests.java 30 import android.support.test.rule.ActivityTestRule;
38 import org.junit.Rule;
60 @Rule
64 @Rule
  /external/bison/data/
lalr1.cc 180 /// - if negative, reduce the rule which number is the opposite.
190 /// For a rule, its LHS.
192 /// For a rule, its RHS length.
206 /// For each rule, the index of the first RHS symbol in \a yyrhs_.
208 /// For each rule, its source line number.
212 /// Report on the debug stream that the rule \a r is going to be reduced.
324 # define YY_REDUCE_PRINT(Rule) \
327 yy_reduce_print_ (Rule); \
340 # define YY_REDUCE_PRINT(Rule) static_cast<void>(0)
757 /* Do not reclaim the symbols of the rule which action triggere
    [all...]
  /external/junit/src/org/junit/runners/
BlockJUnit4ClassRunner.java 10 import org.junit.Rule;
221 * <li>ALWAYS allow {@code @Rule} fields to modify the execution of the
222 * above steps. A {@code Rule} may prevent all execution of the above steps,
361 return getTestClass().getAnnotatedFieldValues(target, Rule.class,
367 * annotated with {@link Rule}.
370 * @return a RunRules statement if any class-level {@link Rule}s are
388 Rule.class, TestRule.class);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteParser.m 74 #pragma mark Dynamic Rule Scopes
76 #pragma mark Rule return scopes start
200 * $ANTLR start rule
201 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treerewrite/TreeRewrite.g:8:1: rule : INT subrule -> ^( subrule INT ) ;
203 - (TreeRewriteParser_rule_return *) rule
225 description:@"rule subrule"] retain];
243 // rule labels: retval
245 // rule list labels:
278 // token+rule list labels
297 /* $ANTLR end rule */
    [all...]
  /prebuilts/tools/common/m2/repository/commons-digester/commons-digester/1.6/
commons-digester-1.6.jar 
  /cts/tests/fragment/src/android/fragment/cts/
FragmentLifecycleTest.java 21 import android.support.test.rule.ActivityTestRule;
25 import org.junit.Rule;
35 @Rule
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableParser.m 100 #pragma mark Dynamic Rule Scopes
102 #pragma mark Rule Return Scopes start
103 //#pragma mark Rule return scopes start
106 #pragma mark Rule return scopes start
111 #pragma mark Dynamic Rule Scopes
244 // token+rule list labels
316 // token+rule list labels
364 // token+rule list labels
470 // token+rule list labels
542 // token+rule list label
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.h 63 #pragma mark Dynamic Rule Scopes
64 #pragma mark Rule Return Scopes start
  /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...]
  /external/caliper/caliper/src/test/java/com/google/caliper/config/
CaliperConfigTest.java 30 import org.junit.Rule;
46 @Rule public TemporaryFolder folder = new TemporaryFolder();
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
RuntimeInstrumentTest.java 39 import org.junit.Rule;
53 @Rule public CaliperTestWatcher runner = new CaliperTestWatcher();
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
javascriptlintrules.py 41 Rule = error_check.Rule
80 if error_check.ShouldCheck(Rule.UNUSED_LOCAL_VARIABLES):
83 if error_check.ShouldCheck(Rule.UNUSED_PRIVATE_MEMBERS):
127 if error_check.ShouldCheck(Rule.VARIABLE_ARG_MARKER):
140 if error_check.ShouldCheck(Rule.OPTIONAL_TYPE_MARKER):
193 if (error_check.ShouldCheck(Rule.BLANK_LINES_AT_TOP_LEVEL) and
676 if error_check.ShouldCheck(Rule.UNUSED_PRIVATE_MEMBERS):
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
AnalyzerTest.java 41 import org.junit.Rule;
50 @Rule
  /external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
OkUrlFactoryTest.java 20 import org.junit.Rule;
30 @Rule public MockWebServer server = new MockWebServer();
  /external/v8/
PRESUBMIT.py 104 from rules import Rule
124 if rule_type == Rule.DISALLOW:

Completed in 626 milliseconds

1 2 3 4 5 6 78 91011>>