OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Rule
(Results
176 - 200
of
909
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
RunnerController.java
107
public void OnShowRuleResult(
Rule
rule
) {
115
result.append("Testing result for
rule
: " +
rule
.getName());
118
for(TestCase testCase:
rule
.getTestCases()){
136
final
Rule
rule
= suite.getRule(i);
local
137
if(
rule
.getNotEmpty()) this.add(new TestGroupTreeNode(
rule
));
153
private
Rule
data
[
all
...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedParser.m
66
#pragma mark Dynamic
Rule
Scopes
68
#pragma mark
Rule
return scopes start
160
// token+
rule
list labels
187
// token+
rule
list labels
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/
DefaultRule.java
23
* Default implementation of {@link
Rule
} that delegates to a {@link Processor} for the
26
public class DefaultRule implements
Rule
{
/external/jarjar/src/main/com/tonicsystems/jarjar/
JarJarTask.java
29
public void addConfiguredRule(
Rule
rule
) {
30
if (
rule
.getPattern() == null ||
rule
.getResult() == null)
31
throw new IllegalArgumentException("The <
rule
> element requires both \"pattern\" and \"result\" attributes.");
32
patterns.add(
rule
);
/external/mockito/src/test/java/org/mockitousage/verification/
VerificationAfterDelayTest.java
10
import org.junit.
Rule
;
29
import static org.mockito.junit.MockitoJUnit.
rule
;
34
@
Rule
35
public MockitoRule mockito =
rule
();
37
@
Rule
40
@
Rule
VerificationWithTimeoutTest.java
10
import org.junit.
Rule
;
30
import static org.mockito.junit.MockitoJUnit.
rule
;
34
@
Rule
35
public MockitoRule mockito =
rule
();
37
@
Rule
40
@
Rule
/cts/hostsidetests/incident/apps/graphicsstatsapp/src/com/android/server/cts/device/graphicsstats/
SimpleDrawFrameTests.java
19
import android.support.test.
rule
.ActivityTestRule;
22
import org.junit.
Rule
;
35
@
Rule
/cts/tests/app/src/android/app/cts/
ActivityActionModeTest.java
22
import android.support.test.
rule
.ActivityTestRule;
29
import org.junit.
Rule
;
41
@
Rule
/cts/tests/autofillservice/src/android/autofillservice/cts/
InitializedCheckoutActivityTest.java
31
import android.support.test.
rule
.ActivityTestRule;
34
import org.junit.
Rule
;
42
@
Rule
/cts/tests/tests/opengl/src/android/opengl/cts/
GlTestBase.java
27
import org.junit.
Rule
;
60
@
Rule
/cts/tests/tests/preference2/src/android/preference2/cts/
PreferenceActivityFlowLandscapeTest.java
22
import android.support.test.
rule
.ActivityTestRule;
26
import org.junit.
Rule
;
37
@
Rule
PreferenceActivityFlowPortraitTest.java
22
import android.support.test.
rule
.ActivityTestRule;
26
import org.junit.
Rule
;
37
@
Rule
PreferenceActivityLegacyFlowTest.java
24
import android.support.test.
rule
.ActivityTestRule;
30
import org.junit.
Rule
;
49
@
Rule
/cts/tests/tests/systemintents/src/android/systemintents/cts/
TestSystemIntents.java
29
import org.junit.
Rule
;
59
@
Rule
/cts/tests/tests/view/src/android/view/cts/
LongPressBackTest.java
27
import android.support.test.
rule
.ActivityTestRule;
33
import org.junit.
Rule
;
42
@
Rule
SearchEventTest.java
27
import android.support.test.
rule
.ActivityTestRule;
36
import org.junit.
Rule
;
47
@
Rule
TouchDelegateTest.java
29
import android.support.test.
rule
.ActivityTestRule;
39
import org.junit.
Rule
;
50
@
Rule
/cts/tests/tests/widget/src/android/widget/cts/
DatePickerDialogTest.java
27
import android.support.test.
rule
.ActivityTestRule;
31
import org.junit.
Rule
;
43
@
Rule
/developers/samples/android/ui/views/EffectiveNavigation/app/src/androidTest/java/com/example/android/effectivenavigation/
CollectionDemoActivityTest.java
30
import android.support.test.
rule
.ActivityTestRule;
33
import org.junit.
Rule
;
40
@
Rule
41
public final ActivityTestRule<CollectionDemoActivity>
rule
=
field in class:CollectionDemoActivityTest
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeRewriter.h
43
- (id)
rule
;
53
ANTLRfptr *
rule
;
variable
62
- (id) applyOnce:(ANTLRCommonTree *)t
Rule
:(ANTLRfptr *)whichRule;
63
- (id) applyRepeatedly:(ANTLRCommonTree *)t
Rule
:(ANTLRfptr *)whichRule;
77
@property (retain) ANTLRfptr *
rule
;
variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TParser.m
23
/** Demonstrates how semantic predicates get hoisted out of the
rule
in
54
#pragma mark Dynamic
Rule
Scopes
56
#pragma mark
Rule
Return Scopes start
57
//#pragma mark
Rule
return scopes start
60
#pragma mark
Rule
return scopes start
65
#pragma mark Dynamic
Rule
Scopes
198
// token+
rule
list labels
263
// token+
rule
list labels
300
// token+
rule
list labels
337
// token+
rule
list label
[
all
...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangDumpDecl.m
44
#pragma mark Dynamic
Rule
Scopes
46
#pragma mark
Rule
Return Scopes start
65
//#pragma mark
Rule
return scopes start
68
#pragma mark
Rule
return scopes start
73
#pragma mark Dynamic
Rule
Scopes
171
// token+
rule
list labels
204
// token+
rule
list labels
241
// token+
rule
list labels
LangParser.h
38
#pragma mark Dynamic
Rule
Scopes
39
#pragma mark
Rule
Return Scopes start
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
MethodSignatureFormatterTest.java
26
import org.junit.
Rule
;
36
@
Rule
public CompilationRule compilationRule = new CompilationRule();
/external/dagger2/core/src/test/java/dagger/internal/
MapProviderFactoryTest.java
22
import org.junit.
Rule
;
33
@
Rule
Completed in 754 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>