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

<<11121314151617181920>>

  /external/chromium_org/third_party/sqlite/src/test/
incrvacuum_ioerr.test 55 # DELETE FROM abc WHERE (oid%3)==0;
56 # INSERT INTO abc SELECT a || '1234567890' FROM abc WHERE oid%2;
58 # DELETE FROM abc WHERE (oid%2)==0;
77 DELETE FROM abc WHERE (oid%3)==0;
79 INSERT INTO abc SELECT a || '1234567890' FROM abc WHERE oid%2;
82 DELETE FROM abc WHERE (oid%2)==0;
98 db eval {DELETE FROM a WHERE oid}
133 execsql {DELETE FROM a WHERE oid} db1
tkt2192.test 42 select * from records where type = 'D/D';
53 where description like '%NPOWER%'
59 where description like '%BT DIRECT%'
66 from direct_debits where description like '%VISA%'
80 where date like '%-01';
84 where date like '%-11';
100 SELECT * FROM t1 WHERE b%7=0 UNION SELECT * FROM t1 WHERE b%5=0;
tkt3581.test 35 WHERE (b > 45 AND c < 356)
46 WHERE (b > 45 AND c < 356)
speed1.test 117 append sql "SELECT count(*), avg(b) FROM t1 WHERE b>=$lwr AND b<$upr;"
129 "SELECT count(*), avg(b) FROM t1 WHERE c LIKE '%[number_name $i]%';"
145 # 5000 SELECTs on an integer comparison where the integer is
152 append sql "SELECT count(*), avg(b) FROM t1 WHERE b>=$lwr AND b<$upr;"
163 append sql "SELECT c FROM t1 WHERE rowid=$id;"
174 append sql "SELECT c FROM t1 WHERE a=$id;"
184 append sql "SELECT c FROM t1 WHERE c='$c';"
194 # 5000 updates of ranges where the field being compared is indexed.
200 append sql "UPDATE t1 SET b=b*2 WHERE a>=$lwr AND a<$upr;"
211 append sql "UPDATE t1 SET b=$r WHERE a=$i;
    [all...]
speed1p.test 129 db eval {SELECT count(*), avg(b) FROM t1 WHERE b>=$lwr AND b<$upr}
145 db eval {SELECT count(*), avg(b) FROM t1 WHERE c LIKE $pattern}
162 # 5000 SELECTs on an integer comparison where the integer is
173 db eval {SELECT count(*), avg(b) FROM t1 WHERE b>=$lwr AND b<$upr}
189 db eval {SELECT c FROM t1 WHERE rowid=$id}
205 db eval {SELECT c FROM t1 WHERE a=$id}
217 db eval {SELECT c FROM t1 WHERE c=$c}
228 # 5000 updates of ranges where the field being compared is indexed.
238 db eval {UPDATE t1 SET b=b*2 WHERE a>=$lwr AND a<$upr}
254 db eval {UPDATE t1 SET b=$r WHERE a=$i
    [all...]
temptable.test 72 db2 eval {DELETE FROM t2 WHERE x==8}
128 SELECT name FROM sqlite_master WHERE type='index';
133 SELECT y FROM t2 WHERE x=1;
139 SELECT y FROM t2 WHERE x=1;
186 # SELECT name FROM main.sqlite_master WHERE type='table';
191 SELECT name FROM main.sqlite_master WHERE type='table';
249 # SELECT name FROM sqlite_master WHERE type='table'
254 SELECT name FROM sqlite_master WHERE type='table'
312 SELECT y FROM t2 WHERE x=3
317 SELECT y FROM t2 WHERE x=
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
local_data.html 18 on a location easily accessible from the machine where the tool is launched.
29 chose the directory where the files have been copied.
  /external/elfutils/
config.h 19 /* Define to the address where bug reports for this package should be sent. */
44 /* Number of bits in a file offset, on hosts where this is settable. */
config.h.in 18 /* Define to the address where bug reports for this package should be sent. */
43 /* Number of bits in a file offset, on hosts where this is settable. */
  /external/freetype/include/freetype/internal/
ftrfork.h 120 /* Guess a file name and offset where the actual resource fork is */
169 /* information includes the file offset where the resource map */
170 /* starts, and the file offset where the resource data starts. */
181 /* The file offset where the resource fork starts. */
185 /* The file offset where the resource map starts. */
188 /* The file offset where the resource data starts. */
219 /* The file offset where the resource map starts. */
222 /* The file offset where the resource data starts. */
  /external/llvm/test/CodeGen/SystemZ/
branch-08.ll 7 ; Check a case where a separate branch is needed and where the original
  /external/markdown/MarkdownTest/Tests_2007/
Links, reference style.html 48 <p>Here's one where the <a href="/url/">link
51 <p>Here's another where the <a href="/url/">link
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSpannableStringBuilder.java 36 public Editable insert(int where, CharSequence text) {
37 builder.insert(where, text);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
SQLiteQueryBuilderTest.java 70 assertThat(sql, equalTo("SELECT person, department, division FROM table_name WHERE (id = 2 AND name = 'Chuck')"));
90 assertThat(sql, equalTo("SELECT person, department, division FROM table_name WHERE (id = 2 AND name = 'Chuck') GROUP BY person"));
100 assertThat(sql, equalTo("SELECT person, department, division FROM table_name WHERE (id = 2 AND name = 'Chuck') HAVING SUM(hours) < 20"));
110 assertThat(sql, equalTo("SELECT person, department, division FROM table_name WHERE (id = 2 AND name = 'Chuck') GROUP BY person HAVING SUM(hours) < 20"));
120 assertThat(sql, equalTo("SELECT person, department, division FROM table_name WHERE (id = 2 AND name = 'Chuck') GROUP BY person ORDER BY id ASC"));
130 assertThat(sql, equalTo("SELECT person, department, division FROM table_name WHERE (id = 2 AND name = 'Chuck') GROUP BY person HAVING SUM(hours) < 20 ORDER BY id ASC"));
140 assertThat(sql, equalTo("SELECT person, department, division FROM table_name WHERE (id = 2 AND name = 'Chuck') GROUP BY person HAVING SUM(hours) < 20 LIMIT 10"));
150 assertThat(sql, equalTo("SELECT person, department, division FROM table_name WHERE (id = 2 AND name = 'Chuck') GROUP BY person HAVING SUM(hours) < 20 ORDER BY id ASC LIMIT 10"));
  /external/skia/include/utils/
SkFrontBufferedStream.h 15 * where X is passed in by the user. Note that unlike some buffered
18 * where the caller knows that rewind will only be called from within
  /external/smack/src/org/xbill/DNS/
RPRecord.java 9 * and a domain where TXT records are available.
32 * @param textDomain The address where TXT records can be found
  /frameworks/base/core/java/android/database/sqlite/
SQLiteQueryBuilder.java 86 * Append a chunk to the WHERE clause of the query. All chunks appended are surrounded
88 * WHERE clause looks like:
90 * WHERE (&lt;append chunk 1>&lt;append chunk2>) AND (&lt;query() selection parameter>)
92 * @param inWhere the chunk of text to append to the WHERE clause.
105 * Append a chunk to the WHERE clause of the query. All chunks appended are surrounded
107 * WHERE clause looks like:
109 * WHERE (&lt;append chunk 1>&lt;append chunk2>) AND (&lt;query() selection parameter>)
111 * @param inWhere the chunk of text to append to the WHERE clause. it will be escaped
183 * @param where A filter declaring which rows to return, formatted as an SQL
184 * WHERE clause (excluding the WHERE itself). Passing null wil
449 StringBuilder where = new StringBuilder(); local
    [all...]
  /libcore/luni/src/main/java/java/sql/
ParameterMetaData.java 67 * the index number of the parameter, where the first parameter
97 * the index number of the parameter, where the first parameter
109 * the index number of the parameter, where the first parameter
122 * the index number of the parameter, where the first parameter
136 * the index number of the parameter, where the first parameter
150 * the index number of the parameter, where the first parameter
169 * the index number of the parameter, where the first parameter
181 * the index number of the parameter, where the first parameter
  /libcore/luni/src/main/java/libcore/icu/
NativeBreakIterator.java 144 public static NativeBreakIterator getCharacterInstance(Locale where) {
145 return new NativeBreakIterator(getCharacterInstanceImpl(where.toString()), BI_CHAR_INSTANCE);
148 public static NativeBreakIterator getLineInstance(Locale where) {
149 return new NativeBreakIterator(getLineInstanceImpl(where.toString()), BI_LINE_INSTANCE);
152 public static NativeBreakIterator getSentenceInstance(Locale where) {
153 return new NativeBreakIterator(getSentenceInstanceImpl(where.toString()), BI_SENT_INSTANCE);
156 public static NativeBreakIterator getWordInstance(Locale where) {
157 return new NativeBreakIterator(getWordInstanceImpl(where.toString()), BI_WORD_INSTANCE);
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
MimeTypeTest.java 23 // file with extension, and empty mimetype, where an mimetype can be derived
27 // file with extension, and empty mimetype, where an mimetype can not be derived
  /sdk/eclipse/buildConfig/
buildUpdateSite.xml 6 <!-- buildDirectory - base directgory where build takes place -->
8 <!-- updateSiteRoot - where to extract feature zip -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringWizard.java 36 * @param project The project where the wizard was invoked from (e.g. where the user selection
  /external/netperf/
nettest_sdp.c 156 fprintf(where,
159 fflush(where);
309 fprintf(where,"send_sdp_stream: send_socket obtained...\n");
396 fprintf(where,
417 fprintf(where,"remote listen done.\n");
434 fprintf(where,
438 fflush(where);
619 fprintf(where,"remote results obtained\n");
623 fprintf(where,
627 fflush(where);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaAdapter.java 72 TextView where; field in class:AgendaAdapter.ViewHolder
123 holder.where = (TextView) view.findViewById(R.id.where);
138 holder.where.setTextColor(mWhereDeclinedColor);
143 holder.where.setTextColor(mWhereColor);
170 holder.where.setTextColor(mStandardColor);
176 TextView where = holder.where; local
256 // Where
259 where.setVisibility(View.VISIBLE)
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_profile.h 40 // Exported in the adapter's SDP or GATT tables where relevant.
44 // Exported in the adapter's SDP or GATT tables where relevant.
48 // Exported in the adapter's SDP or GATT tables where relevant.
65 // Exported in the adapter's SDP or GATT tables where relevant.
69 // Exported in the adapter's SDP or GATT tables where relevant.

Completed in 1310 milliseconds

<<11121314151617181920>>