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

1 2 3 4 5 6 7 8

  /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...]
  /external/chromium_org/tools/clang/scripts/
blink_gc_plugin_flags.sh 6 # This script returns the flags that should be passed to clang.
21 FLAGS=""
24 FLAGS="$FLAGS -Xclang -plugin-arg-blink-gc-plugin -Xclang enable-oilpan"
26 FLAGS="$FLAGS -Xclang -plugin-arg-blink-gc-plugin -Xclang dump-graph"
31 -Xclang -add-plugin -Xclang blink-gc-plugin $FLAGS
  /ndk/build/tools/
rebuild-all-prebuilt.sh 96 FLAGS=
98 FLAGS=$FLAGS" --verbose"
101 FLAGS=$FLAGS" --verbose"
103 FLAGS=$FLAGS" --ndk-dir=$NDK_DIR"
104 FLAGS=$FLAGS" --package-dir=$PACKAGE_DIR"
105 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...]
build-target-prebuilts.sh 82 FLAGS=
84 FLAGS=$FLAGS" --verbose"
87 FLAGS=$FLAGS" --verbose"
92 FLAGS=$FLAGS" --package-dir=\"$PACKAGE_DIR\""
94 FLAGS=$FLAGS" -j$NUM_JOBS"
102 run $BUILDTOOLS/build-gdbserver.sh "$SRC_DIR" "$NDK_DIR" "$GDB_TOOLCHAIN" "$GDB_VERSION" $FLAGS
    [all...]
  /external/chromium_org/third_party/libvpx/source/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
  /external/libvpx/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
  /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
  /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]
  /art/test/etc/
host-run-test-jar 23 FLAGS=""
97 FLAGS="${FLAGS} -Xcompiler-option $option"
103 FLAGS="${FLAGS} $option"
161 FLAGS="${FLAGS} -Xrelocate"
171 FLAGS="${FLAGS} -Xnorelocate"
183 cmdline="$INVOKE_WITH $gdb $exe $gdbargs -XXlib:$LIB $JNI_OPTS $FLAGS $INT_OPTS $DEBUGGER_OPTS $BOOT_OPT -cp $DEX_LOCATION/$TEST_NAME.jar $main
    [all...]
push-and-run-test-jar 22 FLAGS=""
41 FLAGS="${FLAGS} -Xcompiler-option $option"
46 FLAGS="${FLAGS} $option"
169 FLAGS="${FLAGS} -Xcompiler-option --include-patch-information"
175 $INVOKE_WITH $gdb /system/bin/dalvikvm$TARGET_SUFFIX $FLAGS $gdbargs -XXlib:$LIB $ZYGOTE $JNI_OPTS $RELOCATE_OPT $INT_OPTS $DEBUGGER_OPTS $BOOT_OPT -cp $DEX_LOCATION/$TEST_NAME.jar Main"
  /external/compiler-rt/lib/tsan/go/
buildgo.sh 85 FLAGS=" -I../rtl -I../.. -I../../sanitizer_common -I../../../include -m64 -Wall -fno-exceptions -fno-rtti -DTSAN_GO -DSANITIZER_GO -DTSAN_SHADOW_COUNT=4 -DSANITIZER_DEADLOCK_DETECTOR_VERSION=2 $OSCFLAGS"
87 FLAGS+=" -DTSAN_DEBUG=0 -O3 -msse3 -fomit-frame-pointer"
89 FLAGS+=" -DTSAN_DEBUG=1 -g"
94 echo $CC gotsan.cc -c -o race_$SUFFIX.syso $FLAGS $CFLAGS
95 $CC gotsan.cc -c -o race_$SUFFIX.syso $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,\

Completed in 1522 milliseconds

1 2 3 4 5 6 7 8