/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/ |
FactoryModuleBuilderTest.java | 59 protected void configure() { 79 protected void configure() { 98 @Override protected void configure() { 115 protected void configure() { 138 protected void configure() { 160 @Override protected void configure() { 176 @Override protected void configure() { 195 @Override protected void configure() { 211 @Override protected void configure() { 227 protected void configure() { [all...] |
FactoryProvider2Test.java | 53 protected void configure() { 73 protected void configure() { 136 protected void configure() { 172 protected void configure() { 194 protected void configure() { 231 protected void configure() { 258 protected void configure() { 291 protected void configure() { 323 protected void configure() { 359 protected void configure() { [all...] |
/external/guice/core/test/com/google/inject/ |
MethodInterceptionTest.java | 69 protected void configure() { 76 protected void configure() { 86 protected void configure() { 98 protected void configure() { 113 protected void configure() { 130 protected void configure() { 153 protected void configure() { 181 protected void configure() { 205 protected void configure() { 259 protected void configure() { [all...] |
ProvisionExceptionTest.java | 60 protected void configure() { 89 protected void configure() { 119 protected void configure() { 134 protected void configure() { 232 protected void configure() { 241 protected void configure() { 259 protected void configure() {
|
InjectorTest.java | 61 protected void configure() { 95 protected void configure() { 115 protected void configure() { 207 protected void configure() { 221 protected void configure() { 233 "configure"); 252 protected void configure() { 280 protected void configure() { 308 protected void configure() { 394 protected void configure() { [all...] |
TypeListenerTest.java | 98 @Override protected void configure() { 116 @Override protected void configure() { 159 @Override protected void configure() { 180 @Override protected void configure() { 185 @Override protected void configure() { 210 @Override protected void configure() { 243 @Override protected void configure() { 290 @Override protected void configure() { 317 @Override protected void configure() { 377 @Override protected void configure() { [all...] |
IntegrationTest.java | 35 protected void configure() {
|
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/ |
ThrowingProviderTest.java | 68 protected void configure() { 83 protected void configure() { 220 protected void configure() { 238 protected void configure() { 303 protected void configure() { 319 protected void configure() { 335 protected void configure() { 355 protected void configure() { 370 protected void configure() { 392 protected void configure() { [all...] |
/frameworks/base/core/java/android/appwidget/ |
AppWidgetProviderInfo.java | 149 * The activity to launch that will configure the AppWidget. 151 * <p>This class name of field corresponds to the <code>android:configure</code> attribute in 155 public ComponentName configure; field in class:AppWidgetProviderInfo 235 this.configure = new ComponentName(in); 325 if (this.configure != null) { 327 this.configure.writeToParcel(out, flags); 352 that.configure = this.configure == null ? null : this.configure.clone();
|
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/ |
MultibinderTest.java | 105 @Override protected void configure() { 113 @Override protected void configure() { 132 @Override protected void configure() { 154 @Override protected void configure() { 176 @Override protected void configure() { 207 @Override protected void configure() { 238 @Override protected void configure() { 257 @Override protected void configure() { 271 @Override protected void configure() { 287 @Override protected void configure() { [all...] |
MapBinderTest.java | 120 protected void configure() { 167 @Override protected void configure() { 176 @Override protected void configure() { 198 @Override protected void configure() { 224 @Override protected void configure() { 250 @Override protected void configure() { 285 @Override protected void configure() { 320 @Override protected void configure() { 339 @Override protected void configure() { 352 @Override protected void configure() { 410 @Override protected void configure() { method in class:MapBinderTest.Module1 417 @Override protected void configure() { method in class:MapBinderTest.Module2 425 @Override protected void configure() { method in class:MapBinderTest.Module3 432 @Override protected void configure() { method in class:MapBinderTest.Main [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
SdkMediaCodec.java | 52 public void configure(MediaFormat format, int flags) { method in class:SdkMediaCodec 53 mCodec.configure(format, null, null, flags); 58 surface.configure(mCodec);
|
MediaCodecWrapper.java | 34 void configure(MediaFormat format, int flags); method in interface:MediaCodecWrapper
|
/external/guice/core/test/com/google/inject/name/ |
NamesTest.java | 64 protected void configure() { 78 protected void configure() { 97 protected void configure() {
|
/external/guice/core/test/com/google/inject/spi/ |
HasDependenciesTest.java | 42 protected void configure() { 54 protected void configure() { 66 protected void configure() {
|
ModuleSourceTest.java | 55 "com.google.inject.spi.moduleSourceTest$A", "configure", "Unknown Source", 100), 70 "com.google.inject.spi.moduleSourceTest$B", "configure", "Unknown Source", 200), 76 "com.google.inject.spi.moduleSourceTest$A", "configure", "Unknown Source", 100), 92 "com.google.inject.spi.moduleSourceTest$A", "configure", "moduleSourceTest.java", 100); 103 "com.google.inject.spi.moduleSourceTest$B", "configure", "moduleSourceTest.java", 200); 109 public void configure() { method in class:ModuleSourceTest.A 116 public void configure(Binder binder) { method in class:ModuleSourceTest.B 123 public void configure() {} method in class:ModuleSourceTest.C
|
ElementsTest.java | 81 @Override protected void configure() { 103 protected void configure() { 123 protected void configure() { 125 protected void configure() { 126 throw new RuntimeException("Throwing RuntimeException in AbstractModule.configure()."); 136 assertEquals("Throwing RuntimeException in AbstractModule.configure().", 159 protected void configure() { 188 protected void configure() { 314 protected void configure() { 336 protected void configure() { [all...] |
/libcore/ojluni/src/main/java/java/util/logging/ |
MemoryHandler.java | 98 // Private method to configure a MemoryHandler from LogManager 101 private void configure() { method in class:MemoryHandler 116 * Create a <tt>MemoryHandler</tt> and configure it based on 121 configure(); method 178 configure(); method
|
StreamHandler.java | 80 // Private method to configure a StreamHandler from LogManager 83 private void configure() { method in class:StreamHandler 107 configure(); method 120 configure(); method
|
/external/autotest/client/deps/mysql/ |
mysql.py | 14 utils.configure('--prefix=%s/mysql --enable-thread-safe-client' \
|
/external/autotest/client/tests/xmtest/ |
xmtest.py | 29 utils.configure()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ |
DH.java | 20 public void configure(ConfigurableProvider provider) method in class:DH.Mappings
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
Twofish.java | 129 public void configure(ConfigurableProvider provider) method in class:Twofish.Mappings
|
/external/cmockery/cmockery_0_1_2/packages/deb/ |
rules | 13 # These are used for cross-compiling and for saving the configure script 39 config.status: configure 41 # Add here commands to configure the package. 42 CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
|
/external/expat/ |
import_expat.sh | 24 rm configure 25 rm configure.ac
|