OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:configure
(Results
151 - 175
of
1259
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/autotest/server/site_tests/network_WiFi_ConnectOnResume/
network_WiFi_ConnectOnResume.py
36
self.context.
configure
(
48
self.context.
configure
(hostap_config.HostapConfig(
/external/autotest/server/site_tests/network_WiFi_IBSS/
network_WiFi_IBSS.py
28
self.context.
configure
(configuration)
35
self.context.
configure
(configuration, is_ibss=True)
/external/autotest/server/site_tests/network_WiFi_MultiAuth/
network_WiFi_MultiAuth.py
45
self.context.
configure
(ap_config0)
46
self.context.
configure
(ap_config1, multi_interface=True)
/external/autotest/server/site_tests/network_WiFi_RoamSuspend/
network_WiFi_RoamSuspend.py
35
self.context.
configure
(hostap_config.HostapConfig(
56
self.context.
configure
(hostap_config.HostapConfig(
/external/autotest/server/site_tests/network_WiFi_RoamSuspendSSID/
network_WiFi_RoamSuspendSSID.py
46
self.context.
configure
(self._ap_config0)
47
self.context.
configure
(self._ap_config1, multi_interface=True)
/external/autotest/server/site_tests/network_WiFi_SSIDMultiSwitchBack/
network_WiFi_SSIDMultiSwitchBack.py
74
logging.info("-
Configure
first AP & connect")
75
self.context.
configure
(hostap_config.HostapConfig(
83
logging.info('-
Configure
second AP')
84
self.context.
configure
(hostap_config.HostapConfig(
/external/curl/scripts/
coverage.sh
6
../
configure
--disable-shared --enable-debug --enable-maintainer-mode --enable-code-coverage
/external/freetype/builds/unix/
detect.mk
61
# If a Unix platform is detected, the
configure
script is called and
64
# Arguments to `
configure
' should be in the CFG variable. Example:
89
$(TOP_DIR)/builds/unix/
configure
$(value CFG)
92
./
configure
$(value CFG)
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_php/
build_interop.sh
34
(cd src/php/ext/grpc && phpize && ./
configure
&& make)
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_php7/
build_interop.sh
34
(cd src/php/ext/grpc && phpize && ./
configure
&& make)
/external/harfbuzz_ng/
mingw32.sh
22
../
configure
--build=`../config.guess` --host=$target --prefix=$HOME/.local/$target "$@"
mingw64.sh
22
../
configure
--build=`../config.guess` --host=$target --prefix=$HOME/.local/$target "$@"
/external/libcap-ng/libcap-ng-0.7/
missing
39
if test -f
configure
.ac; then
40
configure_ac=
configure
.ac
42
configure_ac=
configure
.in
78
autoconf touch file \`
configure
'
155
touch
configure
/external/libdrm/
autogen.sh
19
"$srcdir"/
configure
"$@"
/external/libmtp/
autogen.sh
42
rm -f
configure
64
echo "autogen.sh finished! ./
configure
skipped."
68
echo "autogen.sh finished! Now going to run ./
configure
$@"
69
./
configure
$@ || {
70
echo "./
configure
failed";
/external/libnfnetlink/build-aux/
missing
39
if test -f
configure
.ac; then
40
configure_ac=
configure
.ac
42
configure_ac=
configure
.in
78
autoconf touch file \`
configure
'
155
touch
configure
/external/libusb/
appveyor_cygwin.bat
12
C:\cygwin\bin\bash -e -l -c "build-Win32-cygwin/../
configure
"
/external/skia/infra/bots/assets/mesa_intel_driver_linux/mesa-driver-builder/
build_mesa.sh
20
./
configure
--with-dri-drivers=i965 --with-gallium-drivers= --with-vulkan-drivers=intel
/external/skia/third_party/harfbuzz/
README
19
# `./autogen.sh && ./
configure
&& make`, then copying the
37
./
configure
/external/skqp/third_party/harfbuzz/
README
19
# `./autogen.sh && ./
configure
&& make`, then copying the
32
./
configure
/external/swiftshader/third_party/LLVM/autoconf/
AutoRegen.sh
23
outfile=
configure
24
configfile=
configure
.ac
46
echo "### commit any
configure
script that was generated with warnings"
53
echo "Regenerating
configure
with autoconf $want_autoconf_version_clean"
missing
39
if test -f
configure
.ac; then
40
configure_ac=
configure
.ac
42
configure_ac=
configure
.in
78
autoconf touch file \`
configure
'
154
touch
configure
/external/tensorflow/tensorflow/contrib/makefile/
compile_pi_protobuf.sh
36
./
configure
\
/external/tensorflow/tensorflow/contrib/tensorrt/custom_plugin_examples/
inc_op_plugin.h
56
// use
configure
to setup input dimensions
57
void
configure
(const nvinfer1::Dims* inputs, int num_inputs,
61
PluginTensorRT::
configure
(inputs, num_inputs, outputs, num_outputs,
/external/tensorflow/tensorflow/tools/ci_build/linux/cpu/
run_cc_core.sh
27
# Run
configure
.
33
yes "" | $PYTHON_BIN_PATH
configure
.py
Completed in 750 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>