Searched defs:FLAGS (Results 26 - 45 of 45) sorted by relevance

12

/external/chromium_org/third_party/closure_linter/closure_linter/
H A Decmalintrules.py42 FLAGS = flags.FLAGS variable
168 custom_tags = set(['@%s' % f for f in FLAGS.custom_jsdoc_tags])
564 token.values['name'] not in FLAGS.custom_jsdoc_tags):
/external/chromium_org/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/deqp/framework/common/
H A DtcuFloat.hpp58 FLAGS = Flags, enumerator in enum:tcu::Float::__anon19688
/external/pixman/test/
H A Dcomposite.c67 #define FLAGS 0xff000000 macro
395 info->size = sizes[size] & ~FLAGS;
/external/chromium_org/third_party/zlib/
H A Dinflate.h22 FLAGS, /* i: waiting for method and flags (gzip) */ enumerator in enum:__anon16405
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinflate.h22 FLAGS, /* i: waiting for method and flags (gzip) */ enumerator in enum:__anon28594
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
/external/qemu/distrib/zlib-1.2.8/
H A Dinflate.h22 FLAGS, /* i: waiting for method and flags (gzip) */ enumerator in enum:__anon29633
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
/external/zlib/src/
H A Dinflate.h22 FLAGS, /* i: waiting for method and flags (gzip) */ enumerator in enum:__anon34355
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
/external/chromium-trace/trace-viewer/third_party/python_gflags/
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/chromium_org/third_party/skia/third_party/lua/src/
H A Dlstrlib.c825 #define FLAGS "-+ #0" macro
830 #define MAX_FORMAT (sizeof(FLAGS) + sizeof(LUA_INTFRMLEN) + 10)
859 while (*p != '\0' && strchr(FLAGS, *p) != NULL) p++; /* skip flags */
860 if ((size_t)(p - strfrmt) >= sizeof(FLAGS)/sizeof(char))
/external/pixman/pixman/
H A Dpixman-fast-path.c2282 #define FLAGS \ macro
2287 (iter->image_flags & FLAGS) == FLAGS)
H A Dpixman-mmx.c3921 #define FLAGS \ macro
3926 (iter->image_flags & FLAGS) == FLAGS)
H A Dpixman-sse2.c6362 #define FLAGS \ macro
6367 (iter->image_flags & FLAGS) == FLAGS)
/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 ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 4002 milliseconds

12