HomeSort by relevance Sort by last modified time
    Searched full:select (Results 1 - 25 of 5093) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/dom/HTMLFormElement/
move-option-between-documents-expected.txt 1 PASS typeof select.options.namedItem('option') is 'undefined'
move-option-between-documents.html 13 var select, doc1, doc2, str;
17 select = document.createElement("select");
18 var option = select.appendChild(document.createElement("option"));
24 doc1.body.appendChild(select);
25 select.options.namedItem("option");
27 select.removeChild(option);
36 doc1.body.removeChild(select);
37 doc2.body.appendChild(select);
38 shouldBe("typeof select.options.namedItem('option')", "'undefined'")
    [all...]
  /cts/tests/tests/webkitsecurity/assets/
remove-element-from-within-focus-handler-crash.html 0 <select id="bomb" onfocus="this.parentNode.removeChild(this)">
2 <option>Clicking on this select element should not crash</option>
3 </select>
10 var select = document.getElementById('bomb');
12 mouseEvent.initMouseEvent("mousedown", true, true, document.defaultView, 1, select.offsetLeft + 1, select.offsetTop + 1, select.offsetLeft + 1, select.offsetTop + 1, false, false, false, false, 0, document);
13 select.dispatchEvent(mouseEvent);
interactive-validation-select-crash.html 6 <p>Test for a bug that RenderBlock crashed when a validation message bubble for a select element with float:left was closing.</p>
9 <select style="float:left" required>
10 <option value="">Plese select</option>
12 </select>
20 // Make the <select> valid to close the validation message bubble.
21 document.getElementsByTagName('select')[0].selectedIndex = 1;
saved-state-adoptNode-crash.html 0 <select id="select">
3 </select>
16 newDoc.adoptNode(document.getElementById("select"));
select-start-remove-root-crash.html 16 function select()
22 window.setInterval(select, 0);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLCollection02-expected.txt 3 Message nameIndexLink: assertEquals failed, actual select, expected SELECT.
HTMLCollection10-expected.txt 3 Message nameIndexLink: assertEquals failed, actual select, expected SELECT.
  /external/llvm/test/Transforms/SCCP/
select.ll 1 ; RUN: opt < %s -sccp -S | not grep select
4 %X = select i1 %C, i32 0, i32 0 ; <i32> [#uses=1]
9 %X = select i1 %C, i32 0, i32 undef ; <i32> [#uses=1]
  /external/webkit/Source/WebCore/manual-tests/
empty-title-popup.html 2 <p>Select the second item on the pop up.
3 <select><option></option><option>Pick me!</option></select></p>
remove-select-onchange.html 1 <p>This test shouldn't crash when you pick something from select, even though it removes itself.
3 <select id="foo" onchange='sel.parentNode.removeChild(sel)'>
6 </select>
select-delete-item.html 3 <title>RenderMenuList::itemStyle Select Element Crash</title>
6 var select = document.getElementById("dropDown");
7 select.removeChild(document.getElementsByTagName("option")[2]);
12 <select id="dropDown" onfocus="setTimeout('removeItem();', 2000);">
16 </select>
18 Once the select gets focus, in 2 seconds it will delete an item. This test passes
19 if you have the select open when it deletes an item, and doesn't crash.</p>
disabled-option-elements.html 4 <select multiple="multiple">
6 <option value="2" disabled>you should not be able to select this</option>
12 </select>
14 <select>
16 <option value="2" disabled>you should not be able to select this</option>
22 </select>
select-element-type-select.html 5 <title>select test</title>
9 Typing c should select c for you here:<br/>
10 <select>
18 </select>
21 <select multiple size="3">
30 </select>
display-none-option.html 2 When you click the following &lt;select&gt;, you should see only two options.
7 <select>
11 </select>
select_alignment.html 4 <title>Test drop-down item's alignment in <select>/<option></title>
9 select drop-down items' alignment should be determined by the directionality of
10 &lt;select&gt; tag.
12 The drop-down items in the following &lt;select&gt; should be left-aligned.
14 <select>
21 </select>
23 The drop-down items in the second &lt;select&gt; should be right-aligned.
25 <select dir="rtl">
32 </select>
select_dropdown_box_alignment.html 4 <title>Test <select> drop-down box's alignment</title>
9 For RTL, select drop-down box's should be right aligned with the &lt;select&gt;
12 The drop-down box in the following &lt;select&gt; should be left-aligned and expand to right.
14 <select style="width:100px">
19 </select>
21 The drop-down box in the second &lt;select&gt; should be right-aligned and expand to left.
23 <select dir="rtl" style="width:100px">
28 </select>
  /external/webkit/Source/WebCore/manual-tests/chromium/
select-close-popup-value-change.html 5 <p>Do the following, the test passes if the select keeps the selected value after step 4, fails if the value reverted.</p>
7 <li>1. Click the select to open the popup list.</li>
8 <li>2. Use keyboard to select a value by pressing the first letter of the value.</li>
9 <li>3. Click the select again to close the popup list, it should stay at the value from step 2.</li>
10 <li>4. Click anywhere else on the page to move the focus out of the select.</li>
13 <select>
18 </select>
  /external/webkit/Source/WebCore/manual-tests/wml/
select-element.wml 4 <card id="card1" title="Select Test">
5 <p>Test for select element in WML</p>
6 <p>You can select one or more options, and then click 'Answer', the second card will tell you what you selected</p>
8 <select name="cars" title="SELECT" multiple="true">
13 </select>
select-onpick-event.wml 5 <p>Test for select onpick intrinsic event in WML</p>
6 <p>When you select the 'Lion' option, will jump to StartTests.wml</p>
8 <select name="X" multiple="true">
12 </select>
  /external/valgrind/main/docs/lib/
line-wrap.xsl 11 <xsl:param name="pFunc" select="/.."/>
17 <xsl:copy-of select="$pA0"/>
21 <xsl:apply-templates select="$pFunc[1]">
22 <xsl:with-param name="arg0" select="$pFunc[position() > 1]"/>
23 <xsl:with-param name="arg1" select="$pA0"/>
24 <xsl:with-param name="arg2" select="substring($pStr,1,1)"/>
29 <xsl:with-param name="pFunc" select="$pFunc"/>
30 <xsl:with-param name="pStr" select="substring($pStr,2)"/>
31 <xsl:with-param name="pA0" select="ext:node-set($vFunResult)"/>
43 <xsl:param name="pLineLength" select="60"/
    [all...]
  /external/chromium/chrome/browser/resources/options/chromeos/
language_hangul_options.html 9 <select id="keyboard-layout-select" class="control"
12 i18n-options="HangulkeyboardLayoutList"></select>
  /external/bluetooth/bluez/test/
test-health-sink 32 print "Select an adapter: ",
33 select = None variable
34 while select == None:
39 select = adapters[pos] variable
45 adapter = dbus.Interface(bus.get_object("org.bluez", select),
59 print "Select a device: ",
60 select = None variable
61 while select == None:
66 select = devices[pos] variable
72 print "Connecting to %s" % (select)
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
ProxySelectorTest.java 66 assertEquals(Arrays.asList(Proxy.NO_PROXY), proxySelector.select(ftpUri));
67 assertEquals(Arrays.asList(Proxy.NO_PROXY), proxySelector.select(httpUri));
68 assertEquals(Arrays.asList(Proxy.NO_PROXY), proxySelector.select(httpsUri));
69 assertEquals(Arrays.asList(Proxy.NO_PROXY), proxySelector.select(socketUri));
70 assertEquals(Arrays.asList(Proxy.NO_PROXY), proxySelector.select(otherUri));
80 proxySelector.select(ftpUri));
82 proxySelector.select(httpUri));
84 proxySelector.select(httpsUri));
85 assertEquals(Arrays.asList(Proxy.NO_PROXY), proxySelector.select(otherUri));
86 assertEquals(Arrays.asList(Proxy.NO_PROXY), proxySelector.select(socketUri))
    [all...]
  /bionic/libc/arch-arm/syscalls/
select.S 5 ENTRY(select) function
16 END(select)

Completed in 1570 milliseconds

1 2 3 4 5 6 7 8 91011>>