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

1 2 3 4 5 6 78 91011>>

  /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/bison/src/
scan-skel.l 10 the Free Software Foundation; either version 2, or (at your option)
23 %option nodefault noyywrap nounput never-interactive debug
24 %option prefix="skel_" outfile="lex.yy.c"
  /external/chromium/chrome/browser/ui/webui/options/
clear_browser_data_handler.cc 85 ListValue* option = new ListValue(); local
86 option->Append(Value::CreateIntegerValue(i));
87 option->Append(Value::CreateStringValue(label_string));
88 time_list->Append(option);
font_settings_handler.cc 125 ListValue* option = new ListValue(); local
132 option->Append(Value::CreateStringValue(encoding));
133 option->Append(Value::CreateStringValue(name));
136 option->Append(Value::CreateStringValue(""));
137 option->Append(Value::CreateStringValue(""));
139 encoding_list.Append(option);
  /external/dbus/bus/
messagebus-config.in 110 option=$1
113 case "$option" in
128 echo "usage: ${PROGNAME} [OPTION]..."
  /external/iproute2/include/
iptables_common.h 17 int check_inverse(const char option[], int *invert, int *optind, int argc);
ip6tables.h 36 ate an option */
54 const struct option *extra_opts;
86 ate an option */
103 struct option *extra_opts;
  /external/libnfc-nxp/inc/
phNfcLlcpTypes.h 45 #define PHFRINFC_LLCP_OPTION_DEFAULT 0 /**< Default OPTION value (in frames).*/
129 uint8_t option; member in struct:phFriNfc_Llcp_sLinkParameters
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 26 | For of string * expr * expr * expr option * expr
29 | Var of (string * expr option) array * expr
  /external/oprofile/pp/
common_option.h 54 * @param option one of [smart,none,normal]
56 * return the demangle_type of option or throw an exception if option
59 demangle_type handle_demangle_option(std::string const & option);
62 * @param mergespec merge option
66 * parse merge option and return a merge_option filled from it.
  /external/webkit/Source/WebKit/qt/Api/
qwebpluginfactory.h 7 version 2 of the License, or (at your option) any later version.
68 virtual bool extension(Extension extension, const ExtensionOption* option = 0, ExtensionReturn* output = 0);
  /external/webkit/Tools/QtTestBrowser/
webpage.h 48 virtual bool extension(Extension extension, const ExtensionOption* option, ExtensionReturn* output);
  /frameworks/base/include/media/
IMediaMetadataRetriever.h 40 virtual sp<IMemory> getFrameAtTime(int64_t timeUs, int option) = 0;
  /frameworks/base/media/libstagefright/include/
StagefrightMetadataRetriever.h 41 virtual VideoFrame *getFrameAtTime(int64_t timeUs, int option);
  /bionic/libdl/
dltest.c 39 static struct option long_options[] = {
59 struct option *opt = long_options;
80 /* getopt_long stores the option index here. */
102 fprintf(stderr, "Unknown option");
  /development/tools/yuv420sp2rgb/
cmdline.c 12 static struct option long_options[] = {
44 struct option *opt = long_options;
76 /* getopt_long stores the option index here. */
87 INFO ("option -%c with value `%s'\n", c, (optarg ?: "(null)"));
108 /* If this option set a flag, do nothing else now. */
111 INFO ("option %s", long_options[option_index].name);
142 FAILIF(1, "Unknown option");
  /external/doclava/res/assets/templates/components/
api_filter.cs 7 <!-- option elements added by buildApiLevelSelector() -->
  /external/grub/util/
grub-set-default 9 # (at your option) any later version.
31 Usage: grub-set-default [OPTION] entry
45 for option in "$@"; do
46 case "$option" in
54 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
56 echo "Unrecognized option \`$option'" 1>&2
67 entry="${option}" ;;
grub-set-default.in 9 # (at your option) any later version.
31 Usage: grub-set-default [OPTION] entry
45 for option in "$@"; do
46 case "$option" in
54 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
56 echo "Unrecognized option \`$option'" 1>&2
67 entry="${option}" ;;
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLOptionElement04.js 49 docsLoaded += preload(docRef, "doc", "option");
78 The text attribute contains the text contained within the option element.
80 Retrieve the text attribute from the second OPTION element
99 doc = load(docRef, "doc", "option");
100 nodeList = doc.getElementsByTagName("option");
HTMLOptionElement07.js 49 docsLoaded += preload(docRef, "doc", "option");
79 a shorter label for an option that the content of the OPTION element.
81 Retrieve the label attribute from the second OPTION element
100 doc = load(docRef, "doc", "option");
101 nodeList = doc.getElementsByTagName("option");
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLOptionElement04.js 49 docsLoaded += preload(docRef, "doc", "option");
78 The text attribute contains the text contained within the option element.
80 Retrieve the text attribute from the second OPTION element
99 doc = load(docRef, "doc", "option");
100 nodeList = doc.getElementsByTagName("option");
HTMLOptionElement07.js 49 docsLoaded += preload(docRef, "doc", "option");
79 a shorter label for an option that the content of the OPTION element.
81 Retrieve the label attribute from the second OPTION element
100 doc = load(docRef, "doc", "option");
101 nodeList = doc.getElementsByTagName("option");
  /external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformCanvas.cpp 90 PlatformCanvas::Painter::Painter(PlatformCanvas* canvas, PlatformCanvas::Painter::TextOption option)
95 m_skiaContext->setDrawingToImageBuffer(option == GrayscaleText);
  /frameworks/media/libvideoeditor/osal/inc/
M4OSA_Thread.h 113 M4OSA_ThreadOptionID option,
118 M4OSA_ThreadOptionID option,

Completed in 2969 milliseconds

1 2 3 4 5 6 78 91011>>