HomeSort by relevance Sort by last modified time
    Searched full:select (Results 901 - 925 of 8132) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/sqlite/src/src/
select.c 13 ** to handle SELECT statements in SQLite.
19 ** Delete all the content of a Select structure but do not deallocate
20 ** the select structure itself.
22 static void clearSelect(sqlite3 *db, Select *p){
47 ** Allocate a new Select structure and return a pointer to that
50 Select *sqlite3SelectNew(
62 Select *pNew;
63 Select standin;
97 ** Delete the given Select structure and all of its substructures.
99 void sqlite3SelectDelete(sqlite3 *db, Select *p)
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
walthread.test 168 db eval { SELECT randomblob($E(pid)*5) }
254 INSERT INTO t1 SELECT md5sum(x) FROM t1;
262 SELECT md5sum(x) FROM t1 WHERE rowid != (SELECT max(rowid) FROM t1);
263 SELECT x FROM t1 WHERE rowid = (SELECT max(rowid) FROM t1);
264 SELECT md5sum(x) FROM t1 WHERE rowid != (SELECT max(rowid) FROM t1);
282 INSERT INTO t1 SELECT md5sum(x) FROM t1;
340 db eval { SELECT * FROM sqlite_master
    [all...]
schema2.test 45 set ::STMT [sqlite3_prepare_v2 $::DB {SELECT * FROM sqlite_master} -1 TAIL]
55 set ::STMT [sqlite3_prepare_v2 $::DB {SELECT * FROM sqlite_master} -1 TAIL]
68 set ::STMT [sqlite3_prepare_v2 $::DB {SELECT * FROM sqlite_master} -1 TAIL]
70 CREATE VIEW v1 AS SELECT * FROM sqlite_master;
78 set ::STMT [sqlite3_prepare_v2 $::DB {SELECT * FROM sqlite_master} -1 TAIL]
94 set ::STMT [sqlite3_prepare_v2 $::DB {SELECT * FROM sqlite_master} -1 TAIL]
97 SELECT 1, 2, 3;
106 set ::STMT [sqlite3_prepare_v2 $::DB {SELECT * FROM sqlite_master} -1 TAIL]
121 set ::STMT [sqlite3_prepare_v2 $::DB {SELECT * FROM sqlite_master} -1 TAIL]
131 set ::STMT [sqlite3_prepare_v2 $::DB {SELECT * FROM sqlite_master} -1 TAIL
    [all...]
  /frameworks/base/docs/html/tools/projects/
projects-eclipse.jd 51 <li>Select <strong>File</strong> &gt; <strong>New</strong> &gt; <strong>Project</strong>.</li>
53 <li>Select <strong>Android</strong> &gt; <strong>Android Application Project</strong>, and click
74 <li>Select a <strong>Minimum Required SDK</strong>. This setting indicates the lowest
80 <li>Select a <strong>Target SDK</strong>. This setting indicates the highest version of
86 project at any time: Right-click the project in the Package Explorer, select
87 <strong>Properties</strong>, select <strong>Android</strong> and then check the desired
91 <li>Select a <strong>Compile With</strong> API version. This setting specifies what version
95 <li>Select a <strong>Theme</strong>. This setting specifies which standard Android
103 <li>In the <strong>Configure Project</strong> page, select the desired settings and click
110 <li>In the <strong>Create Activity</strong> page, select activity template and clic
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
yui-3.3.0-reset-min.css 8 html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;
  /development/samples/ContactManager/res/values/
strings.xml 28 <string name="selectAccountLabel">Select</string>
29 <string name="selectLabel">Select label</string>
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemCopyOf.java 41 * <!ATTLIST xsl:copy-of select %expr; #REQUIRED>
51 * The required select attribute contains an expression.
57 * Set the "select" attribute.
58 * The required select attribute contains an expression.
60 * @param expr Expression for select attribute
68 * Get the "select" attribute.
69 * The required select attribute contains an expression.
71 * @return Expression for select attribute
  /external/chromium/chrome/browser/autofill/
credit_card_field.h 41 AutofillField* type_; // Optional. TODO(jhawkins): Parse the select control.
47 // Both required. TODO(jhawkins): Parse the select control.
select_control_handler_unittest.cc 22 field.form_control_type = ASCIIToUTF16("select-one");
41 field.form_control_type = ASCIIToUTF16("select-one");
60 field.form_control_type = ASCIIToUTF16("select-one");
78 field.form_control_type = ASCIIToUTF16("select-one");
96 field.form_control_type = ASCIIToUTF16("select-one");
114 field.form_control_type = ASCIIToUTF16("select-one");
132 field.form_control_type = ASCIIToUTF16("select-one");
150 field.form_control_type = ASCIIToUTF16("select-one");
  /external/chromium/chrome/browser/resources/gpu_internals/
overlay.css 14 -webkit-user-select: none;
28 -webkit-user-select: auto;
  /external/chromium/chrome/browser/resources/options/chromeos/
language_chewing_options.html 118 <select id="chewing-cand-per-page" class="control"
121 i18n-options="Chewing_candPerPageValue"></select>
127 <select id="chewing-keyboard-type" class="control"
130 i18n-options="Chewing_KBTypeValue"></select>
136 <select id="chewing-sel-keys" class="control"
139 i18n-options="Chewing_selKeysValue"></select>
145 <select id="chewing-sel-key-type" class="control"
148 i18n-options="Chewing_hsuSelKeyTypeValue"></select>
  /external/chromium/chrome/browser/resources/options/
import_data_overlay.html 6 <select id="import-browsers">
8 </select>
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
addChannel.html 49 <select id="serverSelect">
51 </select>
  /external/chromium-trace/trace-viewer/src/tracing/
record_selection_dialog.html 15 Select
24 Select
  /external/chromium-trace/trace-viewer/src/ui/
filter_control.css 7 -webkit-user-select: none;
24 -webkit-user-select: auto;
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
list.css 18 -webkit-user-select: none;
65 select):not(.custom-appearance):not(.link-button) {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/
addChannel.html 49 <select id="serverSelect">
51 </select>
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
popup.html 123 <select id="a1_ampm">
126 </select>
133 <select id="a2_ampm">
136 </select>
145 <select id="sound" class="ctrl">
152 </select>
174 <select id="voice" class="ctrl"></select>
  /external/chromium_org/content/test/data/accessibility/
modal-dialog-stack.html 11 <select>
15 </select>
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/smoothlife/
index.html 51 <select id="preset">
65 </select>
71 <select id="palette">
85 </select>
99 <select id="threadCount">
105 </select>
111 <select id="simSize">
115 </select>
  /external/chromium_org/third_party/WebKit/ManualTests/autocorrection/
select-from-multiple-guesses.html 33 <title>Select From Multiple Guesses Test</title>
37 <p>After seeing the panel with multiple candidates, use left and/or right arrow key to select the desired candidate, and then use return key to confirm. You can also use this test to test that pressing ESC key will dismiss the panel.</p>
undo-autocorrection.html 16 <p><b>Test 1:</b> Type "the mesage". After seeing the correction panel, type whitespace to accept the correction, then select undo. You should see the second word being reverted to "message".</p>
17 <p><b>Test 2:</b> Type "the ". Set font to bold, then type "me". Set font to regular, then type "sage". After seeing the correction panel, type whitespace to accept the correction, then select undo. You should see the second word being reverted to "message" with "me" in bold font.</p>
  /external/chromium_org/third_party/WebKit/ManualTests/
database-threading-stress-test-2.html 19 tx.executeSql("SELECT COUNT(*) FROM WebkitStickyNotes", [], function(result) {
36 tx.executeSql("SELECT id, note FROM WebKitStickyNotes", [], function(tx, result) {
drag-color-to-contenteditable.html 9 <li>Select some text in the editable region below.</li>
22 <div contentEditable="true">Select this text and drag a grayscale color to it.</div>
liveconnect-security-exception.html 20 <li>Select the window titled "popup window."</li>
21 <li>From the debug menu, select "Show JavaScript console." This will allow you to see errors thrown in the popup window by the Java Virtual Machine. If there are any, the test has failed.</li>

Completed in 1658 milliseconds

<<31323334353637383940>>