/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
tls-ie-8.d | 15 filesz 0x0+1b8 memsz 0x0+1b8 flags r-x 17 filesz 0x0+10c memsz 0x0+10c flags rw- 19 filesz 0x0+78 memsz 0x0+78 flags rw- 21 filesz 0x0+84 memsz 0x0+84 flags r-- 32 FLAGS 0x0+10 33 private flags = 0:
|
tls-ie-9.d | 15 filesz 0x0+1e0 memsz 0x0+1e0 flags r-x 17 filesz 0x0+114 memsz 0x0+114 flags rw- 19 filesz 0x0+78 memsz 0x0+78 flags rw- 21 filesz 0x0+88 memsz 0x0+88 flags r-- 32 FLAGS 0x0+10 33 private flags = 0:
|
/external/elfutils/tests/ |
run-readelf-mixed-corenote.sh | 52 FLAGS: 0 126 FLAGS: 0 187 FLAGS: 0 264 FLAGS: 0 336 FLAGS: 0 466 FLAGS: 0 489 index: 6, base: 0xb77da700, limit: 0x000fffff, flags: 0x00000051 490 index: 7, base: 0x00000000, limit: 0x00000000, flags: 0x00000028 491 index: 8, base: 0x00000000, limit: 0x00000000, flags: 0x00000028 537 FLAGS: [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
bfin-lex.l | 41 %s FLAGS 50 <FLAGS>[zZ] return Z; 51 <FLAGS>[xX] return X; 61 <FLAGS>[tT] yylval.value = M_T; return MMOD; 62 <FLAGS>[sS] return S; 66 [sS][pP]"."[lL] _REG.regno = REG_SP; _REG.flags = F_REG_LOW; return HALF_REG; 67 [sS][pP]"."[hH] _REG.regno = REG_SP; _REG.flags = F_REG_HIGH; return HALF_REG; 125 <FLAGS>[mM] return M; 161 [fF][pP]"."[lL] _REG.regno = REG_FP; _REG.flags = F_REG_LOW; return HALF_REG; 162 [fF][pP]"."[hH] _REG.regno = REG_FP; _REG.flags = F_REG_HIGH; return HALF_REG [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]); 532 // try the basic fetch of flags & envelope 535 fp.add(FetchProfile.Item.FLAGS); 579 // try the basic fetch of flags & envelope, but the LIST command fails 583 fp.add(FetchProfile.Item.FLAGS); 627 // try the basic fetch of flags & envelope 630 fp.add(FetchProfile.Item.FLAGS); 789 // try the basic fetch of flags & envelop [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
RBBIDataWrapper.java | 91 static final int FLAGS = 4; 95 // Bit selectors for the "FLAGS" field of the state table header 337 // This works for up to 15 flags bits. 338 return table[isBigEndian ? FLAGS + 1 : FLAGS];
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
RBBIDataWrapper.java | 90 static final int FLAGS = 4; 94 // Bit selectors for the "FLAGS" field of the state table header 336 // This works for up to 15 flags bits. 337 return table[isBigEndian ? FLAGS + 1 : FLAGS];
|
/external/autotest/site_utils/bootperf-bin/ |
bootperf | 234 # line FLAGS will invoke flags_help, set FLAGS_help to TRUE, and 237 if ! FLAGS "$@"; then
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
error_fixer.py | 26 import gflags as flags namespace 50 FLAGS = flags.FLAGS 51 flags.DEFINE_boolean('disable_indentation_fixing', False, 53 flags.DEFINE_list('fix_error_codes', [], 'A list of specific error codes to ' 76 FLAGS.fix_error_codes]) 392 not FLAGS.disable_indentation_fixing):
|
ecmalintrules.py | 26 import gflags as flags namespace 42 FLAGS = flags.FLAGS 43 flags.DEFINE_list('custom_jsdoc_tags', '', 'Extra jsdoc tags to allow') 46 flags.DEFINE_boolean('dot_on_next_line', False, 'Require dots to be' 75 # It will be initialized in constructor so the flags are initialized. 172 custom_tags = set(['@%s' % f for f in FLAGS.custom_jsdoc_tags]) 254 if FLAGS.dot_on_next_line and is_dot and wrapped_after: 593 token.values['name'] not in FLAGS.custom_jsdoc_tags) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
tools.py | 111 def run_flow(flow, storage, flags, http=None): 124 following flags: 148 flags = parser.parse_args(argv) 153 flags: ``argparse.Namespace``, The command-line flags. This is the 162 logging.getLogger().setLevel(getattr(logging, flags.logging_level)) 163 if not flags.noauth_local_webserver: 166 for port in flags.auth_host_port: 169 httpd = ClientRedirectServer((flags.auth_host_name, port), 176 flags.noauth_local_webserver = not succes [all...] |
/external/vboot_reference/scripts/image_signing/ |
make_dev_firmware.sh | 8 # image or system live firmware (EEPROM), and assign proper HWID, FLAGS as well. 23 DEFINE_string preamble_flags "" "Override preamble flags value. Known values: 27 $FLAGS_TRUE "Modify GBB flags to enable developer friendly features" "" 34 FLAGS "$@" || exit 1 172 # in output of vbutil_block, and disable the flags (has_dev, has_norm) if 203 # optional_opts: VERSION FLAGS 204 debug_msg "Setting new VERSION=1, FLAGS=$FLAGS_preamble_flags" 233 old_gbb_flags="$(gbb_utility --get --flags "$IMAGE" 2>"$EXEC_LOG" | 234 sed -rne 's/^flags: (.*)$/\1/p')" 235 debug_msg "Decide new GBB flags from: $old_gbb_flags [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
HostAuth.java | 53 public static final int FLAG_NONE = 0x00; // No flags 92 HostAuthColumns.PORT, HostAuthColumns.FLAGS, HostAuthColumns.LOGIN, 167 public static String getSchemeString(String protocol, int flags, String clientAlias) { 169 switch (flags & USER_CONFIG_MASK) { 199 * Returns the flags for the specified scheme. 203 int flags = HostAuth.FLAG_NONE; local 207 flags |= HostAuth.FLAG_SSL; 209 flags |= HostAuth.FLAG_TLS; 214 flags |= HostAuth.FLAG_TRUST_ALL; 218 return flags; 551 int flags = getSchemeFlags(scheme); local [all...] |
EmailContent.java | 654 // Bit field for flags which we'll not be selecting on 655 public static final String FLAGS = "flags"; [all...] |
MailboxUtilities.java | 44 * Recalculate a mailbox's flags and the parent key of any children 97 // Save away updated flags and parent key (if any) 98 parentValues.put(Mailbox.FLAGS, parentFlags); 104 * Recalculate a mailbox's flags and the parent key of any children 127 * and flags for each mailbox in the account(s) that is uninitialized (parentKey = 0 or null) 170 cv.put(AccountColumns.FLAGS, start ? (account.mFlags | ACCOUNT_MAILBOX_CHANGE_FLAG) : 215 // Fix up keys and flags
|
Account.java | 179 AccountColumns.HOST_AUTH_KEY_SEND, AccountColumns.FLAGS, 190 AccountColumns._ID, AccountColumns.FLAGS}; 406 * @return the flags for this account 413 * Set the flags for this account 414 * @param newFlags the new value for the flags 595 * Clear all account hold flags that are set. 606 int flags = c.getInt(ACCOUNT_FLAGS_COLUMN_FLAGS); local 608 if (0 != (flags & FLAGS_SECURITY_HOLD)) { 610 cv.put(AccountColumns.FLAGS, flags & ~FLAGS_SECURITY_HOLD) [all...] |
/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;
|
/packages/apps/Email/tests/src/com/android/emailcommon/provider/ |
AccountTest.java | 36 json.put(EmailContent.AccountColumns.FLAGS, 22);
|
/system/connectivity/shill/bin/ |
set_cellular_ppp | 184 FLAGS "$@" || exit 1
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/lib/ |
utils-lib.exp | 152 # flags to pass to the assembler, the program to run to dump the 179 # as: FLAGS 180 # When assembling FILE.s, pass FLAGS to the assembler. 185 # which program to run by seeing which of the flags options below 188 # objdump: FLAGS 189 # nm: FLAGS 190 # objcopy: FLAGS 192 # FLAGS, in addition to the .o file name. Note that they are run 462 eval set progopts \$[string toupper $program]FLAGS 474 eval set progopts \$[string toupper $dumpprogram]FLAGS [all...] |
/external/deqp/modules/gles2/functional/ |
es2fShaderStructTests.cpp | 66 ShaderStructCase (Context& context, const char* name, const char* description, bool isVertexCase, deUint32 flags, ShaderEvalFunc evalFunc, SetupUniformsFunc setupUniformsFunc, const char* vertShaderSource, const char* fragShaderSource); 84 ShaderStructCase::ShaderStructCase (Context& context, const char* name, const char* description, bool isVertexCase, deUint32 flags, ShaderEvalFunc evalFunc, SetupUniformsFunc setupUniformsFunc, const char* vertShaderSource, const char* fragShaderSource) 87 , m_flags (flags) 151 static ShaderStructCase* createStructCase (Context& context, const char* name, const char* description, bool isVertexCase, deUint32 flags, ShaderEvalFunc evalFunc, SetupUniformsFunc setupUniforms, const LineStream& shaderSrc) 190 return new ShaderStructCase(context, name, description, isVertexCase, flags, evalFunc, setupUniforms, StringTemplate(shaderSrc.str()).specialize(spParams).c_str(), defaultFragSrc); 192 return new ShaderStructCase(context, name, description, isVertexCase, flags, evalFunc, setupUniforms, defaultVertSrc, StringTemplate(shaderSrc.str()).specialize(spParams).c_str()); 212 #define LOCAL_STRUCT_CASE(NAME, DESCRIPTION, FLAGS, SHADER_SRC, EVAL_FUNC_BODY) \ 215 addChild(createStructCase(m_context, #NAME "_vertex", DESCRIPTION, true, FLAGS, &Eval_##NAME::eval, DE_NULL, SHADER_SRC)); \ 216 addChild(createStructCase(m_context, #NAME "_fragment", DESCRIPTION, false, FLAGS,&Eval_##NAME::eval, DE_NULL, SHADER_SRC)); \ [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
Attachment.java | 154 public int flags; field in class:Attachment 188 flags = in.readInt(); 213 flags = cursor.getInt(cursor.getColumnIndex(AttachmentColumns.FLAGS)); 230 flags = srcJson.optInt(AttachmentColumns.FLAGS); 259 flags = 0; 304 flags = values.getAsInteger(AttachmentColumns.FLAGS); 329 values.put(AttachmentColumns.FLAGS, flags) [all...] |
/external/mdnsresponder/mDNSShared/ |
DebugServices.h | 191 @abstract Flags controlling how the output type is configured. 219 #pragma mark == Flags == 225 @abstract Flags controlling how output is printed. 245 @abstract Flags indicating the task level. 301 // Level Flags [all...] |
/frameworks/native/include/input/ |
InputEventLabels.h | 396 static const InputEventLabel FLAGS[] = { 436 return uint32_t(lookupValueByLabel(label, FLAGS));
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
cfgloop.h | 177 /* Flags for state of loop structure. */ 503 described by FLAGS. */ 506 loops_state_satisfies_p (unsigned flags) 508 return (current_loops->state & flags) == flags; 511 /* Sets FLAGS to the loops state. */ 514 loops_state_set (unsigned flags) 516 current_loops->state |= flags; 519 /* Clears FLAGS from the loops state. */ 522 loops_state_clear (unsigned flags) [all...] |