/external/clang/include/clang/Serialization/ |
SerializationDiagnostic.h | 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
|
/external/shflags/examples/ |
write_date.sh | 11 # - handling of non-flag type command-line arguments that follow the flags 28 FLAGS_HELP="USAGE: $0 [flags] filename" 45 FLAGS "$@" || exit 1
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
attr-gnu-4-0.d | 5 MIPS ABI Flags Version: 0 15 FLAGS 1: 0000000. 16 FLAGS 2: 00000000
|
elf_ase_micromips.d | 7 !private flags = .*micromips.* 9 MIPS ABI Flags Version: 0 19 FLAGS 1: 0000000. 20 FLAGS 2: 00000000
|
elf_ase_mips16.d | 7 !private flags = .*mips16.* 9 MIPS ABI Flags Version: 0 19 FLAGS 1: 0000000. 20 FLAGS 2: 00000000
|
module-mfp32.d | 9 MIPS ABI Flags Version: 0 19 FLAGS 1: 0000000. 20 FLAGS 2: 00000000
|
module-msingle-float.d | 9 MIPS ABI Flags Version: 0 19 FLAGS 1: 0000000. 20 FLAGS 2: 00000000
|
module-msoft-float.d | 9 MIPS ABI Flags Version: 0 19 FLAGS 1: 0000000. 20 FLAGS 2: 00000000
|
odd-spreg.d | 11 MIPS ABI Flags Version: 0 21 FLAGS 1: 00000001 22 FLAGS 2: 00000000
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
attr-gnu-4-00.d | 6 MIPS ABI Flags Version: 0 16 FLAGS 1: 0000000. 17 FLAGS 2: 00000000
|
attr-gnu-4-08.d | 10 MIPS ABI Flags Version: 0 20 FLAGS 1: 0000000. 21 FLAGS 2: 00000000
|
/external/valgrind/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]
|
annotate_spinlock.stderr.exp | 2 FLAGS [phb=1, fm=0]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
now-3.d | 8 0x[0-9a-f]+ +\(FLAGS\) +BIND_NOW
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
tree-ssa-operands.h | 125 int flags; member in struct:ssa_operand_iterator_d 132 /* These flags are used to determine which operands are returned during 139 /* These are commonly grouped operand flags. */ 150 #define FOR_EACH_SSA_TREE_OPERAND(TREEVAR, STMT, ITER, FLAGS) \ 151 for (TREEVAR = op_iter_init_tree (&(ITER), STMT, FLAGS); \ 158 #define FOR_EACH_SSA_USE_OPERAND(USEVAR, STMT, ITER, FLAGS) \ 159 for (USEVAR = op_iter_init_use (&(ITER), STMT, FLAGS); \ 166 #define FOR_EACH_SSA_DEF_OPERAND(DEFVAR, STMT, ITER, FLAGS) \ 167 for (DEFVAR = op_iter_init_def (&(ITER), STMT, FLAGS); \ 172 match FLAGS. A use_operand_p is always returned via USEVAR. FLAG [all...] |
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
Makefile | 9 FLAGS = -D SUPERSHAPE_HIGH_RES 20 FLAGS += -D SAN_ANGELES_OBSERVATION_GLES 24 FLAGS += -D DISABLE_IMPORTGL 35 FLAGS += $(shell $(PKG_CONFIG) --cflags waffle-1) 42 $(CC) $(FLAGS) -o $@ $^ $(LDFLAGS) $(OPTIONS)
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
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:
|
gjslint.py | 30 This file is a front end that parses arguments and flags. The core of the code 46 import gflags as flags namespace 60 FLAGS = flags.FLAGS 61 flags.DEFINE_boolean('unix_mode', False, 63 flags.DEFINE_boolean('beep', True, 'Whether to beep when errors are found.') 64 flags.DEFINE_boolean('time', False, 'Whether to emit timing statistics.') 65 flags.DEFINE_boolean('quiet', False, 'Whether to minimize logged messages. ' 68 flags.DEFINE_boolean('check_html', False [all...] |
/ndk/build/ |
ndk-build | 229 # Return flags send in env. or command line which are enough to retrive APP_ABI and TOOLCHAIN_PREFIX later 232 local FLAGS= 235 FLAGS=$FLAGS" -C $PROJECT_PATH" 238 FLAGS=$FLAGS" APP_ABI=$APP_ABI" 241 FLAGS=$FLAGS" NDK_TOOLCHAIN_VERSION=$NDK_TOOLCHAIN_VERSION" 243 echo "$FLAGS" 249 local FLAGS=`gen_flags [all...] |
/external/lz4/examples/ |
Makefile | 36 FLAGS = -I../lib $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) 64 $(CC) $(FLAGS) $^ -o $@$(EXT) 67 $(CC) $(FLAGS) $^ -o $@$(EXT) 70 $(CC) $(FLAGS) $^ -o $@$(EXT) 73 $(CC) $(FLAGS) $^ -o $@$(EXT) 76 $(CC) $(FLAGS) $^ -o $@$(EXT)
|
/external/chromium-trace/catapult/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...] |