/external/chromium_org/third_party/sqlite/src/test/ |
wal6.test | 41 SELECT * FROM t1; 67 SELECT * FROM t1 ORDER BY a; 79 SELECT * FROM t1 ORDER BY a;
|
fts3d.test | 64 SELECT level, idx FROM t1_segdir ORDER BY level, idx; 69 SELECT OFFSETS(t1) FROM t1 100 INSERT INTO t1 (docid, c) SELECT docid, c FROM t1old; 107 SELECT level, idx FROM t1_segdir ORDER BY level, idx; 112 SELECT OFFSETS(t1) FROM t1 138 SELECT OPTIMIZE(t1) FROM t1 LIMIT 1; 144 SELECT level, idx FROM t1_segdir ORDER BY level, idx; 149 SELECT OFFSETS(t1) FROM t1 203 SELECT level, idx FROM t1_segdir ORDER BY level, idx; 209 SELECT OFFSETS(t1) FROM t [all...] |
/external/chromium_org/ui/keyboard/resources/elements/ |
kb-keyset.html | 17 <content select="kb-row"></content> 18 <content select="kb-altkey-container" id="altkeyContainer" 26 // TODO(bshe): support select keyset on down, long and dbl events.
|
/external/freetype/include/freetype/ |
ftcffdrv.h | 64 * engine, an application can select between `freetype' and `adobe' if 71 * The following example code demonstrates how to select Adobe's hinting 98 * A list of constants used for the @hinting-engine property to select
|
/external/icu4c/i18n/unicode/ |
choicfmt.h | 52 * and <code>select</code> arguments for simple selection among a fixed set of choices!</em></p> 169 * @deprecated ICU 49 Use MessageFormat instead, with plural and select arguments. 179 * @deprecated ICU 49 Use MessageFormat instead, with plural and select arguments. 195 * @deprecated ICU 49 Use MessageFormat instead, with plural and select arguments. 213 * @deprecated ICU 49 Use MessageFormat instead, with plural and select arguments. 224 * @deprecated ICU 49 Use MessageFormat instead, with plural and select arguments. 232 * @deprecated ICU 49 Use MessageFormat instead, with plural and select arguments. 238 * @deprecated ICU 49 Use MessageFormat instead, with plural and select arguments. 247 * @deprecated ICU 49 Use MessageFormat instead, with plural and select arguments. 257 * @deprecated ICU 49 Use MessageFormat instead, with plural and select arguments [all...] |
/external/libnfc-nxp/src/ |
phFriNfc_MifareULMap.h | 56 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_CHK_1 7 /*!< to send sector select command 1 */ 57 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_CHK_2 8 /*!< to send sector select command 2 */ 58 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_RESET_1 9 /*!< to send sector select command 1 for resetting sector 0 */ 59 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_RESET_2 10 /*!< to send sector select command 2 for resetting sector 0 */ 60 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_READ_1 11 /*!< to send sector select command 1 for resetting sector 0 */ 61 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_READ_2 12 /*!< to send sector select command 2 for resetting sector 0 */ 62 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_WRITE_1 13 /*!< to send sector select command 1 for resetting sector 0 */ 63 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_WRITE_2 14 /*!< to send sector select command 2 for resetting sector 0 */ 64 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_RW_1 15 /*!< to send sector select command 1 for resetting sector 0 */ 65 #define PH_FRINFC_NDEFMAP_MFUL_STATE_SELECT_SECTOR_RW_2 16 /*!< to send sector select command 2 for resetting sector 0 * [all...] |
/external/libppp/src/ |
probe.c | 41 /* Does select() alter the passed time value ? */ 49 select(0, NULL, NULL, NULL, &t); 71 log_Printf(LogDEBUG, "Select changes time: %s\n",
|
/external/llvm/test/CodeGen/ARM/ |
select_xform.ll | 15 %tmp2 = select i1 %tmp1, i32 0, i32 2147483647 29 %tmp2 = select i1 %tmp1, i32 0, i32 10 43 %z = select i1 %cond, i32 -1, i32 %x 57 %z = select i1 %cond, i32 0, i32 %x 86 %tmp1 = select i1 %cond, i32 %c, i32 0 102 %tmp2 = select i1 %cond, i32 %tmp1, i32 -1 118 %tmp1 = select i1 %cond, i32 %a, i32 %x 133 %tmp1 = select i1 %cond, i32 %a, i32 %x 149 %tmp1 = select i1 %cond, i32 %a, i32 %x 164 %tmp1 = select i1 %cond, i32 %x, i32 % [all...] |
/external/llvm/test/CodeGen/R600/ |
selectcc-opt.ll | 10 %1 = select i1 %0, float 1.000000e+00, float 0.000000e+00 38 %1 = select i1 %0, float 1.000000e+00, float 0.000000e+00 62 %1 = select i1 %0, float 2.0, float 3.0
|
/external/llvm/test/CodeGen/SystemZ/ |
cond-store-04.ll | 18 %res = select i1 %cond, i64 %orig, i64 %alt 34 %res = select i1 %cond, i64 %alt, i64 %orig 51 %res = select i1 %cond, i64 %orig, i64 %alt 70 %res = select i1 %cond, i64 %orig, i64 %alt 87 %res = select i1 %cond, i64 %orig, i64 %alt 106 %res = select i1 %cond, i64 %orig, i64 %alt 125 %res = select i1 %cond, i64 %orig, i64 %alt 140 %res = select i1 %cond, i64 %orig, i64 %alt 155 %res = select i1 %cond, i64 %orig, i64 %alt 174 %res = select i1 %cond, i64 %orig, i64 %al [all...] |
cond-store-05.ll | 18 %res = select i1 %cond, float %orig, float %alt 34 %res = select i1 %cond, float %alt, float %orig 51 %res = select i1 %cond, float %orig, float %alt 68 %res = select i1 %cond, float %orig, float %alt 85 %res = select i1 %cond, float %orig, float %alt 104 %res = select i1 %cond, float %orig, float %alt 121 %res = select i1 %cond, float %orig, float %alt 140 %res = select i1 %cond, float %orig, float %alt 159 %res = select i1 %cond, float %orig, float %alt 174 %res = select i1 %cond, float %orig, float %al [all...] |
cond-store-06.ll | 18 %res = select i1 %cond, double %orig, double %alt 34 %res = select i1 %cond, double %alt, double %orig 51 %res = select i1 %cond, double %orig, double %alt 68 %res = select i1 %cond, double %orig, double %alt 85 %res = select i1 %cond, double %orig, double %alt 104 %res = select i1 %cond, double %orig, double %alt 121 %res = select i1 %cond, double %orig, double %alt 140 %res = select i1 %cond, double %orig, double %alt 159 %res = select i1 %cond, double %orig, double %alt 174 %res = select i1 %cond, double %orig, double %al [all...] |
/external/llvm/test/CodeGen/X86/ |
2012-10-18-crash-dagco.ll | 34 %tmp36 = select i1 %tmp31, i8 %tmp35, i8 %tmp33 35 %tmp37 = select i1 undef, i8 %tmp29, i8 %tmp36 37 %tmp39 = select i1 undef, i32 0, i32 %tmp38
|
/external/llvm/test/Transforms/InstCombine/ |
abs-1.ll | 18 ; CHECK-NEXT: [[RET:%[a-z0-9]+]] = select i1 [[ISPOS]], i32 %x, i32 [[NEG]] 28 ; CHECK-NEXT: [[RET:%[a-z0-9]+]] = select i1 [[ISPOS]], i64 %x, i64 [[NEG]] 38 ; CHECK-NEXT: [[RET:%[a-z0-9]+]] = select i1 [[ISPOS]], i64 %x, i64 [[NEG]]
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
cmp_sel.ll | 14 ;CHECK: select <2 x i1> 22 %cond = select i1 %tobool, double %G, double 1.000000e+00 27 %cond7 = select i1 %tobool3, double %G, double 1.000000e+00
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
DatabaseTestBase.java | 116 Cursor cursor = database.rawQuery("select second_column, first_column from table_name", null); 142 Cursor cursor = database.rawQuery("select second_column, first_column from table_name", null); 152 database.rawQuery("select second_column, first_column from rawtable WHERE `id` = ?", new String[]{null}); 157 database.rawQuery("select second_column, first_column from rawtable", new String[]{null}); 162 Cursor cursor = database.rawQuery("select second_column, first_column from rawtable WHERE `id` = ?", new String[]{"1"}); 168 Cursor cursor = database.rawQuery("select second_column, first_column from rawtable", null); 174 Cursor cursor = database.rawQuery("select second_column, first_column from rawtable", new String[]{}); 187 * db.rawQuery("select * from exercise WHERE name = ?",null); //this returns an empty cursor 188 * db.rawQuery("select * from exercise WHERE name = ?",new String[]{}); //this returns an empty cursor 192 * db.rawQuery("select * from exercise WHERE name = ?",new String[]{"Leg Press"}); //this returns 1 exercise named "Leg P (…) 518 final String select = "SELECT COUNT(*) FROM table_name"; local [all...] |
/external/skia/tools/ |
find_mac_sdk.py | 23 job = subprocess.Popen(['xcode-select', '-print-path'], 30 raise Exception(('Error %d running xcode-select, you might have to run ' 31 '|sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer| '
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/ |
dump.py | 24 SELECT "name", "type", "sql" 52 q = """SELECT 'INSERT INTO "{0}" VALUES({1})' FROM "{0}";""".format( 61 SELECT "name", "type", "sql"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/ |
regression.py | 61 cursors[i].execute(" " * i + "select x from test") 67 cur.execute('select 1 as "foo bar [datetime]"') 70 cur.execute('select 1 as "foo baz"') 84 cur.execute("select 1 x union select " + str(i)) 136 SELECT = "select * from foo" 140 con.execute(SELECT) 144 con.execute(SELECT) 171 cur.execute("select 4+5").fetchall( [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/ |
dump.py | 24 SELECT "name", "type", "sql" 52 q = """SELECT 'INSERT INTO "{0}" VALUES({1})' FROM "{0}";""".format( 61 SELECT "name", "type", "sql"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/ |
regression.py | 61 cursors[i].execute(" " * i + "select x from test") 67 cur.execute('select 1 as "foo bar [datetime]"') 70 cur.execute('select 1 as "foo baz"') 84 cur.execute("select 1 x union select " + str(i)) 136 SELECT = "select * from foo" 140 con.execute(SELECT) 144 con.execute(SELECT) 171 cur.execute("select 4+5").fetchall( [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
TableView.java | 31 * Base class for view containing Table that needs to support copy, and select 46 * the copy and select all actions. 83 // setup the select all action
|
/external/chromium/chrome/browser/resources/options/ |
content_settings_exceptions_area.js | 15 * option in the select. 63 // Setting select element for edit mode. 64 var select = cr.doc.createElement('select'); 68 select.appendChild(optionAllow); 74 select.appendChild(optionAsk); 81 select.appendChild(optionSession); 87 select.appendChild(optionBlock); 89 this.contentElement.appendChild(select); 90 select.className = 'exception-setting' [all...] |
/external/chromium_org/chrome/browser/history/ |
visitsegment_database.cc | 166 "SELECT id FROM segments WHERE name = ?")); 186 "SELECT url_id FROM segments WHERE id = ?")); 211 sql::Statement select(GetDB().GetCachedStatement(SQL_FROM_HERE, 212 "SELECT id, visit_count FROM segment_usage " 214 select.BindInt64(0, t.ToInternalValue()); 215 select.BindInt64(1, segment_id); 217 if (!select.is_valid()) 220 if (select.Step()) { 223 update.BindInt64(0, select.ColumnInt64(1) + static_cast<int64>(amount)); 224 update.BindInt64(1, select.ColumnInt64(0)) [all...] |
/libcore/luni/src/test/java/tests/java/sql/ |
SelectFunctionalityTest.java | 131 String sql = "SELECT * FROM " + DatabaseCreator.TEST_TABLE2; 174 String sql = "SELECT finteger, ftext, fcharacter, fdecimal, fnumeric," 236 String sql = "SELECT finteger," + " (SELECT ftext FROM " 265 String sql = "SELECT onum, " + DatabaseCreator.ORDERS_TABLE + ".cnum" 303 String sql = "SELECT b.cnum, b.cname" + " FROM " 331 String sql = "SELECT distinct s.snum as ssnum, c.snum as ccnum FROM " 364 String sql = "SELECT distinct s.snum as ssnum, c.snum as ccnum FROM " 395 String selectQuery = "SELECT rating, SUM(snum) AS sum FROM " 422 String selectQuery = "SELECT onum FROM " + DatabaseCreator.ORDERS_TABL [all...] |