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

<<11121314151617181920>>

  /frameworks/support/fragment/tests/java/android/support/v4/app/
PrimaryNavFragmentTest.java 26 import android.support.test.rule.ActivityTestRule;
30 import org.junit.Rule;
37 @Rule
  /frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/
AnimatedVectorDrawableParameterizedTest.java 33 import android.support.test.rule.ActivityTestRule;
36 import org.junit.Rule;
47 @Rule public final ActivityTestRule<DrawableStubActivity> mActivityTestRule =
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
GZIPOutputStreamTest.java 30 import org.junit.Rule;
34 @Rule
  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterOutputStreamTest.java 38 import org.junit.Rule;
42 @Rule
InflaterTest.java 25 import org.junit.Rule;
29 @Rule
ZipInputStreamTest.java 33 import org.junit.Rule;
37 @Rule
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/clipping/
ClipStorageTest.java 35 import org.junit.Rule;
53 @Rule
UrisSupplierTest.java 35 import org.junit.Rule;
53 @Rule
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
PreProvisioningActivityTest.java 34 import android.support.test.rule.ActivityTestRule;
43 import org.junit.Rule;
53 @Rule
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
BatteryEntryTest.java 31 import org.junit.Rule;
53 @Rule public MockitoRule mocks = MockitoJUnit.rule();
  /packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/
DownloadsFilePreferenceTest.java 26 import org.junit.Rule;
51 @Rule public TemporaryFolder temporaryFolder = new TemporaryFolder();
  /packages/services/Telephony/tests/src/com/android/phone/
RoamingDialogFragmentTest.java 23 import android.support.test.rule.ActivityTestRule;
28 import org.junit.Rule;
49 @Rule
  /build/blueprint/
ninja_writer_test.go 46 ck(w.Rule("foo"))
48 output: "rule foo\n",
86 ck(w.Comment("here comes a rule"))
87 ck(w.Rule("r"))
97 # here comes a rule
98 rule r
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/
Main.java 23 import com.google.currysrc.api.process.Rule;
81 List<Rule> ruleList = rules.getRuleList(inputFile);
83 for (Rule rule : ruleList) {
84 compilationUnitHandler.apply(rule);
162 public void apply(Rule rule) throws BadLocationException {
167 if (rule.matches(compilationUnitBefore)) {
168 // Apply the rule.
169 rule.process(this, compilationUnitBefore)
    [all...]
  /external/junit/src/main/java/org/junit/rules/
TemporaryFolder.java 6 import org.junit.Rule;
9 * The TemporaryFolder Rule allows creation of files and folders that should
11 * fails). Whether the deletion is successful or not is not checked by this rule.
17 * &#064;Rule
153 * called directly, since it is automatically applied by the {@link Rule}
  /frameworks/base/tools/split-select/
Android.mk 30 Rule.cpp \
  /packages/apps/Settings/tests/app/src/com/android/settings/notification/
ZenModeSettingsIntegrationTest.java 18 import org.junit.Rule;
44 onView(withText("Choose rule type")).check(matches(isDisplayed()));
  /build/soong/java/
builder.go 125 Rule: javac,
159 Rule: jar,
177 Rule: dx,
205 Rule: jar,
219 Rule: jarjar,
239 Rule: extractPrebuilt,
  /cts/tests/tests/opengl/src/android/opengl/cts/
OpenGlEsVersionTest.java 30 import android.support.test.rule.ActivityTestRule;
35 import org.junit.Rule;
63 @Rule
67 @Rule
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
EdgeEffectTests.java 33 import android.support.test.rule.ActivityTestRule;
43 import org.junit.Rule;
56 @Rule
59 @Rule
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
WorkSpaceController.java 158 private void OnSelectRule(Rule rule) {
159 if(rule == null) throw new IllegalArgumentException("Null");
160 this.view.paneEditor.OnLoadRule(rule);
161 this.view.paneStatus.setRule(rule.getName());
164 this.runner.OnShowRuleResult(rule);
217 /** Event handler for rule list selection. */
222 final Rule rule = (Rule) list.getSelectedValue() local
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCParser.h 46 #pragma mark Dynamic Rule Scopes
47 #pragma mark Rule Return Scopes start
259 #pragma mark Rule return scopes end
  /external/bison/examples/calc++/
calc++-parser.cc 117 # define YY_REDUCE_PRINT(Rule) \
120 yy_reduce_print_ (Rule); \
133 # define YY_REDUCE_PRINT(Rule) static_cast<void>(0)
645 /* Do not reclaim the symbols of the rule which action triggered
719 /* Do not reclaim the symbols of the rule which action triggered
891 positive, shift that token. If negative, reduce the rule which
928 /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
936 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
966 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
975 /* YYRLINE[YYN] -- Source line where rule number YYN was defined. *
    [all...]
  /external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
CaptureDeprecatedElements.java 27 import com.google.currysrc.api.process.Rule;
100 public List<Rule> getRuleList(File file) {
101 return Lists.<Rule>newArrayList(
  /external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/checker/
RecordPublicApiRules.java 25 import com.google.currysrc.api.process.Rule;
70 @Override public List<Rule> getRuleList(File file) {
71 return Collections.<Rule>singletonList(createOptionalRule(recordPublicApi));

Completed in 1866 milliseconds

<<11121314151617181920>>