/external/strace/debian/ |
rules | 46 configure: 57 build/Makefile: configure 59 cd $(@D); sh ../configure --enable-mpers=check --prefix=/usr $(CONFIG_OPTS) 61 build-udeb/Makefile: configure 63 cd $(@D); sh ../configure --enable-mpers=check --prefix=/usr \ 66 build64/Makefile: configure 68 cd $(@D); CC="$(CC64)" sh ../configure --enable-mpers=check --prefix=/usr --build=$(DEB_BUILD_GNU_TYPE) --host=$(HOST64)
|
/external/clang/tools/scan-build-py/libear/ |
__init__.py | 30 configure = do_configure(toolset) 31 configure.check_function_exists('execve', 'HAVE_EXECVE') 32 configure.check_function_exists('execv', 'HAVE_EXECV') 33 configure.check_function_exists('execvpe', 'HAVE_EXECVPE') 34 configure.check_function_exists('execvp', 'HAVE_EXECVP') 35 configure.check_function_exists('execvP', 'HAVE_EXECVP2') 36 configure.check_function_exists('exect', 'HAVE_EXECT') 37 configure.check_function_exists('execl', 'HAVE_EXECL') 38 configure.check_function_exists('execlp', 'HAVE_EXECLP') 39 configure.check_function_exists('execle', 'HAVE_EXECLE' [all...] |
/external/guice/core/test/com/google/inject/ |
BinderTest.java | 79 public void configure(Binder binder) { 103 public void configure() { 109 public void configure() { 115 public void configure() { 121 public void configure() { 162 public void configure() { 188 public void configure() { 206 public void configure() { 225 public void configure() { 245 public void configure() { 355 protected void configure() { method in class:BinderTest.ParentModule 363 protected void configure() { method in class:BinderTest.FooModule 370 protected void configure() { method in class:BinderTest.BarModule 383 protected void configure() { method in class:BinderTest.ConstantModule 558 protected void configure() { method in class:BinderTest.OuterCoreModule 567 protected void configure() { method in class:BinderTest.InnerCoreModule [all...] |
ParentInjectorTest.java | 68 "bound at " + bindsA.getClass().getName() + ".configure(", 131 protected void configure() { 139 protected void configure() { 160 protected void configure() { 172 protected void configure() { 206 protected void configure() { 251 protected void configure() { 276 protected void configure() { 308 protected void configure() { 320 protected void configure() { [all...] |
ReflectionTest.java | 39 protected void configure() { 56 protected void configure() { 75 protected void configure() {
|
/external/guice/core/test/com/google/inject/spi/ |
ModuleAnnotatedMethodScannerTest.java | 84 protected void configure() { 106 protected void configure() { 170 protected void configure() { 223 protected void configure() { 290 protected void configure() {} 308 protected void configure() { 332 protected void configure() { 338 protected void configure() {} 358 protected void configure() { 382 protected void configure() { [all...] |
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ |
GrpcSslContexts.java | 117 * @see #configure(SslContextBuilder) 120 return configure(SslContextBuilder.forClient()); 127 * @see #configure(SslContextBuilder) 130 return configure(SslContextBuilder.forServer(keyCertChainFile, keyFile)); 137 * @see #configure(SslContextBuilder) 141 return configure(SslContextBuilder.forServer(keyCertChainFile, keyFile, keyPassword)); 148 * @see #configure(SslContextBuilder) 151 return configure(SslContextBuilder.forServer(keyCertChain, key)); 158 * @see #configure(SslContextBuilder) 162 return configure(SslContextBuilder.forServer(keyCertChain, key, keyPassword)) 170 public static SslContextBuilder configure(SslContextBuilder builder) { method in class:GrpcSslContexts 180 public static SslContextBuilder configure(SslContextBuilder builder, SslProvider provider) { method in class:GrpcSslContexts 214 public static SslContextBuilder configure(SslContextBuilder builder, Provider jdkProvider) { method in class:GrpcSslContexts [all...] |
/external/python/cpython2/Tools/pynche/ |
TextViewer.py | 47 self.__text.configure(selectforeground=sfg) 50 self.__text.configure(selectbackground=sbg) 53 self.__text.configure(insertbackground=ibg) 139 r.configure(state=state) 141 l.configure(foreground=fg) 169 text.configure(foreground=colorname) 171 text.configure(background=colorname) 173 text.configure(selectforeground=colorname) 175 text.configure(selectbackground=colorname) 177 text.configure(insertbackground=colorname [all...] |
/external/python/cpython3/Tools/pynche/ |
TextViewer.py | 47 self.__text.configure(selectforeground=sfg) 50 self.__text.configure(selectbackground=sbg) 53 self.__text.configure(insertbackground=ibg) 139 r.configure(state=state) 141 l.configure(foreground=fg) 169 text.configure(foreground=colorname) 171 text.configure(background=colorname) 173 text.configure(selectforeground=colorname) 175 text.configure(selectbackground=colorname) 177 text.configure(insertbackground=colorname [all...] |
/external/guice/jdk8-tests/test/com/google/inject/jdk8/ |
DefaultMethodInterceptionTest.java | 81 protected void configure() { 99 protected void configure() { 128 protected void configure() { 164 protected void configure() { 199 protected void configure() { 218 protected void configure() {
|
/external/ltp/ |
build.sh | 66 run_configure $tree/configure $CONFIGURE_OPTS_OUT_TREE CC="$CC" $@ 77 run_configure ./configure $CONFIGURE_OPTS_IN_TREE CC="$CC" --prefix=$PREFIX $@ 88 local configure=$1 91 echo "=== configure $configure $@ ===" 92 if ! $configure $@; then 93 echo "== ERROR: configure failed, config.log ==" 114 to --prefix option of configure script. For out-of-tree build is this
|
/external/python/cpython3/Modules/_decimal/tests/ |
runall-memorydebugger.sh | 12 # Set additional CFLAGS and LDFLAGS for ./configure 77 ./configure CFLAGS="$ADD_CFLAGS" LDFLAGS="$ADD_LDFLAGS" --with-pydebug > /dev/null 2>&1 89 ./configure CFLAGS="$ADD_CFLAGS" LDFLAGS="$ADD_LDFLAGS" > /dev/null 2>&1 109 ./configure CFLAGS="$ADD_CFLAGS" LDFLAGS="$ADD_LDFLAGS" --without-pymalloc > /dev/null 2>&1 133 ./configure CFLAGS="$ADD_CFLAGS" LDFLAGS="$ADD_LDFLAGS" --with-pydebug > /dev/null 2>&1 144 ./configure CFLAGS="$ADD_CFLAGS" LDFLAGS="$ADD_LDFLAGS" > /dev/null 2>&1 164 ./configure CFLAGS="$ADD_CFLAGS" LDFLAGS="$ADD_LDFLAGS" --without-pymalloc > /dev/null 2>&1
|
/frameworks/av/media/libeffects/testlibs/ |
AudioPeakingFilter.cpp | 46 configure(nChannels, sampleRate); 50 void AudioPeakingFilter::configure(int nChannels, int sampleRate) { function in class:android::AudioPeakingFilter 53 mBiquad.configure(nChannels, sampleRate);
|
AudioShelvingFilter.cpp | 53 configure(nChannels, sampleRate); 56 void AudioShelvingFilter::configure(int nChannels, int sampleRate) { function in class:android::AudioShelvingFilter 59 mBiquad.configure(nChannels, sampleRate);
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
XYRegionFormatter.java | 46 Configurator.configure(ctx, this, xmlCfgId);
|
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
SimplePieChartActivity.java | 86 sf1.configure(getApplicationContext(), R.xml.pie_segment_formatter1); 91 sf2.configure(getApplicationContext(), R.xml.pie_segment_formatter2); 96 sf3.configure(getApplicationContext(), R.xml.pie_segment_formatter3); 101 sf4.configure(getApplicationContext(), R.xml.pie_segment_formatter4);
|
/external/autotest/client/deps/dejagnu/ |
dejagnu.py | 12 utils.configure('--prefix=%s/dejagnu' % topdir)
|
/external/autotest/client/deps/libnet/ |
libnet.py | 15 utils.configure ('--prefix=%s/libnet' % topdir)
|
/external/autotest/client/deps/pgpool/ |
pgpool.py | 18 utils.configure('--prefix=%s/pgpool --with-pgsql=%s/deps/pgsql/pgsql' \
|
/external/autotest/client/deps/pgsql/ |
pgsql.py | 14 utils.configure('--without-readline --without-zlib --enable-debug --prefix=%s/pgsql' % topdir)
|
/external/autotest/server/site_tests/network_WiFi_ConnectionIdentifier/ |
network_WiFi_ConnectionIdentifier.py | 68 # Configure two APs which will be automatically assigned different 71 self.context.configure(router_conf) 72 self.context.configure(router_conf, multi_interface=True) 87 self.context.configure(router_conf) 88 self.context.configure(router_conf, multi_interface=True)
|
/external/autotest/server/site_tests/network_WiFi_Reassociate/ |
network_WiFi_Reassociate.py | 17 self.context.configure(ap_config)
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/keystore/ |
BC.java | 24 public void configure(ConfigurableProvider provider) method in class:BC.Mappings
|
/external/catch2/.conan/test_package/ |
conanfile.py | 13 cmake.configure()
|
/external/catch2/ |
conanfile.py | 21 cmake.configure()
|