Home
last modified time | relevance | path

Searched refs:btree (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/sqlite/src/ext/rtree/
Drtree_perf.tcl25 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}
Drtree4.test69 # Construct an rtree virtual table and an ordinary btree table
/external/chromium_org/third_party/sqlite/src/test/
Dcorrupt7.test15 # on corrupt cell offsets in a btree page.
62 # Deliberately corrupt some of the cell offsets in the btree page
Dtkt35xx.test15 # in the btree layer.
Dschema2.test263 # 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
Dmemsubsys2.test22 # rebalance operations in the btree-layer and to require a large
Dschema.test262 # 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
DmallocC.test109 -- allocatePage() routine in btree.c).
DcorruptD.test63 # one of the above fields, then exercise each part of the code in btree.c
Dtable.test630 # 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
Dinsert3.test178 # sequence was found to cause an assert() in btree.c to fail. These
Dmalloc3.test76 # 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
Dshared4.test12 # Test the btree mutex protocol for shared cache mode.
Dmemsubsys1.test30 # rebalance operations in the btree-layer and to require a large
Dthread005.test201 # There is a race-condition in btree.c that means that if two threads
Dhook.test244 # Test that other vdbe operations involving btree structures do not
Dtypes.test134 # Open the table with root-page $rootpage at the btree
Dmalloc5.test343 # btree layer holds a reference to page 1 in the db2 cache.
/external/chromium_org/third_party/sqlite/src/
DMakefile.in165 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
DMakefile.vxworks199 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 \
Dmain.mk54 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 \
Dmanifest124 F src/btree.c 6a9164af8a2ef4612ee30b253635a9bd8e5e1b1b
125 F src/btree.h 11753dd46597a20702bca8746cb4caa4486a82b5
/external/grub/stage2/
Dxfs.h301 } btree[1]; /* variable sized array of keys */ member
Dfsys_xfs.c442 xfs.dablk = le32 (n->btree[0].before); in first_dentry()
/external/chromium_org/third_party/sqlite/
Dpreload-cache.patch13 +#include "btree.h"

12