/cts/suite/audio_quality/lib/src/ |
ClientSocket.cpp | 106 if (select(mSocket + 1, &rfds, NULL, NULL, &tv) == -1) { 107 LOGE("select failed"); 123 // in non-blocking mode, select said that there is data. so it should not happen
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteQueryBuilderTest.java | 70 expected = "SELECT age, address FROM " + TEST_TABLE_NAME + " WHERE (age=20)"; 80 expected = "SELECT DISTINCT age, address FROM " + EMPLOYEE_TABLE_NAME + " WHERE (age>32)"; 90 expected = "SELECT DISTINCT age, address FROM " + EMPLOYEE_TABLE_NAME 107 expected = "SELECT name, age FROM " + TEST_TABLE_NAME; 113 expected = "SELECT age, name, address FROM " + TEST_TABLE_NAME; 119 expected = "SELECT name, address FROM " + TEST_TABLE_NAME; 167 expected = "SELECT name, age, sum(salary) FROM Employee WHERE " + DEFAULT_TEST_WHERE + 185 String expected = "SELECT name, sum(salary) FROM " + TEST_TABLE_NAME 258 expected = "SELECT name, age, location FROM employee WHERE (age=25)"; 260 expected = "SELECT name, age, location FROM people WHERE (location=LA)" [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemVariable.java | 41 * select %expr; #IMPLIED 91 * The value of the "select" attribute. 97 * Set the "select" attribute. 98 * If the variable-binding element has a select attribute, 104 * @param v Value to set for the "select" attribute. 112 * Get the "select" attribute. 113 * If the variable-binding element has a select attribute, 119 * @return Value of the "select" attribute. 328 // See if we can reduce an RTF to a select with a string expression. 508 * Add a child to the child list. If the select attribut [all...] |
/external/chromium/chrome/browser/autofill/ |
autofill_browsertest.cc | 48 " <select id=\"state\">" 52 " </select><br />" 56 " <select id=\"country\">" 60 " </select><br />" 182 // Press the down arrow to select the suggestion and preview the autofilled 248 // Press the down arrow to select the suggestion and preview the autofilled 305 // Press the down arrow to select the suggestion and preview the autofilled 322 // <input> and of <select> type. However, it should not yet have fired for the 417 " <select id=\"st\">" 421 " </select><br /> [all...] |
/external/chromium/chrome/browser/history/ |
in_memory_database.cc | 89 "INSERT INTO urls SELECT * FROM history.urls WHERE typed_count > 0")) { 101 "INSERT INTO urls SELECT u.id, u.url, u.title, u.visit_count, " 117 "INSERT INTO keyword_search_terms SELECT * FROM "
|
visit_database.cc | 189 "SELECT" HISTORY_VISIT_ROW_FIELDS "FROM visits WHERE id=?")); 234 "SELECT" HISTORY_VISIT_ROW_FIELDS 253 "SELECT" HISTORY_VISIT_ROW_FIELDS "FROM visits " 279 "SELECT" HISTORY_VISIT_ROW_FIELDS "FROM visits " 306 "SELECT" HISTORY_VISIT_ROW_FIELDS "FROM visits " 347 "SELECT" HISTORY_VISIT_ROW_FIELDS "FROM visits " 373 "SELECT" HISTORY_VISIT_ROW_FIELDS 391 "SELECT v.id,u.url " 422 "SELECT u.url " 458 "SELECT MIN(v.visit_time), COUNT(*) [all...] |
/external/chromium/chrome/browser/resources/options/chromeos/ |
language_pinyin_options.html | 33 <input id="pinyin-shift-select-candidate" 140 <select id="pinyin-double-pinyin-schema" class="control" 143 i18n-options="PinyinDoublePinyinSchemaValue"></select>
|
/external/chromium/chrome/browser/resources/picasaweb_uploader/ |
upload.html | 56 <td><select id="album-select"><option>Create New Album</option></select></td>
|
/external/chromium_org/base/ |
file_version_info.h | 26 // is the information you access when you select a file in the Windows Explorer, 27 // right-click select Properties, then click the Version tab, and on the Mac 28 // when you select a file in the Finder and do a Get Info.
|
/external/chromium_org/build/mac/ |
find_sdk.py | 37 job = subprocess.Popen(['xcode-select', '-print-path'], 44 raise Exception(('Error %d running xcode-select, you might have to run ' 45 '|sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer| '
|
/external/chromium_org/chrome/browser/history/android/ |
android_urls_database.cc | 70 "SELECT id, raw_url, url_id FROM android_urls WHERE url_id = ?")); 117 "SELECT id FROM urls)"); 170 "SELECT id, raw_url, url_id FROM android_urls_tmp"))
|
/external/chromium_org/chrome/browser/predictors/ |
logged_in_predictor_table.cc | 95 base::StringPrintf("SELECT count(*) FROM %s WHERE domain=?", 131 base::StringPrintf("SELECT * FROM %s", kTableName).c_str())); 162 base::StringPrintf("SELECT count(*) FROM %s", kTableName).c_str()));
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/ |
options.html | 94 <select id="voice" class="ctrl"></select> 135 <span id="selected">Select some text</span>
|
/external/chromium_org/native_client_sdk/src/examples/api/mouse_cursor/ |
index.html | 29 <em>hint: to see all of the cursors quickly, click on the select box, and 33 <select> 78 </select>
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
resourceView.css | 64 -webkit-user-select: text; 72 -webkit-user-select: text; 115 -webkit-user-select: text;
|
/external/chromium_org/third_party/sqlite/src/test/ |
auth3.test | 62 execsql { SELECT * FROM t1 } 68 SELECT * FROM t1; 77 SELECT * FROM t1;
|
capi3d.test | 28 set sql "SELECT $i FROM sqlite_master WHERE name LIKE '%$i%'" 105 test_is_readonly capi3d-2.1 {SELECT * FROM sqlite_master} 1 110 test_is_readonly capi3d-2.5 {SELECT * FROM t1} 1
|
corrupt3.test | 75 SELECT x FROM t1 88 SELECT substr(x,1,10) FROM t1 103 SELECT substr(x,1,10) FROM t1
|
fts1j.test | 43 SELECT rowid FROM t1 WHERE t1 MATCH 'hello'; 62 SELECT rowid FROM t2 WHERE t2 MATCH 'hello'; 79 SELECT rowid FROM two.t3 WHERE t3 MATCH 'hello';
|
fts2j.test | 43 SELECT rowid FROM t1 WHERE t1 MATCH 'hello'; 62 SELECT rowid FROM t2 WHERE t2 MATCH 'hello'; 79 SELECT rowid FROM two.t3 WHERE t3 MATCH 'hello';
|
fts3aj.test | 43 SELECT rowid FROM t1 WHERE t1 MATCH 'hello'; 62 SELECT rowid FROM t2 WHERE t2 MATCH 'hello'; 79 SELECT rowid FROM two.t3 WHERE t3 MATCH 'hello';
|
fuzz_malloc.test | 73 do_fuzzy_malloc_test fuzzy_malloc-1 -template {Select [Expr]} 74 do_fuzzy_malloc_test fuzzy_malloc-2 -template {[Select]} 91 -template {[Select]} \
|
memsubsys2.test | 38 db eval {INSERT INTO t2 SELECT * FROM t1} 39 db eval {INSERT INTO t1 SELECT a+$i, a+b*100 FROM t2} 43 db eval {SELECT count(*) FROM t1}
|
/external/chromium_org/tools/cr/cr/commands/ |
command.py | 21 def Select(cls, context): 22 """Called to select which command is active. 27 context: The context to select the command for.
|
/external/chromium_org/ui/webui/resources/js/chromeos/ |
ui_account_tweaks.js | 73 * disables interactive elements (input/select/button), and removes href 98 * elements (input/select/button), and removes href attribute from 107 element.nodeName == 'SELECT' ||
|