Searched defs:FLAGS (Results 1 - 22 of 22) sorted by relevance

/external/libvpx/libvpx/libmkv/
H A DMakefile4 FLAGS= macro
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/
H A Derrorrules.py25 FLAGS = flags.FLAGS variable
37 return FLAGS.jsdoc or error not in (
H A Derrorrecord.py26 FLAGS = flags.FLAGS variable
60 if FLAGS.unix_mode:
H A Dfixjsstyle.py29 FLAGS = flags.FLAGS variable
42 argv = flags.FLAGS(sys.argv)
45 if FLAGS.additional_extensions:
46 suffixes += ['.%s' % ext for ext in FLAGS.additional_extensions]
H A Derror_check.py24 FLAGS = flags.FLAGS variable
87 if rule in FLAGS.jslint_error or Rule.ALL in FLAGS.jslint_error:
90 return FLAGS.strict and rule in Rule.CLOSURE_RULES
H A Dcheckerbase.py34 FLAGS = flags.FLAGS variable
214 if FLAGS.error_trace:
225 debug_tokens=FLAGS.debug_tokens)
302 if FLAGS.error_trace:
H A Derror_fixer.py47 FLAGS = flags.FLAGS variable
303 not FLAGS.disable_indentation_fixing):
H A Dgjslint.py58 FLAGS = flags.FLAGS variable
140 if FLAGS.additional_extensions:
141 suffixes += ['.%s' % ext for ext in FLAGS.additional_extensions]
142 if FLAGS.check_html:
198 if not FLAGS.unix_mode:
226 argv = flags.FLAGS(sys.argv)
228 if FLAGS.time:
232 if FLAGS.additional_extensions:
233 suffixes += ['.%s' % ext for ext in FLAGS
[all...]
H A Decmalintrules.py42 FLAGS = flags.FLAGS variable
159 custom_tags = set(['@%s' % f for f in FLAGS.custom_jsdoc_tags])
553 token.values['name'] not in FLAGS.custom_jsdoc_tags):
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A Dsimplefileflags.py29 FLAGS = flags.FLAGS variable
105 if FLAGS.recurse:
106 for start in FLAGS.recurse:
128 if FLAGS.recurse:
148 for ignore in FLAGS.exclude_directories:
154 for exclude in FLAGS.exclude_files:
190 return not (len(argv[1:]) or FLAGS.recurse)
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
H A Dscanner.py11 FLAGS = (VERBOSE | MULTILINE | DOTALL) variable
13 def __init__(self, lexicon, flags=FLAGS):
58 def pattern(pattern, flags=FLAGS):
H A Ddecoder.py8 FLAGS = re.VERBOSE | re.MULTILINE | re.DOTALL variable
60 STRINGCHUNK = re.compile(r'(.*?)(["\\])', FLAGS)
116 WHITESPACE = re.compile(r'\s*', FLAGS)
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags2man.py70 FLAGS = gflags.FLAGS variable
89 if FLAGS.v >= level: print msg
95 print >>sys.stderr, str(FLAGS)
200 % (self.executable, FLAGS.help_flag))
205 [self.executable, FLAGS.help_flag])
211 % (self.name, FLAGS.help_flag,
521 % (self.info.name, FLAGS.help_flag))
528 argv = FLAGS(argv) # handles help as well
539 doc = GenerateMan(prog, FLAGS
[all...]
H A Dgflags.py54 'FlagValues' object (typically the global FlagValues FLAGS, defined
61 gflags.FLAGS.myflag. Typically, the __main__ module passes the command
62 line arguments to gflags.FLAGS for parsing.
81 set FLAGS.myflag to true, or --nomyflag to set
82 FLAGS.myflag to false. Alternately, you can say
96 error. Otherwise, assign to FLAGS.flag as a string.
116 SPECIAL FLAGS: There are a few flags that have special meaning:
131 FLAGS VALIDATORS: If your program:
150 flag_values=FLAGS)
161 FLAGS
1764 FLAGS = FlagValues() variable
[all...]
/external/qemu/distrib/zlib-1.2.3/
H A Dinflate.h22 FLAGS, /* i: waiting for method and flags (gzip) */ enumerator in enum:__anon11588
60 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
/external/zlib/src/
H A Dinflate.h22 FLAGS, /* i: waiting for method and flags (gzip) */ enumerator in enum:__anon17178
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
/external/v8/tools/
H A Dtest.py688 FLAGS = { variable
720 flags = FLAGS[mode]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 348 milliseconds