HomeSort by relevance Sort by last modified time
    Searched defs:option (Results 301 - 325 of 387) sorted by null

<<111213141516

  /external/chromium_org/third_party/icu/source/test/cintltst/
cldrtest.c 1175 uint32_t option = (k==0) ? 0 : USET_CASE_INSENSITIVE; local
    [all...]
cbiditst.c 83 uint32_t option, UBiDiLevel level, char *result);
87 int option, UBiDiLevel level);
91 const char *option, UBiDiLevel level);
93 const char *dest, const char *mode, const char* option,
3460 int32_t srcLen, destLen, vis1Len, vis2Len, option, i, j, nCases, paras; local
3541 int tc, mode, option, level; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_parse.y 157 %token OPTION OUTPUT
296 state->option.TexRect =
301 optionSequence: optionSequence option
305 option: OPTION string ';' label
320 ? "invalid ARB vertex program option"
321 : "invalid ARB fragment program option";
564 if (!state->option.NV_fragment) {
588 if (!state->option.NV_fragment) {
618 if (!state->option.NV_fragment)
    [all...]
  /external/icu4c/i18n/
ucol_tok.cpp 271 /* I'd surely be lenient with the option arguments */
591 * Reads an option and matches the option name with the predefined options. (Case-insensitive.)
593 * @param end Pointer to the last valid pointer beyond which the option will not extend.
594 * @param optionArg Address of the pointer at which the options start (after the option name)
595 * @return The index of the option, or -1 if the option is not valid.
608 *optionArg = start+rulesOptions[i].optionLen; /* End of option name; start of the options */
618 i = -1; // didn't find an option
2225 char option[50]; local
    [all...]
  /external/icu4c/test/cintltst/
cldrtest.c 1110 uint32_t option = (k==0) ? 0 : USET_CASE_INSENSITIVE; local
    [all...]
cbiditst.c 93 uint32_t option, UBiDiLevel level, char *result);
97 int option, UBiDiLevel level);
101 const char *option, UBiDiLevel level);
103 const char *dest, const char *mode, const char* option,
3940 int32_t srcLen, destLen, vis1Len, vis2Len, option, i, j, nCases, paras; local
4021 int tc, mode, option, level; local
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp.c 1704 int option = -1; local
    [all...]
  /external/mesa3d/src/mesa/program/
program_parse.y 157 %token OPTION OUTPUT
296 state->option.TexRect =
301 optionSequence: optionSequence option
305 option: OPTION string ';' label
320 ? "invalid ARB vertex program option"
321 : "invalid ARB fragment program option";
564 if (!state->option.NV_fragment) {
588 if (!state->option.NV_fragment) {
618 if (!state->option.NV_fragment)
    [all...]
  /external/mksh/src/
misc.c 135 * translate -o option into F* constant (also used for test -o option)
138 option(const char *n) function
183 shf_puts("Current option settings\n", shl_stdout);
292 * non-option arguments, -1 if there is an error.
310 /* First call? Build option strings... */
375 * an option (ie, can't get here if what is
381 i = option(go.optarg);
393 bi_errorf("%s: %s", go.optarg, "bad option");
438 /* set skips lone - or + option */
    [all...]
funcs.c 332 * bad option: don't use
681 * Here, the number must follow the RLZi option, but is optional
698 * upper/lower case. If this option is changed,
3340 char option; member in struct:limits
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 1870 const UninterpretedOption& option = local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c 8 version 2.1 of the License, or (at your option) any later version.
321 char option[256]; local
350 SDL_sscanf(line,"hsync %s",option);
351 if (SDL_strncmp(option,"high",4)==0)
355 SDL_sscanf(line,"vsync %s",option);
356 if (SDL_strncmp(option,"high",4)==0)
360 SDL_sscanf(line,"csync %s",option);
361 if (SDL_strncmp(option,"high",4)==0)
365 SDL_sscanf(line,"extsync %s",option);
366 if (SDL_strncmp(option,"true",4)==0
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java 217 final int option = mSuggestionStripOption; local
218 if ((isAutoCorrect && (option & AUTO_CORRECT_BOLD) != 0)
219 || (isTypedWordValid && (option & VALID_TYPED_WORD_BOLD) != 0)) {
222 if (isAutoCorrect && (option & AUTO_CORRECT_UNDERLINE) != 0) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 372 Option option = Option.get(element); local
373 String optionId = option.id;
374 int optionMinSdk = option.minSdk;
375 int optionMinBuildApi = option.minBuild;
484 Option option = Option.get(element); local
485 String optionId = option.id
569 Option option = Option.get(element); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestRunner.cpp 1336 const std::string& option = optionsArray[i]; local
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_unittest.cc 1972 const UninterpretedOption& option = local
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 350 def option(self): member in class:Diagnostic
351 """The command-line option that enables this diagnostic."""
356 """The command-line option that disables this diagnostic."""
    [all...]
  /external/dnsmasq/src/
option.c 6 (at your option) version 3 dated 29 June, 2007.
107 static const struct option opts[] =
129 { "dhcp-option", 1, 0, 'O' },
187 { "dhcp-option-force", 1, 0, LOPT_FORCE },
243 { LOPT_DHCP_OPTS, ARG_ONE, "<filename>", gettext_noop("Read DHCP option specs from file"), NULL },
264 { LOPT_FORCE, ARG_DUP, "<optspec>", gettext_noop("DHCP option sent even if the client does not request it."), NULL},
294 { '4', ARG_DUP, "<id>,<mac address>", gettext_noop("Map MAC address (with wildcards) to option set."), NULL },
316 { LOPT_MATCH, ARG_DUP, "<netid>,<optspec>", gettext_noop("Set tag if client includes matching option in request."), NULL },
380 { "option-overload", 52, OT_INTERNAL },
439 --dhcp-option=3, strin
2534 int i, option; local
2783 int option, nest = 0, testmode = 0; local
    [all...]
  /external/netperf/
nettest_bsd.c 735 option). if the user has not specified remote data addressing
737 control connection address (ie the global -L option). */
950 /* support the option. If it fails, note the fact, but keep going. */
958 planet has a UDP_mumble option that overlaps with TCP_NODELAY,
960 option that is defined as a value of 1, which is the same a
978 int option = TCP_NODELAY;
987 option = SCTP_NODELAY;
994 option,
973 int option = TCP_NODELAY; local
    [all...]
  /external/openssh/
ssh-keygen.c 1764 Buffer options, option; local
    [all...]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 298 System.err.println("Error: Unknown option: " + opt);
442 System.err.println("Error: Unknown option: " + opt);
538 System.err.println("Error: Unknown option: " + opt);
819 // Override if -s option is specified.
822 // Override if -s option is specified.
875 System.err.println("Error: Unknown option: " + opt);
1157 String option = nextOption(); local
1226 String option = nextOption(); local
1271 String option = nextOption(); local
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp 495 fprintf(stderr, "ERROR: no dump option specified\n");
504 const char* option = bundle->getFileSpecEntry(0); local
538 if (strcmp("resources", option) == 0) {
543 } else if (strcmp("strings", option) == 0) {
547 } else if (strcmp("xmltree", option) == 0) {
574 } else if (strcmp("xmlstrings", option) == 0) {
615 if (strcmp("permissions", option) == 0) {
659 } else if (strcmp("badging", option) == 0) {
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java 597 ResolveInfo option = shareOptions.get(option_i); local
598 CharSequence label = option.loadLabel(packageManager);
599 Drawable icon = option.loadIcon(packageManager);
606 shareOptionPackageNames.add(option.activityInfo.packageName);
607 shareOptionClassNames.add(option.activityInfo.name);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplatePage.java 435 Element option = options.get(i); local
436 String optionId = option.getAttribute(ATTR_ID);
438 String isDefault = option.getAttribute(ATTR_DEFAULT);
443 NodeList childNodes = option.getChildNodes();
448 String minApiString = option.getAttribute(ATTR_MIN_API);
460 String minBuildApiString = option.getAttribute(ATTR_MIN_BUILD_API);
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prio.h 244 PRBool polarity; /* Polarity of the option's setting */
255 PRSockOption option; member in struct:PRSocketOptionData
411 /* Get current setting of specified option */
413 /* Set value of specified option */
    [all...]

Completed in 1887 milliseconds

<<111213141516