/external/oprofile/libpopt/ |
popt.h | 75 #define POPT_CBFLAG_SKIPOPTION 0x10000000 /*!< don't callback with option */ 76 #define POPT_CBFLAG_CONTINUE 0x08000000 /*!< continue callbacks with option */ 84 #define POPT_ERROR_BADOPT -11 /*!< unknown option */ 145 struct poptOption option; /*!< alias/exec name(s) and description. */ member in struct:poptItem_s 217 * @param opt option that triggered callback 234 * @param options address of popt option table 255 * Return value of next option found. 257 * @return next option val, -1 on last item, POPT_ERROR_* on error 264 * Return next option argument (if any). 266 * @return option argument, NULL if no argument is availabl [all...] |
/external/oprofile/ |
popt.h | 75 #define POPT_CBFLAG_SKIPOPTION 0x10000000 /*!< don't callback with option */ 76 #define POPT_CBFLAG_CONTINUE 0x08000000 /*!< continue callbacks with option */ 84 #define POPT_ERROR_BADOPT -11 /*!< unknown option */ 145 struct poptOption option; /*!< alias/exec name(s) and description. */ member in struct:poptItem_s 217 * @param opt option that triggered callback 234 * @param options address of popt option table 255 * Return value of next option found. 257 * @return next option val, -1 on last item, POPT_ERROR_* on error 264 * Return next option argument (if any). 266 * @return option argument, NULL if no argument is availabl [all...] |
/external/qemu/ |
qemu-option.c | 2 * Commandline option parsing functions 32 #include "qemu-option.h" 36 * Extracts the name of an option from the parameter string (p points at the 37 * first byte of the option name) 39 * The option name is delimited by delim (usually , or =) or the string end 40 * and is copied into buf. If the option name is longer than buf_size, it is 43 * The return value is the position of the delimiter/zero byte after the option 63 * Extracts the value of an option from the parameter string p (p points at the 64 * first byte of the option value) 67 * delimiter is fixed to be comma which starts a new option. To specify a 95 char option[128]; local 776 char option[128], value[1024]; local [all...] |
/external/smali/smali/src/main/java/org/jf/smali/ |
main.java | 116 Option[] options = commandLine.getOptions(); 119 Option option = options[i]; local 120 String opt = option.getOpt(); 365 Option versionOption = OptionBuilder.withLongOpt("version") 369 Option helpOption = OptionBuilder.withLongOpt("help") 373 Option outputOption = OptionBuilder.withLongOpt("output") 379 Option allowOdexOption = OptionBuilder.withLongOpt("allow-odex-instructions") 385 Option apiLevelOption = OptionBuilder.withLongOpt("api-level") 392 Option dumpOption = OptionBuilder.withLongOpt("dump-to" [all...] |
/packages/apps/Camera2/src/com/android/camera/ui/ |
ZoomView.java | 237 BitmapFactory.Options option = new BitmapFactory.Options(); local 238 option.inJustDecodeBounds = true; 240 BitmapFactory.decodeStream(is, null, option); 246 mFullResImageWidth = option.outWidth; 247 mFullResImageHeight = option.outHeight;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar | |
/art/runtime/ |
runtime.cc | 390 const std::string option(options[i].first); 392 LOG(INFO) << "option[" << i << "]=" << option; local 394 if (StartsWith(option, "-Xbootclasspath:")) { 395 parsed->boot_class_path_string_ = option.substr(strlen("-Xbootclasspath:")).data(); 396 } else if (option == "-classpath" || option == "-cp") { 401 LOG(FATAL) << "Missing required class path value for " << option; 406 } else if (option == "bootclasspath") { 409 } else if (StartsWith(option, "-Ximage:")) [all...] |
/external/chromium_org/chrome/browser/ |
io_thread.cc | 731 // to move this option to IOThread::Globals & 758 const std::string& option = local 763 if (option == kOff) { 765 } else if (option == kDisableSSL) { 769 } else if (option == kSSL) { 773 } else if (option == kDisablePing) { 775 } else if (option == kExclude) { 777 } else if (option == kDisableCompression) { 779 } else if (option == kDisableAltProtocols) { 781 } else if (option == kForceAltProtocols) [all...] |
/external/chromium_org/components/autofill/content/renderer/ |
form_autofill_util.cc | 67 CR_DEFINE_STATIC_LOCAL(WebString, kOption, ("option")); 446 // Fills |option_strings| with the values of the <option> elements present in 460 const WebOptionElement option = list_items[i].toConst<WebOptionElement>(); local 461 option_values->push_back(option.value()); 462 option_contents->push_back(option.text()); 735 // Set option strings on the field if available. [all...] |
/external/chromium_org/net/udp/ |
udp_socket_win.cc | 606 int option = local 608 int rv = setsockopt(socket_, protocol_level, option, 617 int option = local 619 int rv = setsockopt(socket_, protocol_level, option,
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ConsoleView.js | 132 var option = this._frameSelector.createOption(contextList.displayName, contextList.url); 133 option._contextList = contextList; 134 contextList._consoleOption = option; 180 var option = this._contextSelector.createOption(executionContext.name, executionContext.id); 181 option._executionContext = executionContext; 189 var option = this._contextSelector.selectedOption(); 190 WebInspector.runtimeModel.setCurrentExecutionContext(option ? option._executionContext : null); 199 var option = contextList._consoleOption; variable 200 option.text = contextList.displayName [all...] |
NetworkPanel.js | 287 var option = document.createElement("option"); variable 288 option.value = "startTime"; 289 option.label = WebInspector.UIString("Timeline"); 290 timelineSorting.appendChild(option); 292 option = document.createElement("option"); 293 option.value = "startTime"; 294 option.label = WebInspector.UIString("Start Time"); 295 timelineSorting.appendChild(option); [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
convtest.cpp | 90 const char *option; local 173 option=callback==NULL ? cbopt : cbopt+1; 174 if(*option==0) { 175 option=NULL; 186 ToUnicodeCase(cc, callback, option); 202 const char *option; local 324 option=callback==NULL ? cbopt : cbopt+1; 325 if(*option==0) { 326 option=NULL; 339 FromUnicodeCase(cc, callback, option); [all...] |
/external/dhcpcd/ |
dhcp.c | 59 /* Our aggregate option buffer. 65 uint8_t option; member in struct:dhcp_opt 206 for (opt = dhcp_opts; opt->option; opt++) 208 printf("%03d %s\n", opt->option, opt->var); 221 for (opt = dhcp_opts; opt->option; opt++) { 231 if (opt->option == n) 242 opt->option); 245 opt->option); 249 if (!opt->option) { 260 valid_length(uint8_t option, int dl, int *type [all...] |
/external/icu4c/test/intltest/ |
convtest.cpp | 90 const char *option; local 182 option=callback==NULL ? cbopt : cbopt+1; 183 if(*option==0) { 184 option=NULL; 195 ToUnicodeCase(cc, callback, option); 211 const char *option; local 342 option=callback==NULL ? cbopt : cbopt+1; 343 if(*option==0) { 344 option=NULL; 357 FromUnicodeCase(cc, callback, option); [all...] |
/libcore/luni/src/main/java/java/text/ |
SimpleDateFormat.java | 1138 String option = options[i]; local [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
SocketTest.java | 144 public int option; field in class:SocketTest.MySocketImpl 169 public void setOption(int option, Object value) throws SocketException { 170 this.option = option;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
scc.h | 153 char option; /* command for function port */ member in struct:scc_hw_config
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
scc.h | 153 char option; /* command for function port */ member in struct:scc_hw_config
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
scc.h | 153 char option; /* command for function port */ member in struct:scc_hw_config
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
browser_options_handler.cc | 1718 ListValue* option = new ListValue(); local [all...] |
/external/chromium_org/content/browser/gpu/ |
gpu_data_manager_impl_private.cc | 616 std::set<int> option = gpu_switching_list_->MakeDecision( local 618 if (option.size() == 1) { 623 *(option.begin())); 1014 gpu::GpuSwitchingOption option = local [all...] |
/external/chromium_org/content/common/ |
sandbox_seccomp_bpf_linux.cc | 199 volatile uint64_t option = args.args[0]; local 201 reinterpret_cast<volatile char*>(option & 0xFFF); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLSelectElement.cpp | 14 * version 2 of the License, or (at your option) any later version. 123 // in cases where the selected option is not change. 132 // The select element has no placeholder label option if it has an attribute "multiple" specified or a display size of non-1. 174 // If a non-placeholer label option is selected (firstSelectionIndex > 0), it's not value-missing. 235 void HTMLSelectElement::remove(HTMLOptionElement* option) 237 if (option->ownerSelectElement() != this) 240 option->remove(IGNORE_EXCEPTION); 255 // We clear the previously selected option(s) when needed, to guarantee calling setSelectedIndex() only once. 261 // Find the option with value() matching the given parameter and make it the current selection. 420 void HTMLSelectElement::setOption(unsigned index, HTMLOptionElement* option, ExceptionState& es 450 RefPtr<Element> option = document()->createElement(optionTag, false); local 760 HTMLOptionElement* option = toHTMLOptionElement(current); local 940 HTMLOptionElement* option = toHTMLOptionElement(items[i]); local [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_tok.cpp | 277 /* I'd surely be lenient with the option arguments */ 597 * Reads an option and matches the option name with the predefined options. (Case-insensitive.) 599 * @param end Pointer to the last valid pointer beyond which the option will not extend. 600 * @param optionArg Address of the pointer at which the options start (after the option name) 601 * @return The index of the option, or -1 if the option is not valid. 614 *optionArg = start+rulesOptions[i].optionLen; /* End of option name; start of the options */ 624 i = -1; // didn't find an option 2231 char option[50]; local [all...] |