Home
last modified time | relevance | path

Searched refs:vset (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/sqlite/src/test/
Dfts3ab.test39 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 ,]);"
Dfts1b.test39 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 ,]);"
Dfts2b.test39 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/
Dversion_set.h150 explicit Version(VersionSet* vset) in Version() argument
151 : vset_(vset), next_(this), prev_(this), refs_(0), in Version()
Ddb_test.cc2086 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()
Dversion_set.cc623 Builder(VersionSet* vset, Version* base) in Builder() argument
624 : vset_(vset), in Builder()
/external/zlib/src/contrib/
DREADME.contrib41 iostream2/ by Tyge L�vset <Tyge.Lovset@cmr.no>
/external/valgrind/main/perf/
Dtinycc.c5455 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/
DChangeLog1181 contrib/iostream2/ by Tyge L�vset <Tyge.Lovset@cmr.no>