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

1 2 3 4

  /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.
20 FLAGS=""
24 FLAGS="$FLAGS $PREFIX enable-oilpan"
26 FLAGS="$FLAGS $PREFIX dump-graph"
28 FLAGS="$FLAGS $PREFIX warn-raw-ptr"
30 FLAGS="$FLAGS $PREFIX warn-unneeded-finalizer
    [all...]
  /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,
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 rule in FLAGS.jslint_error or Rule.ALL in FLAGS.jslint_error
    [all...]
fixjsstyle.py 23 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]
full_test.py 30 import gflags as flags namespace
40 flags.FLAGS.strict = True
41 flags.FLAGS.custom_jsdoc_tags = ('customtag', 'requires')
42 flags.FLAGS.closurized_namespaces = ('goog', 'dummy')
43 flags.FLAGS.limited_doc_files = ('externs.js', 'dummy.js',
45 flags.FLAGS.jslint_error = error_check.Rule.AL
    [all...]
errorrecord.py 21 import gflags as flags namespace
26 FLAGS = flags.FLAGS
60 if FLAGS.unix_mode:
  /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
  /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]
full_test.py 31 import gflags as flags namespace
41 flags.FLAGS.strict = True
42 flags.FLAGS.custom_jsdoc_tags = ('customtag', 'requires')
43 flags.FLAGS.closurized_namespaces = ('goog', 'dummy')
44 flags.FLAGS.limited_doc_files = ('externs.js', 'dummy.js',
46 flags.FLAGS.jslint_error = error_check.Rule.AL
    [all...]
errorrecord.py 21 import gflags as flags namespace
26 FLAGS = flags.FLAGS
60 if FLAGS.unix_mode:
  /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,\
  /art/test/etc/
host-run-test-jar 23 FLAGS=""
103 FLAGS="${FLAGS} -Xcompiler-option $option"
109 FLAGS="${FLAGS} $option"
179 FLAGS="${FLAGS} -Xrelocate"
189 FLAGS="${FLAGS} -Xnorelocate"
201 cmdline="$INVOKE_WITH $gdb $exe $gdbargs -XXlib:$LIB $DEX_VERIFY $JNI_OPTS $FLAGS $INT_OPTS $DEBUGGER_OPTS $BOOT_OPT -cp $DEX_LOCATION/$TEST_NAME.jar$SECONDARY_DEX $main
    [all...]
push-and-run-test-jar 22 FLAGS=""
43 FLAGS="${FLAGS} -Xcompiler-option $option"
48 FLAGS="${FLAGS} $option"
179 FLAGS="${FLAGS} -Xcompiler-option --include-patch-information"
185 $INVOKE_WITH $gdb /system/bin/dalvikvm$TARGET_SUFFIX $FLAGS $DEX_VERIFY $gdbargs -XXlib:$LIB $ZYGOTE $JNI_OPTS $RELOCATE_OPT $INT_OPTS $DEBUGGER_OPTS $BOOT_OPT -cp $DEX_LOCATION/$TEST_NAME.jar$SECONDARY_DEX Main"
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
simplefileflags.py 26 import gflags as flags namespace
29 FLAGS = flags.FLAGS
31 flags.DEFINE_multistring(
36 flags.DEFINE_list(
42 flags.DEFINE_list(
105 if FLAGS.recurse:
106 for start in FLAGS.recurse:
123 A list of all files specified directly or indirectly (via flags) on th
    [all...]

Completed in 640 milliseconds

1 2 3 4