/external/llvm/test/CodeGen/SystemZ/ |
int-cmp-12.ll | 14 %res = select i1 %cond, double %a, double %b 26 %res = select i1 %cond, double %a, double %b 38 %res = select i1 %cond, double %a, double %b
|
/external/llvm/test/CodeGen/X86/ |
blend-msb.ll | 13 %vsel = select <4 x i1> <i1 true, i1 false, i1 false, i1 false>, <4 x float> %v1, <4 x float> %v2 23 %vsel = select <4 x i1> <i1 true, i1 false, i1 false, i1 false>, <4 x i8> %v1, <4 x i8> %v2 37 %vsel = select <8 x i1> <i1 true, i1 false, i1 false, i1 false, i1 true, i1 false, i1 false, i1 false>, <8 x i16> %v1, <8 x i16> %v2
|
/frameworks/base/docs/html/design/building-blocks/ |
spinners.jd | 12 <p>Spinners provide a quick way to select one value from a set. In the default state, a spinner shows 14 values, from which the user can select a new one.</p> 26 associated spinner allows you to select whether it's a Home or Work address.</p>
|
switches.jd | 5 <p>Switches allow the user to select options. There are three kinds of switches: checkboxes, radio 19 <p>Checkboxes allow the user to select multiple options from a set. Avoid using a single checkbox to 35 <p>Radio buttons allow the user to select one option from a set. Use radio buttons for exclusive
|
/libcore/luni/src/test/java/libcore/java/sql/ |
OldConnectionTest.java | 41 statement.executeQuery("select * from zoo"); 57 st.execute("select id, name from zoo"); 77 st.execute("select id, name from zoo"); 98 st.execute("select id, name from zoo"); 120 st.execute("select name, family from zoo"); 143 st.execute("select name, family from zoo"); 190 st.execute("select id, name from zoo"); 221 st.execute("select id, name from zoo"); 263 st.execute("select animals from zoo"); 280 st.execute("select monkey from zoo") [all...] |
/external/chromium/chrome/browser/printing/cloud_print/resources/ |
cloud_print_setup_login.css | 4 -webkit-user-select: none;
|
/external/chromium/chrome/browser/resources/options/ |
font_settings.css | 20 .font-input-div > div > select {
|
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/ |
copy_html.applescript | 10 tell tab 2 of window 1 to select all
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
select_file_dialog_util.h | 5 // This file provides utilities related to the select file dialog.
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
display_options.html | 24 <select id="display-options-resolution-selection" 26 </select> 32 <select id="display-options-orientation-selection" 38 </select>
|
/external/chromium_org/chrome/browser/ui/cocoa/applescript/examples/ |
copy_html.applescript | 10 tell tab 2 of window 1 to select all
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/ |
chrome_shared.css | 29 -webkit-user-select: none; 82 * Webkit does not honor the text-align attribute for the select element. 85 html[dir='rtl'] select.weakrtl { 89 html[dir='rtl'] select.weakrtl option {
|
widgets.css | 16 select, 20 -webkit-user-select: none; 35 select { 53 select { 58 background-image: url('../images/select.png'), 64 html[dir='rtl'] select { 119 -webkit-user-select: none; 147 select, 161 :enabled:hover:-webkit-any(select) { 163 background-image: url('../images/select.png') [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/ |
popup.html | 20 Select "Allow in incognito" to access incognito preferences
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/ |
popup.html | 20 Select "Allow in incognito" to access incognito preferences
|
/external/chromium_org/components/test/data/autofill/merge/tools/ |
serialize_profiles.py | 29 cursor.execute("SELECT * from autofill_profile_names;") 46 cursor.execute("SELECT * from autofill_profile_emails;") 59 cursor.execute("SELECT * from autofill_profiles;") 71 cursor.execute("SELECT * from autofill_profile_phones;")
|
/external/chromium_org/content/test/data/session_history/ |
post.html | 19 document.title = "post:" + getopt("text") + "," + getopt("select");
|
/external/chromium_org/native_client_sdk/src/examples/api/socket/ |
index.html | 34 <select id="connect_type"> 37 </select> 58 <select id="listen_type"> 61 </select>
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
.gitattributes | 6 select-delete-item.html -crlf
|
focusringcolor-change-on-theme-change.html | 3 <li>Select the input element above.</li>
|
inspector-document-methods-override.html | 5 <p>To test, right-click on this page and select “Inspect Element”,
|
svg-text-selection.svg | 6 <tspan x="0" y="235">to select multiline here</tspan>
|
textarea-iframe-navigation.html | 8 <li>Select a few lines in the textarea, keeping the mouse cursor down inside the area</li>
|
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
rtree4.test | 117 list $where [db eval "SELECT id FROM rx $where ORDER BY id"] 118 } [list $where [db eval "SELECT id FROM bx $where ORDER BY id"]] 130 list $where [db eval "SELECT id FROM rx $where ORDER BY id"] 131 } [list $where [db eval "SELECT id FROM bx $where ORDER BY id"]] 147 list $where [db eval "SELECT id FROM rx $where ORDER BY id"] 148 } [list $where [db eval "SELECT id FROM bx $where ORDER BY id"]] 164 list $where [db eval "SELECT id FROM rx $where ORDER BY id"] 165 } [list $where [db eval "SELECT id FROM bx $where ORDER BY id"]] 180 list $where [db eval "SELECT id FROM rx $where ORDER BY id"] 181 } [list $where [db eval "SELECT id FROM bx $where ORDER BY id"] [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
backup2.test | 35 CREATE VIEW v1 AS SELECT substr(x,10,10) FROM t1; 39 INSERT INTO t2 SELECT a+2, (a+2)*2 FROM t2; 40 INSERT INTO t2 SELECT a+4, (a+4)*2 FROM t2; 41 INSERT INTO t2 SELECT a+8, (a+8)*2 FROM t2; 42 INSERT INTO t2 SELECT a+16, (a+16)*2 FROM t2; 43 INSERT INTO t2 SELECT a+32, (a+32)*2 FROM t2; 44 INSERT INTO t2 SELECT a+64, (a+64)*2 FROM t2; 45 INSERT INTO t2 SELECT a+128, (a+128)*2 FROM t2; 48 SELECT 'hello';
|