/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ak4531_codec.h | 63 #define AK4531_CLOCK 0x17 /* Clock select */ 64 #define AK4531_AD_IN 0x18 /* AD input select */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ak4531_codec.h | 63 #define AK4531_CLOCK 0x17 /* Clock select */ 64 #define AK4531_AD_IN 0x18 /* AD input select */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
icopen.py | 5 icopen patches MacOS Python to use the Internet Config file mappings to select 20 Python IDE uses its own algorithm to select the type and creator for saved
|
/system/core/toolbox/ |
setkey.c | 12 " -t <table> Select table\n" 13 " -k <index> Select key\n"
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
selfmt.h | 43 * <p>The main use case for the select format is gender based inflection. 104 * the form of the participle, uses a select format based on argument 1:</p> 106 * \htmlonly<pre>{0} est {1, select, female {allée} other {allé}} à {2}.</pre>\endhtmlonly 117 * one {est {2, select, female {allée} other {allé}}} 118 * other {sont {2, select, female {allées} other {allés}}} 147 * <p>The phrase for a particular select case may contain other message 160 * MessageFormat *msgFmt = new MessageFormat(UnicodeString("{0} est {1, select, female {allée} other {allé}} à Paris."), Locale("fr"), status); 210 * Sets the pattern used by this select format. 214 * @param pattern the pattern for this select format 228 * @param keyword The keyword that is used to select an alternative [all...] |
utmscale.h | 300 * The constant used to select the units vale 310 * The constant used to select the epoch offset value 320 * The constant used to select the minimum from value 330 * The constant used to select the maximum from value 340 * The constant used to select the minimum to value 350 * The constant used to select the maximum to value 361 * The constant used to select the epoch plus one value 374 * The constant used to select the epoch plus one value 387 * The constant used to select the units round value 399 * The constant used to select the minimum safe rounding valu [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
fts3rnd.test | 36 # d. For each of several types of fts3 queries, 10 SELECT queries 39 # SELECT docid FROM <tbl> WHERE <tbl> MATCH '<query>' 321 SELECT docid, mit(matchinfo(t1)) FROM t1 WHERE t1 MATCH $term 333 SELECT docid FROM t1 WHERE t1 MATCH $match 343 SELECT docid FROM t1 WHERE t1 MATCH $match 353 SELECT docid FROM t1 WHERE t1 MATCH $match 366 SELECT docid FROM t1 WHERE t1 MATCH $match 376 SELECT docid FROM t1 WHERE t1 MATCH $match 387 SELECT docid FROM t1 WHERE t1 MATCH $match 403 SELECT docid FROM t1 WHERE t1 MATCH $matc [all...] |
walmode.test | 81 execsql { SELECT * FROM sqlite_master } 113 execsql { SELECT * FROM t1 } 118 execsql { SELECT * FROM t1 } 136 execsql { SELECT * FROM t1 } db2 159 SELECT * FROM t1; 195 SELECT * FROM t1; 205 SELECT * FROM t1; 228 SELECT * FROM t1; 238 SELECT * FROM t1; 256 SELECT * FROM t1 [all...] |
pragma.test | 268 SELECT rowid, * from t2; 274 db eval {SELECT rootpage FROM sqlite_master WHERE name='i2'} break 504 execsql {SELECT * FROM sqlite_temp_master} 711 SELECT * FROM t4; 727 SELECT * FROM t4; 736 set ::STMT [sqlite3_prepare $::DB2 "SELECT * FROM t4" -1 DUMMY] 773 SELECT * FROM aux.t1; 782 set ::STMT [sqlite3_prepare $::DB2 "SELECT * FROM aux.t1" -1 DUMMY] 1018 SELECT * FROM temp_store_directory_test; 1024 SELECT * FROM temp_store_directory_test [all...] |
/external/icu4c/i18n/unicode/ |
utmscale.h | 300 * The constant used to select the units vale 310 * The constant used to select the epoch offset value 320 * The constant used to select the minimum from value 330 * The constant used to select the maximum from value 340 * The constant used to select the minimum to value 350 * The constant used to select the maximum to value 361 * The constant used to select the epoch plus one value 374 * The constant used to select the epoch plus one value 387 * The constant used to select the units round value 399 * The constant used to select the minimum safe rounding valu [all...] |
/external/chromium_org/sql/ |
connection_unittest.cc | 23 const char* kMasterCount = "SELECT COUNT(*) FROM sqlite_master"; 146 sql::Statement s(db().GetCachedStatement(id1, "SELECT a FROM foo")); 172 ASSERT_TRUE(db().IsSQLValid("SELECT a FROM foo")); 173 ASSERT_FALSE(db().IsSQLValid("SELECT no_exist FROM foo")); 203 sql::Statement s(db().GetUniqueStatement("SELECT value FROM foo WHERE id=?")); 308 sql::Statement s(db().GetUniqueStatement("SELECT * FROM sqlite_master")); 408 const char *kQuery = "SELECT COUNT(*) FROM foo"; 571 const char* kSimpleSql = "SELECT 1"; 740 sql::Statement s(db().GetUniqueStatement("SELECT COUNT(*) FROM x")); 747 db().GetUniqueStatement("SELECT COUNT(*) FROM sqlite_master")) [all...] |
/external/chromium_org/sync/syncable/ |
directory_backing_store.cc | 141 // Be explicit in SELECT order to match up with UnpackEntry. 431 "SELECT db_create_version, db_create_time FROM share_info")); 461 query.append(") SELECT "); 484 "SELECT id, name, store_birthday, db_create_version, " 500 string select; local 501 select.reserve(kUpdateStatementBufferSize); 502 select.append("SELECT "); 503 AppendColumnList(&select); 504 select.append(" FROM metas") 522 string select; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SelectionManager.java | 257 // This view info is not already selected. Select it now. 311 // Otherwise we select the item under the cursor. 336 * is a plain select or a toggle, etc. 338 public void select(MouseEvent e) { method in class:SelectionManager 351 // Otherwise we select the item under the cursor. 403 // Case where alt is pressed: select or cycle the object pointed at. 419 // select the current one 431 // Now select the next one. 441 // Case where no modifier is pressed: either select or reset the selection. 447 * Removes all the currently selected item and only select the given item 539 public void select(Collection<INode> nodes) { method in class:SelectionManager 554 \/* package *\/ void select(Node xmlNode) { method in class:SelectionManager [all...] |
/external/chromium_org/webkit/browser/appcache/ |
appcache_database.cc | 253 "SELECT DISTINCT(origin) FROM Groups"; 277 const char* kMaxGroupIdSql = "SELECT MAX(group_id) FROM Groups"; 278 const char* kMaxCacheIdSql = "SELECT MAX(cache_id) FROM Caches"; 280 "SELECT MAX(response_id) FROM Entries"; 282 "SELECT MAX(response_id) FROM DeletableResponseIds"; 284 "SELECT MAX(rowid) FROM DeletableResponseIds"; 315 "SELECT group_id, origin, manifest_url," 337 "SELECT group_id, origin, manifest_url," 359 "SELECT group_id, origin, manifest_url," 381 "SELECT g.group_id, g.origin, g.manifest_url, [all...] |
/developers/build/prebuilts/gradle/BasicMediaRouter/BasicMediaRouterSample/src/main/res/values/ |
base-strings.xml | 28 to select an output device. If your device supports Miracast wireless displays,
|
/developers/build/prebuilts/gradle/CardReader/CardReaderSample/src/main/res/values/ |
base-strings.xml | 30 In particular, this sample demonstrates how to disable Android Beam, select which AIDs the
|
/developers/samples/android/connectivity/nfc/BeamLargeFiles/ |
template-params.xml | 34 will save the file to disk and display a notification that the user can select to open
|
/developers/samples/android/connectivity/nfc/CardReader/ |
template-params.xml | 35 In particular, this sample demonstrates how to disable Android Beam, select which AIDs the
|
/developers/samples/android/media/BasicMediaRouter/ |
template-params.xml | 33 to select an output device. If your device supports Miracast wireless displays,
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListViewModalSelect/ActionBarCompat-ListViewModalSelectSample/src/main/java/com/example/android/actionbarcompat/listviewmodalselect/ |
MainActivity.java | 23 * This sample shows you how a provide a ListView which allows the user to select multiple items
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListViewModalSelect/ |
template-params.xml | 33 This sample shows you how a provide a ListView which allows the user to select multiple
|
/development/samples/CubeLiveWallpaper/res/values/ |
strings.xml | 36 <string name="cube2_settings_title">Select shape</string>
|
/development/samples/Spinner/res/values/ |
strings.xml | 36 <string name="planet_prompt">Select a planet</string>
|
/development/samples/browseable/BasicMediaRouter/res/values/ |
base-strings.xml | 28 to select an output device. If your device supports Miracast wireless displays,
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
event-listeners.html | 19 <p>To begin test, open DevTools, select the Elements panel. Expand the Event Listeners
|