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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLOptionElement03.js 49 docsLoaded += preload(docRef, "doc", "option");
81 Retrieve the defaultSelected attribute from the first OPTION element
100 doc = load(docRef, "doc", "option");
101 nodeList = doc.getElementsByTagName("option");
HTMLOptionElement05.js 49 docsLoaded += preload(docRef, "doc", "option");
78 The index attribute indicates th index of this OPTION in ints parent
81 Retrieve the index attribute from the seventh OPTION element
100 doc = load(docRef, "doc", "option");
101 nodeList = doc.getElementsByTagName("option");
HTMLOptionElement06.js 49 docsLoaded += preload(docRef, "doc", "option");
81 Retrieve the disabled attribute from the last OPTION element
100 doc = load(docRef, "doc", "option");
101 nodeList = doc.getElementsByTagName("option");
HTMLOptionElement08.js 49 docsLoaded += preload(docRef, "doc", "option");
81 Retrieve the selected attribute from the first OPTION element
100 doc = load(docRef, "doc", "option");
101 nodeList = doc.getElementsByTagName("option");
HTMLOptionElement09.js 49 docsLoaded += preload(docRef, "doc", "option");
80 Retrieve the value attribute from the first OPTION element
99 doc = load(docRef, "doc", "option");
100 nodeList = doc.getElementsByTagName("option");
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLOptionElement01.js 49 docsLoaded += preload(docRef, "doc", "option");
100 doc = load(docRef, "doc", "option");
101 nodeList = doc.getElementsByTagName("option");
HTMLOptionElement02.js 49 docsLoaded += preload(docRef, "doc", "option");
81 Retrieve the first OPTION attribute from the second select element and
100 doc = load(docRef, "doc", "option");
101 nodeList = doc.getElementsByTagName("option");
HTMLOptionElement03.js 49 docsLoaded += preload(docRef, "doc", "option");
81 Retrieve the defaultSelected attribute from the first OPTION element
100 doc = load(docRef, "doc", "option");
101 nodeList = doc.getElementsByTagName("option");
HTMLOptionElement05.js 49 docsLoaded += preload(docRef, "doc", "option");
78 The index attribute indicates th index of this OPTION in ints parent
81 Retrieve the index attribute from the seventh OPTION element
100 doc = load(docRef, "doc", "option");
101 nodeList = doc.getElementsByTagName("option");
HTMLOptionElement06.js 49 docsLoaded += preload(docRef, "doc", "option");
81 Retrieve the disabled attribute from the last OPTION element
100 doc = load(docRef, "doc", "option");
101 nodeList = doc.getElementsByTagName("option");
HTMLOptionElement08.js 49 docsLoaded += preload(docRef, "doc", "option");
81 Retrieve the selected attribute from the first OPTION element
100 doc = load(docRef, "doc", "option");
101 nodeList = doc.getElementsByTagName("option");
HTMLOptionElement09.js 49 docsLoaded += preload(docRef, "doc", "option");
80 Retrieve the value attribute from the first OPTION element
99 doc = load(docRef, "doc", "option");
100 nodeList = doc.getElementsByTagName("option");
  /external/webkit/Tools/Scripts/webkitpy/tool/
multicommandtool.py 70 for option in options:
71 self.option_parser.add_option(option)
194 # FIXME: This is a hack so that we don't show --all-commands as a global option:
196 for option in self.options:
197 self.option_parser.remove_option(option.get_opt_string())
281 for option in global_options:
282 option_parser.add_option(option)
  /development/tools/a3dconvert/
a3dconvert.cpp 114 std::string option = argv[3]; local
115 if (option == "-d") {
  /external/iproute2/include/
iptables.h 59 ate an option */
77 const struct option *extra_opts;
112 ate an option */
129 struct option *extra_opts;
  /external/webkit/Source/WebCore/wml/
WMLOptionElement.cpp 7 * version 2 of the License, or (at your option) any later version.
53 DEFINE_STATIC_LOCAL(const AtomicString, option, ("option"));
54 return option;
  /external/webkit/Tools/CSSTestSuiteHarness/harness/
harness.css 143 #test-list > option.untested {
146 #test-list > option.pass {
150 #test-list > option.fail {
154 #test-list > option.skipped {
  /libcore/luni/src/test/java/libcore/java/lang/
OldObjectTest.java 134 public TestThread1(int option) {
135 testCase = option;
  /system/core/sh/
arith_lex.l 58 %option noyywrap
  /libcore/luni/src/main/java/libcore/io/
IoBridge.java 232 public static Object getSocketOption(FileDescriptor fd, int option) throws SocketException {
234 return getSocketOptionErrno(fd, option);
240 private static Object getSocketOptionErrno(FileDescriptor fd, int option) throws ErrnoException, SocketException {
241 switch (option) {
283 throw new SocketException("Unknown socket option: " + option);
299 public static void setSocketOption(FileDescriptor fd, int option, Object value) throws SocketException {
301 setSocketOptionErrno(fd, option, value);
307 private static void setSocketOptionErrno(FileDescriptor fd, int option, Object value) throws ErrnoException, SocketException {
308 switch (option) {
    [all...]
  /development/tools/findunused/
findunusedresources 9 -p option prints out unused resources, otherwise a total count is printed
10 folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
  /external/blktrace/btreplay/doc/
btreplay.tex 7 % (at your option) any later version.
73 specify the \texttt{-a queue} command line option to \texttt{blktrace}.
151 more than 8 individual IOs. With this option, one can increase or
173 \texttt{--cpus} option allows one to state how many CPUs on the replay
178 \texttt{--cpus} option.)
208 \texttt{--max-pkts} option). One \emph{could} simply specify
233 With version 0.9.1 we now support the \texttt{-M} option to do this
266 The \texttt{-d} option requires a single parameter providing the directory
273 The \texttt{-D} option requires a single parameter providing the directory
280 The \texttt{-F} option instructs \texttt{btrecord} to go find all th
    [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/chromium/testing/gmock/
CMakeLists.txt 10 option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." OFF)
17 option(gmock_build_tests "Build all of Google Mock's own tests." OFF)
93 # gmock_build_tests option to ON. You can do it by running ccmake
  /external/dhcpcd/
if-options.h 81 extern const struct option cf_options[];

Completed in 1217 milliseconds

1 2 3 4 5 6 7 8 91011>>