Searched refs:once (Results 1 – 25 of 89) sorted by relevance
1234
| /sqlite-3.40.0/test/ |
| H A D | orderby9.test | 15 # evaluated once. 42 # If random() is only evaluated once and then reused for each row, then
|
| H A D | select2.test | 60 # Create a largish table. Do this twice, once using the TCL cache and once
|
| H A D | waloverwrite.test | 48 # The above is run twice - once where the wal file is empty at the start of 49 # step 3 (tn==1) and once where it already contains a transaction (tn==2).
|
| H A D | incrvacuum3.test | 71 # Run these tests once in rollback journal mode, and once in wal mode.
|
| H A D | corruptC.test | 300 # overread. Which caused a crash in a run of all.test once. 313 # each byte at least once. 332 # file at least once. 394 # once the corruption is detected, we can stop.
|
| H A D | index7.test | 28 set once 1 30 if {$once} { 31 set once 0
|
| H A D | fts3shared.test | 100 # Test that once [dbW] has written to the FTS table, no client may read 132 # Test that once a connection has read from the FTS or fts4aux table,
|
| H A D | e_walauto.test | 60 # All tests in this file are run twice - once using the 61 # sqlite3_wal_autocheckpoint() API, and once using "PRAGMA
|
| H A D | tkt3718.test | 83 # return SQLITE_ROW once, with a single integer result value reporting the 86 # once, so that it returns SQLITE_ROW, a second SQL statement that throws an
|
| H A D | upfrom1.test | 157 # PG says ERROR: table name "t5" specified more than once 162 # PG says ERROR: table name "apples" specified more than once
|
| H A D | shared7.test | 27 # the same database file more than once results in an error.
|
| H A D | superlock.test | 22 # 1.*: Test superlock on a rollback database. Test that once the db is 27 # Test that once the db is superlocked, it is not possible to read,
|
| H A D | laststmtchanges.test | 15 # once the statement is finished (triggers count as part of 18 # last_insert_rowid() (see lastinsert.test), but is restored once
|
| H A D | indexfault.test | 65 # all different kinds of fault-injection. The CREATE INDEX is run once 66 # with default options and once with a 50KB soft-heap-limit.
|
| H A D | trigger6.test | 14 # and UPDATE statement are only evaluated once. See ticket #980.
|
| H A D | selectG.test | 24 # for an O(N*N) inefficiency that was once in the code and that would make
|
| H A D | tkt3093.test | 15 # once the lock clears.
|
| H A D | indexexpr2.test | 185 # The refcnt() function is invoked once to compute the index value 191 # The refcnt() function is invoked twice, once to remove the old index
|
| H A D | func5.test | 42 # only invoked once outside of the loop, it appears to return the same
|
| H A D | sort3.test | 69 # Sort roughly 20MB of data. Once with a mmap limit of 5MB and once without.
|
| /sqlite-3.40.0/doc/ |
| H A D | vdbesort-memory.md | 25 to sort and flush once it is full, and a new buffer allocated to allow the 26 main thread to continue to accumulate keys. Buffers are reused once they
|
| /sqlite-3.40.0/tool/ |
| H A D | omittest.tcl | 15 once with each SQLITE_OMIT_ option defined and then once with all options
|
| /sqlite-3.40.0/vsixtest/ |
| H A D | pch.h | 6 #pragma once
|
| H A D | MainPage.xaml.h | 6 #pragma once
|
| H A D | App.xaml.h | 6 #pragma once
|
1234