/external/llvm/test/CodeGen/SPARC/ |
64cond.ll | 43 %rv = select i1 %tobool, i32 %a, i32 %b 54 %rv = select i1 %tobool, i64 %a, i64 %b 65 %rv = select i1 %tobool, i64 %a, i64 %b 76 %rv = select i1 %tobool, i64 %a, i64 %b 87 %rv = select i1 %tobool, float %a, float %b 98 %rv = select i1 %tobool, double %a, double %b 109 %rv = select i1 %tobool, i64 123, i64 0
|
/external/llvm/test/CodeGen/SystemZ/ |
cond-store-08.ll | 15 %res = select i1 %cond, i64 %orig, i64 %alt 28 %res = select i1 %cond, i64 %alt, i64 %orig 42 %res = select i1 %cond, i64 %orig, i64 %alt 57 %res = select i1 %cond, i64 %orig, i64 %alt 71 %res = select i1 %cond, i64 %orig, i64 %alt 86 %res = select i1 %cond, i64 %orig, i64 %alt 102 %res = select i1 %cond, i64 %orig, i64 %alt
|
int-cmp-04.ll | 14 %res = select i1 %cond, i64 100, i64 200 28 %res = select i1 %cond, i64 100, i64 200 44 %res = select i1 %cond, i64 100, i64 200 58 %res = select i1 %cond, i64 100, i64 200 72 %res = select i1 %cond, i64 100, i64 200 88 %res = select i1 %cond, i64 100, i64 200 104 %res = select i1 %cond, i64 100, i64 200
|
/external/llvm/test/CodeGen/X86/ |
bool-simplify.ll | 6 %t3 = select i1 %t2, i32 %a, i32 %b 47 %5 = select i1 %4, i16 0, i16 %arg 62 %5 = select i1 %4, i32 0, i32 %arg 77 %5 = select i1 %4, i64 0, i64 %arg 92 %5 = select i1 %4, i16 0, i16 %arg 107 %5 = select i1 %4, i32 0, i32 %arg 122 %5 = select i1 %4, i64 0, i64 %arg
|
/external/chromium_org/third_party/sqlite/src/test/ |
fts2token.test | 64 SELECT fts2_tokenizer('blah', fts2_tokenizer('simple')) IS NULL; 69 SELECT fts2_tokenizer('blah') == fts2_tokenizer('simple'); 82 SELECT content FROM t1 WHERE content MATCH 'movement' 92 SELECT fts2_tokenizer('nosuchtokenizer'); 103 SELECT fts2_tokenizer_test('simple', 'I don''t see how'); 108 SELECT fts2_tokenizer_test('porter', 'I don''t see how'); 114 SELECT fts2_tokenizer_test('icu', 'I don''t see how'); 128 set ::out [db eval { SELECT fts2_tokenizer_test('icu', $locale, $input) }] 171 execsql { SELECT fts2_tokenizer_internal_test() }
|
fts3atoken.test | 64 SELECT fts3_tokenizer('blah', fts3_tokenizer('simple')) IS NULL; 69 SELECT fts3_tokenizer('blah') == fts3_tokenizer('simple'); 82 SELECT content FROM t1 WHERE content MATCH 'movement' 92 SELECT fts3_tokenizer('nosuchtokenizer'); 103 SELECT fts3_tokenizer_test('simple', 'I don''t see how'); 108 SELECT fts3_tokenizer_test('porter', 'I don''t see how'); 114 SELECT fts3_tokenizer_test('icu', 'I don''t see how'); 128 set ::out [db eval { SELECT fts3_tokenizer_test('icu', $locale, $input) }] 171 execsql { SELECT fts3_tokenizer_internal_test() }
|
trans2.test | 93 db eval {SELECT md5sum(u1), md5sum(u2) FROM t1 ORDER BY id} 117 db eval {SELECT md5sum(u1), md5sum(u2) FROM t1 ORDER BY id} 151 db eval {SELECT md5sum(u1), md5sum(u2) FROM t1 ORDER BY id} 166 db eval {SELECT md5sum(u1), md5sum(u2) FROM t1 ORDER BY id} 176 db eval {SELECT md5sum(u1), md5sum(u2) FROM t1 ORDER BY id} 190 db eval {SELECT md5sum(u1), md5sum(u2) FROM t1 ORDER BY id} 198 db eval {SELECT md5sum(u1), md5sum(u2) FROM t1 ORDER BY id} 205 db eval {SELECT md5sum(u1), md5sum(u2) FROM t1 ORDER BY id} 225 db eval {SELECT md5sum(u1), md5sum(u2) FROM t1 ORDER BY id}
|
attach4.test | 69 lappend L $name [execsql "SELECT x FROM $name.tbl"] 92 lappend L [execsql "SELECT x FROM $name.tbl"] $f 108 lappend L $name [execsql "SELECT x FROM $name.tbl"]
|
rdonly.test | 32 SELECT * FROM t1; 47 SELECT * FROM t1; 65 SELECT * FROM t1;
|
/libcore/luni/src/test/java/libcore/sqlite/ |
OldDatabaseTest.java | 156 db.exec("select * from AUX_TABLE", null); 197 db.exec("select * from " + DatabaseCreator.SIMPLE_TABLE1, res); 209 db.exec("select name from sqlite_master where type = '%q';", res, args); 214 db.exec("select name from sqlite_master where type = ", res, args); 279 * Returns wrong number for updates: returns value > 1 for select. 291 db.exec("select * from " + DatabaseCreator.SIMPLE_TABLE1, res); 469 //select from empty table 470 TableResult res = db.get_table("select * from " + DatabaseCreator.SIMPLE_TABLE1); 474 // res = db.get_table("select * from " 479 res = db.get_table("select * from " + DatabaseCreator.SIMPLE_TABLE1) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/ |
dbapi.py | 160 self.cu.execute("select asdf") 169 self.cu.execute("select 5+4; select 4+5") 177 self.cu.execute("select 5+4; -- foo bar") 181 select 5+4; 209 self.cu.execute("select name from test where id=?", (self.cu.lastrowid,)) 239 self.cu.execute("select name from test where name=?", ["foo"]) 252 self.cu.execute("select name from test where name=?", L()) 258 self.cu.execute("select name from test where name=:name", {"name": "foo"}) 272 self.cu.execute("select name from test where name=:name", D() [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/ |
dbapi.py | 160 self.cu.execute("select asdf") 169 self.cu.execute("select 5+4; select 4+5") 177 self.cu.execute("select 5+4; -- foo bar") 181 select 5+4; 209 self.cu.execute("select name from test where id=?", (self.cu.lastrowid,)) 239 self.cu.execute("select name from test where name=?", ["foo"]) 252 self.cu.execute("select name from test where name=?", L()) 258 self.cu.execute("select name from test where name=:name", {"name": "foo"}) 272 self.cu.execute("select name from test where name=:name", D() [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemVariablePsuedo.java | 34 * Set the "select" attribute. 35 * If the variable-binding element has a select attribute, 41 * @param v Value to set for the "select" attribute.
|
/external/chromium/base/ |
file_version_info.h | 18 // is the information you access when you select a file in the Windows Explorer, 19 // right-click select Properties, then click the Version tab, and on the Mac 20 // when you select a file in the Finder and do a Get Info.
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
profiler-test-focus-and-exclude.html | 29 <li>select 'eternal_fib' function entry (without expanding it), 44 <li>expand two levels of 'Script:' node, select the second-level 55 <li>select any of 'eternal_fib' nodes and press
|
/external/chromium/chrome/browser/resources/options/chromeos/ |
system_options.html | 9 <select id="timezone-select" class="control" 12 pref="cros.system.timezone"></select>
|
/external/chromium-trace/trace-viewer/src/ui/ |
mouse_tracker.js | 45 this.savePreviousUserSelect_ = document.body.style['-webkit-user-select']; 46 document.body.style['-webkit-user-select'] = 'none'; 60 document.body.style['-webkit-user-select'] =
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
top_bar_view.html | 12 * This SELECT dropdown is styled so the dropdown arrow is hidden. This is 59 <select aria-label="Tab selector" id=top-bar-view-tab-selecter></select>
|
/external/chromium_org/chromeos/process_proxy/ |
process_output_watcher.cc | 12 #include <sys/select.h> 69 HANDLE_EINTR(select(max_fd_ + 1, &rfds, NULL, NULL, NULL)); 72 DPLOG(WARNING) << "select failed";
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/ |
SelectPopupAdapter.java | 18 * Select popup item adapter for SelectPopupDialog, used so we can disable 22 // Holds the items of the select popup alert dialog list. 29 * Creates a new SelectPopupItem adapter for the select popup alert dialog list.
|
/external/chromium_org/content/test/data/ |
gtk_key_bindings_test_gtkrc | 71 # Test select-all 73 "select-all" (0) 74 "select-all" (1)
|
/external/chromium_org/third_party/WebKit/ManualTests/inspector/ |
duplicate-resource-urls.html | 15 <p>First off, you should be able to actually select each "abc" resource to see 16 the HTTP info / content. Bug 30079 didn't allow you to select all of these. 36 <li><p>Select one of the resources.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
spectrum.css | 12 -webkit-user-select: none; 30 -webkit-user-select: text; 74 -webkit-user-select: none;
|
/external/chromium_org/third_party/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/chromium_org/third_party/libxslt/win32/ |
defgen.xsl | 24 <xsl:value-of select="/api/@name"/> 27 <xsl:for-each select="/api/symbols/*[self::variable or self::function]"> 32 <xsl:value-of select="@name"/>
|