Home
last modified time | relevance | path

Searched refs:all_tables (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/dports/databases/p5-DBIx-Class-Migration/DBIx-Class-Migration-0.075/
H A DMANIFEST34 examples/MusicBase/share/fixtures/1/all_tables/cd/1.fix
35 examples/MusicBase/share/fixtures/1/all_tables/cd/2.fix
36 examples/MusicBase/share/fixtures/1/all_tables/cd/3.fix
44 examples/MusicBase/share/fixtures/1/conf/all_tables.json
48 examples/MusicBase/share/fixtures/2/all_tables/cd/1.fix
49 examples/MusicBase/share/fixtures/2/all_tables/cd/2.fix
50 examples/MusicBase/share/fixtures/2/all_tables/cd/3.fix
75 examples/MusicBase/share/fixtures/3/all_tables/cd/1.fix
76 examples/MusicBase/share/fixtures/3/all_tables/cd/2.fix
77 examples/MusicBase/share/fixtures/3/all_tables/cd/3.fix
[all …]
/dports/databases/p5-DBIx-Class-Migration/DBIx-Class-Migration-0.075/t/
H A Dmigration-mysql.t42 ok -e catfile($target_dir, 'fixtures','1','conf','all_tables.json'), 'got the all_tables.json';
59 if($self->set_has_fixtures('all_tables')) {
60 lives_ok { $self->populate('all_tables') } "->populate('all_tables')";
71 lives_ok { $self->dump('all_tables') } "->dump('all_tables')";
72 ok $self->set_has_fixtures('all_tables'),
86 ok -e catfile($target_dir, 'fixtures','1','all_tables','country','1.fix'),
89 rmtree catfile($target_dir, 'fixtures','1','all_tables');
96 rmtree catfile($target_dir, 'fixtures','1','all_tables');
98 $migration->dump_named_sets('all_tables');
104 $migration->populate('all_tables');
[all …]
H A Dmigration-sqlite.t39 ok -e catfile($target_dir, 'fixtures','1','conf','all_tables.json'), 'got the all_tables.json';
81 ok -e catfile($target_dir, 'fixtures','1','all_tables','country','1.fix'),
84 rmtree catfile($target_dir, 'fixtures','1','all_tables');
86 $migration->dump_named_sets('all_tables');
88 ok -e catfile($target_dir, 'fixtures','1','all_tables','country','1.fix'),
92 $migration->populate('all_tables');
111 $migration->populate('all_tables');
/dports/math/py-or-tools/or-tools-9.2/examples/python/
H A Dwedding_optimal_chart_sat.py123 all_tables = range(num_tables)
133 for t in all_tables:
147 for t in all_tables:
163 model.Add(sum(seats[(t, g)] for t in all_tables) == 1)
166 for t in all_tables:
172 for t in all_tables:
184 for t in all_tables) == colocated[(g1, g2)])
191 for t in all_tables
195 for t in all_tables
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/swh/util/
H A Dblo.c42 float *all_tables = NULL; in blo_h_tables_new() local
68 all_tables = mmap(0, all_tables_size, PROT_READ, MAP_SHARED, in blo_h_tables_new()
71 this->alloc_space = all_tables; in blo_h_tables_new()
131 all_tables = mmap(0, all_tables_size, PROT_READ | PROT_WRITE, in blo_h_tables_new()
139 if (!all_tables) { in blo_h_tables_new()
140 all_tables = malloc(all_tables_size); in blo_h_tables_new()
143 this->alloc_space = all_tables; in blo_h_tables_new()
223 table = all_tables + (h * (table_size + BLO_TABLE_WR)); in blo_h_tables_new()
237 msync(all_tables, all_tables_size, MS_ASYNC); in blo_h_tables_new()
/dports/audio/swhplugins/ladspa-0.4.17/util/
H A Dblo.c40 float *all_tables = NULL; in blo_h_tables_new() local
62 all_tables = mmap(0, all_tables_size, PROT_READ, MAP_SHARED, in blo_h_tables_new()
65 this->alloc_space = all_tables; in blo_h_tables_new()
124 all_tables = mmap(0, all_tables_size, PROT_READ | PROT_WRITE, in blo_h_tables_new()
130 if (!all_tables) { in blo_h_tables_new()
131 all_tables = malloc(all_tables_size); in blo_h_tables_new()
134 this->alloc_space = all_tables; in blo_h_tables_new()
214 table = all_tables + (h * (table_size + BLO_TABLE_WR)); in blo_h_tables_new()
227 msync(all_tables, all_tables_size, MS_ASYNC); in blo_h_tables_new()
/dports/audio/swh-lv2/lv2-1.0.16-4-g1aa77e5/util/
H A Dblo.c40 float *all_tables = NULL; in blo_h_tables_new() local
62 all_tables = mmap(0, all_tables_size, PROT_READ, MAP_SHARED, in blo_h_tables_new()
65 this->alloc_space = all_tables; in blo_h_tables_new()
124 all_tables = mmap(0, all_tables_size, PROT_READ | PROT_WRITE, in blo_h_tables_new()
130 if (!all_tables) { in blo_h_tables_new()
131 all_tables = malloc(all_tables_size); in blo_h_tables_new()
134 this->alloc_space = all_tables; in blo_h_tables_new()
214 table = all_tables + (h * (table_size + BLO_TABLE_WR)); in blo_h_tables_new()
227 msync(all_tables, all_tables_size, MS_ASYNC); in blo_h_tables_new()
/dports/www/p5-Bigtop/Bigtop-0.38/lib/Bigtop/ScriptHelp/Style/
H A DPg8Live.pm15 my $all_tables = shift || {};
38 my @new_tables = grep { not defined $all_tables->{ $_ } } @db_tables;
76 $all_tables->{ $new_table }++;
158 all_tables => $all_tables,
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_reload.cc435 bool flush_tables_with_read_lock(THD *thd, TABLE_LIST *all_tables) in flush_tables_with_read_lock() argument
456 if (lock_table_names(thd, all_tables, NULL, in flush_tables_with_read_lock()
463 for (table_list= all_tables; table_list; in flush_tables_with_read_lock()
484 if (open_and_lock_tables(thd, all_tables, MYSQL_OPEN_SKIP_SCOPED_MDL_LOCK, in flush_tables_with_read_lock()
524 bool flush_tables_for_export(THD *thd, TABLE_LIST *all_tables) in flush_tables_for_export() argument
548 if (open_and_lock_tables(thd, all_tables, MYSQL_OPEN_SKIP_SCOPED_MDL_LOCK, in flush_tables_for_export()
555 for (TABLE_LIST *table_list= all_tables; table_list; in flush_tables_for_export()
566 for (TABLE_LIST *table_list= all_tables; table_list; in flush_tables_for_export()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_reload.cc435 bool flush_tables_with_read_lock(THD *thd, TABLE_LIST *all_tables) in flush_tables_with_read_lock() argument
456 if (lock_table_names(thd, all_tables, NULL, in flush_tables_with_read_lock()
463 for (table_list= all_tables; table_list; in flush_tables_with_read_lock()
484 if (open_and_lock_tables(thd, all_tables, MYSQL_OPEN_SKIP_SCOPED_MDL_LOCK, in flush_tables_with_read_lock()
524 bool flush_tables_for_export(THD *thd, TABLE_LIST *all_tables) in flush_tables_for_export() argument
548 if (open_and_lock_tables(thd, all_tables, MYSQL_OPEN_SKIP_SCOPED_MDL_LOCK, in flush_tables_for_export()
555 for (TABLE_LIST *table_list= all_tables; table_list; in flush_tables_for_export()
566 for (TABLE_LIST *table_list= all_tables; table_list; in flush_tables_for_export()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_reload.cc391 bool flush_tables_with_read_lock(THD *thd, TABLE_LIST *all_tables) { in flush_tables_with_read_lock() argument
410 if (lock_table_names(thd, all_tables, nullptr, in flush_tables_with_read_lock()
417 for (table_list = all_tables; table_list; in flush_tables_with_read_lock()
436 if (open_and_lock_tables(thd, all_tables, MYSQL_OPEN_SKIP_SCOPED_MDL_LOCK, in flush_tables_with_read_lock()
474 bool flush_tables_for_export(THD *thd, TABLE_LIST *all_tables) { in flush_tables_for_export() argument
496 if (open_and_lock_tables(thd, all_tables, MYSQL_OPEN_SKIP_SCOPED_MDL_LOCK, in flush_tables_for_export()
502 for (TABLE_LIST *table_list = all_tables; table_list; in flush_tables_for_export()
511 for (TABLE_LIST *table_list = all_tables; table_list; in flush_tables_for_export()
/dports/lang/gcc12-devel/gcc-12-20211205/libitm/
H A Dclone.cc41 static clone_table *all_tables; variable
48 for (table = all_tables; table ; table = table->next) in find_clone()
160 table->next = all_tables; in _ITM_registerTMCloneTable()
161 all_tables = table; in _ITM_registerTMCloneTable()
176 for (pprev = &all_tables; in _ITM_deregisterTMCloneTable()
/dports/lang/gcc8/gcc-8.5.0/libitm/
H A Dclone.cc41 static clone_table *all_tables; variable
48 for (table = all_tables; table ; table = table->next) in find_clone()
160 table->next = all_tables; in _ITM_registerTMCloneTable()
161 all_tables = table; in _ITM_registerTMCloneTable()
176 for (pprev = &all_tables; in _ITM_deregisterTMCloneTable()
/dports/lang/gcc6-aux/gcc-6-20180516/libitm/
H A Dclone.cc41 static clone_table *all_tables; variable
48 for (table = all_tables; table ; table = table->next) in find_clone()
160 table->next = all_tables; in _ITM_registerTMCloneTable()
161 all_tables = table; in _ITM_registerTMCloneTable()
176 for (pprev = &all_tables; in _ITM_deregisterTMCloneTable()
/dports/lang/gcc48/gcc-4.8.5/libitm/
H A Dclone.cc41 static clone_table *all_tables; variable
48 for (table = all_tables; table ; table = table->next) in find_clone()
160 table->next = all_tables; in _ITM_registerTMCloneTable()
161 all_tables = table; in _ITM_registerTMCloneTable()
176 for (pprev = &all_tables; in _ITM_deregisterTMCloneTable()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libitm/
H A Dclone.cc41 static clone_table *all_tables; variable
48 for (table = all_tables; table ; table = table->next) in find_clone()
160 table->next = all_tables; in _ITM_registerTMCloneTable()
161 all_tables = table; in _ITM_registerTMCloneTable()
176 for (pprev = &all_tables; in _ITM_deregisterTMCloneTable()
/dports/lang/gcc11/gcc-11.2.0/libitm/
H A Dclone.cc41 static clone_table *all_tables; variable
48 for (table = all_tables; table ; table = table->next) in find_clone()
160 table->next = all_tables; in _ITM_registerTMCloneTable()
161 all_tables = table; in _ITM_registerTMCloneTable()
176 for (pprev = &all_tables; in _ITM_deregisterTMCloneTable()
/dports/lang/gcc10/gcc-10.3.0/libitm/
H A Dclone.cc41 static clone_table *all_tables; variable
48 for (table = all_tables; table ; table = table->next) in find_clone()
160 table->next = all_tables; in _ITM_registerTMCloneTable()
161 all_tables = table; in _ITM_registerTMCloneTable()
176 for (pprev = &all_tables; in _ITM_deregisterTMCloneTable()
/dports/lang/gcc11-devel/gcc-11-20211009/libitm/
H A Dclone.cc41 static clone_table *all_tables; variable
48 for (table = all_tables; table ; table = table->next) in find_clone()
160 table->next = all_tables; in _ITM_registerTMCloneTable()
161 all_tables = table; in _ITM_registerTMCloneTable()
176 for (pprev = &all_tables; in _ITM_deregisterTMCloneTable()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libitm/
H A Dclone.cc41 static clone_table *all_tables; variable
48 for (table = all_tables; table ; table = table->next) in find_clone()
160 table->next = all_tables; in _ITM_registerTMCloneTable()
161 all_tables = table; in _ITM_registerTMCloneTable()
176 for (pprev = &all_tables; in _ITM_deregisterTMCloneTable()
/dports/devel/avr-gcc/gcc-10.2.0/libitm/
H A Dclone.cc41 static clone_table *all_tables; variable
48 for (table = all_tables; table ; table = table->next) in find_clone()
160 table->next = all_tables; in _ITM_registerTMCloneTable()
161 all_tables = table; in _ITM_registerTMCloneTable()
176 for (pprev = &all_tables; in _ITM_deregisterTMCloneTable()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libitm/
H A Dclone.cc41 static clone_table *all_tables; variable
48 for (table = all_tables; table ; table = table->next) in find_clone()
160 table->next = all_tables; in _ITM_registerTMCloneTable()
161 all_tables = table; in _ITM_registerTMCloneTable()
176 for (pprev = &all_tables; in _ITM_deregisterTMCloneTable()
/dports/lang/gcc9-devel/gcc-9-20211007/libitm/
H A Dclone.cc41 static clone_table *all_tables; variable
48 for (table = all_tables; table ; table = table->next) in find_clone()
160 table->next = all_tables; in _ITM_registerTMCloneTable()
161 all_tables = table; in _ITM_registerTMCloneTable()
176 for (pprev = &all_tables; in _ITM_deregisterTMCloneTable()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libitm/
H A Dclone.cc41 static clone_table *all_tables; variable
48 for (table = all_tables; table ; table = table->next) in find_clone()
160 table->next = all_tables; in _ITM_registerTMCloneTable()
161 all_tables = table; in _ITM_registerTMCloneTable()
176 for (pprev = &all_tables; in _ITM_deregisterTMCloneTable()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libitm/
H A Dclone.cc41 static clone_table *all_tables; variable
48 for (table = all_tables; table ; table = table->next) in find_clone()
160 table->next = all_tables; in _ITM_registerTMCloneTable()
161 all_tables = table; in _ITM_registerTMCloneTable()
176 for (pprev = &all_tables; in _ITM_deregisterTMCloneTable()

12345678910>>...16