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

1 2 3

  /external/libvpx/libvpx/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 (
errorrecord.py 21 import gflags as flags namespace
26 FLAGS = flags.FLAGS
60 if FLAGS.unix_mode:
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]
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...]
checkerbase.py 26 import gflags as flags namespace
34 FLAGS = flags.FLAGS
35 flags.DEFINE_boolean('debug_tokens', False,
38 flags.DEFINE_boolean('error_trace', False,
214 if FLAGS.error_trace:
225 debug_tokens=FLAGS.debug_tokens)
302 if FLAGS.error_trace:
error_fixer.py 23 import gflags as flags namespace
47 FLAGS = flags.FLAGS
48 flags.DEFINE_boolean('disable_indentation_fixing', False,
303 not FLAGS.disable_indentation_fixing):
gjslint.py 32 This file is a front end that parses arguments and flags. The core of the code
44 import gflags as flags namespace
58 FLAGS = flags.FLAGS
59 flags.DEFINE_boolean('unix_mode', False,
61 flags.DEFINE_boolean('beep', True, 'Whether to beep when errors are found.')
62 flags.DEFINE_boolean('time', False, 'Whether to emit timing statistics.')
63 flags.DEFINE_boolean('check_html', False,
65 flags.DEFINE_boolean('summary', False
    [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,
37 return FLAGS.jsdoc or error not in (
errorrecord.py 21 import gflags as flags namespace
26 FLAGS = flags.FLAGS
60 if FLAGS.unix_mode:
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]
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...]
checkerbase.py 26 import gflags as flags namespace
34 FLAGS = flags.FLAGS
35 flags.DEFINE_boolean('debug_tokens', False,
38 flags.DEFINE_boolean('error_trace', False,
214 if FLAGS.error_trace:
225 debug_tokens=FLAGS.debug_tokens)
302 if FLAGS.error_trace:
error_fixer.py 23 import gflags as flags namespace
47 FLAGS = flags.FLAGS
48 flags.DEFINE_boolean('disable_indentation_fixing', False,
303 not FLAGS.disable_indentation_fixing):
gjslint.py 32 This file is a front end that parses arguments and flags. The core of the code
44 import gflags as flags namespace
58 FLAGS = flags.FLAGS
59 flags.DEFINE_boolean('unix_mode', False,
61 flags.DEFINE_boolean('beep', True, 'Whether to beep when errors are found.')
62 flags.DEFINE_boolean('time', False, 'Whether to emit timing statistics.')
63 flags.DEFINE_boolean('check_html', False,
65 flags.DEFINE_boolean('summary', False
    [all...]
  /frameworks/native/include/input/
KeycodeLabels.h 257 // NOTE: If you edit these flags, also edit policy flags in Input.h.
258 static const KeycodeLabel FLAGS[] = {
  /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...]
  /external/chromium_org/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...]
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
FetchProfile.java 41 * Download the flags of the message.
43 FLAGS,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_post_vs.c 48 unsigned flags; member in struct:pt_post_vs
72 #define FLAGS (0)
76 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_VIEWPORT)
80 #define FLAGS (DO_CLIP_XY | DO_CLIP_HALF_Z | DO_VIEWPORT)
84 #define FLAGS (DO_CLIP_XY_GUARD_BAND | DO_CLIP_HALF_Z | DO_VIEWPORT)
88 #define FLAGS (DO_CLIP_FULL_Z | DO_VIEWPORT)
92 #define FLAGS (DO_CLIP_HALF_Z | DO_VIEWPORT)
96 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER | DO_VIEWPORT)
100 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER | DO_VIEWPORT | DO_EDGEFLAG)
111 #define FLAGS (pvs->flags
    [all...]
draw_cliptest_tmp.h 42 const unsigned flags = (FLAGS); local
59 if (flags & (DO_CLIP_XY | DO_CLIP_XY_GUARD_BAND |
63 if ((flags & DO_CLIP_USER) && cv != pos)
73 if (flags & DO_CLIP_XY_GUARD_BAND) {
79 else if (flags & DO_CLIP_XY) {
88 if (flags & DO_CLIP_FULL_Z) {
92 else if (flags & DO_CLIP_HALF_Z) {
97 if (flags & DO_CLIP_USER) {
132 if ((flags & DO_VIEWPORT) && mask == 0
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_post_vs.c 48 unsigned flags; member in struct:pt_post_vs
72 #define FLAGS (0)
76 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_VIEWPORT)
80 #define FLAGS (DO_CLIP_XY | DO_CLIP_HALF_Z | DO_VIEWPORT)
84 #define FLAGS (DO_CLIP_XY_GUARD_BAND | DO_CLIP_HALF_Z | DO_VIEWPORT)
88 #define FLAGS (DO_CLIP_FULL_Z | DO_VIEWPORT)
92 #define FLAGS (DO_CLIP_HALF_Z | DO_VIEWPORT)
96 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER | DO_VIEWPORT)
100 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER | DO_VIEWPORT | DO_EDGEFLAG)
111 #define FLAGS (pvs->flags
    [all...]
draw_cliptest_tmp.h 42 const unsigned flags = (FLAGS); local
59 if (flags & (DO_CLIP_XY | DO_CLIP_XY_GUARD_BAND |
63 if ((flags & DO_CLIP_USER) && cv != pos)
73 if (flags & DO_CLIP_XY_GUARD_BAND) {
79 else if (flags & DO_CLIP_XY) {
88 if (flags & DO_CLIP_FULL_Z) {
92 else if (flags & DO_CLIP_HALF_Z) {
97 if (flags & DO_CLIP_USER) {
132 if ((flags & DO_VIEWPORT) && mask == 0
    [all...]
  /external/pixman/pixman/
pixman-noop.c 67 #define FLAGS \
116 (iter->image_flags & FLAGS) == FLAGS &&
  /external/chromium_org/third_party/simplejson/
decoder.py 18 FLAGS = re.VERBOSE | re.MULTILINE | re.DOTALL
88 STRINGCHUNK = re.compile(r'(.*?)(["\\\x00-\x1f])', FLAGS)
177 WHITESPACE = re.compile(r'[ \t\n\r]*', FLAGS)

Completed in 186 milliseconds

1 2 3