Home
last modified time | relevance | path

Searched refs:customize (Results 1 – 25 of 127) sorted by relevance

123456

/external/autotest/puppylab/
DCoreClusterTemplate7 virtualbox.customize ["modifyvm", :id, "--memory", "8048"]
8 virtualbox.customize ["modifyvm", :id, "--cpuexecutioncap", "100"]
9 virtualbox.customize ["modifyvm", :id, "--cpus", "10"]
DClusterTemplate7 virtualbox.customize ["modifyvm", :id, "--memory", "8048"]
8 virtualbox.customize ["modifyvm", :id, "--cpuexecutioncap", "100"]
9 virtualbox.customize ["modifyvm", :id, "--cpus", "10"]
/external/jetty/src/java/org/eclipse/jetty/server/ssl/
DSslSelectChannelConnector.java103 public void customize(EndPoint endpoint, Request request) throws IOException in customize() method in SslSelectChannelConnector
106 super.customize(endpoint,request); in customize()
112 SslCertificates.customize(sslSession,endpoint,request); in customize()
DSslSocketConnector.java144 public void customize(EndPoint endpoint, Request request) in customize() method in SslSocketConnector
147 super.customize(endpoint, request); in customize()
154 SslCertificates.customize(sslSession,endpoint,request); in customize()
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DCustomizer.java21 void customize(CodeEmitter e, Type type); in customize() method
DKeyFactory.java88 public void customize(CodeEmitter e, Type type) {
96 public void customize(CodeEmitter e, Type type) {
/external/chromium-trace/catapult/tracing/docs/
Dembedding-trace-viewer.md43 lets you customize the types of postprocessing to be done on the model before it is displayed by th…
51 For more information on how to customize and extend trace viewer, see [Extending-and-Customizing-Tr…
/external/webrtc/build_overrides/
DREADME.md3 This directory is used to allow us to customize variables that differ between
/external/webrtc/webrtc/modules/audio_device/test/android/audio_device_android_test/
Ddefault.properties6 # To customize properties used by the Ant build system use,
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/
Ddefault.properties6 # To customize properties used by the Ant build system use,
/external/zxing/qr_scanner/
Dproject.properties6 # To customize properties used by the Ant build system use,
/external/webrtc/webrtc/voice_engine/test/android/android_test/
Ddefault.properties6 # To customize properties used by the Ant build system use,
/external/jetty/src/java/org/eclipse/jetty/server/nio/
DSelectChannelConnector.java135 public void customize(EndPoint endpoint, Request request) throws IOException in customize() method in SelectChannelConnector
139 super.customize(endpoint, request); in customize()
DBlockingChannelConnector.java154 public void customize(EndPoint endpoint, Request request) in customize() method in BlockingChannelConnector
157 super.customize(endpoint, request); in customize()
/external/slf4j/slf4j-android/
Dproject.properties6 # To customize properties used by the Ant build system use,
/external/replicaisland/
Ddefault.properties6 # To customize properties used by the Ant build system use,
/external/jetty/src/java/org/eclipse/jetty/server/bio/
DSocketConnector.java135 public void customize(EndPoint endpoint, Request request) in customize() method in SocketConnector
142 super.customize(endpoint, request); in customize()
/external/opencv3/platforms/android/service/engine/
Dproject.properties6 # To customize properties used by the Ant build system edit
/external/skia/platform_tools/android/examples/hello_skia_app/
Dproject.properties6 # To customize properties used by the Ant build system edit
/external/webrtc/webrtc/examples/androidapp/
Dproject.properties6 # To customize properties used by the Ant build system edit
/external/webrtc/webrtc/examples/androidtests/
Dproject.properties6 # To customize properties used by the Ant build system edit
/external/webrtc/talk/app/webrtc/androidtests/
Dproject.properties6 # To customize properties used by the Ant build system edit
/external/mockftpserver/tags/1.2/src/site/apt/
Dstubftpserver-getting-started.apt73 You can customize the behavior of the FTP server through programmatic configuration.
75 If you want to customize the behavior of the server, you should create and configure a replacement
239 // Replace the default RETR CommandHandler; customize returned file contents
308 "ReplyText.properties" ResourceBundle file. You can customize these messages by providing a
/external/mockftpserver/tags/1.2.2/src/site/apt/
Dstubftpserver-getting-started.apt73 You can customize the behavior of the FTP server through programmatic configuration.
75 If you want to customize the behavior of the server, you should create and configure a replacement
239 // Replace the default RETR CommandHandler; customize returned file contents
308 "ReplyText.properties" ResourceBundle file. You can customize these messages by providing a
/external/mockftpserver/tags/1.1/src/site/apt/
Dstubftpserver-getting-started.apt73 You can customize the behavior of the FTP server through programmatic configuration.
75 If you want to customize the behavior of the server, you should create and configure a replacement
239 // Replace the default RETR CommandHandler; customize returned file contents
308 "ReplyText.properties" ResourceBundle file. You can customize these messages by providing a

123456