OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:where
(Results
26 - 50
of
21198
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/components/user_prefs/
README
3
a) The UserPrefs class,
where
components dependent on looking up
7
b) A place for PrefRegistrySyncable to live,
where
it can be used by
/external/clang/test/Parser/
check_cast.c
10
xxx = (struct foo)1; // expected-error {{used type 'struct foo'
where
arithmetic or pointer type is required}}
11
i = (int)xxx; // expected-error {{operand of type 'struct foo'
where
arithmetic or pointer type is required}}
missing-closing-rbrace.m
3
@interface A {@end // expected-error {{'@end' appears
where
closing brace '}' is expected}}
/external/chromium_org/third_party/sqlite/src/test/
where2.test
12
# focus of this file is testing the use of indices in
WHERE
clauses
84
SELECT * FROM t1
WHERE
w=85 AND x=6 AND y=7396
92
SELECT * FROM t1
WHERE
w=85 AND x=6 AND y=7396 AND rowid=85
100
SELECT * FROM t1
WHERE
w=85 ORDER BY random();
105
SELECT * FROM t1
WHERE
x=6 AND y=7396 ORDER BY random();
110
SELECT * FROM t1
WHERE
rowid=85 AND x=6 AND y=7396 ORDER BY random();
133
SELECT * FROM t1
WHERE
z IN (10207,10006) AND y IN (10000,10201)
140
SELECT * FROM t1
WHERE
z IN (10207,10006) AND y=10000
147
SELECT * FROM t1
WHERE
z=10006 AND y IN (10000,10201)
155
SELECT * FROM t1
WHERE
z IN (SELECT 10207 UNION SELECT 10006
[
all
...]
fts2a.test
66
execsql {SELECT rowid FROM t1
WHERE
content MATCH 'one'}
69
execsql {SELECT rowid FROM t1
WHERE
content MATCH 'one two'}
72
execsql {SELECT rowid FROM t1
WHERE
content MATCH 'two one'}
75
execsql {SELECT rowid FROM t1
WHERE
content MATCH 'one two three'}
78
execsql {SELECT rowid FROM t1
WHERE
content MATCH 'one three two'}
81
execsql {SELECT rowid FROM t1
WHERE
content MATCH 'two three one'}
84
execsql {SELECT rowid FROM t1
WHERE
content MATCH 'two one three'}
87
execsql {SELECT rowid FROM t1
WHERE
content MATCH 'three one two'}
90
execsql {SELECT rowid FROM t1
WHERE
content MATCH 'three two one'}
93
execsql {SELECT rowid FROM t1
WHERE
content MATCH 'one two THREE'
[
all
...]
fts2g.test
30
execsql {SELECT rowid FROM t1
WHERE
t1 MATCH 'something'}
35
execsql {SELECT rowid FROM t1
WHERE
t1 MATCH '-this something'}
40
execsql {SELECT rowid FROM t1
WHERE
t1 MATCH 'this -something'}
45
execsql {SELECT rowid FROM t1
WHERE
t1 MATCH '"this something"'}
50
execsql {SELECT rowid FROM t1
WHERE
t1 MATCH '"something is"'}
55
execsql {SELECT rowid FROM t1
WHERE
t1 MATCH 'something OR this'}
60
execsql {SELECT rowid FROM t1
WHERE
t1 MATCH 'this OR something'}
65
execsql {SELECT rowid FROM t1
WHERE
t1 MATCH 'something this'}
70
execsql {SELECT rowid FROM t1
WHERE
t1 MATCH 'this something'}
75
catchsql {SELECT rowid FROM t1
WHERE
t1 MATCH '-this -something'
[
all
...]
fts3ag.test
30
execsql {SELECT rowid FROM t1
WHERE
t1 MATCH 'something'}
35
execsql {SELECT rowid FROM t1
WHERE
t1 MATCH '-this something'}
40
execsql {SELECT rowid FROM t1
WHERE
t1 MATCH 'this -something'}
45
execsql {SELECT rowid FROM t1
WHERE
t1 MATCH '"this something"'}
50
execsql {SELECT rowid FROM t1
WHERE
t1 MATCH '"something is"'}
55
execsql {SELECT rowid FROM t1
WHERE
t1 MATCH 'something OR this'}
60
execsql {SELECT rowid FROM t1
WHERE
t1 MATCH 'this OR something'}
65
execsql {SELECT rowid FROM t1
WHERE
t1 MATCH 'something this'}
70
execsql {SELECT rowid FROM t1
WHERE
t1 MATCH 'this something'}
75
catchsql {SELECT rowid FROM t1
WHERE
t1 MATCH '-this -something'
[
all
...]
fts1a.test
66
execsql {SELECT rowid FROM t1
WHERE
content MATCH 'one'}
69
execsql {SELECT rowid FROM t1
WHERE
content MATCH 'one two'}
72
execsql {SELECT rowid FROM t1
WHERE
content MATCH 'two one'}
75
execsql {SELECT rowid FROM t1
WHERE
content MATCH 'one two three'}
78
execsql {SELECT rowid FROM t1
WHERE
content MATCH 'one three two'}
81
execsql {SELECT rowid FROM t1
WHERE
content MATCH 'two three one'}
84
execsql {SELECT rowid FROM t1
WHERE
content MATCH 'two one three'}
87
execsql {SELECT rowid FROM t1
WHERE
content MATCH 'three one two'}
90
execsql {SELECT rowid FROM t1
WHERE
content MATCH 'three two one'}
93
execsql {SELECT rowid FROM t1
WHERE
content MATCH 'one two THREE'
[
all
...]
wherelimit.test
46
catchsql {DELETE FROM t1
WHERE
x=1 ORDER BY x}
49
catchsql {UPDATE t1 SET y=1
WHERE
x=1 ORDER BY x}
54
catchsql {DELETE FROM t1 AS a
WHERE
x=1}
57
catchsql {UPDATE t1 AS a SET y=1
WHERE
x=1}
62
catchsql {DELETE FROM t1
WHERE
x=1 OFFSET 2}
65
catchsql {UPDATE t1 SET y=1
WHERE
x=1 OFFSET 2}
69
# check deletes w/o
where
clauses but with limit/offsets
146
execsql {DELETE FROM t1
WHERE
x=1}
151
execsql {DELETE FROM t1
WHERE
x=1 LIMIT 5}
156
execsql {DELETE FROM t1
WHERE
x=1 ORDER BY x LIMIT 5
[
all
...]
intpkey.test
35
WHERE
type='index' AND tbl_name='t1';
47
WHERE
type='index' AND tbl_name='t1';
114
UPDATE t1 SET a=4
WHERE
b='one';
124
SELECT * FROM t1
WHERE
a==4;
168
SELECT * FROM t1
WHERE
b=='y'
173
SELECT * FROM t1
WHERE
b=='y' AND rowid<0
178
SELECT * FROM t1
WHERE
b=='y' AND rowid<0 AND rowid>=-20
183
SELECT * FROM t1
WHERE
b>='y'
188
SELECT * FROM t1
WHERE
b>='y' AND rowid<10
194
UPDATE t1 SET a=8
WHERE
b=='y'
[
all
...]
rowid.test
41
set sql "SELECT x FROM t1
WHERE
rowid==$x2rowid(1)"
46
set sql "SELECT x FROM t1
WHERE
rowid==$x2rowid(3)"
51
set sql "SELECT x FROM t1
WHERE
oid==$x2rowid(1)"
56
set sql "SELECT x FROM t1
WHERE
OID==$x2rowid(3)"
61
set sql "SELECT x FROM t1
WHERE
_rowid_==$x2rowid(1)"
69
execsql "SELECT x FROM t1
WHERE
rowid=$norow"
100
UPDATE t1 SET rowid=12345
WHERE
x==1;
107
SELECT rowid, * FROM t1
WHERE
rowid>1000;
112
UPDATE t1 SET oid=12346
WHERE
x==1;
119
SELECT rowid, * FROM t1
WHERE
rowid>1000
[
all
...]
update.test
22
set v [catch {execsql {UPDATE test1 SET f2=5
WHERE
f1<1}} msg]
30
{execsql {UPDATE sqlite_master SET name='xyz'
WHERE
name='123'}} msg]
48
set v [catch {execsql {UPDATE test1 SET f1=f3*2
WHERE
f2==32}} msg]
52
set v [catch {execsql {UPDATE test1 SET f1=test2.f1*2
WHERE
f2==32}} msg]
56
set v [catch {execsql {UPDATE test1 SET f3=f1*2
WHERE
f2==32}} msg]
82
execsql {UPDATE test1 SET f2=f2/3
WHERE
f1<=5}
88
execsql {UPDATE test1 SET f2=f2/3
WHERE
f1>5}
115
DELETE FROM test1
WHERE
f1<=5;
124
execsql {UPDATE test1 SET f2=f2+1
WHERE
f1==8}
128
execsql {UPDATE test1 SET f2=f2-1
WHERE
f1==8 and f2>800
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
values.pass.cpp
44
void
where
(const _Tp &) {}
function
66
where
(E::word_size);
67
where
(E::state_size);
68
where
(E::shift_size);
69
where
(E::mask_bits);
70
where
(E::xor_mask);
71
where
(E::tempering_u);
72
where
(E::tempering_d);
73
where
(E::tempering_s);
74
where
(E::tempering_b)
[
all
...]
/art/test/032-concrete-sub/
info.txt
2
where
a concrete class and its abstract superclass were compiled with
/art/test/076-boolean-put/
info.txt
1
This checks a case
where
javac generates code that stores a byte into a
/art/test/301-abstract-protected/
info.txt
1
Tests a dalvik bug
where
we'd treat an abstract method as an implementation
/dalvik/tests/032-concrete-sub/
info.txt
2
where
a concrete class and its abstract superclass were compiled with
/dalvik/tests/076-boolean-put/
info.txt
1
This checks a case
where
javac generates code that stores a byte into a
/dalvik/tests/301-abstract-protected/
info.txt
1
Tests a dalvik bug
where
we'd treat an abstract method as an implementation
/external/chromium_org/third_party/tcmalloc/vendor/m4/
install_prefix.m4
7
[prefix
where
we look for installed files])
/external/llvm/test/YAMLParser/
spec-02-25.data
4
# mapping
where
each key is
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fenvinline.h
6
/* Here is
where
the code would go. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fenvinline.h
6
/* Here is
where
the code would go. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fenvinline.h
6
/* Here is
where
the code would go. */
/external/icu4c/test/testmap/
readme.txt
7
Where
/path/to/icu-build is the path to an ICU build dir
9
And
where
icurun is from : http://source.icu-project.org/repos/icu/tools/trunk/scripts/icurun
Completed in 897 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>