Searched defs:configure (Results 1 - 25 of 162) sorted by relevance

1234567

/external/testng/src/test/java/test/guice/
H A DGuiceExampleModule.java10 public void configure(Binder binder) { method in class:GuiceExampleModule
H A DGuiceParentModule.java18 protected void configure() { method in class:GuiceParentModule
H A DGuiceTestModule.java15 protected void configure() { method in class:GuiceTestModule
/external/guice/core/src/com/google/inject/
H A DModule.java28 * <p>In addition to the bindings configured via {@link #configure}, bindings
30 * Use scope and binding annotations on these methods to configure the
42 void configure(Binder binder); method in interface:Module
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
H A DGraphvizModule.java29 @Override protected void configure() { method in class:GraphvizModule
/external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
H A DAssistedInjectModule.java30 protected void configure() { method in class:AssistedInjectModule
H A DMultibinderModule.java29 protected void configure() { method in class:MultibinderModule
H A DBackToTheFutureModule.java33 protected void configure() { method in class:BackToTheFutureModule
H A DPrivateTestModule.java30 @Override protected void configure() { method in class:PrivateTestModule
/external/guice/extensions/struts2/src/com/google/inject/struts2/
H A DStruts2GuicePluginModule.java30 protected void configure() { method in class:Struts2GuicePluginModule
/external/parameter-framework/upstream/tools/xmlGenerator/
H A DhostConfig.py35 def configure(infile=sys.stdin, outfile=sys.stdout, serverPort=None, structPath=None): function
63 configure(serverPort=sys.argv[1], structPath=sys.argv[2])
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
H A DBasicConfigurator.java23 public static void configure() { method in class:BasicConfigurator
26 public static void configure(Appender appender) { method in class:BasicConfigurator
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
H A DFormatter.java35 * Configurator.configure(ctx, this, xmlCfgId);
42 public Formatter<PlotType> configure(Context ctx, int xmlCfgId) { method in class:Formatter
43 Configurator.configure(ctx, this, xmlCfgId);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
H A DDH.java20 public void configure(ConfigurableProvider provider) method in class:DH.Mappings
H A DDSA.java21 public void configure(ConfigurableProvider provider) method in class:DSA.Mappings
H A DEC.java29 public void configure(ConfigurableProvider provider) method in class:EC.Mappings
H A DX509.java19 public void configure(ConfigurableProvider provider) method in class:X509.Mappings
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/
H A DBC.java17 public void configure(ConfigurableProvider provider) method in class:BC.Mappings
H A DPKCS12.java17 public void configure(ConfigurableProvider provider) method in class:PKCS12.Mappings
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/util/
H A DAlgorithmProvider.java7 public abstract void configure(ConfigurableProvider provider); method in class:AlgorithmProvider
/external/guice/core/test/com/googlecode/guice/
H A DPackageVisibilityTestModule.java9 protected void configure() { method in class:PackageVisibilityTestModule
/external/guice/extensions/persist/src/com/google/inject/persist/
H A DPersistModule.java35 protected final void configure() { method in class:PersistModule
/external/jcommander/src/test/java/com/beust/jcommander/args/
H A DArgsLongDescription.java20 @Parameter(names = "--configure", description = "How to configure")
21 public String configure; field in class:ArgsLongDescription
/external/ltp/testscripts/build/
H A Dbuild_test_function.sh100 # 2 - build directory (where to deposit the files produced by configure).
119 # 2 - build directory (where to deposit the files produced by configure).
121 configure() { function
135 "${1:-.}/configure" ${3:+--prefix=$("$abspath" "$3")}
/external/testng/src/test/java/test/dataprovider/
H A DStaticDataProviderSampleTest.java36 protected void configure() { method in class:StaticDataProviderSampleTest.InjectionProviderModule

Completed in 439 milliseconds

1234567