Home
last modified time | relevance | path

Searched refs:idxlist (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t200_FileAccess/
H A Dmatread.m78 % if length(idxlist)<2,idxlist=idxlist*[1 1]; end;
80 if (idxlist(1)<1) %| (idxlist(length(idxlist))>HDR.Var(CHd).Size(2))),
81 …,'Warning MATREAD #%i: Invalid File Position %f-%f\n',CHd,[idxlist(1)-1,idxlist(length(idxlist))])…
85 if idxlist(length(idxlist))>HDR.Var(CHd).Size(2),
87 idxlist=[idxlist(1),HDR.Var(CHd).Size(2)];
90 if 0; %((idxlist(1)<1) | (idxlist(length(idxlist))>HDR.Var(CHd).Size(2))),
91 …(2,'ERROR MATREAD #%i: Invalid File Position %f-%f\n',CHd,[idxlist(1)-1,idxlist(length(idxlist))])…
95 Len = min(idxlist(length(idxlist)), HDR.Var(CHd).Size(2)) - idxlist(1) + 1;
107 % [CHd,idxlist(1),idxlist(length(idxlist)),Len,HDR.Var(CHd).Size(2)]
136 % [CHd,idxlist(1),idxlist(length(idxlist)),Len,HDR.Var(CHd).Size(2)]
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dcapi3.test255 set ::idxlist [list]
270 foreach i $idxlist {
288 foreach i $idxlist {
306 foreach i $idxlist {
356 set ::idxlist [list]
449 set ::idxlist [list]
456 foreach i $idxlist {
481 foreach i $::idxlist {
487 foreach i $idxlist {
496 foreach i $::idxlist {
[all …]
H A Dcapi3c.test236 set ::idxlist [list]
251 foreach i $idxlist {
269 foreach i $idxlist {
287 foreach i $idxlist {
338 set ::idxlist [list]
345 foreach i $idxlist {
431 set ::idxlist [list]
451 foreach i $::idxlist {
457 foreach i $idxlist {
466 foreach i $::idxlist {
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dcapi3.test255 set ::idxlist [list]
270 foreach i $idxlist {
288 foreach i $idxlist {
306 foreach i $idxlist {
356 set ::idxlist [list]
449 set ::idxlist [list]
456 foreach i $idxlist {
481 foreach i $::idxlist {
487 foreach i $idxlist {
496 foreach i $::idxlist {
[all …]
H A Dcapi3c.test236 set ::idxlist [list]
251 foreach i $idxlist {
269 foreach i $idxlist {
287 foreach i $idxlist {
338 set ::idxlist [list]
345 foreach i $idxlist {
431 set ::idxlist [list]
451 foreach i $::idxlist {
457 foreach i $idxlist {
466 foreach i $::idxlist {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dcapi3.test255 set ::idxlist [list]
270 foreach i $idxlist {
288 foreach i $idxlist {
306 foreach i $idxlist {
356 set ::idxlist [list]
449 set ::idxlist [list]
456 foreach i $idxlist {
481 foreach i $::idxlist {
487 foreach i $idxlist {
496 foreach i $::idxlist {
[all …]
H A Dcapi3c.test236 set ::idxlist [list]
251 foreach i $idxlist {
269 foreach i $idxlist {
287 foreach i $idxlist {
338 set ::idxlist [list]
345 foreach i $idxlist {
431 set ::idxlist [list]
451 foreach i $::idxlist {
457 foreach i $idxlist {
466 foreach i $::idxlist {
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dcapi3.test251 set ::idxlist [list]
266 foreach i $idxlist {
284 foreach i $idxlist {
302 foreach i $idxlist {
352 set ::idxlist [list]
359 foreach i $idxlist {
445 set ::idxlist [list]
465 foreach i $::idxlist {
471 foreach i $idxlist {
480 foreach i $::idxlist {
[all …]
H A Dcapi3c.test233 set ::idxlist [list]
248 foreach i $idxlist {
266 foreach i $idxlist {
284 foreach i $idxlist {
335 set ::idxlist [list]
342 foreach i $idxlist {
428 set ::idxlist [list]
448 foreach i $::idxlist {
454 foreach i $idxlist {
463 foreach i $::idxlist {
[all …]
/dports/science/jstrack/jstrack/tracker/lib/
H A Dbindings.tk130 set idxlist [.ms3.lf.list get $idx]
131 set idxnm [lindex $idxlist 0]
132 set idxts [lindex $idxlist 1]
207 set idxlist [.ms3.lf.list get $idx]
208 set idxnm [lindex $idxlist 0]
209 set idxts [lindex $idxlist 1]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/suite/
H A Dtest_schema03.py59 self.idxlist = [] # list of related idxconfig
124 totalindices = len(self.idxlist)
138 for idx in self.idxlist:
388 thisidx.idxname = 'i' + str(len(tc.idxlist))
390 tc.idxlist.append(thisidx)
396 indices = len(tc.idxlist)
454 for idx in tc.idxlist:
470 for idx in tc.idxlist:
538 for idx in tc.idxlist:
/dports/sysutils/cdrkit/cdrkit-1.1.11/wodim/
H A Dauinfo.c491 long *idxlist; in setindex() local
493 idxlist = malloc(100*sizeof (long)); in setindex()
495 idxlist[0] = 0; in setindex()
504 idxlist[i] = idx; in setindex()
517 printf("%d: %ld\n", i, idxlist[i]); in setindex()
521 trackp->tindex = idxlist; in setindex()
/dports/sysutils/genisoimage/cdrkit-1.1.11/wodim/
H A Dauinfo.c491 long *idxlist; in setindex() local
493 idxlist = malloc(100*sizeof (long)); in setindex()
495 idxlist[0] = 0; in setindex()
504 idxlist[i] = idx; in setindex()
517 printf("%d: %ld\n", i, idxlist[i]); in setindex()
521 trackp->tindex = idxlist; in setindex()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/catalog/
H A Dpartition.c156 List *idxlist = RelationGetIndexList(partition); in index_get_partition() local
159 foreach(l, idxlist) in index_get_partition()
176 list_free(idxlist); in index_get_partition()
181 list_free(idxlist); in index_get_partition()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/catalog/
H A Dpartition.c177 List *idxlist = RelationGetIndexList(partition); in index_get_partition() local
180 foreach(l, idxlist) in index_get_partition()
197 list_free(idxlist); in index_get_partition()
202 list_free(idxlist); in index_get_partition()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/catalog/
H A Dpartition.c177 List *idxlist = RelationGetIndexList(partition); in index_get_partition() local
180 foreach(l, idxlist) in index_get_partition()
197 list_free(idxlist); in index_get_partition()
202 list_free(idxlist); in index_get_partition()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/catalog/
H A Dpartition.c177 List *idxlist = RelationGetIndexList(partition); in index_get_partition() local
180 foreach(l, idxlist) in index_get_partition()
197 list_free(idxlist); in index_get_partition()
202 list_free(idxlist); in index_get_partition()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/catalog/
H A Dpartition.c177 List *idxlist = RelationGetIndexList(partition); in index_get_partition() local
180 foreach(l, idxlist) in index_get_partition()
197 list_free(idxlist); in index_get_partition()
202 list_free(idxlist); in index_get_partition()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/catalog/
H A Dpartition.c177 List *idxlist = RelationGetIndexList(partition); in index_get_partition() local
180 foreach(l, idxlist) in index_get_partition()
197 list_free(idxlist); in index_get_partition()
202 list_free(idxlist); in index_get_partition()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/catalog/
H A Dpartition.c155 List *idxlist = RelationGetIndexList(partition);
158 foreach(l, idxlist)
175 list_free(idxlist);
180 list_free(idxlist);
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/catalog/
H A Dpartition.c177 List *idxlist = RelationGetIndexList(partition); in index_get_partition() local
180 foreach(l, idxlist) in index_get_partition()
197 list_free(idxlist); in index_get_partition()
202 list_free(idxlist); in index_get_partition()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/catalog/
H A Dpartition.c177 List *idxlist = RelationGetIndexList(partition);
180 foreach(l, idxlist)
197 list_free(idxlist);
202 list_free(idxlist);
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/catalog/
H A Dpartition.c155 List *idxlist = RelationGetIndexList(partition); in index_get_partition() local
158 foreach(l, idxlist) in index_get_partition()
175 list_free(idxlist); in index_get_partition()
180 list_free(idxlist); in index_get_partition()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/catalog/
H A Dpartition.c156 List *idxlist = RelationGetIndexList(partition); in index_get_partition() local
159 foreach(l, idxlist) in index_get_partition()
176 list_free(idxlist); in index_get_partition()
181 list_free(idxlist); in index_get_partition()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/catalog/
H A Dpartition.c155 List *idxlist = RelationGetIndexList(partition); in index_get_partition() local
158 foreach(l, idxlist) in index_get_partition()
175 list_free(idxlist); in index_get_partition()
180 list_free(idxlist); in index_get_partition()

12345678