/external/chromium_org/third_party/sqlite/src/test/ |
pagerfault2.test | 51 execsql { INSERT INTO t1 SELECT a_string(401), a_string(402) FROM t1 } 62 SELECT * FROM t1;
|
tkt4018.test | 41 SELECT * FROM t1; 78 SELECT * FROM t1 ORDER BY a;
|
walslow.test | 66 execsql { SELECT count(*) FROM t1 WHERE a!=b } db2 67 } [execsql { SELECT count(*) FROM t1 WHERE a!=b }]
|
/external/chromium_org/third_party/sqlite/src/tool/ |
spaceanal.tcl | 69 CREATE TEMP TABLE dbstat AS SELECT * FROM temp.stat ORDER BY name, path; 87 set sql { SELECT name, tbl_name FROM sqlite_master WHERE rootpage>0 } 92 SELECT 116 SELECT pageno FROM temp.dbstat WHERE name = $name ORDER BY rowid 214 SELECT 260 SELECT count(*) FROM ( 261 SELECT DISTINCT tblname FROM space_used WHERE $where AND is_index=0 265 SELECT (sum(leaf_pages+int_pages)-$nTab)/sum(int_pages) FROM space_used 366 set sql {SELECT sum(leaf_pages+int_pages+ovfl_pages) FROM space_used} 377 set ntable [db eval {SELECT count(*)+1 FROM sqlite_master WHERE type='table'} [all...] |
/external/chromium_org/tools/page_cycler/database/pseudo-random-transactions/ |
index.html | 47 tx.executeSql('SELECT * FROM Test WHERE ID = ?', 55 tx.executeSql('SELECT * FROM Test WHERE ID = ?',
|
/external/dropbear/ |
common-session.c | 126 /* main loop, select()s for all sockets in use */ 149 val = select(ses.maxfd+1, &readfd, &writefd, NULL, &timeout); 156 dropbear_exit("Error in select"); 160 /* If we were interrupted or the select timed out, we still 170 wake up the select() above. */ 299 /* select since it's a non-blocking fd */ 308 if (select(fd+1, &fds, NULL, NULL, &timeout) < 0) { 312 TRACE(("leave ident_readln: select error"))
|
/external/eigen/unsupported/Eigen/src/MoreVectorization/ |
MathFunctions.h | 50 Packet4f branch_mask= _mm_cmpgt_ps(a, p4f_half);//this is to select which branch to take 80 /* select the correct result from the two branch evaluations */
|
/external/icu4c/tools/tzcode/ |
tzselect.ksh | 65 case $(echo 1 | (select x in x; do break; done) 2>/dev/null) in 83 echo >&2 'Please select a continent or ocean.' 85 select continent in \ 164 echo >&2 'Please select a country.' 165 select country in $countries 202 echo >&2 'Please select one of the following' \ 204 select region in $regions 281 select ok in Yes No
|
/external/llvm/docs/HistoricalNotes/ |
2001-01-31-UniversalIRIdea.txt | 14 perhaps a garbage collection library). Each language vm would select the 31 features that different languages select from. Also, using SSA with or
|
/external/llvm/test/Analysis/ScalarEvolution/ |
fold.ll | 33 %Z1 = select i1 %rand1, i32 %A, i32 %Y 35 %Z2 = select i1 %rand2, i32 %A, i32 %Z1
|
/external/llvm/test/CodeGen/ARM/ |
lsr-icmp-imm.ll | 24 %.b.0 = select i1 %cmp1, i32 %0, i32 %b.04 25 %i.addr.0.bi.0 = select i1 %cmp1, i32 %i.addr.05, i32 %bi.06
|
/external/llvm/test/CodeGen/PowerPC/ |
rlwimi-and.ll | 22 %2 = select i1 %not.tobool.i.i.i, i16 0, i16 256 26 %rvml38.sroa.1.1.insert.ext = select i1 %not.tobool.i.1.i.i, i16 0, i16 1
|
/external/llvm/test/CodeGen/X86/ |
cmov.ll | 16 %.0 = select i1 %toBool, i32 %v, i32 12 ; <i32> [#uses=1] 31 %.0 = select i1 %toBool, i32 12, i32 %v ; <i32> [#uses=1] 49 %e = select i1 %p, i32 %c, i32 %d 100 %.mux.i = select i1 %2, i8 %g_96.promoted.i, i8 0 ; <i8> [#uses=1] 130 %iftmp.0.0 = select i1 %1, i32 -1, i32 -2 ; <i32> [#uses=1] 143 %iftmp.0.0 = select i1 %1, i32 4, i32 13 ; <i32> [#uses=1] 148 ; Don't try to use a 16-bit conditional move to do an 8-bit select, 155 %d = select i1 %c, i8 %a, i8 %b
|
optimize-max-2.ll | 15 %umax = select i1 %tmp, i64 1, i64 %y ; <i64> [#uses=2] 17 %umax9 = select i1 %tmp8, i64 %umax, i64 %x ; <i64> [#uses=1]
|
/external/llvm/test/CodeGen/XCore/ |
ashr.ll | 49 %2 = select i1 %1, i32 10, i32 17 60 %2 = select i1 %1, i32 10, i32 17
|
/external/llvm/test/Transforms/IndVarSimplify/ |
eliminate-max.ll | 24 %t6 = select i1 %t5, i32 255, i32 %t ; <i32> [#uses=1] 35 %t13 = select i1 %t12, i32 255, i32 %t9 ; <i32> [#uses=1]
|
/external/llvm/test/Transforms/LoopVectorize/ |
scalar-select.ll | 13 ;CHECK: select i1 %cond, <4 x i32> 27 %sel = select i1 %cond, i32 %6, i32 zeroinitializer
|
/external/llvm/test/Transforms/SimplifyCFG/ |
multiple-phis.ll | 7 ; CHECK: %div.high.addr.0 = select i1 %cmp1, i32 %div, i32 %high.addr.0 8 ; CHECK-NEXT: %low.0.add2 = select i1 %cmp1, i32 %low.0, i32 %add2
|
/external/qemu/ |
iolooper.h | 6 /* An IOLooper is an abstraction for select() */ 26 /* Wrapper around select()
|
/external/qemu/proxy/ |
proxy_common.h | 20 #include <sys/select.h> 76 /* this function is called to update the select file descriptor sets
|
/external/webrtc/test/functional_test/ |
README | 22 4. Open the test page, connect to the server, select the loopback peer, click 30 5. Open the test page, connect to the server, select the other peer, click call.
|
/frameworks/support/v4/java/android/support/v4/widget/ |
ListPopupWindowCompat.java | 55 * Select the correct implementation to use for the current platform. 78 * outside of its bounds will open the popup window. Lifting will select the
|
PopupMenuCompat.java | 54 * Select the correct implementation to use for the current platform. 76 * outside of its bounds will open the popup window. Lifting will select the
|
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
MediaRouteChooserDialogFragment.java | 48 * Gets the media route selector for filtering the routes that the user can select. 70 * Sets the media route selector for filtering the routes that the user can select.
|
/packages/screensavers/PhotoTable/res/values/ |
strings.xml | 41 <!-- Click to select all albums in the album selection activity. [CHAR LIMIT=15] --> 42 <string name="photodream_select_all">Select All</string>
|