Searched refs:btree (Results 1 – 25 of 30) sorted by relevance
12
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
D | rtree_perf.tcl | 25 set sql1 {CREATE TABLE btree(ii INTEGER PRIMARY KEY, x1, x2, y1, y2)} 40 db eval {INSERT INTO btree VALUES($ii, $x1, $x2, $y1, $y2)} 62 db eval {SELECT * FROM btree WHERE x1<$x1 AND x2>$x2 AND y1<$y1 AND y2>$y2}
|
D | rtree4.test | 69 # Construct an rtree virtual table and an ordinary btree table
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | corrupt7.test | 15 # on corrupt cell offsets in a btree page. 62 # Deliberately corrupt some of the cell offsets in the btree page
|
D | tkt35xx.test | 15 # in the btree layer.
|
D | schema2.test | 263 # btree cursors open on the same database file it does not corrupt 266 # 2007-05-02: These tests have been overcome by events. Open btree
|
D | memsubsys2.test | 22 # rebalance operations in the btree-layer and to require a large
|
D | schema.test | 262 # btree cursors open on the same database file it does not corrupt 265 # 2007-05-02: These tests have been overcome by events. Open btree
|
D | mallocC.test | 109 -- allocatePage() routine in btree.c).
|
D | corruptD.test | 63 # one of the above fields, then exercise each part of the code in btree.c
|
D | table.test | 630 # auto-vacuum mode the btree-layer may need to move the root-pages of 633 # 2007-05-02: A open btree cursor no longer blocks CREATE TABLE. 682 # been executed, and btree root-pages may not move after this (which a
|
D | insert3.test | 178 # sequence was found to cause an assert() in btree.c to fail. These
|
D | malloc3.test | 76 # Non-transient mallocs in btree.c: 92 # transient malloc() calls in btree.c, which can occur during the tree-balance 229 # TABLE statement didn't test. A few of the transient malloc()s in btree.c
|
D | shared4.test | 12 # Test the btree mutex protocol for shared cache mode.
|
D | memsubsys1.test | 30 # rebalance operations in the btree-layer and to require a large
|
D | thread005.test | 201 # There is a race-condition in btree.c that means that if two threads
|
D | hook.test | 244 # Test that other vdbe operations involving btree structures do not
|
D | types.test | 134 # Open the table with root-page $rootpage at the btree
|
D | malloc5.test | 343 # btree layer holds a reference to page 1 in the db2 cache.
|
/external/chromium_org/third_party/sqlite/src/ |
D | Makefile.in | 165 backup.lo bitvec.lo btmutex.lo btree.lo build.lo \ 202 $(TOP)/src/btree.c \ 203 $(TOP)/src/btree.h \ 390 $(TOP)/src/btree.c \ 431 $(TOP)/src/btree.h \ 564 btree.lo: $(TOP)/src/btree.c $(HDR) $(TOP)/src/pager.h 565 $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/btree.c
|
D | Makefile.vxworks | 199 backup.o bitvec.o btmutex.o btree.o build.o \ 228 $(TOP)/src/btree.c \ 229 $(TOP)/src/btree.h \ 396 $(TOP)/src/attach.c $(TOP)/src/backup.c $(TOP)/src/btree.c \ 412 $(TOP)/src/btree.h \
|
D | main.mk | 54 backup.o bitvec.o btmutex.o btree.o build.o \ 89 $(TOP)/src/btree.c \ 90 $(TOP)/src/btree.h \ 287 $(TOP)/src/btree.c \ 326 $(TOP)/src/btree.h \
|
D | manifest | 124 F src/btree.c 6a9164af8a2ef4612ee30b253635a9bd8e5e1b1b 125 F src/btree.h 11753dd46597a20702bca8746cb4caa4486a82b5
|
/external/grub/stage2/ |
D | xfs.h | 301 } btree[1]; /* variable sized array of keys */ member
|
D | fsys_xfs.c | 442 xfs.dablk = le32 (n->btree[0].before); in first_dentry()
|
/external/chromium_org/third_party/sqlite/ |
D | preload-cache.patch | 13 +#include "btree.h"
|
12