Searched refs:control (Results 1 – 5 of 5) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | ControlTest.java | 61 private Control control; field in ControlTest 76 assertFalse(control.equals(subControl)); in test_Constructor() 133 assertSame(control, Control.getControl(FORMAT_DEFAULT)); in test_getControl_LList() 138 assertTrue(control.getClass() == Control.class); in test_getControl_LList() 147 assertSame(control, Control.getControl(list)); in test_getControl_LList() 187 assertNotSame(control, Control.getNoFallbackControl(FORMAT_DEFAULT)); in test_getNoFallbackControl_LList() 192 control = Control.getNoFallbackControl(FORMAT_DEFAULT); in test_getNoFallbackControl_LList() 194 assertSame(control, Control.getNoFallbackControl(FORMAT_DEFAULT)); in test_getNoFallbackControl_LList() 199 assertTrue(control.getClass() != Control.class); in test_getNoFallbackControl_LList() 205 assertEquals(FORMAT_DEFAULT, control.getFormats("")); in test_getNoFallbackControl_LList() [all …]
|
/libcore/ojluni/src/main/java/java/util/ |
D | ResourceBundle.java | 812 Control control) { in getBundle() argument 815 control); in getBundle() 887 Control control) { in getBundle() argument 890 control); in getBundle() 1289 ClassLoader loader, Control control) { in getBundle() argument 1290 if (loader == null || control == null) { in getBundle() 1293 return getBundleImpl(baseName, targetLocale, loader, control); in getBundle() 1312 ClassLoader loader, Control control) { in getBundleImpl() argument 1313 if (locale == null || control == null) { in getBundleImpl() 1342 boolean isKnownControl = (control == Control.INSTANCE) || in getBundleImpl() [all …]
|
/libcore/benchmarks/libs/ |
D | caliper.jar.txt | 17 other entities that control, are controlled by, or are under common 18 control with that entity. For the purposes of this definition, 19 "control" means (i) the power, direct or indirect, to cause the 57 communication on electronic mailing lists, source code control systems,
|
/libcore/ |
D | LICENSE | 120 right to control the distribution of derivative or collective works based on 151 definition files, plus the scripts used to control compilation and installation
|
/libcore/ojluni/ |
D | NOTICE | 406 right to control the distribution of derivative or collective works based on 437 definition files, plus the scripts used to control compilation and installation
|