HomeSort by relevance Sort by last modified time
    Searched refs:configure (Results 51 - 75 of 1259) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/ImageMagick/Magick++/fuzz/
build.sh 5 ./configure --static --prefix="$WORK"
13 ./configure --disable-xz --disable-xzdec --disable-lzmadec --disable-lzmainfo --disable-lzma-links --disable-scripts --disable-doc --disable-shared --with-pic=yes --prefix="$WORK"
35 ./configure --prefix="$WORK"
43 ./configure --disable-shared --prefix="$WORK"
51 ./configure --prefix="$WORK" --disable-shared --with-pic=yes --disable-examples PKG_CONFIG_PATH="$WORK/lib/pkgconfig" CXXFLAGS="$CXXFLAGS -DLIBRAW_USE_CALLOC_INSTEAD_OF_MALLOC=on"
59 ./configure --prefix="$WORK" --disable-shared PKG_CONFIG_PATH="$WORK/lib/pkgconfig"
67 ./configure --disable-shared --prefix="$WORK"
75 ./configure --disable-shared --prefix="$WORK" PKG_CONFIG_PATH="$WORK/lib/pkgconfig"
83 ./configure --disable-shared --prefix="$WORK"
97 ./configure --prefix="$WORK" --disable-shared --disable-docs --with-utilities=no LDFLAGS="${LDFLAGS:-} -L$WORK (…)
    [all...]
  /external/ImageMagick/coders/
webp.c 250 configure;
253 *magick_restrict webp_image = &configure.output;
256 *magick_restrict features = &configure.input;
276 if (WebPInitDecoderConfig(&configure) == 0)
320 webp_status=WebPDecode(stream,length,&configure);
610 configure;
634 if ((WebPPictureInit(&picture) == 0) || (WebPConfigInit(&configure) == 0))
654 configure.quality=(float) image->quality;
656 configure.lossless=1;
659 configure.lossless=(int) ParseCommandOption(MagickBooleanOptions
246 configure; local
603 configure; local
    [all...]
  /build/blueprint/
.travis.install-ninja.sh 17 ./configure.py --bootstrap
  /external/autotest/server/site_tests/network_WiFi_MaskedBSSID/
network_WiFi_MaskedBSSID.py 29 self.context.configure(configurations[0])
34 self.context.configure(configurations[1], multi_interface=True)
  /external/autotest/server/site_tests/network_WiFi_RetryConnectHidden/
network_WiFi_RetryConnectHidden.py 36 self.context.configure(
46 self.context.configure(hostap_config.HostapConfig(
  /external/autotest/server/site_tests/network_WiFi_Roam/
network_WiFi_Roam.py 33 # Configure the inital AP.
34 self.context.configure(self._router0_conf)
43 self.context.configure(self._router1_conf, multi_interface=True)
  /external/autotest/venv/lucifer/
loglib_unittest.py 33 autospec=True) as configure:
35 configure.assert_called_once_with(name='unittest')
  /external/grpc-grpc/tools/run_tests/performance/
build_performance_php7.sh 28 ./configure
  /external/guice/core/test/com/google/inject/
RequestInjectionTest.java 53 protected void configure() {
70 protected void configure() {
87 protected void configure() {
106 protected void configure() {
125 protected void configure() {
152 protected void configure() {
170 protected void configure() {
228 protected void configure() {
  /external/jemalloc/android/scripts/
conf_arm.sh 53 eval ./configure CC=\"${arm_cc} ${includes[@]}\" \
conf_arm64.sh 52 eval ./configure CC=\"${aarch64_cc} ${includes[@]}\" \
conf_mips.sh 51 eval ./configure CC=\"${mips_cc} ${includes[@]}\" \
conf_x86.sh 53 eval ./configure CC=\"${x86_cc} ${includes[@]}\" \
conf_x86_64.sh 53 eval ./configure CC=\"${x86_64_cc} ${includes[@]}\" \
  /external/libunwind/android/
conf_arm.sh 61 eval ./configure CC=\"${arm_cc} ${includes[@]}\" \
conf_mips.sh 58 eval ./configure CC=\"${cc} ${includes[@]}\" \
conf_x86.sh 58 eval ./configure CC=\"${cc} ${includes[@]}\" \
  /external/libxcam/
autogen.sh 16 echo "Generating configure files"
25 $srcdir/configure "$@"
  /external/ltp/include/mk/
automake.mk 34 .PHONY: testcases/realtime/configure
35 testcases/realtime/configure:
39 autotools: aclocal autoconf autoheader automake $(addsuffix /configure,$(AUTOCONFED_SUBDIRS))
48 autoconf: configure
50 configure: configure.ac aclocal.m4
54 autoheader: configure.ac $(wildcard m4/*.m4) m4/ltp-version.m4 aclocal.m4
85 $(RM) -f aclocal.m4 configure $(AUTOMAKE_FILES) m4/Makefile.in
91 # This list should match the files in configure.ac.
112 # run configure, or the equivalent steps manually, as described in INSTALL
    [all...]
  /external/parameter-framework/upstream/tools/xmlGenerator/
hostConfig.py 35 def configure(infile=sys.stdin, outfile=sys.stdout, serverPort=None, structPath=None): function
63 configure(serverPort=sys.argv[1], structPath=sys.argv[2])
  /external/python/cpython2/PC/VS7.1/
build_ssl.py 13 # it should configure and build SSL, then build the _ssl and _hashlib
89 def run_configure(configure, do_script):
90 os.system("perl Configure "+configure)
98 configure = "VC-WIN32"
104 configure = "VC-WIN32"
110 configure = "VC-WIN64I"
117 configure = "VC-WIN64A"
151 run_configure(configure, do_script)
155 os.system("perl util\mk1mf.pl debug "+configure+" >"+makefile
    [all...]
  /external/tensorflow/tensorflow/contrib/makefile/
compile_linux_protobuf.sh 41 ./configure --prefix="${GENDIR}" --with-pic
44 echo "./configure command failed."
  /external/tensorflow/tensorflow/tools/ci_build/install/
install_auditwheel.sh 33 ./configure --prefix=/usr/local
  /external/tensorflow/tensorflow/tools/ci_build/linux/cpu/
run_py3_contrib.sh 27 # Run configure.
32 yes "" | $PYTHON_BIN_PATH configure.py
  /external/tensorflow/tensorflow/tools/ci_build/linux/ppc64le/cpu/
run_py2.sh 27 # Run configure.
31 yes "" | $PYTHON_BIN_PATH configure.py

Completed in 483 milliseconds

1 23 4 5 6 7 8 91011>>