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

1 2 3 4 5 6 7 8

  /external/chromium/build/mac/
strip_from_xcode 22 declare -a FLAGS
28 # Strip everything (no special flags). No-op.
33 FLAGS[${#FLAGS[@]}]=-S
34 FLAGS[${#FLAGS[@]}]=-x
46 # Flags".
48 FLAGS[${#FLAGS[@]}]="${stripflag}"
57 FLAGS[${#FLAGS[@]}]=-
    [all...]
  /external/chromium_org/build/mac/
strip_from_xcode 22 declare -a FLAGS
28 # Strip everything (no special flags). No-op.
33 FLAGS[${#FLAGS[@]}]=-S
34 FLAGS[${#FLAGS[@]}]=-x
46 # Flags".
48 FLAGS[${#FLAGS[@]}]="${stripflag}"
57 FLAGS[${#FLAGS[@]}]=-
    [all...]
  /ndk/build/tools/
build-target-prebuilts.sh 64 FLAGS=
66 FLAGS=$FLAGS" --verbose"
69 FLAGS=$FLAGS" --verbose"
74 FLAGS=$FLAGS" --package-dir=\"$PACKAGE_DIR\""
76 FLAGS=$FLAGS" -j$NUM_JOBS"
83 run $BUILDTOOLS/build-gdbserver.sh "$SRC_DIR" "$NDK_DIR" "$GDB_TOOLCHAIN" $FLAGS
    [all...]
rebuild-all-prebuilt.sh 86 FLAGS=
88 FLAGS=$FLAGS" --verbose"
91 FLAGS=$FLAGS" --verbose"
93 FLAGS=$FLAGS" --ndk-dir=$NDK_DIR"
94 FLAGS=$FLAGS" --package-dir=$PACKAGE_DIR"
95 FLAGS=$FLAGS" --arch=$(spaces_to_commas $ARCHS)
    [all...]
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/libvpx/libvpx/third_party/libmkv/
Makefile 4 FLAGS=
9 $(CC) $(FLAGS) -c EbmlWriter.c
12 $(CC) $(FLAGS) -c EbmlBufferWriter.c
15 $(CC) $(FLAGS) -c MkvElement.c
18 $(CC) $(FLAGS) -c testlibmkv.c
21 $(LINKER) $(FLAGS) testlibmkv.o MkvElement.o EbmlBufferWriter.o EbmlWriter.o -o testlibmkv
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
errorrules.py 21 import gflags as flags namespace
25 FLAGS = flags.FLAGS
26 flags.DEFINE_boolean('jsdoc', True,
37 return FLAGS.jsdoc or error not in (
error_check.py 22 import gflags as flags namespace
24 FLAGS = flags.FLAGS
52 flags.DEFINE_boolean('strict', False,
55 flags.DEFINE_multistring('jslint_error', [],
78 Computes different flags (strict, jslint_error, jslint_noerror) to find out if
85 True if the rule should be checked according to the flags, otherwise False.
87 if rule in FLAGS.jslint_error or Rule.ALL in FLAGS.jslint_error
    [all...]
fixjsstyle.py 24 import gflags as flags namespace
29 FLAGS = flags.FLAGS
30 flags.DEFINE_list('additional_extensions', None, 'List of additional file '
42 argv = flags.FLAGS(sys.argv)
45 if FLAGS.additional_extensions:
46 suffixes += ['.%s' % ext for ext in FLAGS.additional_extensions]
  /external/chromium_org/third_party/closure_linter/closure_linter/
errorrules.py 21 import gflags as flags namespace
25 FLAGS = flags.FLAGS
26 flags.DEFINE_boolean('jsdoc', True,
37 return FLAGS.jsdoc or error not in (
error_check.py 22 import gflags as flags namespace
24 FLAGS = flags.FLAGS
52 flags.DEFINE_boolean('strict', False,
55 flags.DEFINE_multistring('jslint_error', [],
78 Computes different flags (strict, jslint_error, jslint_noerror) to find out if
85 True if the rule should be checked according to the flags, otherwise False.
87 if rule in FLAGS.jslint_error or Rule.ALL in FLAGS.jslint_error
    [all...]
fixjsstyle.py 24 import gflags as flags namespace
29 FLAGS = flags.FLAGS
30 flags.DEFINE_list('additional_extensions', None, 'List of additional file '
42 argv = flags.FLAGS(sys.argv)
45 if FLAGS.additional_extensions:
46 suffixes += ['.%s' % ext for ext in FLAGS.additional_extensions]
  /external/compiler-rt/lib/tsan/go/
buildgo.sh 68 FLAGS=" -I../rtl -I../.. -I../../sanitizer_common -I../../../include -m64 -Wall -Werror -Wno-maybe-uninitialized -fno-exceptions -fno-rtti -DTSAN_GO -DSANITIZER_GO -DTSAN_SHADOW_COUNT=4 $OSCFLAGS"
70 FLAGS+=" -DTSAN_DEBUG=0 -O3 -fomit-frame-pointer"
72 FLAGS+=" -DTSAN_DEBUG=1 -g"
75 echo gcc gotsan.cc -S -o tmp.s $FLAGS $CFLAGS
76 gcc gotsan.cc -S -o tmp.s $FLAGS $CFLAGS
  /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,\
  /external/clang/include/clang/Serialization/
SerializationDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/valgrind/main/drd/tests/
annotate_ignore_read.stderr.exp 2 FLAGS [phb=1, fm=0]
annotate_order_1.stderr.exp 2 FLAGS [phb=1, fm=0]
annotate_order_2.stderr.exp 2 FLAGS [phb=1, fm=0]
annotate_order_3.stderr.exp 2 FLAGS [phb=1, fm=0]

Completed in 479 milliseconds

1 2 3 4 5 6 7 8