HomeSort by relevance Sort by last modified time
    Searched refs:FLAGS (Results 76 - 100 of 194) sorted by null

1 2 34 5 6 7 8

  /external/elfutils/libebl/
eblauxvinfo.c 72 TYPE (FLAGS, "x") \
  /external/v8/tools/gcmole/
gcmole.lua 33 local FLAGS = {
59 if FLAGS[flag] ~= nil then
60 FLAGS[flag] = (no ~= "no")
112 if FLAGS.verbose then print('popen ', action) end
250 if FLAGS.whitelist then
329 if not FLAGS.reuse_gcsuspects then
347 FLAGS.dead_vars and " and dead variables" or "",
350 if FLAGS.dead_vars then plugin_args = { "--dead-vars" } end
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 57 public static final String FLAGS = "FLAGS";
58 public static final String FLAGS_SILENT = "FLAGS.SILENT";
  /external/llvm/unittests/Option/
OptionParsingTest.cpp 22 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
40 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
43 FLAGS, OPT_##GROUP, OPT_##ALIAS, ALIASARGS },
  /frameworks/av/media/libmedia/
IStreamSource.cpp 43 FLAGS,
80 virtual uint32_t flags() const { function in struct:android::BpStreamSource
83 remote()->transact(FLAGS, data, &reply);
92 uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags) {
124 case FLAGS:
127 reply->writeInt32(this->flags());
132 return BBinder::onTransact(code, data, reply, flags);
175 uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags) {
205 return BBinder::onTransact(code, data, reply, flags);
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapContentTest.java 33 MessageColumns.FLAG_ATTACHMENT, MessageColumns.FLAGS,
58 "\n " + MessageColumns.FLAGS + " : " + c.getInt(c.getColumnIndex(MessageColumns.FLAGS)) +
  /external/clang/lib/Basic/
IdentifierTable.cpp 116 /// The C90/C99/CPP/CPP0x flags are set to 3 if the token is a keyword in a
121 tok::TokenKind TokenCode, unsigned Flags,
124 if (Flags == KEYALL) AddResult = 2;
125 else if (LangOpts.CPlusPlus && (Flags & KEYCXX)) AddResult = 2;
126 else if (LangOpts.CPlusPlus11 && (Flags & KEYCXX11)) AddResult = 2;
127 else if (LangOpts.C99 && (Flags & KEYC99)) AddResult = 2;
128 else if (LangOpts.GNUKeywords && (Flags & KEYGNU)) AddResult = 1;
129 else if (LangOpts.MicrosoftExt && (Flags & KEYMS)) AddResult = 1;
130 else if (LangOpts.Borland && (Flags & KEYBORLAND)) AddResult = 1;
131 else if (LangOpts.Bool && (Flags & BOOLSUPPORT)) AddResult = 2
    [all...]
  /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;
419 private static final int FLAGS = 2;
  /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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
decoder.py 15 FLAGS = re.VERBOSE | re.MULTILINE | re.DOTALL
57 STRINGCHUNK = re.compile(r'(.*?)(["\\\x00-\x1f])', FLAGS)
146 WHITESPACE = re.compile(r'[ \t\n\r]*', FLAGS)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
decoder.py 15 FLAGS = re.VERBOSE | re.MULTILINE | re.DOTALL
57 STRINGCHUNK = re.compile(r'(.*?)(["\\\x00-\x1f])', FLAGS)
146 WHITESPACE = re.compile(r'[ \t\n\r]*', FLAGS)
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 51 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/lib/Driver/
Types.cpp 21 const char *Flags;
27 #define TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, FLAGS) \
28 { NAME, FLAGS, TEMP_SUFFIX, TY_##PP_TYPE, },
54 return strchr(getInfo(Id).Flags, 'a');
58 return strchr(getInfo(Id).Flags, 'p');
62 return strchr(getInfo(Id).Flags, 'u');
66 return strchr(getInfo(Id).Flags, 'A');
  /ndk/build/tools/
builder-funcs.sh 485 local ARCH PLATFORM SYSROOT FLAGS
554 FLAGS=-emit-llvm
557 builder_cflags "-target $LLVM_TRIPLE $FLAGS"
558 builder_ldflags "-target $LLVM_TRIPLE $FLAGS"
gen-platforms.sh 434 # $4: compiler flags (optional)
440 local FLAGS="$4"
444 CC=$(get_default_compiler_for_arch $ARCH)" $FLAGS"
474 # $6: flags for compiler (optional)
482 local FLAGS="$6"
491 CC=$(get_default_compiler_for_arch $ARCH)" $FLAGS"
  /packages/apps/Email/src/com/android/email/provider/
DBHelper.java 104 // Version 8: Add security flags column to accounts table
107 // Version 11: Add content and flags to attachment table
273 + MessageColumns.FLAGS + " integer, "
474 + AccountColumns.FLAGS + " integer, "
534 + HostAuthColumns.FLAGS + " integer, "
568 + MailboxColumns.FLAGS + " integer, "
609 + AttachmentColumns.FLAGS + " integer, "
1590 int flags = accountCursor.getInt(V25_ACCOUNT_FLAGS); local
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
Pop3StoreUnitTests.java 297 Flag[] flags = mFolder.getPermanentFlags(); local
298 assertEquals(1, flags.length);
299 assertEquals(Flag.DELETED, flags[0]);
535 // try the basic fetch of flags & envelope
538 fp.add(FetchProfile.Item.FLAGS);
582 // try the basic fetch of flags & envelope, but the LIST command fails
586 fp.add(FetchProfile.Item.FLAGS);
630 // try the basic fetch of flags & envelope
633 fp.add(FetchProfile.Item.FLAGS);
792 // try the basic fetch of flags & envelop
    [all...]
  /frameworks/compile/slang/
llvm-rs-cc.cpp 78 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
87 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
95 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
98 FLAGS, OPT_##GROUP, OPT_##ALIAS, ALIASARGS },
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 175 AccountColumns.HOST_AUTH_KEY_SEND, AccountColumns.FLAGS,
195 AccountColumns.ID, AccountColumns.FLAGS};
391 * @return the flags for this account
398 * Set the flags for this account
399 * @param newFlags the new value for the flags
671 * Clear all account hold flags that are set.
682 int flags = c.getInt(ACCOUNT_FLAGS_COLUMN_FLAGS); local
684 if (0 != (flags & FLAGS_SECURITY_HOLD)) {
686 cv.put(AccountColumns.FLAGS, flags & ~FLAGS_SECURITY_HOLD)
    [all...]
EmailContent.java 553 // Bit field for flags which we'll not be selecting on
554 public static final String FLAGS = "flags";
671 MessageColumns.FLAG_ATTACHMENT, MessageColumns.FLAGS,
703 MessageColumns.FLAG_ATTACHMENT, MessageColumns.FLAGS,
    [all...]
MailboxUtilities.java 43 * Recalculate a mailbox's flags and the parent key of any children
96 // Save away updated flags and parent key (if any)
97 parentValues.put(Mailbox.FLAGS, parentFlags);
103 * Recalculate a mailbox's flags and the parent key of any children
126 * and flags for each mailbox in the account(s) that is uninitialized (parentKey = 0 or null)
169 cv.put(Account.FLAGS, start ? (account.mFlags | ACCOUNT_MAILBOX_CHANGE_FLAG) :
214 // Fix up keys and flags
  /packages/apps/Email/tests/src/com/android/email/service/
EmailBroadcastProcessorServiceTests.java 69 * Returns the flags for the specified account. Throws an exception if the account cannot
74 Integer flags = Utility.getFirstRowInt(mMockContext, uri, local
75 new String[] { AccountColumns.FLAGS }, null, null, null, 0);
76 if (flags == null) {
79 return flags;
  /external/chromium_org/tools/metrics/actions/
extract_actions.py 310 """This parses the experimental feature flags for UMA actions.
317 flag_name_re = re.compile(r'\s*"([0-9a-zA-Z\-_]+)",\s*// FLAGS:RECORD_UMA')
324 elif 'FLAGS:RECORD_UMA' in line and line[0:2] != '//':
326 'about:flags metrics, but is not in the proper format:\n' + line
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cfgloop.h 170 /* Flags for state of loop structure. */
479 described by FLAGS. */
482 loops_state_satisfies_p (unsigned flags)
484 return (current_loops->state & flags) == flags;
487 /* Sets FLAGS to the loops state. */
490 loops_state_set (unsigned flags)
492 current_loops->state |= flags;
495 /* Clears FLAGS from the loops state. */
498 loops_state_clear (unsigned flags)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cfgloop.h 170 /* Flags for state of loop structure. */
479 described by FLAGS. */
482 loops_state_satisfies_p (unsigned flags)
484 return (current_loops->state & flags) == flags;
487 /* Sets FLAGS to the loops state. */
490 loops_state_set (unsigned flags)
492 current_loops->state |= flags;
495 /* Clears FLAGS from the loops state. */
498 loops_state_clear (unsigned flags)
    [all...]

Completed in 237 milliseconds

1 2 34 5 6 7 8