/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
ConnectionReuseTest.java | 26 import org.junit.Rule; 34 @Rule public final TestRule timeout = new Timeout(30_000); 35 @Rule public final MockWebServer server = new MockWebServer();
|
/frameworks/base/services/tests/servicestests/src/com/android/server/storage/ |
DiskStatsLoggingServiceTest.java | 54 import org.junit.Rule; 69 @Rule public TemporaryFolder mTemporaryFolder; 70 @Rule public TemporaryFolder mDownloads;
|
/prebuilts/build-tools/common/bison/ |
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...] |
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/secure/bidirule/ |
bidirule.go | 7 // Package bidirule implements the Bidi Rule defined by RFC 5893. 35 // o In a domain name consisting of only labels that satisfy the rule, 40 // Definitions document [RFC5890]) and labels that satisfy the rule, 47 // ErrInvalid indicates a label is invalid according to the Bidi Rule. 48 var ErrInvalid = errors.New("bidirule: failed Bidi Rule") 135 // The Bidi Rule does not have to be applied to labels of the category 153 // 5893. The Bidi Rule does not have to be applied to labels of the category 171 // Valid reports whether b conforms to the BiDi rule. 180 // ValidString reports whether s conforms to the BiDi rule. 189 // New returns a Transformer that verifies that input adheres to the Bidi Rule [all...] |
/prebuilts/go/linux-x86/src/vendor/golang_org/x/text/secure/bidirule/ |
bidirule.go | 7 // Package bidirule implements the Bidi Rule defined by RFC 5893. 35 // o In a domain name consisting of only labels that satisfy the rule, 40 // Definitions document [RFC5890]) and labels that satisfy the rule, 47 // ErrInvalid indicates a label is invalid according to the Bidi Rule. 48 var ErrInvalid = errors.New("bidirule: failed Bidi Rule") 135 // The Bidi Rule does not have to be applied to labels of the category 153 // 5893. The Bidi Rule does not have to be applied to labels of the category 171 // Valid reports whether b conforms to the BiDi rule. 180 // ValidString reports whether s conforms to the BiDi rule. 189 // New returns a Transformer that verifies that input adheres to the Bidi Rule [all...] |
/build/soong/java/ |
java_test.go | 242 javac := ctx.ModuleForTests("foo", "android_common").Rule("javac") 249 baz := ctx.ModuleForTests("baz", "android_common").Rule("javac").Output.String() 279 javac := ctx.ModuleForTests("foo", "android_common").Rule("javac") 482 javac := ctx.ModuleForTests("foo", variant).Rule("javac") 511 javac := ctx.ModuleForTests("foo", variant).Rule("javac") 546 javac := ctx.ModuleForTests("foo", "android_common").Rule("javac") 584 javac := ctx.ModuleForTests("foo", "android_common").Rule("javac") 596 baz := ctx.ModuleForTests("baz", "android_common").Rule("javac").Output.String() 726 javac := ctx.ModuleForTests("foo", "android_common").Rule("javac") 727 genrule := ctx.ModuleForTests("gen", "").Rule("generator" [all...] |
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/src/com/android/cts/isolatedsplitapp/ |
SplitAppTest.java | 31 import android.support.test.rule.ActivityTestRule; 34 import org.junit.Rule; 68 @Rule 72 // Do not launch this activity lazily. We use this rule to launch all feature Activities, 74 @Rule 79 @Rule
|
/developers/build/prebuilts/gradle/PictureInPicture/kotlinApp/app/src/androidTest/java/com/example/android/pictureinpicture/ |
MainActivityTest.kt | 29 import android.support.test.rule.ActivityTestRule 41 import org.junit.Rule 49 @Rule @JvmField 50 val rule = ActivityTestRule(MainActivity::class.java) 62 rule.runOnUiThread { 64 assertTrue(rule.activity.isInPictureInPictureMode) 65 val view = rule.activity.findViewById<MovieView>(R.id.movie) 88 rule.runOnUiThread { rule.activity.requestedOrientation = ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE } 90 rule.runOnUiThread [all...] |
MediaSessionPlaybackActivityTest.kt | 29 import android.support.test.rule.ActivityTestRule 44 import org.junit.Rule 52 @Rule @JvmField 53 val rule = ActivityTestRule(MediaSessionPlaybackActivity::class.java) 65 rule.runOnUiThread { 67 assertTrue(rule.activity.isInPictureInPictureMode) 68 val view = rule.activity.findViewById<MovieView>(R.id.movie) 98 rule.runOnUiThread { rule.activity.requestedOrientation = ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE } 100 rule.runOnUiThread [all...] |
/developers/samples/android/media/PictureInPicture/kotlinApp/app/src/androidTest/java/com/example/android/pictureinpicture/ |
MainActivityTest.kt | 29 import android.support.test.rule.ActivityTestRule 41 import org.junit.Rule 49 @Rule @JvmField 50 val rule = ActivityTestRule(MainActivity::class.java) 62 rule.runOnUiThread { 64 assertTrue(rule.activity.isInPictureInPictureMode) 65 val view = rule.activity.findViewById<MovieView>(R.id.movie) 88 rule.runOnUiThread { rule.activity.requestedOrientation = ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE } 90 rule.runOnUiThread [all...] |
MediaSessionPlaybackActivityTest.kt | 29 import android.support.test.rule.ActivityTestRule 44 import org.junit.Rule 52 @Rule @JvmField 53 val rule = ActivityTestRule(MediaSessionPlaybackActivity::class.java) 65 rule.runOnUiThread { 67 assertTrue(rule.activity.isInPictureInPictureMode) 68 val view = rule.activity.findViewById<MovieView>(R.id.movie) 98 rule.runOnUiThread { rule.activity.requestedOrientation = ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE } 100 rule.runOnUiThread [all...] |
/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...] |
/external/chromium-trace/catapult/common/eslint/rules/ |
catapult-camelcase.js | 7 * @fileoverview Rule to flag non-camelcased identifiers 14 // Rule Definition 60 * Reports an AST node as a rule violation.
|
/frameworks/base/apct-tests/perftests/core/src/android/text/ |
TextPerfUtils.java | 36 import org.junit.Rule;
|
/frameworks/support/core/ktx/src/androidTest/java/androidx/core/preference/ |
PreferenceGroupTest.kt | 23 import android.support.test.rule.ActivityTestRule 33 import org.junit.Rule 39 @Rule 40 val rule = ActivityTestRule(TestPreferenceActivity::class.java) 45 preferenceGroup = (rule
|
/frameworks/support/navigation/safe-args-generator/src/tests/kotlin/androidx/navigation/safe/args/generator/ |
NavWriterTest.kt | 36 import org.junit.Rule 48 @get:Rule
|
/frameworks/support/navigation/safe-args-gradle-plugin/src/test/kotlin/androidx/navigation/safeargs/gradle/ |
PluginTest.kt | 26 import org.junit.Rule 50 @get:Rule
|
/frameworks/support/preference/ktx/src/androidTest/java/androidx/preference/ |
PreferenceGroupTest.kt | 20 import android.support.test.rule.ActivityTestRule 29 import org.junit.Rule 35 @Rule 36 val rule = ActivityTestRule(TestPreferenceActivity::class.java) 41 preferenceGroup = (rule
|
/packages/apps/Settings/tests/unit/src/com/android/settings/notification/ |
ZenModeSettingsIntegrationTest.java | 18 import org.junit.Rule; 61 onView(withText("Add rule")).check(matches(isDisplayed()));
|
/prebuilts/tools/common/m2/repository/commons-digester/commons-digester/1.6/ |
commons-digester-1.6.jar | |
/build/blueprint/ |
singleton_ctx.go | 41 Rule(pctx PackageContext, name string, params RuleParams, argNames ...string) Rule 149 func (s *singletonContext) Rule(pctx PackageContext, name string, 150 params RuleParams, argNames ...string) Rule {
|
/build/soong/android/ |
api_levels.go | 40 Rule: WriteFile,
|
/cts/tests/app/src/android/app/cts/ |
AlertDialogTest.java | 25 import android.support.test.rule.ActivityTestRule; 35 import org.junit.Rule; 56 @Rule
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
AutoFinishSessionTest.java | 36 import org.junit.Rule; 48 @Rule
|
FatActivityTest.java | 52 import org.junit.Rule; 60 @Rule
|