Searched refs:vset (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/sqlite/src/test/ |
D | fts3ab.test | 39 set vset {} 45 lappend vset "'$words'" 47 set sql "INSERT INTO t1(english,spanish,german) VALUES([join $vset ,])" 114 set vset [list [wordset $i] [wordset [expr {$i+1}]] [wordset [expr {~$i}]]] 115 db eval "INSERT INTO t4(norm,plusone,invert) VALUES([join $vset ,]);"
|
D | fts1b.test | 39 set vset {} 45 lappend vset "'$words'" 47 set sql "INSERT INTO t1(english,spanish,german) VALUES([join $vset ,])" 114 set vset [list [wordset $i] [wordset [expr {$i+1}]] [wordset [expr {~$i}]]] 115 db eval "INSERT INTO t4(norm,plusone,invert) VALUES([join $vset ,]);"
|
D | fts2b.test | 39 set vset {} 45 lappend vset "'$words'" 47 set sql "INSERT INTO t1(english,spanish,german) VALUES([join $vset ,])" 114 set vset [list [wordset $i] [wordset [expr {$i+1}]] [wordset [expr {~$i}]]] 115 db eval "INSERT INTO t4(norm,plusone,invert) VALUES([join $vset ,]);"
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
D | version_set.h | 150 explicit Version(VersionSet* vset) in Version() argument 151 : vset_(vset), next_(this), prev_(this), refs_(0), in Version()
|
D | db_test.cc | 2086 VersionSet vset(dbname, &options, NULL, &cmp); in BM_LogAndApply() local 2087 ASSERT_OK(vset.Recover()); in BM_LogAndApply() 2095 ASSERT_OK(vset.LogAndApply(&vbase, &mu)); in BM_LogAndApply() 2105 vset.LogAndApply(&vedit, &mu); in BM_LogAndApply()
|
D | version_set.cc | 623 Builder(VersionSet* vset, Version* base) in Builder() argument 624 : vset_(vset), in Builder()
|
/external/zlib/src/contrib/ |
D | README.contrib | 41 iostream2/ by Tyge L�vset <Tyge.Lovset@cmr.no>
|
/external/valgrind/main/perf/ |
D | tinycc.c | 5455 void vset(CType *type, int r, int v); 5892 vset(&vtop->type, r | VT_LVAL, 0); in gfunc_call() 10202 void vset(CType *type, int r, int v) in vset() function 10214 vset(&type, r, v); in vseti() 12986 vset(&s->type, VT_CONST | VT_SYM, 0); in unary() 13020 vset(&s->type, r, s->c); in unary() 13629 vset(&type, VT_LOCAL | VT_LVAL, func_vc); in block() 14043 vset(&dtype, VT_LOCAL, c); in init_putv() 14367 vset(type, r, addr); in decl_initializer_alloc()
|
/external/zlib/src/ |
D | ChangeLog | 1181 contrib/iostream2/ by Tyge L�vset <Tyge.Lovset@cmr.no>
|