/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/ |
list_single_selection_model.js | 62 * @param {number} start The first index to select. 63 * @param {number} end The last index to select. 66 // Only select first index. 74 // Select all is not allowed on a single selection model 97 * @param {boolean} b Whether to select the index or not.
|
/external/chromium_org/third_party/launchpad_translations/ |
webkit_strings_en-AU.xtb | 9 <translation id="1842960171412779397">select</translation> 37 <translation id="5466621249238537318">Please select one or more files.</translation> 47 <translation id="7263440858009898357">Please select an item in the list.</translation> 58 <translation id="8451268428117625855">Please select a file.</translation> 61 <translation id="8750798805984357768">Please select one of these options.</translation>
|
/external/chromium_org/third_party/sqlite/src/ext/fts2/ |
README.tokenizers | 4 When creating a new full-text table, FTS2 allows the user to select 41 SELECT fts2_tokenizer(<tokenizer-name>); 42 SELECT fts2_tokenizer(<tokenizer-name>, <sqlite3_tokenizer_module ptr>); 96 const char zSql[] = "SELECT fts2_tokenizer(?, ?)"; 117 const char zSql[] = "SELECT fts2_tokenizer(?)";
|
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
README.tokenizers | 4 When creating a new full-text table, FTS3 allows the user to select 41 SELECT fts3_tokenizer(<tokenizer-name>); 42 SELECT fts3_tokenizer(<tokenizer-name>, <sqlite3_tokenizer_module ptr>); 96 const char zSql[] = "SELECT fts3_tokenizer(?, ?)"; 117 const char zSql[] = "SELECT fts3_tokenizer(?)";
|
/external/chromium_org/third_party/sqlite/src/src/ |
sqliteLimit.h | 34 ** * Terms in the result set of a SELECT statement 35 ** * Terms in the GROUP BY or ORDER BY clauses of a SELECT statement. 74 ** The maximum number of terms in a compound SELECT statement. 75 ** The code generator for compound SELECT statements does one 79 ** any limit on the number of terms in a compount SELECT.
|
/external/chromium_org/third_party/sqlite/src/test/ |
crash.test | 36 return [db eval {SELECT count(*), md5sum(a), md5sum(b), md5sum(c) FROM abc}] 39 return [db eval {SELECT count(*), md5sum(a), md5sum(b), md5sum(c) FROM abc2}] 96 SELECT * FROM abc; 107 SELECT * FROM abc; 117 SELECT * FROM abc; 143 execsql { SELECT sum(a), sum(b), sum(c) from abc } 180 INSERT INTO abc SELECT * FROM abc; 181 INSERT INTO abc SELECT * FROM abc; 182 INSERT INTO abc SELECT * FROM abc; 183 INSERT INTO abc SELECT * FROM abc [all...] |
ioerr5.test | 35 # SQL statement, if it is a SELECT, are not available. 85 set nRow [db one {SELECT count(*) FROM a}] 131 compilesql16 "SELECT 10" 149 execsql { SELECT count(*) FROM a } 174 set nRow [db one {SELECT count(*) FROM a}]
|
mutex1.test | 152 execsql { SELECT * FROM abc } 166 db eval {SELECT 1, 2, 3} 170 db eval {SELECT 1, 2, 3} 176 db eval {SELECT 1, 2, 3} 180 db eval {SELECT 1, 2, 3}
|
notify3.test | 55 catchsql { SELECT * FROM t2 } 64 catch { set ::stmt [sqlite3_prepare_v2 db "SELECT * FROM t2" -1 tail] } msg 76 catchsql { SELECT * FROM t2 } 128 if { $db1_loaded } { db1 eval "SELECT * FROM sqlite_master" } 129 if { $db2_loaded } { db2 eval "SELECT * FROM sqlite_master" }
|
e_fkey.test | 47 SELECT * FROM c; 83 SELECT * FROM c; 150 SELECT * FROM c; 161 SELECT * FROM c; 309 execsql { SELECT * FROM artist } 333 # EXISTS(SELECT 1 FROM artist WHERE artistid=trackartist) 337 # trackartist IS NULL OR EXISTS(SELECT 1 FROM artist WHERE 356 SELECT count(*) FROM track WHERE NOT ( 358 EXISTS(SELECT 1 FROM artist WHERE artistid=trackartist) 509 SELECT typeof(p) FROM par [all...] |
boundary4.test | 80 SELECT count(*) FROM t1 85 SELECT rowid, a, x FROM t1 ORDER BY +rowid 90 SELECT rowid, a, x FROM t1 ORDER BY rowid 95 SELECT rowid, a, x FROM t1 ORDER BY +rowid DESC 100 SELECT rowid, a, x FROM t1 ORDER BY rowid DESC 105 SELECT rowid, a, x FROM t1 ORDER BY +a 110 SELECT rowid, a, x FROM t1 ORDER BY a 115 SELECT rowid, a, x FROM t1 ORDER BY +a DESC 120 SELECT rowid, a, x FROM t1 ORDER BY a DESC 125 SELECT rowid, a, x FROM t1 ORDER BY + [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/ |
readme.vc9.txt | 28 the Visual Studio 2008 IDE and then select:
58 Solution Explorer and select 'Custom Build Rules..'. This will
59 give you a dialog box that allows you to select YASM as an
63 To assemble a file with YASM, select the Property Page for the
64 file and the select 'Yasm Assembler' in the Tool dialog entry.
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
list_single_selection_model.js | 70 * @param {number} start The first index to select. 71 * @param {number} end The last index to select. 74 // Only select first index. 82 // Select all is not allowed on a single selection model 105 * @param {boolean} b Whether to select the index or not.
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
oracle11.php | 52 //Put your package names here - e.g. select distinct ''''|| lower(name) || ''',' from user_source; 56 //Put your table names here - e.g. select distinct ''''|| lower(table_name) || ''',' from user_tables; 60 //Put your view names here - e.g. select distinct ''''|| lower(view_name) || ''',' from user_views; 64 //Put your table field names here - e.g. select distinct ''''|| lower(column_name) || ''',' from user_tab_columns; 408 'SELECT',
|
oracle8.php | 48 //Put your package names here - e.g. select distinct ''''|| lower(name) || ''',' from user_source; 52 //Put your table names here - e.g. select distinct ''''|| lower(table_name) || ''',' from user_tables; 56 //Put your view names here - e.g. select distinct ''''|| lower(view_name) || ''',' from user_views; 60 //Put your table field names here - e.g. select distinct ''''|| lower(column_name) || ''',' from user_tab_columns; 343 'SELECT',
|
/external/llvm/test/CodeGen/R600/ |
schedule-fs-loop-nested-if.ll | 11 %5 = select i1 %4, float 1.000000e+00, float 0.000000e+00 16 %10 = select i1 %9, float 1.000000e+00, float 0.000000e+00 27 %21 = select i1 %20, float 1.000000e+00, float 0.000000e+00 36 %. = select i1 %26, float 0.000000e+00, float 1.000000e+00 37 %.18 = select i1 %26, float 1.000000e+00, float 0.000000e+00
|
/external/llvm/test/Instrumentation/BoundsChecking/ |
simple.ll | 84 %3 = select i1 undef, i128* %1, i128* %2 93 %2 = select i1 undef, i128* %arg, i128* %1 103 %3 = select i1 undef, i128* %1, i128* %2 104 ; CHECK: select 105 ; CHECK: select
|
/frameworks/base/docs/html/guide/faq/ |
troubleshooting.jd | 23 <li><a href="#majorminor">When I go to preferences in Eclipse and select "Android", I get the following error message: Unsupported major.minor version 49.0.</a></li> 43 <li>From the dialog where you select the <strong>Update sites to visit</strong>, select the checkboxes for both the 45 check <strong>Automatically select mirrors</strong> at the bottom).</li> 47 <li>In the <strong>Next</strong> dialog, select the Android Plugins.</li> 50 <li>On the right, click <strong>Select required</strong>. This will select all the components 57 <li>Select <strong>Help</strong> > <strong>Software Updates...</strong></li> 58 <li>Select the <strong>Installed Software</strong> tab.</li> 60 <li>If an update for ADT is available, select it and click <strong>Finish</strong>.</li [all...] |
/frameworks/base/docs/html/tools/help/ |
gltracer.jd | 38 <li>Select <strong>Tracer for OpenGL ES</strong> and click <strong>OK</strong>.</li> 47 <li>Select <strong>Tracer for OpenGL ES</strong> and click <strong>OK</strong>.</li> 71 <li>In the dialog box, select the <strong>Device</strong> to use for the trace.</li> 79 <li>Select the desired <strong>Data Collection Options</strong>. 101 <li>After loading a trace, select a frame and review the OpenGL ES calls. Drawing commands are
|
/libcore/luni/src/test/java/libcore/sqlite/ |
AbstractSqlTest.java | 140 ResultSet rs = stmt.executeQuery("select * from tbl1"); 158 * - select data from connection two (-> should have the old values) 160 * - select data from connection two (-> should have the new values) 177 * - select data from connection two (-> should have the old values) 179 * - select data from connection two (-> should still have the old values)
|
/external/chromium_org/components/autofill/core/browser/webdata/ |
autofill_table.cc | 153 "SELECT guid, first_name, middle_name, last_name " 182 "SELECT guid, email " 205 "SELECT guid, number " 451 "SELECT value FROM autofill " 463 "SELECT value FROM autofill " 483 "SELECT COUNT(*) FROM autofill")); 499 "SELECT DISTINCT a.pair_id, a.name, a.value " 552 "SELECT DISTINCT pair_id, name, value " 554 "(SELECT DISTINCT pair_id " 569 "SELECT pair_id FROM autofill_dates WHERE date_created >= ?)")) [all...] |
/external/chromium_org/chrome/browser/autofill/ |
autofill_interactive_uitest.cc | 74 " <select id=\"state\">" 78 " </select><br>" 82 " <select id=\"country\">" 86 " </select><br>" 385 // Press the down arrow to select the suggestion and preview the autofilled 452 // Press the down arrow to select the suggestion and preview the autofilled 477 // Press the down arrow to select the suggestion and preview the autofilled 524 // Press the down arrow to select the suggestion and preview the autofilled 535 // <input> and of <select> type. However, it should not yet have fired for the 616 " <select id=\"state\"> [all...] |
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsSmsDatabaseHelper.java | 55 " CASE (SELECT COUNT(*)" + 66 " (SELECT COUNT(sms._id) FROM sms LEFT JOIN threads " + 70 " (SELECT COUNT(pdu._id) FROM pdu LEFT JOIN threads " + 79 " (SELECT COUNT(sms._id) FROM sms LEFT JOIN threads " + 83 " (SELECT COUNT(pdu._id) FROM pdu LEFT JOIN threads " + 118 " CASE (SELECT COUNT(*)" + 141 " (SELECT snippet FROM" + 142 " (SELECT date * 1000 AS date, sub AS snippet, thread_id FROM pdu" + 143 " UNION SELECT date, body AS snippet, thread_id FROM sms)" + 147 " (SELECT snippet_cs FROM" [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
content_settings_exceptions_area.js | 18 * option in the select. 67 // Setting select element for edit mode. 68 var select = cr.doc.createElement('select'); 72 select.appendChild(optionAllow); 78 select.appendChild(optionAsk); 85 select.appendChild(optionSession); 92 select.appendChild(optionBlock); 107 this.addEditField(select, this.settingLabel); 108 this.contentElement.appendChild(select); [all...] |
/external/chromium_org/sql/ |
recovery_unittest.cc | 57 "SELECT COALESCE(sql, name) FROM sqlite_master ORDER BY 1"; 151 const char* kXSql = "SELECT * FROM x ORDER BY 1"; 183 "INSERT INTO x SELECT t FROM recover_x"; 195 const char* kXSql = "SELECT * FROM x ORDER BY 1"; 221 "INSERT OR REPLACE INTO x SELECT id, v FROM recover_x"; 269 const char kTrivialSql[] = "SELECT COUNT(*) FROM sqlite_master"; 273 const char kSelectSql[] = "SELECT v FROM x WHERE id = 0"; 283 const char kSelectAllSql[] = "SELECT v FROM x ORDER BY id"; 327 const char kCountSql[] = "SELECT COUNT (*) FROM x"; 331 const char kDistinctSql[] = "SELECT DISTINCT COUNT (id) FROM x" [all...] |