/libcore/luni/src/test/java/libcore/java/nio/channels/ |
SocketChannelTest.java | 19 import org.junit.Rule; 47 @Rule
|
/libcore/luni/src/test/java/libcore/java/nio/file/ |
WatchServiceTest.java | 21 import org.junit.Rule; 54 @Rule
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/ |
GridSizeMigrationTaskTest.java | 12 import android.support.test.rule.provider.ProviderTestRule; 24 import org.junit.Rule; 42 @Rule
|
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/ |
WifiSettingsUiTest.java | 50 import android.support.test.rule.ActivityTestRule; 65 import org.junit.Rule; 101 @Rule
|
/platform_testing/build/tasks/ |
continuous_instrumentation_tests.mk | 64 # Rule to generate the coverage report
|
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/sign/ |
JarSigningTest.java | 37 import org.junit.Rule; 43 @Rule
|
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/ |
ExtraFieldTest.java | 35 import org.junit.Rule; 47 @Rule
|
ZFileNotificationTest.java | 33 import org.junit.Rule; 110 @Rule
|
/cts/tests/tests/media/src/android/media/cts/ |
DecodeAccuracyTest.java | 43 import org.junit.Rule;
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
FfsFileStatement.py | 19 import Rule
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/ |
SymbolTableParser.m | 161 #pragma mark Dynamic Rule Scopes 163 #pragma mark Rule return scopes start 272 // token+rule list labels 338 // token+rule list labels 375 // token+rule list labels 470 // token+rule list labels 530 // token+rule list labels 563 // token+rule list labels
|
/external/parameter-framework/upstream/tools/coverage/ |
coverage.py | 38 - rule 370 class Rule(Element): 381 self.debug("Rule applicability: %s" % isApplicable) 388 """Return the rule applicability depending on children applicability. 395 class CriterionRule(FromDomElement, DomPopulatedElement, Rule): 420 class CompoundRule(FromDomElement, DomPopulatedElement, Rule): 448 class RootRule(DomPopulatedElement, Rule): 455 # A configuration can only have one or no rule 499 "rule:\n%s\n" 536 self.debug("Applied but rule does not match current [all...] |
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
NotificationBlockingHelperManagerTest.java | 30 import org.junit.Rule;
|
/frameworks/support/room/integration-tests/kotlintestapp/src/androidTest/java/androidx/room/integration/kotlintestapp/migration/ |
MigrationKotlinTest.kt | 31 import org.junit.Rule 38 @get:Rule
|
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/ |
HttpFetcher.java | 229 final UrlRules.Rule rule = rules.matchRule(url); local 230 final String newUrl = rule.apply(url);
|
/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...] |
/build/soong/genrule/ |
genrule.go | 106 rule blueprint.Rule 301 g.rule = ctx.Rule(pctx, "generator", ruleParams, args...) 323 Rule: g.rule,
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
ANTLR.g | 74 RULE; 123 import org.antlr.tool.Rule; 330 // if they want backtracking and it's not a lexer rule in combined grammar 338 Rule.getRuleType(currentRuleName) == Grammar.LEXER) && 388 * ^(RULE[block,"rule"] ID["name"] {modifier} ARG["ARG"] RET["RET"] SCOPE["scope"] {block} EOR[EOBAST,"<end-of-rule>"]) 390 GrammarAST rule = (GrammarAST)adaptor.create( RULE, block.getToken(), "rule" ); [all...] |
/external/wayland-protocols/ |
wayland_protocol_codegen.go | 53 // Create a context for build rule output from this package 109 // Each module emits its own blueprint (Ninja) rule. Store a reference 111 rule blueprint.Rule 187 // Emit the rule for generating for processing each source file 224 // emitRule is an internal function to emit each Ninja rule. 227 // should be templated, we generate a Ninja rule that uses the command, 229 g.rule = ctx.Rule(pctx, "generator", blueprint.RuleParams{ 237 Rule: g.rule [all...] |
/build/blueprint/bootstrap/ |
glob.go | 40 // in a build failure with a "missing and no known rule to make it" error. 45 // globRule rule traverses directories to produce a list of files that match $glob 65 // GlobFile creates a rule to write to fileListFile a list of the files that match the specified 73 Rule: GlobRule,
|
/build/blueprint/ |
ninja_writer.go | 100 func (n *ninjaWriter) Rule(name string) error { 102 _, err := fmt.Fprintf(n.writer, "rule %s\n", name) 106 func (n *ninjaWriter) Build(comment string, rule string, outputs, implicitOuts, 139 wrapper.WriteStringWithSpace(rule)
|
/build/soong/java/ |
system_modules.go | 71 Rule: jarsTosystemModules,
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
AutofillValueTest.java | 39 import org.junit.Rule; 58 @Rule
|
CustomDescriptionTest.java | 44 import org.junit.Rule; 52 @Rule
|