Home
last modified time | relevance | path

Searched refs:NAME (Results 1 – 14 of 14) sorted by relevance

/sqlite-3.40.0/tool/
H A Dspeed-check.sh22 NAME=$1
174 echo "NAME = $NAME" | tee summary-$NAME.txt
176 echo "CC_OPTS = $CC_OPTS" | tee -a summary-$NAME.txt
182 size sqlite3.o | tee -a summary-$NAME.txt
190 ls -l speedtest1 | tee -a summary-$NAME.txt
193 $SPEEDTEST_OPTS 2>&1 | tee -a summary-$NAME.txt
197 size sqlite3.o | tee -a summary-$NAME.txt
200 cg_anno.tcl cachegrind.out.* >cout-$NAME.txt
202 sed 's/^[0-9=-]\{9\}/==00000==/' summary-$NAME.txt >>cout-$NAME.txt
208 tclsh ../sqlite/tool/vdbe_profile.tcl >vdbeprofile-$NAME.txt
[all …]
H A Dkvtest-speed.sh15 NAME=$1
23 valgrind --tool=cachegrind ./kvtest run kvtest.db $KVARGS 2>&1 | tee summary-kvtest-$NAME.txt
24 mv cachegrind.out.[1-9][0-9]* cachegrind.out.sql-$NAME
25 cg_anno.tcl cachegrind.out.sql-$NAME >cout-kvtest-sql-$NAME.txt
28 … --tool=cachegrind ./kvtest run kvtest.db $KVARGS --blob-api 2>&1 | tee -a summary-kvtest-$NAME.txt
29 mv cachegrind.out.[1-9][0-9]* cachegrind.out.$NAME
30 cg_anno.tcl cachegrind.out.$NAME >cout-kvtest-$NAME.txt
33 if test "$NAME" != "trunk"; then
34 fossil test-diff --tk cout-kvtest-trunk.txt cout-kvtest-$NAME.txt &
H A Drun-speed-test.sh22 NAME=$1
69 echo "NAME = $NAME" | tee summary-$NAME.txt
70 echo "SPEEDTEST_OPTS = $SPEEDTEST_OPTS" | tee -a summary-$NAME.txt
71 echo "CC_OPTS = $CC_OPTS" | tee -a summary-$NAME.txt
74 size sqlite3.o | tee -a summary-$NAME.txt
82 ls -l speedtest1 | tee -a summary-$NAME.txt
84 $SPEEDTEST_OPTS 2>&1 | tee -a summary-$NAME.txt
85 size sqlite3.o | tee -a summary-$NAME.txt
87 cg_anno.tcl cachegrind.out.* >cout-$NAME.txt
89 ./speedtest1 --explain $SPEEDTEST_OPTS | ./sqlite3 >explain-$NAME.txt
/sqlite-3.40.0/ext/repair/
H A Dsqlite3_checker.tcl104 --index NAME Run a check of the index NAME
108 --table NAME Run a check of all indexes for table NAME
/sqlite-3.40.0/test/
H A Dsavepoint6.test62 # savepoint NAME
63 # rollback NAME
64 # release NAME
H A Dalter.test75 FROM sqlite_master WHERE NAME!='objlist';
80 FROM temp.sqlite_master WHERE NAME!='objlist';
122 FROM sqlite_master WHERE NAME!='objlist';
126 FROM sqlite_temp_master WHERE NAME!='objlist';
157 WHERE NAME!='objlist';
201 FROM sqlite_master WHERE NAME!='objlist';
205 FROM sqlite_temp_master WHERE NAME!='objlist';
H A Dtkt1449.test67 …SREQUIREDMEMBER text(1) null, USERID text(50) null, ISAGENT text(1) null, NAME text(150) not null,…
69 …CREATE TABLE PARTITIONS(PARTITIONID text(50) not null, NAME text(100) not null, LDAPDN text(300) n…
70 …nt null, USERDEFINEDFIELD text(300) null, LASTMODIFIEDBYID text(50) null, NAME text(100) not null,…
192 …TTEAM, NULL as ISREQUIREDMEMBER, NULL as USERID, NULL as ISAGENT, NULL as NAME, NULL as EMAILADDRE…
194 …TTEAM, NULL as ISREQUIREDMEMBER, NULL as USERID, NULL as ISAGENT, NULL as NAME, NULL as EMAILADDRE…
196 …TTEAM, NULL as ISREQUIREDMEMBER, NULL as USERID, NULL as ISAGENT, NULL as NAME, NULL as EMAILADDRE…
198 …ATE, PARTICIPANTROLE, PARTICIPANTTEAM, ISREQUIREDMEMBER, USERID, ISAGENT, NAME, EMAILADDRESS, ISEM…
200 …TTEAM, NULL as ISREQUIREDMEMBER, NULL as USERID, NULL as ISAGENT, NULL as NAME, NULL as EMAILADDRE…
202 …TTEAM, NULL as ISREQUIREDMEMBER, NULL as USERID, NULL as ISAGENT, NULL as NAME, NULL as EMAILADDRE…
H A Dpermutations.test18 # test_suite NAME OPTIONS
27 # -prefix NAME (default "$::NAME.")
1124 # run_tests NAME OPTIONS
1132 # -prefix NAME
H A Dtclsqlite.test124 } {1 {wrong # args: should be "db eval ?OPTIONS? SQL ?ARRAY-NAME? ?SCRIPT?"}}
128 } {1 {wrong # args: should be "db function NAME ?SWITCHES? SCRIPT"}}
144 } {1 {wrong # args: should be "db collate NAME SCRIPT"}}
H A Dwalthread.test72 # -thread NAME COUNT SCRIPT Scripts to run in threads (or processes).
/sqlite-3.40.0/
H A Daclocal.m47210 # strip PREFIX and SUFFIX off of NAME.
7288 # strip PREFIX and SUFFIX off of NAME.
7384 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
7390 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
7392 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
7403 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
7423 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
7457 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
7463 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
7776 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
[all …]
/sqlite-3.40.0/src/
H A Dshell.c.in4539 ".session ?NAME? CMD ... Create or control sessions",
4549 " open DB NAME Open a new session on DB",
4551 " If ?NAME? is omitted, the first defined session is used.",
4598 ".unmodule NAME ... Unregister virtual table modules",
8824 raw_printf(stderr, "Usage: .limit NAME ?NEW-VALUE?\n");
9308 /* .parameter set NAME VALUE
9348 /* .parameter unset NAME
9349 ** Remove the NAME binding from the parameter binding table, if it
9852 /* .session open DB NAME
9853 ** Open a new session called NAME on the attached database DB.
[all …]
H A Dsqlite.h.in3949 ** ^(For each limit category SQLITE_LIMIT_<i>NAME</i> there is a
3952 ** [limits | SQLITE_MAX_<i>NAME</i>].
/sqlite-3.40.0/ext/fts3/unicode/
H A DUnicodeData.txt11202 3234;PARENTHESIZED IDEOGRAPH NAME;So;0;L;<compat> 0028 540D 0029;;;;N;;;;;
11298 3294;CIRCLED IDEOGRAPH NAME;So;0;L;<circle> 540D;;;;N;;;;;
11528 337B;SQUARE ERA NAME HEISEI;So;0;L;<square> 5E73 6210;;;;N;SQUARED TWO IDEOGRAPHS ERA NAME HEISEI;;…
11529 337C;SQUARE ERA NAME SYOUWA;So;0;L;<square> 662D 548C;;;;N;SQUARED TWO IDEOGRAPHS ERA NAME SYOUWA;;…
11530 337D;SQUARE ERA NAME TAISYOU;So;0;L;<square> 5927 6B63;;;;N;SQUARED TWO IDEOGRAPHS ERA NAME TAISYOU…
11531 337E;SQUARE ERA NAME MEIZI;So;0;L;<square> 660E 6CBB;;;;N;SQUARED TWO IDEOGRAPHS ERA NAME MEIZI;;;;
23150 1F4DB;NAME BADGE;So;0;ON;;;;;N;;;;;