/external/robolectric/v1/lib/main/ |
commons-codec-1.6.jar | |
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.6/ |
commons-codec-1.6.jar | |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
PluralRules.java | 66 * keyword "other" by the default rule. 73 * This illustrates that the same keyword can be defined multiple times. Each rule is examined in order, and the first 74 * keyword whose condition passes is the one returned. Also notes that a modulus is applied to n in the last rule. Thus 91 * rules = rule (';' rule)* 92 * rule = keyword ':' condition 326 * for values to which no other form in the rule applies. It 376 private static final Rule DEFAULT_RULE = new Rule("other", NO_CONSTRAINT, null, null); 380 * @param description the rule description 1477 Rule rule = parseRule(rules[i].trim()); local 1744 Rule rule = it.next(); local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
PluralRules.java | 65 * keyword "other" by the default rule. 72 * This illustrates that the same keyword can be defined multiple times. Each rule is examined in order, and the first 73 * keyword whose condition passes is the one returned. Also notes that a modulus is applied to n in the last rule. Thus 90 * rules = rule (';' rule)* 91 * rule = keyword ':' condition 322 * for values to which no other form in the rule applies. It 377 private static final Rule DEFAULT_RULE = new Rule("other", NO_CONSTRAINT, null, null); 381 * @param description the rule description 1431 Rule rule = parseRule(rules[i].trim()); local 1698 Rule rule = it.next(); local [all...] |
/external/messageformat/java/com/ibm/icu/simple/ |
PluralRules.java | 60 * keyword "other" by the default rule. 67 * This illustrates that the same keyword can be defined multiple times. Each rule is examined in order, and the first 68 * keyword whose condition passes is the one returned. Also notes that a modulus is applied to n in the last rule. Thus 85 * rules = rule (';' rule)* 86 * rule = keyword ':' condition 308 * for values to which no other form in the rule applies. It 360 private static final Rule DEFAULT_RULE = new Rule("other", NO_CONSTRAINT, null, null); 364 * @param description the rule description 1416 Rule rule = parseRule(rules[i].trim()); local 1671 Rule rule = it.next(); local [all...] |
/cts/tests/app/src/android/app/cts/ |
AspectRatioTests.java | 24 import org.junit.Rule; 37 import android.support.test.rule.ActivityTestRule; 69 @Rule 74 @Rule 79 @Rule 85 @Rule 168 // TODO(b/35810513): Can't use rule to start an activity in a different process. Need a
|
/device/linaro/bootloader/edk2/EmulatorPkg/ |
EmulatorPkg.fdf | 228 [Rule.Common.SEC]
236 [Rule.Common.PEI_CORE]
243 [Rule.Common.PEIM]
251 [Rule.Common.DXE_CORE]
260 [Rule.Common.UEFI_DRIVER]
272 [Rule.Common.DXE_DRIVER]
284 [Rule.Common.DXE_RUNTIME_DRIVER]
296 [Rule.Common.UEFI_APPLICATION]
307 [Rule.Common.UEFI_DRIVER.BINARY]
315 [Rule.Common.UEFI_APPLICATION.BINARY] [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
SerializedGrammar.java | 47 class Rule { 50 public Rule(String name, Block block) { 115 Rule r = readRule(in); 121 protected Rule readRule(DataInputStream in) throws IOException { 123 if ( R!='R' ) throw new IOException("missing R on start of rule"); 125 System.out.println("rule: "+name); 129 if ( period!='.' ) throw new IOException("missing . on end of rule"); 130 return new Rule(name, b); 160 //System.out.println("read rule "+gr.getRuleName(ruleIndex));
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/ |
QuarkMin.fdf | 512 # how an FFS file is created for a given INF file. The following Rule are the default
517 [Rule.Common.SEC]
523 [Rule.Common.PEI_CORE]
530 [Rule.Common.PEIM.NORELOC]
538 [Rule.Common.PEIM]
546 [Rule.Common.DXE_CORE]
553 [Rule.Common.UEFI_DRIVER]
561 [Rule.Common.DXE_DRIVER]
569 [Rule.Common.DXE_RUNTIME_DRIVER]
577 [Rule.Common.DXE_SMM_DRIVER] [all...] |
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
AutoFillServiceTestCase.java | 39 import org.junit.Rule; 57 @Rule 60 @Rule 136 // exceptions would mask the real cause. A better approach might be using a @Rule or some other
|
PreFilledLoginActivityTest.java | 30 import android.support.test.rule.ActivityTestRule; 34 import org.junit.Rule; 42 @Rule
|
/device/linaro/bootloader/edk2/DuetPkg/ |
DuetPkg.fdf | 118 [Rule.Common.DXE_CORE]
123 [Rule.Common.UEFI_DRIVER]
129 [Rule.Common.DXE_DRIVER]
135 [Rule.Common.DXE_RUNTIME_DRIVER]
141 [Rule.Common.UEFI_APPLICATION]
146 [Rule.Common.UEFI_DRIVER.BINARY]
|
/external/mockito/src/test/java/org/mockito/internal/verification/checkers/ |
MissingInvocationInOrderCheckerTest.java | 9 import org.junit.Rule; 39 @Rule 42 @Rule 43 public MockitoRule mockitoRule = MockitoJUnit.rule();
|
/external/vogar/test/vogar/target/ |
AbstractTestRunnerTest.java | 26 import org.junit.Rule; 60 @Rule 63 @Rule
|
/frameworks/base/apct-tests/perftests/core/src/android/text/ |
DynamicLayoutPerfTest.java | 30 import android.support.test.rule.ActivityTestRule; 43 import org.junit.Rule; 83 @Rule 86 @Rule
|
/frameworks/base/apct-tests/perftests/core/src/android/widget/ |
EditTextBackspacePerfTest.java | 31 import android.support.test.rule.ActivityTestRule; 39 import org.junit.Rule; 86 @Rule 89 @Rule
|
EditTextLongTextPerfTest.java | 24 import org.junit.Rule; 44 import android.support.test.rule.ActivityTestRule; 68 @Rule 71 @Rule
|
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/ |
GuidedStepFragmentTestBase.java | 25 import android.support.test.rule.ActivityTestRule; 31 import org.junit.Rule; 41 @Rule public TestName mUnitTestName = new TestName(); 43 @Rule
|
GuidedStepSupportFragmentTestBase.java | 28 import android.support.test.rule.ActivityTestRule; 34 import org.junit.Rule; 44 @Rule public TestName mUnitTestName = new TestName(); 46 @Rule
|
/frameworks/support/wear/tests/src/android/support/wear/widget/ |
WearableLinearLayoutManagerTest.java | 24 import android.support.test.rule.ActivityTestRule; 32 import org.junit.Rule; 42 @Rule 45 @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/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/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
|
/cts/tests/tests/text/src/android/text/method/cts/ |
ReplacementTransformationMethodTest.java | 24 import android.support.test.rule.ActivityTestRule; 31 import org.junit.Rule; 50 @Rule
|