OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Rule
(Results
351 - 375
of
1306
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
GuidedStepFragmentTestBase.java
28
import android.support.test.
rule
.ActivityTestRule;
35
import org.junit.
Rule
;
42
@
Rule
public TestName mUnitTestName = new TestName();
44
@
Rule
GuidedStepSupportFragmentTestBase.java
25
import android.support.test.
rule
.ActivityTestRule;
32
import org.junit.
Rule
;
39
@
Rule
public TestName mUnitTestName = new TestName();
41
@
Rule
/frameworks/support/wear/src/androidTest/java/androidx/wear/widget/
WearableLinearLayoutManagerTest.java
24
import android.support.test.
rule
.ActivityTestRule;
33
import org.junit.
Rule
;
43
@
Rule
46
@
Rule
/frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/utils/
LiveDataUtilsTest.java
34
import org.junit.
Rule
;
42
@
Rule
45
@
Rule
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
AddConfigWidgetTest.java
34
import com.android.launcher3.util.
rule
.LauncherActivityRule;
35
import com.android.launcher3.util.
rule
.ShellCommandRule;
39
import org.junit.
Rule
;
55
@
Rule
public LauncherActivityRule mActivityMonitor = new LauncherActivityRule();
56
@
Rule
public ShellCommandRule mGrantWidgetRule = ShellCommandRule.grandWidgetBind();
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h
58
// Construct the target action
rule
by extracting the evaluated
65
/// Scans the list of requirements in a
rule
and visits all the refactoring
117
"Expected a refactoring action
rule
type");
122
class
Rule
final : public RefactoringActionRule {
124
Rule
(std::tuple<RequirementTypes...> Requirements)
149
return llvm::make_unique<
Rule
>(std::make_tuple(Requirements...));
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h
58
// Construct the target action
rule
by extracting the evaluated
65
/// Scans the list of requirements in a
rule
and visits all the refactoring
117
"Expected a refactoring action
rule
type");
122
class
Rule
final : public RefactoringActionRule {
124
Rule
(std::tuple<RequirementTypes...> Requirements)
149
return llvm::make_unique<
Rule
>(std::make_tuple(Requirements...));
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h
58
// Construct the target action
rule
by extracting the evaluated
65
/// Scans the list of requirements in a
rule
and visits all the refactoring
117
"Expected a refactoring action
rule
type");
122
class
Rule
final : public RefactoringActionRule {
124
Rule
(std::tuple<RequirementTypes...> Requirements)
149
return llvm::make_unique<
Rule
>(std::make_tuple(Requirements...));
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h
58
// Construct the target action
rule
by extracting the evaluated
65
/// Scans the list of requirements in a
rule
and visits all the refactoring
117
"Expected a refactoring action
rule
type");
122
class
Rule
final : public RefactoringActionRule {
124
Rule
(std::tuple<RequirementTypes...> Requirements)
149
return llvm::make_unique<
Rule
>(std::make_tuple(Requirements...));
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h
58
// Construct the target action
rule
by extracting the evaluated
65
/// Scans the list of requirements in a
rule
and visits all the refactoring
117
"Expected a refactoring action
rule
type");
122
class
Rule
final : public RefactoringActionRule {
124
Rule
(std::tuple<RequirementTypes...> Requirements)
149
return llvm::make_unique<
Rule
>(std::make_tuple(Requirements...));
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h
58
// Construct the target action
rule
by extracting the evaluated
65
/// Scans the list of requirements in a
rule
and visits all the refactoring
117
"Expected a refactoring action
rule
type");
122
class
Rule
final : public RefactoringActionRule {
124
Rule
(std::tuple<RequirementTypes...> Requirements)
149
return llvm::make_unique<
Rule
>(std::make_tuple(Requirements...));
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h
58
// Construct the target action
rule
by extracting the evaluated
65
/// Scans the list of requirements in a
rule
and visits all the refactoring
117
"Expected a refactoring action
rule
type");
122
class
Rule
final : public RefactoringActionRule {
124
Rule
(std::tuple<RequirementTypes...> Requirements)
149
return llvm::make_unique<
Rule
>(std::make_tuple(Requirements...));
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h
58
// Construct the target action
rule
by extracting the evaluated
65
/// Scans the list of requirements in a
rule
and visits all the refactoring
117
"Expected a refactoring action
rule
type");
122
class
Rule
final : public RefactoringActionRule {
124
Rule
(std::tuple<RequirementTypes...> Requirements)
149
return llvm::make_unique<
Rule
>(std::make_tuple(Requirements...));
/build/soong/android/
writedocs.go
54
soongDocs := ctx.
Rule
(pctx, "soongDocs",
63
Rule
: soongDocs,
69
Rule
: blueprint.Phony,
/cts/common/device-side/util/src/com/android/compatibility/common/util/
BusinessLogicTestCase.java
24
import org.junit.
Rule
;
45
/* Test name
rule
that tracks the current test method under execution */
46
@
Rule
public TestName mTestCase = new TestName();
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityFingerprintGestureTest.java
34
import android.support.test.
rule
.ActivityTestRule;
39
import org.junit.
Rule
;
59
@
Rule
/cts/tests/app/src/android/app/cts/
TaskDescriptionTest.java
34
import org.junit.
Rule
;
41
import android.support.test.
rule
.ActivityTestRule;
56
@
Rule
/cts/tests/autofillservice/src/android/autofillservice/cts/
PreFilledLoginActivityTest.java
34
import org.junit.
Rule
;
43
@
Rule
ValidatorTest.java
36
import org.junit.
Rule
;
44
@
Rule
/cts/tests/fragment/src/android/fragment/cts/
NestedInflatedFragmentTest.java
26
import android.support.test.
rule
.ActivityTestRule;
33
import org.junit.
Rule
;
42
@
Rule
/cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
BatterySavingTestBase.java
36
import org.junit.
Rule
;
77
@
Rule
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
VectorDrawableScaleTest.java
26
import android.support.test.
rule
.ActivityTestRule;
35
import org.junit.
Rule
;
41
@
Rule
/cts/tests/tests/media/src/android/media/cts/
MediaPlayer2DrmTest.java
25
import android.support.test.
rule
.GrantPermissionRule;
30
import org.junit.
Rule
;
51
@
Rule
/cts/tests/tests/opengl/src/android/opengl/cts/
EglConfigTest.java
25
import android.support.test.
rule
.ActivityTestRule;
29
import org.junit.
Rule
;
49
@
Rule
/cts/tests/tests/preference2/src/android/preference2/cts/
PreferenceParentGroupTest.java
27
import android.support.test.
rule
.ActivityTestRule;
32
import org.junit.
Rule
;
45
@
Rule
Completed in 1302 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>