HomeSort by relevance Sort by last modified time
    Searched refs:Rule (Results 551 - 575 of 909) sorted by null

<<21222324252627282930>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileInputStreamTest.java 29 import org.junit.Rule;
33 @Rule
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DeflaterInputStreamTest.java 31 import org.junit.Rule;
35 @Rule
DeflaterOutputStreamTest.java 32 import org.junit.Rule;
36 @Rule
InflaterInputStreamTest.java 30 import org.junit.Rule;
35 @Rule
InflaterOutputStreamTest.java 29 import org.junit.Rule;
33 @Rule
  /libcore/luni/src/test/java/libcore/java/nio/channels/
DatagramChannelTest.java 19 import org.junit.Rule;
43 @Rule
  /build/soong/android/
package_ctx.go 147 argNames ...string) blueprint.Rule {
155 argNames ...string) blueprint.Rule {
160 f func(interface{}) (blueprint.RuleParams, error), argNames ...string) blueprint.Rule {
164 // When USE_GOMA=true is set and the rule is not supported by goma, restrict jobs to the
  /build/soong/genrule/
genrule.go 84 rule blueprint.Rule
211 g.rule = ctx.Rule(pctx, "generator", ruleParams, args...)
221 Rule: g.rule,
  /external/parameter-framework/upstream/tools/xmlGenerator/
EddParser.py 281 # extract all children rule and operator
282 childRules = self.extractChildrenByClass([Operator, Rule])
369 class Rule (Element) :
370 """class implementing the rule concept
372 A rule is composed of a criterion, a rule type and an criterion state.
376 tag = "rule"
391 class Operator (Rule) :
402 childWhiteList = ["Rule", "Operator"]
407 """ return a pfw rule (ex : "Any{criterion1 is state1}") generated from "self" and its children options""
    [all...]
  /build/blueprint/
package_ctx.go 52 // Rule: SomeRule,
67 StaticRule(name string, params RuleParams, argNames ...string) Rule
68 RuleFunc(name string, f func(interface{}) (RuleParams, error), argNames ...string) Rule
123 var Phony Rule = NewBuiltinRule("phony")
127 var errRuleIsBuiltin = errors.New("the rule is a built-in")
213 // Rule: bar.SomeRule,
440 // statement to pass a value to the rule being invoked. It has no value, so it
442 // into the rule's scope, which is used for name lookups within the rule and
627 // StaticRule returns a Rule whose value does not depend on any configuratio
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 250 #pragma mark Rule return scopes Interface start
251 <rules:{rule |
252 <rule.ruleDescriptor:{ruleDescriptor | <returnScopeInterface(scope=ruleDescriptor.returnScope)>}>}>
253 #pragma mark Rule return scopes Interface end
272 <rules:{rule |
273 - (<rule.ruleDescriptor:{ruleDescriptor|<returnType()>}>) <if(!rule.ruleDescriptor.isSynPred)>m<rule.ruleName><else><rule.ruleName>_fragment<endif> <if(rule.ruleDescriptor.parameterScope)><rule.ruleDescriptor.parameterScope:parameterScope()><endif>; }; se (…)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
rulegen.go 29 // rule syntax:
46 // the value matched by the entire rule.
54 type Rule struct {
55 rule string
59 func (r Rule) String() string {
60 return fmt.Sprintf("rule %q at %s", r.rule, r.loc)
63 // parse returns the matching part of the rule, additional conditions, and the result.
64 func (r Rule) parse() (match, cond, result string) {
65 s := strings.Split(r.rule, "->"
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
rulegen.go 29 // rule syntax:
46 // the value matched by the entire rule.
54 type Rule struct {
55 rule string
59 func (r Rule) String() string {
60 return fmt.Sprintf("rule %q at %s", r.rule, r.loc)
63 // parse returns the matching part of the rule, additional conditions, and the result.
64 func (r Rule) parse() (match, cond, result string) {
65 s := strings.Split(r.rule, "->"
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
PixelCopyTest.java 37 import android.support.test.rule.ActivityTestRule;
48 import org.junit.Rule;
63 @Rule
67 @Rule
71 @Rule
75 @Rule
PointerCaptureTest.java 41 import android.support.test.rule.ActivityTestRule;
52 import org.junit.Rule;
73 @Rule
77 @Rule
  /prebuilts/tools/common/intellij-core/171.2455.10/
asm-all.jar 
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
TestCaseEditController.java 94 private Rule currentRule = null;
123 public void OnLoadRule(Rule rule) {
124 if(rule == null) throw new IllegalArgumentException("Null");
125 this.currentRule = rule;
127 this.listModel = rule;
137 public Rule getCurrentRule() {
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
HttpOverSpdyTest.java 55 import org.junit.Rule;
67 @Rule public final TemporaryFolder tempDir = new TemporaryFolder();
68 @Rule public final MockWebServer server = new MockWebServer();
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.cpp 704 /* YYRLINE[YYN] -- Source line where rule number YYN was defined. */
    [all...]
  /frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/
AnimatedVectorDrawableTest.java 43 import android.support.test.rule.ActivityTestRule;
52 import org.junit.Rule;
66 @Rule public final ActivityTestRule<DrawableStubActivity> mActivityTestRule;
519 @Rule
  /frameworks/support/wear/tests/src/android/support/wear/widget/
BoxInsetLayoutTest.java 39 import android.support.test.rule.ActivityTestRule;
46 import org.junit.Rule;
58 @Rule
61 @Rule
  /libcore/luni/src/test/java/libcore/java/nio/file/
DefaultSecureDirectoryStreamTest.java 20 import org.junit.Rule;
67 @Rule
69 @Rule
  /external/jacoco/
asm-debug-all-5.0.1.jar 
  /prebuilts/misc/common/jacoco/lib/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/bazel/formc-deps/
asm-all.jar 

Completed in 1851 milliseconds

<<21222324252627282930>>