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

  /external/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
  /frameworks/base/include/ui/
KeycodeLabels.h 245 // NOTE: If you edit these flags, also edit policy flags in Input.h.
246 static const KeycodeLabel FLAGS[] = {
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
scanner.py 11 FLAGS = (VERBOSE | MULTILINE | DOTALL)
13 def __init__(self, lexicon, flags=FLAGS):
17 s.flags = flags
23 [(SUBPATTERN, (idx + 1, sre_parse.parse(phrase, flags)))])
58 def pattern(pattern, flags=FLAGS):
61 fn.regex = re.compile(pattern, flags)
decoder.py 8 FLAGS = re.VERBOSE | re.MULTILINE | re.DOTALL
60 STRINGCHUNK = re.compile(r'(.*?)(["\\])', FLAGS)
116 WHITESPACE = re.compile(r'\s*', FLAGS)
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
FetchProfile.java 41 * Download the flags of the message.
43 FLAGS,
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 22 FLAGS, /* i: waiting for method and flags (gzip) */
24 OS, /* i: waiting for extra flags and operating system (gzip) */
60 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
82 int flags; /* gzip header method and flags (0 if zlib) */ member in struct:inflate_state
  /frameworks/base/core/java/android/text/
SpannableStringInternal.java 73 /* package */ void setSpan(Object what, int start, int end, int flags) {
79 if ((flags & Spannable.SPAN_PARAGRAPH) == Spannable.SPAN_PARAGRAPH) {
110 data[i * COLUMNS + FLAGS] = flags;
132 mSpanData[mSpanCount * COLUMNS + FLAGS] = flags;
198 return data[i * COLUMNS + FLAGS];
247 int prio = data[i * COLUMNS + FLAGS] & Spanned.SPAN_PRIORITY;
370 private static final int FLAGS = 2;
  /external/zlib/
inflate.h 22 FLAGS, /* i: waiting for method and flags (gzip) */
24 OS, /* i: waiting for extra flags and operating system (gzip) */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
86 int flags; /* gzip header method and flags (0 if zlib) */ member in struct:inflate_state
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 55 public static final String FLAGS = "FLAGS";
56 public static final String FLAGS_SILENT = "FLAGS.SILENT";
  /external/valgrind/tsan/
thread_sanitizer.h 47 //--------- FLAGS ---------------------------------- {{{1
48 struct FLAGS {
136 extern FLAGS *G_flags;
260 // according to the current NaCl flags (--nacl-untrusted). Always false if not a
  /external/v8/tools/
test.py 467 # touch any existing error mode flags by merging the existing error mode.
661 FLAGS = {
691 flags = testcase.GetCustomFlags(mode)
692 if flags is None:
693 flags = FLAGS[mode]
694 return testcase.variant_flags + flags
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 465 // Bit field for flags which we'll not be selecting on
466 public static final String FLAGS = "flags";
546 MessageColumns.FLAG_ATTACHMENT, MessageColumns.FLAGS,
576 MessageColumns.FLAG_ATTACHMENT, MessageColumns.FLAGS,
723 // The following flags indicate messages that are determined to be incoming meeting related
729 // The following flags indicate messages that are outgoing and meeting related
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 264 milliseconds