/external/elfutils/src/src/ |
stack.c | 41 /* non-printable argp options. */ 640 const struct argp_option options[] = local 642 { NULL, 0, NULL, 0, N_("Input selection options:"), 0 }, 651 { NULL, 0, NULL, 0, N_("Output selection options:"), 0 }, 682 .options = options,
|
/external/fio/ |
ioengine.h | 153 struct fio_option *options; member in struct:ioengine_ops
|
server.h | 141 struct cmd_single_line_pdu options[]; member in struct:cmd_line_pdu
|
/external/icu/icu4c/source/common/ |
ucnvmbcs.h | 153 * 8 uint32_t options, bits: 207 * if(options&MBCS_OPT_NO_FROM_U) { 218 * } else if(!(options&MBCS_OPT_NO_FROM_U)) { 442 * If any of the following options bits are set, 447 * Remove bits from this mask as more options are recognized 472 uint32_t options; member in struct:__anon9877 474 /* new and optional in version 5; used if options&MBCS_OPT_NO_FROM_U */
|
uts46.cpp | 114 UTS46(uint32_t options, UErrorCode &errorCode); 195 uint32_t options; member in class:UTS46 199 IDNA::createUTS46Instance(uint32_t options, UErrorCode &errorCode) { 201 IDNA *idna=new UTS46(options, errorCode); 218 options(opt) {} 331 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0; 432 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0; 539 toASCII ? (options&UIDNA_NONTRANSITIONAL_TO_ASCII)==0 : 540 (options&UIDNA_NONTRANSITIONAL_TO_UNICODE)==0; 770 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0 [all...] |
/external/icu/icu4c/source/i18n/ |
ucol_sit.cpp | 94 UColAttributeValue options[UCOL_ATTRIBUTE_COUNT]; member in struct:CollatorSpec 198 spec->options[option] = ucol_sit_letterToAttributeValue(*string, status); 277 static const ShortStringOptions options[UCOL_SIT_ITEMS_COUNT] = variable 306 if(*start == options[i].optionStart) { 308 const char* end = options[i].action(spec, options[i].attr, start+1, status); 325 // set collation options to default 328 spec->options[i] = UCOL_DEFAULT; 528 if(s.options[i] != UCOL_DEFAULT) { 529 if(forceDefaults || ucol_getAttribute(result, (UColAttribute)i, status) != s.options[i]) [all...] |
/external/icu/icu4c/source/test/intltest/ |
dtptngts.cpp | 847 UDateTimePatternMatchOptions options; member in struct:DTPtnGenOptionsData 899 UDateTimePatternMatchOptions options = testDataPtr->options; local [all...] |
testidna.cpp | 415 void TestIDNA::debug(const UChar* src, int32_t srcLength, int32_t options){ 420 int32_t prepOptions = (((options & UIDNA_ALLOW_UNASSIGNED) != 0) ? USPREP_ALLOW_UNASSIGNED: 0); 459 int32_t options = (useSTD3ASCIIRules == TRUE) ? UIDNA_USE_STD3_RULES : UIDNA_DEFAULT; local 471 destLen = func(src,-1,NULL,0,options, &parseError , &status); 476 destLen = func(src,-1,dest,destLen+1,options, &parseError, &status); 501 destLen = func(src,-1,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status); 506 destLen = func(src,-1,dest,destLen+1,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status); 509 //errln("Did not get the expected result for %s null terminated source with both options set.\n",testName); 512 " with both options set. Expected: "+ prettify(UnicodeString(expected,expectedLen))+ 515 debug(src,-1,options | UIDNA_ALLOW_UNASSIGNED) 1001 int32_t options = (useSTD3ASCIIRules == TRUE) ? UIDNA_USE_STD3_RULES : UIDNA_DEFAULT; local [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationDataReader.java | 35 * Can be 2 if there are only options. 36 * Can be 7 or 8 if there are only options and a script reordering. 43 * 15.. 0: options bit set 481 int options = inIndexes[IX_OPTIONS] & 0xffff; local 485 if(options == ts.options && ts.variableTop != 0 && 494 settings.options = options; 495 // Set variableTop from options and scripts data.
|
CollationKeys.java | 332 int options = settings.options; local 334 int levels = levelMasks[CollationSettings.getStrength(options)]; 335 if ((options & CollationSettings.CASE_LEVEL) != 0) { 345 if ((options & CollationSettings.ALTERNATE_MASK) == 0) { 352 int tertiaryMask = CollationSettings.getTertiaryMask(options); 464 ((options & CollationSettings.BACKWARD_SECONDARY) == 0 || 469 } else if ((options & CollationSettings.BACKWARD_SECONDARY) == 0) { 528 if ((CollationSettings.getStrength(options) == Collator.PRIMARY) ? p == 0 539 if ((options & CollationSettings.UPPER_FIRST) == 0) [all...] |
CollationSettings.java | 19 * Collation settings/options/attributes. 24 * Options bit 0: Perform the FCD check on the input text and deliver normalized text. 28 * Options bit 1: Numeric collation. 40 * Options bits 3..2: Alternate-handling mask. 0 for non-ignorable. 45 * Options bits 6..4: The 3-bit maxVariable value bit field is shifted by this value. 48 /** maxVariable options bit mask before shifting. */ 50 /** Options bit 7: Reserved/unused/0. */ 52 * Options bit 8: Sort uppercase first if caseLevel or caseFirst is on. 56 * Options bit 9: Keep the case bits in the tertiary weight (they trump other tertiary values) 65 * Options bit mask for caseFirst and upperFirst, before shifting 439 public int options = (Collator.TERTIARY << STRENGTH_SHIFT) | \/\/ DEFAULT_STRENGTH field in class:CollationSettings [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
UCharacterCaseTest.java | 320 int options = 0; local 322 options |= UCharacter.TITLECASE_NO_LOWERCASE; 325 options |= UCharacter.TITLECASE_NO_BREAK_ADJUSTMENT; 327 String result = UCharacter.toTitleCase(locale, test, iter, options); 329 errln("titlecasing for " + prettify(test) + " (options " + options + ") should be " + 333 if (options == 0) { 349 int options = 0; local 350 options |= UCharacter.TITLECASE_NO_LOWERCASE; 374 UCharacter.toTitleCase(LOC_DUTCH, "ijssel igloo IjMUIdEN iPoD ijenough", iter, options)); [all...] |
/external/iputils/ |
traceroute6.c | 318 int options; /* socket options */ variable 374 options |= SO_DEBUG; 404 options |= SO_DONTROUTE; 506 if (options & SO_DEBUG) 509 if (options & SO_DONTROUTE) 535 if (options & SO_DEBUG) 538 if (options & SO_DONTROUTE)
|
/external/libexif/libexif/ |
exif-data.c | 65 ExifDataOption options; member in struct:_ExifDataPrivate 133 /* Default options */ 248 if (!(data->priv->options & EXIF_DATA_OPTION_DONT_CHANGE_MAKER_NOTE)) { 470 if (data->priv->options & EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS) 750 data->priv->md = exif_mnote_data_canon_new (data->priv->mem, data->priv->options); 941 if (data->priv->options & EXIF_DATA_OPTION_FOLLOW_SPECIFICATION) 1217 d->priv->options |= o; 1226 d->priv->options &= ~o; [all...] |
/external/libvpx/libvpx/vpx/src/ |
svc_encodeframe.c | 62 char options[OPTION_BUFFER_SIZE]; // set by vpx_svc_set_options member in struct:SvcInternal 358 * Parse SVC encoding options 364 static vpx_codec_err_t parse_options(SvcContext *svc_ctx, const char *options) { 371 if (options == NULL) return VPX_CODEC_OK; 372 input_string = strdup(options); 407 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options) { 409 if (svc_ctx == NULL || options == NULL || si == NULL) { 412 strncpy(si->options, options, sizeof(si->options)); [all...] |
/external/libxml2/ |
testrecurse.c | 42 const char *error, int options); 53 int options; /* parser options for the test */ member in struct:testDesc 679 int options ATTRIBUTE_UNUSED) { 718 int options ATTRIBUTE_UNUSED) { 758 int options ATTRIBUTE_UNUSED) { 860 tst->options | XML_PARSE_COMPACT); 889 res = tst->func(NULL, NULL, NULL, tst->options);
|
/external/linux-tools-perf/src/tools/perf/ |
builtin-top.c | 37 #include "util/parse-options.h" 1064 const struct option options[] = { local 1142 "perf top [<options>]", 1150 argc = parse_options(argc, argv, options, top_usage, 0); 1152 usage_with_options(top_usage, options); 1158 usage_with_options(top_usage, options); 1191 usage_with_options(top_usage, options);
|
/external/lldb/source/API/ |
SBFrame.cpp | 1325 SBExpressionOptions options; local 1337 SBExpressionOptions options; local 1346 SBExpressionOptions options; local [all...] |
/external/lldb/source/Commands/ |
CommandObjectThread.cpp | 24 #include "lldb/Interpreter/Options.h" 52 class CommandOptions : public Options 57 Options(interpreter) 59 // Keep default values of all options in one place: OptionParsingStarting () 117 // Options table: Required for subclasses of Options. 121 // Instance variables to hold the values for command options. 156 virtual Options * 276 class CommandOptions : public Options 281 Options (interpreter 1418 EvaluateExpressionOptions options; local [all...] |
CommandObjectWatchpoint.cpp | 190 virtual Options * 196 class CommandOptions : public Options 201 Options(interpreter), 247 // Options table: Required for subclasses of Options. 251 // Instance variables to hold the values for command options. 332 // CommandObjectWatchpointList::Options 619 virtual Options * 625 class CommandOptions : public Options 630 Options (interpreter) 1258 EvaluateExpressionOptions options; local [all...] |
/external/lldb/source/Interpreter/ |
CommandObject.cpp | 23 #include "lldb/Interpreter/Options.h" 93 syntax_str.Printf (" <cmd-options>"); 143 Options * 146 // By default commands don't have options unless this virtual function 158 // See if the subclass has options? 159 Options *options = GetOptions(); local 160 if (options != NULL) 163 options->NotifyOptionParsingStarting(); 168 error = args.ParseOptions (*options); [all...] |
/external/llvm/tools/gold/ |
gold-plugin.cpp | 85 namespace options { namespace 99 // Additional options to pass into the code generator. 100 // Note: This array will contain all plugin options which are not claimed 102 // For example, "generate-api-file" and "as"options are for the plugin 187 options::process_plugin_option(tv->tv_u.tv_string); 625 if (options::generate_api_file) 732 PMB.OptLevel = options::OptLevel; 754 if (unsigned NumOpts = options::extra.size()) 755 cl::ParseCommandLineOptions(NumOpts, &options::extra[0]); 762 TargetOptions Options = InitTargetOptionsFromCodeGenFlags() [all...] |
/external/mesa3d/src/mesa/main/ |
shaderapi.c | 103 struct gl_shader_compiler_options options; local 106 memset(&options, 0, sizeof(options)); 107 options.MaxUnrollIterations = 32; 108 options.MaxIfDepth = UINT_MAX; 111 options.DefaultPragmas.Optimize = GL_TRUE; 114 memcpy(&ctx->ShaderCompilerOptions[sh], &options, sizeof(options)); 719 struct gl_shader_compiler_options *options; local 725 options = &ctx->ShaderCompilerOptions[_mesa_shader_type_to_index(sh->Type)] [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_context.h | 198 struct st_config_options options; member in struct:st_context 272 const struct st_config_options *options);
|
/external/openssh/ |
ssh.c | 159 * General data structure for command line options and options configurable 162 Options options; variable 242 * NB. this function must operate with a options having undefined members. 256 hints.ai_family = options.address_family == -1 ? 257 AF_UNSPEC : options.address_family; 283 * NB. this function must operate with a options having undefined members. 296 hints.ai_family = options.address_family == -1 ? 297 AF_UNSPEC : options.address_family [all...] |