/external/autotest/server/site_tests/network_WiFi_BluetoothStreamPerf/ |
network_WiFi_BluetoothStreamPerf.py | 116 self.context.configure(ap_config)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
DESede.java | 380 public void configure(ConfigurableProvider provider) method in class:DESede.Mappings
|
/external/dhcpcd-6.8.2/ |
configure | 2 # Try and be like autotools configure, but without autotools 4 echo "configure args: $*" 92 \`configure' configures this package to adapt to many kinds of systems. 94 Usage: configure [OPTION]... [VAR=VALUE]... 127 --build=BUILD configure for building on BUILD [guessed] 129 --target=TARGET configure for building compilers for TARGET [HOST] 144 Use these variables to override the choices made by \`configure' or to help 469 # because it's currently possible to configure a kernel
|
/external/guice/core/test/com/google/inject/ |
PerformanceComparison.java | 112 protected void configure() {
|
/external/guice/examples/src/example/xml/ |
XmlBeanModule.java | 35 public void configure(Binder binder) { method in class:XmlBeanModule
|
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/ |
ExtensionSpiTest.java | 172 protected void configure() { method in class:ExtensionSpiTest.Module
|
/external/guice/extensions/struts2/src/com/google/inject/struts2/ |
GuiceObjectFactory.java | 126 protected void configure() {
|
/external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/ |
BoundFieldModule.java | 101 // Note that binder is not initialized until configure() is called. 359 public void configure(Binder binder) { method in class:BoundFieldModule
|
/external/icu/icu4c/packaging/rpm/ |
icu.spec | 118 chmod a+x ./configure 119 CFLAGS="-O3" CXXFLAGS="-O" ./configure --prefix=/usr --sysconfdir=/etc --with-data-packaging=files --enable-shared --enable-static --disable-samples
|
/external/icu/icu4c/source/tools/genren/ |
genren.pl | 98 * - when running configure, e.g.
|
/external/jemalloc/include/jemalloc/internal/ |
util.h | 143 # error JEMALLOC_INTERNAL_FFS{,L,LL} should have been defined by configure
|
/external/jetty/src/java/org/eclipse/jetty/server/bio/ |
SocketConnector.java | 118 configure(socket);
|
/external/jetty/src/java/org/eclipse/jetty/server/nio/ |
SelectChannelConnector.java | 112 configure(socket);
|
/external/nanohttpd/ |
README.md | 189 Here you write your own subclass of *fi.iki.elonen.NanoHTTPD* to configure and to serve the requests. 201 Here you write your own subclass of *fi.iki.elonen.NanoWebSocketServer* to configure and to serve the websocket requests. A small standard echo example is included as *fi.iki.elonen.samples.echo.DebugWebSocketServer*. You can use it as a starting point to implement your own services.
|
/external/nanohttpd/src/site/markdown/ |
index.md | 185 Here you write your own subclass of *fi.iki.elonen.NanoHTTPD* to configure and to serve the requests. 197 Here you write your own subclass of *fi.iki.elonen.NanoWebSocketServer* to configure and to serve the websocket requests. A small standard echo example is included as *fi.iki.elonen.samples.echo.DebugWebSocketServer*. You can use it as a starting point to implement your own services.
|
/external/scrypt/ |
import_scrypt.sh | 180 ./configure $CONFIGURE_ARGS
|
/external/testng/src/main/java/org/testng/remote/ |
RemoteTestNG.java | 132 * Override by the plugin if you need to configure differently the <code>TestRunner</code>
191 remoteTestNg.configure(cla);
212 // remoteTestNg.configure(cla);
|
/external/toybox/scripts/ |
make.sh | 8 source ./configure
|
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ |
ManageDialog.java | 91 mAlertParams.mPositiveButtonText = getText(R.string.configure);
|
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/ |
DisplaySinkService.java | 160 mCodec.configure(format, mSurface, null, 0);
|
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/ |
DisplaySourceService.java | 202 codec.configure(format, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/ |
CpuVideoTrackDecoder.java | 75 mediaCodec.configure(format, null, null, 0);
|
/hardware/bsp/intel/peripheral/libupm/src/nrf24l01/ |
nrf24l01.h | 216 void configure ();
|
/hardware/intel/common/libmix/mix_audio/src/ |
mixaudio.h | 153 MIX_RESULT (*configure) (MixAudio *mix, MixAudioConfigParams *audioconfigparams, MixDrmParams *drmparams); member in struct:_MixAudioClass 280 * This function can be used to configure a stream for the current session. The caller can use this function to do the following: 534 * This method checks if the current session is configure to use Intel Audio Manager. Note that Intel Audio Manager is considered disabled if the stream has not be initialized to use the service explicitly.
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
QsbContainerView.java | 254 if (info.provider.getPackageName().equals(providerPkg) && info.configure == null) {
|