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

1 2 3 4 5 67 8 91011>>

  /external/objenesis/main/src/test/java/org/objenesis/
ObjenesisTest.java 18 import org.junit.Rule;
31 @Rule
  /frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
PaintMeasureTextTest.java 25 import org.junit.Rule;
68 @Rule
VectorDrawablePerfTest.java 29 import android.support.test.rule.ActivityTestRule;
35 import org.junit.Rule;
52 @Rule
56 @Rule
  /frameworks/base/apct-tests/perftests/core/src/android/view/
ViewPerfTest.java 29 import org.junit.Rule;
34 @Rule
  /frameworks/base/apct-tests/perftests/core/src/android/widget/
TextViewFontFamilyLayoutPerfTest.java 33 import org.junit.Rule;
58 @Rule
EditTextCursorMovementPerfTest.java 31 import android.support.test.rule.ActivityTestRule;
39 import org.junit.Rule;
80 @Rule
83 @Rule
LayoutPerfTest.java 26 import android.support.test.rule.ActivityTestRule;
32 import org.junit.Rule;
72 @Rule
76 @Rule
TextViewAutoSizeLayoutPerfTest.java 30 import android.support.test.rule.ActivityTestRule;
40 import org.junit.Rule;
72 @Rule
76 @Rule
  /frameworks/base/core/tests/coretests/src/android/view/
RenderNodeAnimatorTest.java 27 import android.support.test.rule.ActivityTestRule;
29 import org.junit.Rule;
34 @Rule
  /frameworks/opt/setupwizard/library/eclair-mr1/test/instrumentation/src/com/android/setupwizardlib/items/
ButtonItemDrawingTest.java 23 import android.support.test.rule.UiThreadTestRule;
33 import org.junit.Rule;
44 @Rule
  /frameworks/support/fragment/tests/java/android/support/v4/app/
ChildFragmentStateTest.java 24 import android.support.test.rule.ActivityTestRule;
29 import org.junit.Rule;
36 @Rule
  /libcore/luni/src/test/java/libcore/java/io/
FileOutputStreamTest.java 24 import org.junit.Rule;
28 @Rule
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketTestCase.java 22 import org.junit.Rule;
26 @Rule
  /packages/apps/Settings/tests/app/src/com/android/settings/deviceinfo/
StorageDashboardFragmentEspressoTest.java 3 import android.support.test.espresso.intent.rule.IntentsTestRule;
9 import org.junit.Rule;
26 @Rule
  /packages/apps/Settings/tests/app/src/com/android/settings/search2/
SearchFragmentEspressoTest.java 21 import android.support.test.rule.ActivityTestRule;
24 import org.junit.Rule;
40 @Rule
  /packages/apps/StorageManager/tests/app/src/com/android/storagemanager/deletionhelper/
DeletionHelperActivityTest.java 24 import android.support.test.rule.ActivityTestRule;
28 import org.junit.Rule;
35 @Rule
  /system/sepolicy/tests/
policy.py 7 def __init__(self, rule):
8 data = rule.split(',')
14 self.rule = rule
58 # Will return any rule with:
63 for Rule in self.__Rules:
65 if "scontext" in kwargs and Rule.sctx not in kwargs['scontext']:
68 if "tcontext" in kwargs and Rule.tctx not in kwargs['tcontext']:
71 if "tclass" in kwargs and Rule.tclass not in kwargs['tclass']:
74 if "perms" in kwargs and not bool(Rule.perms & set(kwargs['perms']))
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/
HiKey.fdf 239 # how an FFS file is created for a given INF file. The following Rule are the default
250 #[Rule.Common.DXE_DRIVER]
269 [Rule.ARM.SEC]
274 [Rule.AARCH64.SEC]
279 # A shim specific rule is required to ensure the alignment is 4K.
281 [Rule.ARM.SEC.SHIM]
286 [Rule.Common.PEI_CORE]
292 [Rule.Common.PEIM]
299 [Rule.Common.PEIM.TIANOCOMPRESSED]
308 [Rule.Common.DXE_CORE
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
CompositeGrammar.java 109 /** Map a rule index to its name; use a Vector on purpose as new
114 protected Vector<Rule> ruleIndexToRuleList = new Vector<Rule>();
157 public Rule getRule(String ruleName) {
251 * one that has to have a complete grammar rule interface. The delegates
255 public Set<Rule> getDelegatedRules(Grammar g) {
259 Set<Rule> rules = getAllImportedRules(g);
261 Rule r = (Rule) it.next();
262 Rule localRule = g.getLocallyDefinedRule(r.name)
    [all...]
NameSpaceChecker.java 46 Rule r = grammar.composite.ruleIndexToRuleList.elementAt(i);
50 // walk all labels for Rule r
58 // walk rule scope attributes for Rule r
75 // check for missing rule, tokens
79 protected void checkForRuleArgumentAndReturnValueConflicts(Rule r) {
96 protected void checkForRuleDefinitionProblems(Rule r) {
119 /** If ref to undefined rule, give error at first occurrence.
121 * Give error if you cannot find the scope override on a rule reference.
123 * If you ref ID in a combined grammar and don't define ID as a lexer rule
133 Rule rule = grammar.getRule(ruleName); local
175 Rule rule = grammar.getRule(scopeG.name, ruleName); local
    [all...]
  /frameworks/support/customtabs/tests/src/android/support/customtabs/
PostMessageTest.java 29 import android.support.test.rule.ActivityTestRule;
30 import android.support.test.rule.ServiceTestRule;
35 import org.junit.Rule;
52 @Rule
54 @Rule
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
SingleFragmentTestBase.java 21 import android.support.test.rule.ActivityTestRule;
24 import org.junit.Rule;
31 @Rule
34 @Rule
SingleSupportFragmentTestBase.java 24 import android.support.test.rule.ActivityTestRule;
27 import org.junit.Rule;
34 @Rule
37 @Rule
  /platform_testing/libraries/app-helpers/common/src/android/platform/test/helpers/common/test/
HelperTest.java 29 import org.junit.Rule;
53 @Rule
59 @Rule
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/
CorebootPayloadPkg.fdf 184 # how an FFS file is created for a given INF file. The following Rule are the default
190 [Rule.Common.SEC]
195 [Rule.Common.PEI_CORE]
202 [Rule.Common.PEIM]
210 [Rule.Common.DXE_CORE]
217 [Rule.Common.DXE_DRIVER]
225 [Rule.Common.DXE_RUNTIME_DRIVER]
233 [Rule.Common.UEFI_DRIVER]
241 [Rule.Common.UEFI_DRIVER.BINARY]
249 [Rule.Common.UEFI_APPLICATION]
    [all...]

Completed in 1344 milliseconds

1 2 3 4 5 67 8 91011>>