HomeSort by relevance Sort by last modified time
    Searched full:where (Results 526 - 550 of 21198) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/sqlite/src/test/
table.test 29 SELECT sql FROM sqlite_master WHERE type!='meta'
40 execsql {SELECT name, tbl_name, type FROM sqlite_master WHERE type!='meta'}
49 execsql {SELECT name, tbl_name, type from sqlite_master WHERE type!='meta'}
56 execsql {SELECT * FROM sqlite_master WHERE type!='meta'}
65 execsql {SELECT name FROM sqlite_master WHERE type!='meta'}
72 execsql {SELECT name FROM sqlite_master WHERE type!='meta'}
76 execsql {SELECT name FROM "sqlite_master" WHERE type!='meta'}
80 execsql {SELECT name as "X" FROM sqlite_master WHERE type!='meta'}
84 execsql {SELECT name FROM "sqlite_master" WHERE type!='meta'}
115 execsql {DROP TABLE test2; SELECT name FROM sqlite_master WHERE type!='meta'
    [all...]
vtab6.test 212 SELECT * FROM t1 natural join t2 natural join t3 WHERE t1.a=1
238 SELECT * FROM t1 LEFT JOIN t2 ON t1.a=t2.d WHERE t1.a>1
243 SELECT * FROM t1 LEFT JOIN t2 ON t1.a=t2.d WHERE t2.b IS NULL OR t2.b>1
305 SELECT * FROM t6, t5 WHERE t6.a<t5.a;
310 SELECT * FROM t6, t5 WHERE t6.a>t5.a;
321 SELECT * FROM t6, t5 WHERE t6.a<t5.a;
326 SELECT * FROM t6, t5 WHERE t6.a>t5.a;
337 SELECT * FROM t6, t5 WHERE t6.a<t5.a;
342 SELECT * FROM t6, t5 WHERE t6.a>t5.a;
369 # Make sure a left join where the right table is really a view tha
    [all...]
alter.test 75 FROM sqlite_master WHERE NAME!='objlist';
80 FROM sqlite_temp_master WHERE NAME!='objlist';
122 FROM sqlite_master WHERE NAME!='objlist';
126 FROM sqlite_temp_master WHERE NAME!='objlist';
157 WHERE NAME!='objlist';
201 FROM sqlite_master WHERE NAME!='objlist';
205 FROM sqlite_temp_master WHERE NAME!='objlist';
242 SELECT * FROM t4 WHERE a = 'main';
248 SELECT * FROM t4 WHERE a = 'aux';
258 SELECT * FROM t5 WHERE b = 'main'
    [all...]
fts3cov.test 53 SELECT docid FROM t1 WHERE t1 MATCH 'chilly';
95 execsql { DELETE FROM t1_segments WHERE blockid = $left_child }
98 SELECT * FROM t1 WHERE t1 MATCH 'c*'
106 SELECT * FROM t1 WHERE t1 MATCH 'cloud'
171 # $nodesize bytes, where $nodesize is the advisory node size. If this turns
217 # SELECT count(*) FROM %_segdir WHERE level = ?
269 UPDATE t7 SET docid = 1 WHERE docid = 6;
292 DELETE FROM t8 WHERE rowid = 3;
293 DELETE FROM t8 WHERE rowid = 2;
294 DELETE FROM t8 WHERE rowid = 1
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldStatementTest.java 217 "update zoo set name='Masha', family='cat' where id=2;",
222 "select animal_id, address from hutch where animal_id=1;",
223 "create view address as select address from hutch where animal_id=2",
245 "update zoo_zoo set name='Masha', family='cat' where id=5;",
248 "select animal_id, from hutch where animal_id=1;",
271 "update zoo set name='Masha', family='cat' where id=2;",
276 "select animal_id, address from hutch where animal_id=1;",
277 "create view address as select address from hutch where animal_id=2",
536 "update zoo set name='Masha', family='cat' where id=2;",
572 "update zoo set name='Masha', family='cat' where id=2;"
    [all...]
  /external/chromium_org/chrome/browser/history/
visitsegment_database.cc 166 "SELECT id FROM segments WHERE name = ?"));
177 "UPDATE segments SET url_id = ? WHERE id = ?"));
186 "SELECT url_id FROM segments WHERE id = ?"));
213 "WHERE time_slot = ? AND segment_id = ?"));
222 "UPDATE segment_usage SET visit_count = ? WHERE id = ?"));
246 "FROM segment_usage WHERE time_slot >= ? "
257 "DELETE FROM segment_usage WHERE time_slot < ?"));
267 "DELETE FROM segment_duration WHERE time_slot < ?"));
275 "DELETE FROM segment_usage WHERE segment_id IN "
276 "(SELECT id FROM segments WHERE url_id = ?)"))
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java 57 " WHERE " + Sms.READ + " = 0" +
62 " WHERE threads._id = new." + Sms.THREAD_ID + "; ";
68 " WHERE " + Sms.THREAD_ID + " = new.thread_id" +
72 " WHERE " + Mms.THREAD_ID + " = new.thread_id" +
75 " WHERE threads._id = new.thread_id; ";
81 " WHERE " + Sms.THREAD_ID + " = old.thread_id" +
85 " WHERE " + Mms.THREAD_ID + " = old.thread_id" +
88 " WHERE threads._id = old.thread_id; ";
96 " WHERE threads._id = new." + Sms.THREAD_ID + "; " +
120 " WHERE " + Mms.READ + " = 0"
    [all...]
  /external/oprofile/events/i386/nehalem/
unit_masks 27 0x20 pde_miss Number of DTLB cache load misses where the low part of the linear to physical address translation was missed
28 0x40 pdp_miss Number of DTLB cache load misses where the high part of the linear to physical address translation was missed
45 0x02 other_core_l2_hitm Counts number of memory load instructions retired where the memory reference hit modified data in a sibling core residing on the same socket
46 0x08 remote_cache_local_home_hit Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and HIT in a remote socket's cache
47 0x10 remote_dram Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and was remotely homed
48 0x20 local_dram Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and required a local socket memory reference
96 0x01 i_state Counts number of L2 data demand loads where the cache line to be loaded is in the I (invalid) state, i
97 0x02 s_state Counts number of L2 data demand loads where the cache line to be loaded is in the S (shared) state
98 0x04 e_state Counts number of L2 data demand loads where the cache line to be loaded is in the E (exclusive) state
99 0x08 m_state Counts number of L2 data demand loads where the cache line to be loaded is in the M (modified) stat
    [all...]
  /dalvik/vm/mterp/armv6t2/
unopWider.S 4 * that specifies an instruction that performs "result = op r0", where
  /dalvik/vm/mterp/mips/
unopWider.S 4 * that specifies an instruction that performs "result = op a0", where
  /development/ndk/samples/hello-jni/jni/
hello-jni.c 20 /* This is a trivial JNI example where we use a native method
  /development/samples/JetBoy/
JETBOY_content_README.txt 5 1. Open a command prompt and go to the directory where the JetCreator tool is located.
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailFilter.java 24 /** Returns the where clause for this filter. Returns null if the filter is empty. */
  /external/chromium/base/
nullable_string16.h 12 // state. This should be used only where the difference between null and
  /external/chromium/chrome/browser/download/
download_request_infobar_delegate.h 17 // against "carpet-bombing", where a malicious site forces multiple downloads
  /external/chromium/chrome/browser/history/
url_database.cc 86 // TODO(brettw) We need check for empty URLs to handle the case where
91 "SELECT" HISTORY_URL_ROW_FIELDS "FROM urls WHERE id=?"));
105 "SELECT" HISTORY_URL_ROW_FIELDS "FROM urls WHERE typed_count > 0"));
119 "SELECT" HISTORY_URL_ROW_FIELDS "FROM urls WHERE url=?"));
138 "WHERE id=?"));
196 "DELETE FROM urls WHERE id = ?"));
209 "DELETE FROM keyword_search_terms WHERE url_id=?"));
265 sql.append(" FROM urls WHERE last_visit_time >= ? OR visit_count > ? OR "
284 "SELECT url, favicon_id FROM urls WHERE favicon_id <> 0"));
305 "WHERE url >= ? AND url < ? AND hidden = 0 AND typed_count > 0
    [all...]
visit_database.cc 161 "UPDATE visits SET from_visit=? WHERE from_visit=?"));
170 "DELETE FROM visits WHERE id=?"));
180 "DELETE FROM visit_source WHERE id=?"));
189 "SELECT" HISTORY_VISIT_ROW_FIELDS "FROM visits WHERE id=?"));
216 "WHERE id=?"));
236 "WHERE url=? "
254 "WHERE visit_time >= ? AND visit_time < ?"
280 "WHERE visit_time >= ? AND visit_time < ? "
307 "WHERE visit_time >= ? AND visit_time < ? "
348 "WHERE url=?
    [all...]
  /external/chromium/chrome/browser/importer/
nss_decryptor_null.h 21 // A NULL wrapper for Firefox NSS decrypt component, for use in builds where
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_source.h 31 // parameter of the form "&hl=xy" where 'xy' is the language code of the
  /external/chromium/chrome/browser/profiles/
profile_keyed_service.h 12 // subsystems need a first pass shutdown phase where they drop references. Not
  /external/chromium/chrome/browser/remoting/
remoting_resources_source.h 29 // parameter of the form "&hl=xy" where 'xy' is the language code of the
  /external/chromium/chrome/browser/ui/cocoa/
animation_utils.h 12 // and any other situation where you want to temporarily turn off Cocoa
info_bubble_view.h 26 // This is where nonrectangular drawing happens.
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
location_icon_decoration.h 29 // Get the point where the page info bubble should point within the
star_decoration.h 25 // Get the point where the bookmark bubble should point within the

Completed in 1321 milliseconds

<<21222324252627282930>>