HomeSort by relevance Sort by last modified time
    Searched defs:option (Results 176 - 200 of 306) sorted by null

1 2 3 4 5 6 78 91011>>

  /developers/samples/android/ui/lists/CustomChoiceList/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/ui/notifications/BasicNotifications/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/ui/views/HorizontalPaging/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/ui/views/TextSwitcher/gradle/wrapper/
gradle-wrapper.jar 
  /external/smali/gradle/wrapper/
gradle-wrapper.jar 
  /prebuilts/misc/common/commons-cli/
commons-cli-1.2.jar 
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
main.java 134 Option[] options = commandLine.getOptions();
137 Option option = options[i]; local
138 String opt = option.getOpt();
169 bootClassPathDirs.add(option.getValue());
292 System.err.println("option");
365 Option versionOption = OptionBuilder.withLongOpt("version")
369 Option helpOption = OptionBuilder.withLongOpt("help")
373 Option outputDirOption = OptionBuilder.withLongOpt("output")
379 Option noParameterRegistersOption = OptionBuilder.withLongOpt("no-parameter-registers"
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
system_settings_provider.cc 238 ListValue* option = new ListValue(); local
239 option->Append(Value::CreateStringValue(GetTimezoneID(*timezone)));
240 option->Append(Value::CreateStringValue(GetTimezoneName(*timezone)));
241 timezoneList->Append(option);
  /external/dhcpcd/
if-options.c 59 const struct option cf_options[] = {
72 {"option", required_argument, NULL, 'o'},
417 syslog(LOG_ERR, "unknown option `%s'", arg);
497 syslog(LOG_ERR, "vendor option should be between"
613 syslog(LOG_ERR, "unknown option `%s'", arg);
621 syslog(LOG_ERR, "unknown option `%s'", arg);
737 syslog(LOG_ERR, "option `%s' does not take"
740 syslog(LOG_ERR, "unknown option `%s'", arg);
773 PACKAGE ": option requires an argument -- %s\n",
781 fprintf(stderr, PACKAGE ": unknown option -- %s\n", opt)
791 char *line, *option, *p, *platform; local
    [all...]
showlease.c 28 uint8_t option; member in struct:dhcp_opt
149 valid_length(uint8_t option, int dl, int *type)
157 for (opt = dhcp_opts; opt->option; opt++) {
158 if (opt->option != option)
179 /* unknown option, so let it pass */
238 /* Ensure we only get this option once */
265 get_option_addr32(uint32_t *a, const struct dhcp_message *dhcp, uint8_t option)
267 const uint8_t *p = get_option_raw(dhcp, option);
276 get_option_uint32(uint32_t *i, const struct dhcp_message *dhcp, uint8_t option)
    [all...]
  /external/e2fsprogs/ext2ed/
init.c 402 wprintw (command_win,"You may wish to use the configuration option ForceExt2 on\n");
494 char option [80],value [80]; local
505 while (get_next_option (fp,option,value)) {
506 if (strcasecmp (option,"Ext2Descriptors")==0) {
510 else if (strcasecmp (option,"AlternateDescriptors")==0) {
514 else if (strcasecmp (option,"LogFile")==0) {
518 else if (strcasecmp (option,"LogChanges")==0) {
524 fprintf (stderr,"Error - Illegal value: %s %s\n",option,value);
529 else if (strcasecmp (option,"AllowChanges")==0) {
535 fprintf (stderr,"Error - Illegal value: %s %s\n",option,value)
    [all...]
  /external/libnfc-nxp/inc/
phNfcLlcpTypes.h 45 #define PHFRINFC_LLCP_OPTION_DEFAULT 0 /**< Default OPTION value (in frames).*/
132 uint8_t option; member in struct:phFriNfc_Llcp_sLinkParameters
  /external/linux-tools-perf/
perf.c 176 fprintf(stderr, "Unknown option: %s\n", cmd);
263 int option; member in struct:cmd_struct
273 if (p->option & RUN_SETUP)
279 if (use_pager == -1 && p->option & RUN_SETUP)
281 if (use_pager == -1 && p->option & USE_PAGER)
486 * precedence paths: the "--exec-path" option, the PERF_EXEC_PATH
  /external/proguard/src/proguard/gui/
MemberSpecificationsPanel.java 9 * Software Foundation; either version 2 of the License, or (at your option)
229 MemberSpecification option = wrapper.memberSpecification; local
230 String name = option.name;
231 String descriptor = option.descriptor;
290 * the option refers to a field or to a method.
  /external/qemu/android/
qemu-setup.c 39 /* Contains arguments for -android-ports option. */
41 /* Contains arguments for -android-port option. */
43 /* Contains arguments for -android-report-console option. */
45 /* Contains arguments for -http-proxy option. */
85 derror( "socket port/path can be followed by [,<option>]+ only\n");
252 fprintf( stderr, "option -adb-port is obsolete, use -port instead\n" );
270 derror( "option -ports must be followed by two comma separated positive integer numbers" );
277 derror( "option -ports must be followed by two comma separated positive integer numbers" );
282 derror( "option -ports must be followed by two different integer numbers" );
307 derror( "option -port must be followed by an even integer number between %d and %d\n"
402 ProxyOption* option = option_tab; local
    [all...]
  /external/regex-re2/util/
pcre.h 213 // "(?s)" has the same effect as the PCRE_DOTALL option.
214 enum Option {
224 PCRE(const char* pattern, Option option);
226 PCRE(const string& pattern, Option option);
444 // Type of match (TODO: Should be restructured as an Option)
463 void Init(const char* pattern, Option option, int match_limit,
505 Option options_
533 PCRE::Option option() const { return option_; } function in class:re2::PCRE_Options
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
tst_qgraphicswebview.cpp 7 version 2 of the License, or (at your option) any later version.
212 QStyleOptionGraphicsItem option; local
213 option.exposedRect = webView->geometry();
214 QImage img(option.exposedRect.width(), option.exposedRect.height(), QImage::Format_ARGB32_Premultiplied);
217 webView->paint(&painter, &option);
219 webView->paint(&painter, &option);
220 QCOMPARE(img.pixel(option.exposedRect.width() - 2, option.exposedRect.height() / 2), qRgba(255, 255, 255, 255));
221 painter.fillRect(option.exposedRect, Qt::black)
    [all...]
  /external/webkit/Tools/DumpRenderTree/wx/
DumpRenderTreeWx.cpp 277 wxString option = wxString(argv[i]); local
278 if (!option.CmpNoCase(_T("--notree"))) {
283 if (!option.CmpNoCase(_T("--pixel-tests"))) {
288 if (!option.CmpNoCase(_T("--tree"))) {
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
diagnostic.h 10 Software Foundation; either version 3, or (at your option) any later
50 int option; member in struct:diagnostic_classification_change_t
76 /* The number of option indexes that can be passed to warning() et
80 /* For each option index that can be passed to warning() et al
102 /* True if we should print the command line option which controls
118 /* The index of the option to associate with turning permerrors into
149 /* Client hook to say whether the option controlling a diagnostic is
157 /* Client hook to return the name of an option that controls a
162 May be passed 0 as well as the index of a particular option. */
248 /* Override the option index to be used for reporting
    [all...]
params.h 10 Software Foundation; either version 3, or (at your option) any later
46 const char *const option; member in struct:param_info
57 /* A short description of the option. */
86 #define DEFPARAM(enumerator, option, msgid, default, min, max) \
105 option processing. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
diagnostic.h 10 Software Foundation; either version 3, or (at your option) any later
50 int option; member in struct:diagnostic_classification_change_t
76 /* The number of option indexes that can be passed to warning() et
80 /* For each option index that can be passed to warning() et al
102 /* True if we should print the command line option which controls
118 /* The index of the option to associate with turning permerrors into
149 /* Client hook to say whether the option controlling a diagnostic is
157 /* Client hook to return the name of an option that controls a
162 May be passed 0 as well as the index of a particular option. */
248 /* Override the option index to be used for reporting
    [all...]
params.h 10 Software Foundation; either version 3, or (at your option) any later
46 const char *const option; member in struct:param_info
57 /* A short description of the option. */
86 #define DEFPARAM(enumerator, option, msgid, default, min, max) \
105 option processing. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
diagnostic.h 10 Software Foundation; either version 3, or (at your option) any later
50 int option; member in struct:diagnostic_classification_change_t
76 /* The number of option indexes that can be passed to warning() et
80 /* For each option index that can be passed to warning() et al
102 /* True if we should print the command line option which controls
118 /* The index of the option to associate with turning permerrors into
149 /* Client hook to say whether the option controlling a diagnostic is
157 /* Client hook to return the name of an option that controls a
162 May be passed 0 as well as the index of a particular option. */
248 /* Override the option index to be used for reporting
    [all...]
params.h 10 Software Foundation; either version 3, or (at your option) any later
46 const char *const option; member in struct:param_info
57 /* A short description of the option. */
86 #define DEFPARAM(enumerator, option, msgid, default, min, max) \
105 option processing. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
diagnostic.h 10 Software Foundation; either version 3, or (at your option) any later
50 int option; member in struct:diagnostic_classification_change_t
76 /* The number of option indexes that can be passed to warning() et
80 /* For each option index that can be passed to warning() et al
102 /* True if we should print the command line option which controls
118 /* The index of the option to associate with turning permerrors into
149 /* Client hook to say whether the option controlling a diagnostic is
157 /* Client hook to return the name of an option that controls a
162 May be passed 0 as well as the index of a particular option. */
248 /* Override the option index to be used for reporting
    [all...]

Completed in 1895 milliseconds

1 2 3 4 5 6 78 91011>>