/external/guice/core/test/com/google/inject/ |
ImplicitBindingTest.java | 79 protected void configure() { 124 protected void configure() { 239 protected void configure() {
|
/external/jetty/src/java/org/eclipse/jetty/server/ssl/ |
SslSocketConnector.java | 109 configure(socket); 117 protected void configure(Socket socket) method in class:SslSocketConnector 120 super.configure(socket);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
HifiUltrasoundSpeakerTestActivity.java | 280 seriesFormat.configure(getApplicationContext(), 297 noiseSeriesFormat.configure(getApplicationContext(), 313 seriesFormat.configure(getApplicationContext(), 323 passSeriesFormat.configure(getApplicationContext(),
|
HifiUltrasoundTestActivity.java | 238 seriesFormat.configure(getApplicationContext(), 255 noiseSeriesFormat.configure(getApplicationContext(), 271 seriesFormat.configure(getApplicationContext(), 281 passSeriesFormat.configure(getApplicationContext(),
|
/external/autotest/client/tests/ltp/ |
ltp.py | 49 utils.configure('--prefix=%s' % ltpbin_dir)
|
/external/autotest/server/cros/network/ |
wifi_cell_test_base.py | 23 configure in various ways to test the ability of the client to connect. 124 Configure the router as an AP with the given parameters and connect 131 self.context.configure(configuration_parameters)
|
/external/autotest/server/site_tests/network_WiFi_GTK/ |
network_WiFi_GTK.py | 46 self.context.configure(ap_config)
|
/external/autotest/server/site_tests/network_WiFi_LowInitialBitrates/ |
network_WiFi_LowInitialBitrates.py | 89 self.context.configure(ap_config)
|
/external/autotest/server/site_tests/network_WiFi_MalformedProbeResp/ |
network_WiFi_MalformedProbeResp.py | 33 self.context.configure(configuration)
|
/external/autotest/server/site_tests/network_WiFi_Perf/ |
network_WiFi_Perf.py | 52 self.context.configure(ap_config)
|
/external/autotest/server/site_tests/network_WiFi_RoamSuspendEndToEnd/ |
network_WiFi_RoamSuspendEndToEnd.py | 19 The test is run in two phases. First, where we configure the first AP and 21 and configure a second AP, tear down the first and trigger client side test. 28 """Configure an AP with the given parameters. 37 self.context.configure(ap_config, multi_interface=True) 70 # Configure first AP with channel 5 and mode G and default ssid. 79 # Configure second AP with channel 149, mode N and same ssid as before.
|
/external/curl/ |
MacOSX-Framework | 85 ./configure --disable-dependency-tracking --disable-static --with-gssapi --with-darwinssl \ 114 ./configure --disable-dependency-tracking --disable-static --with-gssapi --with-darwinssl \
|
/external/guice/core/test/com/google/inject/spi/ |
InjectorSpiTest.java | 24 protected void configure() {
|
/external/guice/extensions/servlet/src/com/google/inject/servlet/ |
InternalServletModule.java | 82 protected void configure() { method in class:InternalServletModule
|
ServletModule.java | 45 protected final void configure() { method in class:ServletModule
|
/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
EdslTest.java | 41 protected void configure() {
|
TransferRequestIntegrationTest.java | 64 @Override protected void configure() {
|
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
WebXmlConfiguration.java | 32 * Configure by parsing default web.xml and web.xml 85 public void configure (WebAppContext context) throws Exception method in class:WebXmlConfiguration 87 // cannot configure if the context is already started 90 LOG.debug("Cannot configure webapp after it is started");
|
/external/libogg/ |
libogg.spec | 42 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --enable-static 87 - autogenerate from configure 100 - take out case where configure doesn't exist; a tarball should have it
|
/external/libvorbis/ |
libvorbis.spec | 47 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --enable-static 98 - autogenerate from configure
|
/external/toybox/scripts/ |
genconfig.sh | 8 source configure
|
/frameworks/av/media/libeffects/testlibs/ |
AudioFormatAdapter.h | 52 // Configure the adapter. 59 void configure(T & processor, int nChannels, uint8_t pcmFormat, function in class:android::AudioFormatAdapter 70 // configure(). 72 // configure(). May be the same as pIn. 124 // pIn The input buffer with the format designated in configure().
|
/hardware/libhardware/include/hardware/ |
keymaster2.h | 58 keymaster_error_t (*configure)(const struct keymaster2_device* dev, member in struct:keymaster2_device
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/ndk/test/ |
config.py | 34 def configure(self): member in class:Configuration 58 # Configure libc++ library paths.
|
/system/keymaster/ |
keymaster_configuration.cpp | 69 return dev->configure(dev, &config_params);
|