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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/base/
base_paths_posix.h 17 DIR_CACHE, // Directory where to put cache data. Note this is
18 // *not* where the browser cache lives, but the
  /external/chromium_org/chrome/browser/notifications/
notification_prefs_manager.h 23 // Gets the preference indicating where notifications should be placed.
27 // Sets the preference that indicates where notifications should
  /external/chromium_org/chrome/browser/translate/
translate_event_details.h 20 // The source filename where this event was created.
23 // The source line in |filename| where this event was created.
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/background-simple/
README 4 1. Put index.html and background.html in a directory where the HTTP server
8 pointing to the launch page (index.html) and to the directory where
  /external/chromium_org/chrome/common/net/
predictor_common.h 24 // instead of NameList, from renderer (where content of pages are scanned for
25 // links) to browser (where we perform predictive actions).
  /external/chromium_org/net/cert/
ct_verify_result.h 25 // SCTs from known logs where the signature verified correctly.
27 // SCTs from known logs where the signature failed to verify.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_screen.h 20 unsigned vidmem_bindings; /* PIPE_BIND_* where VRAM placement is desired */
21 unsigned sysmem_bindings; /* PIPE_BIND_* where GART placement is desired */
  /external/chromium_org/third_party/skia/src/animator/
thingstodo.txt 2 figure out where endless or very deep recursion is possible
18 fix docs where lines are stitched together (insert space)
  /external/chromium_org/ui/base/
ui_base_paths.h 19 DIR_LOCALES, // Directory where locale resources are stored.
22 DIR_TEST_DATA, // Directory where unit test data resides.
  /external/llvm/test/Transforms/InstCombine/
2004-09-20-BadLoadCombine.ll 5 ; inserted where the original load was, not where the select is. Not doing
  /external/llvm/utils/lit/lit/ExampleTests/
lit.cfg 14 # test_source_root: The path where tests are located (default is the test suite
18 # test_exec_root: The path where tests are located (default is the test suite
  /external/markdown/MarkdownTest/Tests_2007/
Links, reference style.text 64 Here's one where the [link
67 Here's another where the [link
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.h 20 unsigned vidmem_bindings; /* PIPE_BIND_* where VRAM placement is desired */
21 unsigned sysmem_bindings; /* PIPE_BIND_* where GART placement is desired */
  /external/pixman/test/
region-translate-test.c 4 /* Pixman had a bug where 32bit regions where clipped to 16bit sizes when
  /external/qemu/slirp/
sbuf.h 17 char *sb_wptr; /* write pointer. points to where the next
19 char *sb_rptr; /* read pointer. points to where the next
  /external/qemu/slirp-android/
sbuf.h 17 char *sb_wptr; /* write pointer. points to where the next
19 char *sb_rptr; /* read pointer. points to where the next
  /external/skia/src/animator/
thingstodo.txt 2 figure out where endless or very deep recursion is possible
18 fix docs where lines are stitched together (insert space)
  /packages/apps/Browser/src/com/android/browser/
EventLogTags.logtags 7 # Second parameter is where the bookmark was added from, currently history or bookmarks view.
8 70103 browser_bookmark_added (url|3), (where|3)
  /external/chromium_org/third_party/sqlite/src/test/
e_update.test 57 3 "UPDATE t1 SET a=10 WHERE b=5" {}
58 4 "UPDATE t1 SET b=5,a=10 WHERE 1" {}
61 7 "UPDATE main.t1 SET a=10 WHERE b=5" {}
64 11 "UPDATE OR ROLLBACK t1 SET a=10 WHERE b=5" {}
65 12 "UPDATE OR ROLLBACK t1 SET b=5,a=10 WHERE 1" {}
68 15 "UPDATE OR ROLLBACK main.t1 SET a=10 WHERE b=5" {}
69 16 "UPDATE OR ROLLBACK main.t1 SET b=5,a=10 WHERE 1" {}
72 19 "UPDATE OR ABORT t1 SET a=10 WHERE b=5" {}
73 20 "UPDATE OR ABORT t1 SET b=5,a=10 WHERE 1" {}
76 23 "UPDATE OR ABORT main.t1 SET a=10 WHERE b=5" {
    [all...]
analyze5.test 58 SELECT sample FROM sqlite_stat2 WHERE idx='t1u' ORDER BY sampleno;
63 [db eval {SELECT sample from sqlite_stat2 WHERE idx='t1v' ORDER BY sampleno}]
66 db eval {SELECT sample from sqlite_stat2 WHERE idx='t1w' ORDER BY sampleno}
69 db eval {SELECT sample from sqlite_stat2 WHERE idx='t1x' ORDER BY sampleno}
72 db eval {SELECT sample from sqlite_stat2 WHERE idx='t1y' ORDER BY sampleno}
75 db eval {SELECT sample from sqlite_stat2 WHERE idx='t1z' ORDER BY sampleno}
78 db eval {SELECT sample from sqlite_stat2 WHERE idx='t1t' ORDER BY sampleno}
84 foreach {testid where index rows} {
172 set x [lindex [eqp "SELECT * FROM t1 WHERE $where"] 3
    [all...]
e_fts3.test 169 UPDATE pages SET title = 'Download SQLite' WHERE rowid = 54
205 SELECT * FROM mail WHERE rowid = 15; -- Fast. Rowid lookup.
206 SELECT * FROM mail WHERE body MATCH 'sqlite'; -- Fast. Full-text query.
207 SELECT * FROM mail WHERE mail MATCH 'search'; -- Fast. Full-text query.
208 SELECT * FROM mail WHERE rowid BETWEEN 15 AND 20; -- Slow. Linear scan.
209 SELECT * FROM mail WHERE subject = 'database'; -- Slow. Linear scan.
210 SELECT * FROM mail WHERE subject MATCH 'database'; -- Fast. Full-text query.
229 SELECT * FROM mail WHERE subject MATCH 'software'
232 SELECT * FROM mail WHERE body MATCH 'feedback'
235 SELECT * FROM mail WHERE mail MATCH 'software
    [all...]
fts3ao.test 37 SELECT rowid, snippet(t1) FROM t1 WHERE c MATCH 'four';
42 SELECT rowid, snippet(t1) FROM t1 WHERE b MATCH 'four';
47 SELECT rowid, snippet(t1) FROM t1 WHERE a MATCH 'four';
55 execsql { SELECT tbl_name FROM sqlite_master WHERE type = 'table'}
61 execsql { SELECT rowid, snippet(fts_t1) FROM fts_t1 WHERE a MATCH 'four'; }
64 execsql { SELECT tbl_name FROM sqlite_master WHERE type = 'table'}
76 execsql { SELECT rowid, snippet(fts_t1) FROM fts_t1 WHERE a MATCH 'four'; }
79 execsql { SELECT tbl_name FROM sqlite_master WHERE type = 'table'}
96 execsql { SELECT rowid, snippet(fts_t1) FROM fts_t1 WHERE a MATCH 'four'; }
99 execsql { SELECT tbl_name FROM sqlite_master WHERE type = 'table'
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtreeA.test 42 set blob [db one {SELECT data FROM t1_node WHERE nodeno=$nodeno}]
45 db eval { UPDATE t1_node SET data = $blob WHERE nodeno=$nodeno }
49 set blob [db one "SELECT data FROM ${tbl}_node WHERE nodeno=1"]
57 db eval "UPDATE ${tbl}_node SET data = \$blob WHERE nodeno=1"
62 set blob [db one "SELECT data FROM ${tbl}_node WHERE nodeno=$nodeno"]
72 db eval "UPDATE ${tbl}_node SET data = \$blob WHERE nodeno=$nodeno"
106 2 "SELECT * FROM t1 WHERE rowid=5"
108 4 "SELECT * FROM t1 WHERE x1<10 AND x2>12"
114 2 "SELECT * FROM t1 WHERE rowid=5"
116 4 "SELECT * FROM t1 WHERE x1<10 AND x2>12
    [all...]
  /dalvik/dx/tests/073-dex-null-array-refs/
info.txt 2 a bunch of cases convert reasonably, where necessarily or possibly
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
datastore.py 40 query = cls.gql('WHERE handle = :1', username)
47 query = cls.gql('WHERE handle = :1', username)
54 query = cls.gql('WHERE handle = :1', username)
61 query = cls.gql('WHERE handle = :1', username)

Completed in 382 milliseconds

1 2 3 4 5 6 7 891011>>