Searched refs:control (Results 1 – 6 of 6) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | ControlTest.java | 64 private Control control; field in ControlTest 79 assertFalse(control.equals(subControl)); in test_Constructor() 136 assertSame(control, Control.getControl(FORMAT_DEFAULT)); in test_getControl_LList() 141 assertTrue(control.getClass() == Control.class); in test_getControl_LList() 150 assertSame(control, Control.getControl(list)); in test_getControl_LList() 190 assertNotSame(control, Control.getNoFallbackControl(FORMAT_DEFAULT)); in test_getNoFallbackControl_LList() 195 control = Control.getNoFallbackControl(FORMAT_DEFAULT); in test_getNoFallbackControl_LList() 197 assertSame(control, Control.getNoFallbackControl(FORMAT_DEFAULT)); in test_getNoFallbackControl_LList() 202 assertTrue(control.getClass() != Control.class); in test_getNoFallbackControl_LList() 208 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
|
D | JavaLibrary.bp | 208 // the core library team control.
|
/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
|