/external/llvm/test/CodeGen/AArch64/ |
cond-sel.ll | 10 %val1 = select i1 %tst1, i32 42, i32 52 18 %val2 = select i1 %tst2, i64 %lhs64, i64 %rhs64 33 %val1 = select i1 %tst1, i32 42, i32 52 43 %val2 = select i1 %tst2, i64 9, i64 15 58 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls). 61 %val1 = select i1 %tst1, i32 %inc1, i32 %lhs32 69 %val2 = select i1 %tst2, i32 %lhs32, i32 %inc2 74 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls). 78 %val3 = select i1 %tst3, i64 %inc3, i64 %lhs64 86 %val4 = select i1 %tst4, i64 %lhs64, i64 %inc [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/ |
ElementPath.py | 98 def select(context, result): function in function:prepare_child 103 return select 106 def select(context, result): function in function:prepare_star 110 return select 113 def select(context, result): function in function:prepare_self 116 return select 126 def select(context, result): function in function:prepare_descendant 131 return select 134 def select(context, result): function in function:prepare_parent 144 return select 165 def select(context, result): function in function:prepare_predicate 174 def select(context, result): function in function:prepare_predicate 182 def select(context, result): function in function:prepare_predicate 191 def select(context, result): function in function:prepare_predicate 212 def select(context, result): function in function:prepare_predicate [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/ |
ElementPath.py | 98 def select(context, result): function in function:prepare_child 103 return select 106 def select(context, result): function in function:prepare_star 110 return select 113 def select(context, result): function in function:prepare_self 116 return select 126 def select(context, result): function in function:prepare_descendant 131 return select 134 def select(context, result): function in function:prepare_parent 144 return select 165 def select(context, result): function in function:prepare_predicate 174 def select(context, result): function in function:prepare_predicate 182 def select(context, result): function in function:prepare_predicate 191 def select(context, result): function in function:prepare_predicate 212 def select(context, result): function in function:prepare_predicate [all...] |
/development/apps/CustomLocale/res/values/ |
strings.xml | 27 <string name="select_locale_button">Select</string> 28 <string name="select_locale_1s_button">Select \'%1$s\'</string> 35 <string name="select_locale_1s">Select locale: %1$s</string> 42 <string name="add_select_button">Add and Select</string>
|
/development/samples/AndroidBeamDemo/res/values/ |
strings.xml | 5 the system Settings (select the setting icon above), then place this device up
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
debugger-pause-on-else-statements.html | 13 <p>To test, open the DevTools (Ctrl+Shift+I) and reload the page. When the debugger breaks, select the (anonymous function) node
|
debugger-pause-on-for-in-statements.html | 13 <p>To test, open the DevTools (Ctrl+Shift+I) and reload the page. When the debugger breaks, select
|
debugger-pause-on-for-statements.html | 11 <p>To test, open the DevTools (Ctrl+Shift+I) and reload the page. When the debugger breaks, select the
|
/external/chromium/third_party/libevent/ |
Android.mk | 15 third_party/libevent/select.c \
|
/external/chromium-trace/trace-viewer/src/tracing/ |
category_filter_dialog.html | 9 Select active categories:
|
/external/chromium-trace/trace-viewer/src/ui/ |
overlay.css | 7 -webkit-user-select: none; 14 -webkit-user-select: none; 33 -webkit-user-select: auto; 38 -webkit-user-select: auto;
|
/external/chromium_org/chrome/browser/resources/local_ntp/ |
most_visited_iframe.css | 5 -webkit-user-select: none;
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
ossocket.h | 17 #include <sys/select.h>
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
focus-select-when-clicked.html | 7 <p><b>BUG ID:</b> <a href="rdar://problem/4011544">4011544</a> selecting an item from a select menu with the mouse doesn't place the focus on the menu</p> 10 1. Click on the pop-up menu below titled "Click Here", and select OPTION 1 from the list. <br> 22 <select> 25 </select>
|
select-onchange-after-js.html | 12 <select name="selectitem" onChange="onChange1(this)"> 15 </select> 18 <select name="selectitem2" onChange="onChange2(this)"> 21 </select>
|
/external/chromium_org/third_party/WebKit/Source/web/tests/data/ |
move_caret.html | 16 window.onload = select;
|
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
rtree1.test | 50 execsql { SELECT name FROM sqlite_master ORDER BY name } 55 SELECT name FROM sqlite_master ORDER BY name; 70 execsql { SELECT name FROM sqlite_master ORDER BY name } 73 execsql { SELECT name FROM aux.sqlite_master ORDER BY name } 78 SELECT name FROM aux.sqlite_master ORDER BY name; 118 execsql { SELECT * FROM t1 ORDER BY ii } 131 SELECT "the key", "x dim.", "x2'dim" FROM t1; 156 SELECT * FROM t1; 162 execsql { SELECT * FROM t1 } 166 execsql { SELECT rowid FROM t1 ORDER BY rowid [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
analyze3.test | 99 SELECT sum(y) FROM t1 WHERE x>200 AND x<300 102 SELECT sum(y) FROM t1 WHERE x>0 AND x<1100 106 sf_execsql { SELECT sum(y) FROM t1 WHERE x>200 AND x<300 } 111 sf_execsql { SELECT sum(y) FROM t1 WHERE x>$l AND x<$u } 116 sf_execsql { SELECT sum(y) FROM t1 WHERE x>$l AND x<$u } 119 sf_execsql { SELECT sum(y) FROM t1 WHERE x>0 AND x<1100 } 124 sf_execsql { SELECT sum(y) FROM t1 WHERE x>$l AND x<$u } 129 sf_execsql { SELECT sum(y) FROM t1 WHERE x>$l AND x<$u } 141 INSERT INTO t2 SELECT * FROM t1; 148 SELECT sum(y) FROM t2 WHERE x>1 AND x< [all...] |
autovacuum.test | 12 # focus of this file is testing the SELECT statement. 117 select a from av1 161 SELECT rootpage FROM sqlite_master ORDER BY rootpage; 171 set ::av1_data [db eval {select * from av1}] 180 SELECT rootpage FROM sqlite_master ORDER BY rootpage; 192 SELECT rootpage FROM sqlite_master ORDER BY rootpage; 204 SELECT rootpage FROM sqlite_master ORDER BY rootpage; 212 select * from av1 218 INSERT INTO av2 SELECT 'av1' || x FROM av1; 219 INSERT INTO av3 SELECT 'av2' || x FROM av1 [all...] |
corrupt6.test | 73 SELECT substr(x,1,8) FROM t1 86 SELECT substr(x,1,8) FROM t1 98 SELECT substr(x,1,8) FROM t1 108 SELECT substr(x,1,8) FROM t1 121 SELECT substr(x,1,8) FROM t1 133 SELECT substr(x,1,8) FROM t1 143 SELECT substr(x,1,8) FROM t1 156 SELECT substr(x,1,8) FROM t1 168 SELECT substr(x,1,8) FROM t1 180 SELECT substr(x,1,8) FROM t [all...] |
fkey3.test | 35 SELECT 1, x FROM t1; 36 SELECT 2, y FROM t2; 75 SELECT 1, x FROM t1; 76 SELECT 2, y FROM t2;
|
fts3shared.test | 46 # Now try a SELECT on the full-text table. This particular SELECT does not 48 # on that table and so the SELECT fails. 53 SELECT rowid FROM t1 WHERE t1 MATCH 'stars'
|
journal1.test | 37 INSERT INTO t1 SELECT a+2, a||b FROM t1; 38 INSERT INTO t1 SELECT a+4, a||b FROM t1; 39 SELECT count(*) FROM t1; 63 SELECT * FROM sqlite_master
|
keyword1.test | 99 db eval "INSERT INTO $kw SELECT a FROM t1" 101 db eval "SELECT * FROM $kw ORDER BY $kw ASC" 103 db eval "SELECT * FROM $kw ORDER BY \"$kw\" ASC" 114 db eval "SELECT b FROM t1 INDEXED BY $kw WHERE a=2"
|
loadext.test | 93 SELECT half(1.0); 100 SELECT half(1.0); 110 SELECT half(1.0); 116 SELECT half(1.0); 126 SELECT half(1.0); 188 SELECT half(5); 193 SELECT load_extension($::testextension) 202 SELECT load_extension($::testextension,'testloadext_init') 207 SELECT half(5); 212 SELECT sqlite3_status('MEMORY_USED') AS muse [all...] |