HomeSort by relevance Sort by last modified time
    Searched refs:configure (Results 276 - 300 of 1831) sorted by null

<<11121314151617181920>>

  /external/guice/core/test/com/google/inject/
MembersInjectorTest.java 55 @Override protected void configure() {
100 protected void configure() {
160 protected void configure() {
174 protected void configure() {
186 protected void configure() {
215 protected void configure() {
OptionalBindingTest.java 46 protected void configure() {
58 protected void configure() {
64 protected void configure() {
71 protected void configure() {
78 protected void configure() {
270 protected void configure() {
BindingTest.java 58 protected void configure() {
72 protected void configure() { method in class:BindingTest.MyModule
112 protected void configure() {
128 protected void configure() {
231 protected void configure() {
246 protected void configure() {
268 protected void configure() {
294 protected void configure() {
311 protected void configure() {
329 protected void configure() {
    [all...]
ScopesTest.java 63 @Override protected void configure() {
139 @Override protected void configure() {
152 @Override protected void configure() {
179 @Override protected void configure() {
224 @Override protected void configure() {
278 @Override protected void configure() {
293 @Override protected void configure() { method in class:ScopesTest.OuterRuntimeModule
298 @Override protected void configure() { method in class:ScopesTest.InnerRuntimeModule
316 @Override protected void configure() { method in class:ScopesTest.OuterDeprecatedModule
321 @Override protected void configure() { method in class:ScopesTest.InnerDeprecatedModule
338 @Override protected void configure() { method in class:ScopesTest.OuterScopeModule
344 @Override protected void configure() { method in class:ScopesTest.CustomNoScopeModule
349 @Override protected void configure() { method in class:ScopesTest.CustomSingletonModule
    [all...]
ProvisionListenerTest.java 54 protected void configure() {
75 protected void configure() {
96 protected void configure() {
116 protected void configure() {
136 @Override protected void configure() {
166 @Override protected void configure() {
196 protected void configure() {
218 protected void configure() {
239 protected void configure() {
254 protected void configure() {
    [all...]
NullableInjectionPointTest.java 102 protected void configure() {
118 protected void configure() {
132 protected void configure() {
153 protected void configure() {
174 protected void configure() {
  /external/guice/extensions/grapher/test/com/google/inject/grapher/
TransitiveDependencyVisitorTest.java 181 protected void configure() { method in class:TransitiveDependencyVisitorTest.ConvertedConstantModule
188 protected void configure() { method in class:TransitiveDependencyVisitorTest.InstanceModule
195 protected void configure() { method in class:TransitiveDependencyVisitorTest.LinkedKeyModule
202 protected void configure() { method in class:TransitiveDependencyVisitorTest.ProviderInstanceModule
209 protected void configure() { method in class:TransitiveDependencyVisitorTest.HasDependenciesModule
216 protected void configure() { method in class:TransitiveDependencyVisitorTest.ProviderKeyModule
  /external/python/cpython2/PC/VC6/
build_ssl.py 13 # it should configure and build SSL, then build the ssl Python extension
122 def run_configure(configure, do_script):
123 print "perl Configure "+configure
124 os.system("perl Configure "+configure)
149 configure = "VC-WIN32"
154 configure += " no-idea no-rc5 no-mdc2"
189 run_configure(configure, do_script)
195 # os.system("perl util\mk1mf.pl debug "+configure+" >"+makefile
    [all...]
  /external/python/cpython2/PC/VS8.0/
build_ssl.py 13 # it should configure and build SSL, then build the _ssl and _hashlib
143 def run_configure(configure, do_script):
144 print("perl Configure "+configure)
145 os.system("perl Configure "+configure)
160 configure = "VC-WIN32"
166 configure = "VC-WIN64A"
212 run_configure(configure, do_script)
218 # os.system("perl util\mk1mf.pl debug "+configure+" >"+makefile
    [all...]
  /external/python/cpython2/PC/VS9.0/
build_ssl.py 14 # it should configure and build SSL, then build the _ssl and _hashlib
123 def run_configure(configure, do_script):
124 print("perl Configure "+configure+" no-idea no-mdc2")
125 os.system("perl Configure "+configure+" no-idea no-mdc2")
140 configure = "VC-WIN32"
146 configure = "VC-WIN64A"
210 run_configure(configure, do_script)
216 # os.system("perl util\mk1mf.pl debug "+configure+" >"+makefile
    [all...]
  /external/python/cpython2/PCbuild/
prepare_ssl.py 18 # it should configure OpenSSL such that it is ready to be built by
112 def run_configure(configure, do_script):
113 print("perl Configure "+configure+" no-idea no-mdc2")
114 os.system("perl Configure "+configure+" no-idea no-mdc2")
123 configure = "VC-WIN32"
127 configure = "VC-WIN64A"
136 # run configure, copy includes, create asms
137 run_configure(configure, do_script
    [all...]
  /external/python/cpython3/PCbuild/
prepare_ssl.py 18 # it should configure OpenSSL such that it is ready to be built by
112 def run_configure(configure, do_script):
113 print("perl Configure "+configure+" no-idea no-mdc2")
114 os.system("perl Configure "+configure+" no-idea no-mdc2")
123 configure = "VC-WIN32"
127 configure = "VC-WIN64A"
136 # run configure, copy includes, create asms
137 run_configure(configure, do_script
    [all...]
  /external/webrtc/talk/app/webrtc/objc/
RTCVideoTrack.mm 56 [self configure];
65 [self configure];
75 - (void)configure {
  /frameworks/base/core/java/android/appwidget/
AppWidgetProviderInfo.java 96 * {@link #configure} activity.
197 * The activity to launch that will configure the AppWidget.
199 * <p>This class name of field corresponds to the <code>android:configure</code> attribute in
203 public ComponentName configure; field in class:AppWidgetProviderInfo
292 this.configure = in.readTypedObject(ComponentName.CREATOR);
377 out.writeTypedObject(this.configure, flags);
400 that.configure = this.configure == null ? null : this.configure.clone();
  /external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
FactoryProviderTest.java 57 protected void configure() {
77 protected void configure() {
93 protected void configure() {
156 protected void configure() {
229 protected void configure() {
266 protected void configure() {
293 protected void configure() {
325 protected void configure() {
362 protected void configure() {
380 protected void configure() {
    [all...]
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_images.py 65 image.configure(data=data)
72 image.configure(maskdata=data)
79 image.configure(file=self.testfile)
86 image.configure(maskfile=self.testfile)
93 image.configure(background='blue')
100 image.configure(foreground='yellow')
184 image.configure(data=data)
193 image.configure(file=self.testfile, format='gif')
202 image.configure(file=self.testfile)
210 image.configure(gamma=2.0
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_tkinter/
test_images.py 64 image.configure(data=data)
71 image.configure(maskdata=data)
78 image.configure(file=self.testfile)
85 image.configure(maskfile=self.testfile)
92 image.configure(background='blue')
99 image.configure(foreground='yellow')
183 image.configure(data=data)
192 image.configure(file=self.testfile, format='gif')
201 image.configure(file=self.testfile)
209 image.configure(gamma=2.0
    [all...]
  /external/guice/core/test/com/google/inject/spi/
ProviderMethodsTest.java 91 public void configure(Binder binder) {} method in class:ProviderMethodsTest
152 // public void configure(Binder binder) {
203 @Override protected void configure() {}
246 @Override protected void configure() {}
263 @Override protected void configure() { }
283 @Override protected void configure() {
301 @Override protected void configure() {
328 @Override protected void configure() {
357 @Override protected void configure() {
385 @Override protected void configure() {}
    [all...]
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
OptionalBinderTest.java 124 @Override protected void configure() {
148 @Override protected void configure() {
180 @Override protected void configure() {
221 @Override protected void configure() {
260 @Override protected void configure() {
299 @Override protected void configure() {
347 @Override protected void configure() {
352 @Override protected void configure() {
357 @Override protected void configure() {
403 @Override protected void configure() {
    [all...]
ProvidesIntoTest.java 51 @Override protected void configure() {}
203 @Override protected void configure() {}
218 @Override protected void configure() {}
258 @Override protected void configure() {}
274 @Override protected void configure() {}
289 @Override protected void configure() {}
309 @Override protected void configure() {}
330 @Override protected void configure() {}
356 @Override protected void configure() {}
  /external/guice/core/test/com/googlecode/guice/
Jsr330Test.java 63 protected void configure() {
81 protected void configure() {
99 protected void configure() {
119 protected void configure() {
147 protected void configure() {
163 protected void configure() {
175 protected void configure() {
188 protected void configure() {
202 protected void configure() {
216 protected void configure() {
    [all...]
  /external/tensorflow/tensorflow/contrib/makefile/
compile_ios_protobuf.sh 119 ./configure \
152 ./configure \
185 ./configure \
214 ./configure \
243 ./configure \
  /external/autotest/server/site_tests/network_WiFi_BgscanBackoff/
network_WiFi_BgscanBackoff.py 37 self.context.configure(hostap_config.HostapConfig(channel=1))
49 self.context.configure(
74 self.context.configure(hostap_config.HostapConfig(channel=1))
  /external/autotest/server/site_tests/network_WiFi_ProfileGUID/
network_WiFi_ProfileGUID.py 80 self.context.configure(ap_config)
97 self.context.configure(ap_config)
105 self.context.configure(ap_config)
112 raise error.TestFail('Failed to configure service by GUID.')
  /external/expat/
coverage.sh 55 ./buildconf.sh &> configure.log
56 ./configure "${configure_args[@]}" "$@" &>> configure.log

Completed in 381 milliseconds

<<11121314151617181920>>