HomeSort by relevance Sort by last modified time
    Searched full:where (Results 1 - 25 of 22768) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/300-package-override/
info.txt 1 Tests a dalvik bug where we'd allow subclasses to override package-protected
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-circular1-err.asm 2 label: db 'Where am I?'
opt-circular2-err.asm 2 label: db 'NOW where am I?'
  /external/chromium_org/third_party/sqlite/src/test/
tkt1473.test 36 SELECT 1 FROM t1 WHERE a=1 UNION ALL SELECT 2 FROM t1 WHERE b=0
41 SELECT 1 FROM t1 WHERE a=1 UNION SELECT 2 FROM t1 WHERE b=0
46 SELECT 1 FROM t1 WHERE a=1 UNION ALL SELECT 2 FROM t1 WHERE b=4
51 SELECT 1 FROM t1 WHERE a=1 UNION SELECT 2 FROM t1 WHERE b=4
56 SELECT 1 FROM t1 WHERE a=0 UNION ALL SELECT 2 FROM t1 WHERE b=
    [all...]
where.test 12 # focus of this file is testing the use of indices in WHERE clases.
14 # $Id: where.test,v 1.50 2008/11/03 09:06:06 danielk1977 Exp $
21 do_test where-1.0 {
65 do_test where-1.1.1 {
66 count {SELECT x, y, w FROM t1 WHERE w=10}
68 do_test where-1.1.2 {
71 do_test where-1.1.3 {
74 do_test where-1.1.4 {
75 db eval {SELECT x, y, w FROM t1 WHERE +w=10}
77 do_test where-1.1.5
    [all...]
collateA.test 38 execsql {SELECT a FROM t1 WHERE b='abcde '}
41 execsql {SELECT a FROM t1 WHERE c='abcde '}
44 execsql {SELECT a FROM t1 WHERE b='xyzzy'}
47 execsql {SELECT a FROM t1 WHERE c='xyzzy'}
50 execsql {SELECT a FROM t1 WHERE c='xyzzy '}
53 execsql {SELECT a FROM t1 WHERE c='xyzzy '}
56 execsql {SELECT a FROM t1 WHERE c='xyzzy '}
59 execsql {SELECT a FROM t1 WHERE c='xyzzy '}
62 execsql {SELECT a FROM t1 WHERE c='xyzzy '}
83 execsql {SELECT a FROM t1 WHERE c='xyzz'
    [all...]
where5.test 12 # focus of this file is testing NULL comparisons in the WHERE clause.
34 SELECT * FROM t1 WHERE x<0
39 SELECT * FROM t1 WHERE x<=0
44 SELECT * FROM t1 WHERE x=0
49 SELECT * FROM t1 WHERE x>=0
54 SELECT * FROM t1 WHERE x>0
59 SELECT * FROM t1 WHERE x<>0
64 SELECT * FROM t1 WHERE x<NULL
69 SELECT * FROM t1 WHERE x<=NULL
74 SELECT * FROM t1 WHERE x=NUL
    [all...]
like2.test 171 db eval "SELECT x FROM t1 WHERE y LIKE ' %'"
174 db eval "SELECT x FROM t2 WHERE y LIKE ' %'"
177 db eval "SELECT x FROM t3 WHERE y LIKE 'abc %'"
180 db eval "SELECT x FROM t1 WHERE y LIKE '!%'"
183 db eval "SELECT x FROM t2 WHERE y LIKE '!%'"
186 db eval "SELECT x FROM t3 WHERE y LIKE 'abc!%'"
189 db eval "SELECT x FROM t1 WHERE y LIKE '\"%'"
192 db eval "SELECT x FROM t2 WHERE y LIKE '\"%'"
195 db eval "SELECT x FROM t3 WHERE y LIKE 'abc\"%'"
198 db eval "SELECT x FROM t1 WHERE y LIKE '#%'
    [all...]
tkt3871.test 28 execsql { SELECT * FROM e WHERE a = 1 OR a = 2 }
32 execsql { SELECT * FROM e WHERE a = 1 OR a = 2 }
35 xFilter {SELECT rowid, * FROM 't1' WHERE a = ?} 1 \
36 xFilter {SELECT rowid, * FROM 't1' WHERE a = ?} 2 \
40 execsql { SELECT * FROM e WHERE a = 1 OR a = 2 OR b = 9 }
44 execsql { SELECT * FROM e WHERE a = 1 OR a = 2 OR b = 9 }
47 xFilter {SELECT rowid, * FROM 't1' WHERE a = ?} 1 \
48 xFilter {SELECT rowid, * FROM 't1' WHERE a = ?} 2 \
49 xFilter {SELECT rowid, * FROM 't1' WHERE b = ?} 9
where8.test 12 # is testing of where.c. More specifically, the focus is the optimization
13 # of WHERE clauses that feature the OR operator.
61 execsql_status2 { SELECT c FROM t1 WHERE a = 1 OR b = 'nine' }
65 execsql_status2 { SELECT c FROM t1 WHERE a > 8 OR b = 'two' }
69 execsql_status2 { SELECT c FROM t1 WHERE a > 8 OR b GLOB 't*' }
73 execsql_status2 { SELECT c FROM t1 WHERE a > 8 OR b GLOB 'f*' }
77 execsql_status { SELECT c FROM t1 WHERE a = 1 OR b = 'three' ORDER BY rowid }
81 execsql_status { SELECT c FROM t1 WHERE a = 1 OR b = 'three' ORDER BY a }
86 execsql_status2 { SELECT c FROM t1 WHERE a > 1 AND c LIKE 'I%' }
90 execsql_status2 { SELECT c FROM t1 WHERE a >= 9 OR b <= 'eight'
    [all...]
  /development/samples/devbytes/telephony/SmsSampleProject/
build.gradle 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
  /frameworks/base/tests/RenderScriptTests/HelloWorld/
_index.html 1 <p>A Renderscript graphics application that draws the text "Hello, World!" where the user touches.</p
  /hardware/broadcom/libbt/conf/asus/grouper/
bt_vendor.conf 1 # UART device port where Bluetooth controller is attached
  /hardware/broadcom/libbt/conf/moto/wingray/
bt_vendor.conf 1 # UART device port where Bluetooth controller is attached
  /hardware/broadcom/libbt/conf/samsung/crespo/
bt_vendor.conf 1 # UART device port where Bluetooth controller is attached
  /hardware/broadcom/libbt/conf/samsung/crespo4g/
bt_vendor.conf 1 # UART device port where Bluetooth controller is attached
  /hardware/broadcom/libbt/conf/samsung/maguro/
bt_vendor.conf 1 # UART device port where Bluetooth controller is attached
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree4.test 92 unset -nocomplain where
109 set where {}
113 lappend where mn$j>=$mn mx$j<=$mx
115 set where "WHERE [join $where { AND }]"
117 list $where [db eval "SELECT id FROM rx $where ORDER BY id"]
118 } [list $where [db eval "SELECT id FROM bx $where ORDER BY id"]
    [all...]
  /external/qemu-pc-bios/bochs/bios/
makesym.perl 13 $where = $WHERE_BEFORE_SYM_TABLE;
16 if ($where == WHERE_BEFORE_SYM_TABLE && /^Symbols:/) {
17 $where = $WHERE_IN_SYM_TABLE;
18 } elsif ($where == $WHERE_IN_SYM_TABLE && /^$/) {
19 $where = $WHERE_AFTER_SYM_TABLE;
21 if ($where == $WHERE_IN_SYM_TABLE) {
  /device/asus/fugu/
bt_vendor.conf 1 # UART device port where Bluetooth controller is attached
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
dollar.good 1 I can't quite remember where I heard it,
dollar.inp 1 I can't quite remember where I heard it,
  /external/valgrind/main/memcheck/tests/
mempool.c 16 char *where; member in struct:_level_list
24 char *where; member in struct:_pool
39 p->where = p->mem = (char *)mmap(NULL, SUPERBLOCK_SIZE,
44 p->where = p->mem = (char *)malloc(SUPERBLOCK_SIZE);
49 (void) VALGRIND_MAKE_MEM_NOACCESS(p->where, SUPERBLOCK_SIZE);
65 l->where = p->where;
66 VALGRIND_CREATE_MEMPOOL(l->where, REDZONE_SIZE, 0);
74 VALGRIND_DESTROY_MEMPOOL(l->where);
75 (void) VALGRIND_MAKE_MEM_NOACCESS(l->where, p->where-l->where)
101 char *where; local
    [all...]
  /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}}

Completed in 1545 milliseconds

1 2 3 4 5 6 7 8 91011>>