HomeSort by relevance Sort by last modified time
    Searched refs:FLAGS (Results 1 - 25 of 426) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/avahi/
bootstrap.sh 20 FLAGS="--sysconfdir=/etc --localstatedir=/var --enable-tests --enable-compat-howl --enable-compat-libdns_sd"
22 # Feel free to add your own custom flags in here -Lathiat
30 FLAGS="$FLAGS --prefix=/opt/local --disable-pygtk"
39 FLAGS="$FLAGS --prefix=/opt/ --with-distro=none --disable-python --disable-dbus --disable-glib --disable-gtk"
46 FLAGS="$FLAGS --disable-monodoc --disable-mono --disable-qt3 --disable-qt4 --disable-xmltoman --prefix=/opt --with-distro=none --disable-python --disable-glib --disable-gtk --disable-manpages"
54 FLAGS="$FLAGS --disable-qt4
    [all...]
  /device/google/contexthub/firmware/misc/variant/linux/
Makefile 24 FLAGS += -DHEAP_SIZE=102400 #100K heap
  /external/shflags/examples/
hello_world.sh 17 FLAGS "$@" || exit 1
  /tools/test/connectivity/acts/framework/acts/bin/
monsoon.py 31 def main(FLAGS):
33 if FLAGS.avg and FLAGS.avg < 0:
37 mon = Monsoon(serial=int(FLAGS.serialno[0]))
39 if FLAGS.voltage is not None:
40 mon.set_voltage(FLAGS.voltage)
42 if FLAGS.current is not None:
43 mon.set_max_current(FLAGS.current)
45 if FLAGS.status:
49 if FLAGS.usbpassthrough
    [all...]
  /external/autotest/client/tests/synctest/src/
Makefile 3 FLAGS= -Wall -O2
6 $(CROSS_COMPILE)gcc $(FLAGS) $^ -o $(TARGET)
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
errorrules.py 21 import gflags as flags namespace
25 FLAGS = flags.FLAGS
26 flags.DEFINE_boolean('jsdoc', True,
28 flags.DEFINE_list('disable', None,
31 flags.DEFINE_integer('max_line_length', 80, 'Maximum line length allowed '
43 return FLAGS.max_line_length
57 if FLAGS.disable:
58 for error_str in FLAGS.disable
    [all...]
error_check.py 22 import gflags as flags namespace
24 FLAGS = flags.FLAGS
55 flags.DEFINE_boolean('strict', False,
58 flags.DEFINE_multistring('jslint_error', [],
83 Computes different flags (strict, jslint_error, jslint_noerror) to find out if
90 True if the rule should be checked according to the flags, otherwise False.
92 if 'no_' + rule in FLAGS.jslint_error:
94 if rule in FLAGS.jslint_error or Rule.ALL in FLAGS.jslint_error
    [all...]
fixjsstyle.py 24 import gflags as flags namespace
30 FLAGS = flags.FLAGS
31 flags.DEFINE_list('additional_extensions', None, 'List of additional file '
34 flags.DEFINE_boolean('dry_run', False, 'Do not modify the file, only print it.')
44 argv = flags.FLAGS(sys.argv)
47 if FLAGS.additional_extensions:
48 suffixes += ['.%s' % ext for ext in FLAGS.additional_extensions
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
Makefile 4 FLAGS=-g -Wall
10 $(CC) $(FLAGS) -c EbmlWriter.c
13 $(CC) $(FLAGS) -c EbmlBufferWriter.c
16 $(CC) $(FLAGS) -c WebMElement.c
19 $(CC) $(FLAGS) -c testlibmkv.c
22 $(LINKER) $(FLAGS) -o testlibmkv testlibmkv.o WebMElement.o EbmlBufferWriter.o EbmlWriter.o
  /ndk/build/tools/
gen-toolchain-wrapper.sh 60 command-line flags for the generated compiler, linker, etc.. scripts
74 register_var_option "--cflags=<options>" EXTRA_CFLAGS "Add extra C compiler flags"
77 register_var_option "--cxxflags=<options>" EXTRA_CXXFLAGS "Add extra C++ compiler flags"
80 register_var_option "--ldflags=<options>" EXTRA_LDFLAGS "Add extra linker flags"
83 register_var_option "--asflags=<options>" EXTRA_ASFLAGS "Add extra assembler flags"
86 register_var_option "--arflags=<options>" EXTRA_ARFLAGS "Add extra archiver flags"
142 local FLAGS=""
147 FLAGS=$FLAGS" $EXTRA_CFLAGS"
153 FLAGS=$FLAGS" $EXTRA_CXXFLAGS
    [all...]
  /external/autotest/client/tests/cyclictest/src/
Makefile 3 FLAGS= -Wall -Wno-nonnull -O2
7 $(CROSS_COMPILE)gcc $(FLAGS) $^ -o $(TARGET) $(LIBS)
  /external/autotest/client/tests/signaltest/
Makefile 4 FLAGS= -Wall -O2
8 $(CC) $(FLAGS) $^ -o $(TARGET) $(LIBS)
  /external/autotest/client/tests/signaltest/src/
Makefile 3 FLAGS = -Wall -O2
7 $(CC) $(FLAGS) $^ -o $(TARGET) $(LIBS)
  /toolchain/binutils/binutils-2.25/include/coff/
tic4x.h 34 #define TICOFF_TARGET_MACHINE_GET(FLAGS) \
35 (((FLAGS) & F_VERS) ? bfd_mach_tic4x : bfd_mach_tic3x)
  /device/google/contexthub/firmware/misc/platform/linux/
Makefile 20 FLAGS += -I. -fno-unwind-tables -fstack-reuse=all -ffunction-sections -fdata-sections -m32
21 FLAGS += -Wl,-T $(LKR) -Wl,--gc-sections
35 #platform flags
36 FLAGS += -DPLATFORM_HOST_INTF_I2C_BUS=0
37 FLAGS += -DPLATFORM_HW_TYPE=0x8086 -DPLATFORM_HW_VER=0
38 FLAGS += -DPLAT_HAS_NO_U_TYPES_H
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
old_run.py 34 FLAGS = gflags.FLAGS
63 following flags:
77 Since it uses flags make sure to initialize the ``gflags`` module before
92 if FLAGS.auth_local_webserver:
95 for port in FLAGS.auth_host_port:
98 httpd = ClientRedirectServer((FLAGS.auth_host_name, port),
105 FLAGS.auth_local_webserver = success
115 if FLAGS.auth_local_webserver:
116 oauth_callback = 'http://%s:%s/' % (FLAGS.auth_host_name, port_number
    [all...]
  /external/compiler-rt/lib/tsan/go/
buildgo.sh 113 FLAGS=" -I../rtl -I../.. -I../../sanitizer_common -I../../../include -std=c++11 -m64 -Wall -fno-exceptions -fno-rtti -DSANITIZER_GO -DSANITIZER_DEADLOCK_DETECTOR_VERSION=2 $OSCFLAGS"
115 FLAGS="$FLAGS -DSANITIZER_DEBUG=0 -O3 -msse3 -fomit-frame-pointer"
117 FLAGS="$FLAGS -DSANITIZER_DEBUG=1 -g"
121 echo $CC gotsan.cc -c -o $DIR/race_$SUFFIX.syso $FLAGS $CFLAGS
123 $CC $DIR/gotsan.cc -c -o $DIR/race_$SUFFIX.syso $FLAGS $CFLAGS
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
gen_client.py 12 import gflags as flags namespace
18 flags.DEFINE_string(
22 flags.DEFINE_string(
27 flags.DEFINE_string(
33 flags.DEFINE_string(
36 flags.DEFINE_boolean(
39 flags.DEFINE_string(
44 flags.DEFINE_multistring(
48 flags.DEFINE_string(
51 flags.DEFINE_string
    [all...]
  /external/clang/include/clang/AST/
CommentDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/include/clang/Analysis/
AnalysisDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/include/clang/Driver/
DriverDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/include/clang/Frontend/
FrontendDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/include/clang/Lex/
LexDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/include/clang/Parse/
ParseDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/include/clang/Sema/
SemaDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\

Completed in 6566 milliseconds

1 2 3 4 5 6 7 8 91011>>