Home
last modified time | relevance | path

Searched +refs:generate +refs:global +refs:id (Results 1 – 25 of 20251) sorted by relevance

12345678910>>...811

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/perfprofiler/tests/
H A Dperfresourcecounter_test.cpp115 auto rg = QRandomGenerator::global(); in testRandomFill()
122 counter.obtain(rg->generate()); in testRandomFill()
128 counter.release(rg->generate()); in testRandomFill()
142 auto rg = QRandomGenerator::global(); in testUnitSized()
145 const int id = rg->generate(); in testUnitSized() local
146 counter.obtain(id); in testUnitSized()
148 ids.append(id); in testUnitSized()
163 auto rg = QRandomGenerator::global(); in testRandomAlternate()
166 counter.request(qAbs(int(rg->generate()))); in testRandomAlternate()
167 counter.obtain(rg->generate()); in testRandomAlternate()
[all …]
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/mixedmaildir/autotests/
H A Dtemplatemethodstest.cpp139 Collection collection(QRandomGenerator::global()->generate()); in testMoveCollection()
153 Collection childCollection(collection.id() + 1); in testMoveCollection()
167 Collection grandChildCollection(collection.id() + 2); in testMoveCollection()
181 Collection otherCollection(collection.id() + QRandomGenerator::global()->generate()); in testMoveCollection()
198 Collection collection(QRandomGenerator::global()->generate()); in testCreateItem()
H A Ditemdeletetest.cpp150 item1.setId(QRandomGenerator::global()->generate()); in testMaildir()
160 QCOMPARE(item.id(), item1.id()); in testMaildir()
218 item4.setId(QRandomGenerator::global()->generate()); in testMBox()
228 QCOMPARE(item.id(), item4.id()); in testMBox()
283 item2.setId(QRandomGenerator::global()->generate()); in testMBox()
293 QCOMPARE(item.id(), item2.id()); in testMBox()
400 item1.setId(QRandomGenerator::global()->generate()); in testCachePreservation()
410 QCOMPARE(item.id(), item1.id()); in testCachePreservation()
451 item2.setId(QRandomGenerator::global()->generate()); in testCachePreservation()
461 QCOMPARE(item.id(), item2.id()); in testCachePreservation()
H A Ditemcreatetest.cpp175 item1.setId(QRandomGenerator::global()->generate()); in testMBox()
185 QCOMPARE(item.id(), item1.id()); in testMBox()
199 item2.setId(QRandomGenerator::global()->generate()); in testMBox()
209 QCOMPARE(item.id(), item2.id()); in testMBox()
232 QCOMPARE(item.id(), item1.id()); in testMBox()
277 QCOMPARE(item.id(), item2.id()); in testMBox()
379 item1.setId(QRandomGenerator::global()->generate()); in testMaildir()
389 QCOMPARE(item.id(), item1.id()); in testMaildir()
406 item2.setId(QRandomGenerator::global()->generate()); in testMaildir()
416 QCOMPARE(item.id(), item2.id()); in testMaildir()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/PowerPC/
H A Daix-static-init-no-unique-module-id.ll4 @llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65…
10 ; FIXME: Adjust the comment after we use source file full path to generate unique
11 ; module id instead.
12 ; Use the Pid and timestamp to generate a unique module id when strong external
13 ; symbols are not available in current module. The module id generated in this
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/PowerPC/
H A Daix-static-init-no-unique-module-id.ll4 @llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65…
10 ; FIXME: Adjust the comment after we use source file full path to generate unique
11 ; module id instead.
12 ; Use the Pid and timestamp to generate a unique module id when strong external
13 ; symbols are not available in current module. The module id generated in this
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/PowerPC/
H A Daix-static-init-no-unique-module-id.ll4 @llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65…
10 ; FIXME: Adjust the comment after we use source file full path to generate unique
11 ; module id instead.
12 ; Use the Pid and timestamp to generate a unique module id when strong external
13 ; symbols are not available in current module. The module id generated in this
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/PowerPC/
H A Daix-static-init-no-unique-module-id.ll4 @llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65…
10 ; FIXME: Adjust the comment after we use source file full path to generate unique
11 ; module id instead.
12 ; Use the Pid and timestamp to generate a unique module id when strong external
13 ; symbols are not available in current module. The module id generated in this
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/PowerPC/
H A Daix-static-init-no-unique-module-id.ll4 @llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65…
10 ; FIXME: Adjust the comment after we use source file full path to generate unique
11 ; module id instead.
12 ; Use the Pid and timestamp to generate a unique module id when strong external
13 ; symbols are not available in current module. The module id generated in this
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/PowerPC/
H A Daix-static-init-no-unique-module-id.ll4 @llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65…
10 ; FIXME: Adjust the comment after we use source file full path to generate unique
11 ; module id instead.
12 ; Use the Pid and timestamp to generate a unique module id when strong external
13 ; symbols are not available in current module. The module id generated in this
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/PowerPC/
H A Daix-static-init-no-unique-module-id.ll4 @llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65…
10 ; FIXME: Adjust the comment after we use source file full path to generate unique
11 ; module id instead.
12 ; Use the Pid and timestamp to generate a unique module id when strong external
13 ; symbols are not available in current module. The module id generated in this
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/PowerPC/
H A Daix-static-init-no-unique-module-id.ll4 @llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65…
10 ; FIXME: Adjust the comment after we use source file full path to generate unique
11 ; module id instead.
12 ; Use the Pid and timestamp to generate a unique module id when strong external
13 ; symbols are not available in current module. The module id generated in this
/dports/shells/zsh/zsh-5.8.1/Completion/Solaris/Command/
H A D_coreadm22 'global:allow global core dumps'
24 'global-setid:allow set-id global core dumps'
25 'proc-setid:allow set-id per-process core dumps'
26 'log:generate a syslog message on global core dump'
34 '-g[global core file name pattern]:' \
35 '-G[global core file content]:content:_values -s + "content" $content' \
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/manual/
H A Dqtiplot_html.xsl26 <!-- use.id.as.filename
27 If use.id.as.filename is non-zero, the filename of chunk elements
30 <xsl:param name="use.id.as.filename" select="'1'"></xsl:param>
33 <!-- generate.index
34 demande la création d'un index global
36 <xsl:param name="generate.index" select="1"></xsl:param>
42 <xsl:param name="generate.section.toc.level" select="1"></xsl:param>
44 <xsl:param name="generate.toc">
/dports/devel/boost-docs/boost_1_72_0/libs/locale/src/shared/
H A Dgenerator.cpp55 d(new generator::data(localization_backend_manager::global())) in generator()
113 std::locale generator::generate(std::string const &id) const in generate() function in boost::locale::generator
117 return generate(base,id); in generate()
120 std::locale generator::generate(std::locale const &base,std::string const &id) const in generate() function in boost::locale::generator
124 data::cached_type::const_iterator p = d->cached.find(id); in generate()
130 set_all_options(backend,id); in generate()
152 data::cached_type::const_iterator p = d->cached.find(id); in generate()
154 d->cached[id] = result; in generate()
179 …id generator::set_all_options(shared_ptr<localization_backend> backend,std::string const &id) const in set_all_options()
181 backend->set_option("locale",id); in set_all_options()
/dports/devel/boost-python-libs/boost_1_72_0/libs/locale/src/shared/
H A Dgenerator.cpp55 d(new generator::data(localization_backend_manager::global())) in generator()
113 std::locale generator::generate(std::string const &id) const in generate() function in boost::locale::generator
117 return generate(base,id); in generate()
120 std::locale generator::generate(std::locale const &base,std::string const &id) const in generate() function in boost::locale::generator
124 data::cached_type::const_iterator p = d->cached.find(id); in generate()
130 set_all_options(backend,id); in generate()
152 data::cached_type::const_iterator p = d->cached.find(id); in generate()
154 d->cached[id] = result; in generate()
179 …id generator::set_all_options(shared_ptr<localization_backend> backend,std::string const &id) const in set_all_options()
181 backend->set_option("locale",id); in set_all_options()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/locale/src/shared/
H A Dgenerator.cpp54 d(new generator::data(localization_backend_manager::global())) in generator()
112 std::locale generator::generate(std::string const &id) const in generate() function in boost::locale::generator
116 return generate(base,id); in generate()
119 std::locale generator::generate(std::locale const &base,std::string const &id) const in generate() function in boost::locale::generator
123 data::cached_type::const_iterator p = d->cached.find(id); in generate()
129 set_all_options(backend,id); in generate()
151 data::cached_type::const_iterator p = d->cached.find(id); in generate()
153 d->cached[id] = result; in generate()
178 …id generator::set_all_options(shared_ptr<localization_backend> backend,std::string const &id) const in set_all_options()
180 backend->set_option("locale",id); in set_all_options()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/locale/src/shared/
H A Dgenerator.cpp55 d(new generator::data(localization_backend_manager::global())) in generator()
113 std::locale generator::generate(std::string const &id) const in generate() function in boost::locale::generator
117 return generate(base,id); in generate()
120 std::locale generator::generate(std::locale const &base,std::string const &id) const in generate() function in boost::locale::generator
124 data::cached_type::const_iterator p = d->cached.find(id); in generate()
130 set_all_options(backend,id); in generate()
152 data::cached_type::const_iterator p = d->cached.find(id); in generate()
154 d->cached[id] = result; in generate()
179 …id generator::set_all_options(shared_ptr<localization_backend> backend,std::string const &id) const in set_all_options()
181 backend->set_option("locale",id); in set_all_options()
/dports/databases/percona57-server/boost_1_59_0/libs/locale/src/shared/
H A Dgenerator.cpp54 d(new generator::data(localization_backend_manager::global())) in generator()
112 std::locale generator::generate(std::string const &id) const in generate() function in boost::locale::generator
116 return generate(base,id); in generate()
119 std::locale generator::generate(std::locale const &base,std::string const &id) const in generate() function in boost::locale::generator
123 data::cached_type::const_iterator p = d->cached.find(id); in generate()
129 set_all_options(backend,id); in generate()
151 data::cached_type::const_iterator p = d->cached.find(id); in generate()
153 d->cached[id] = result; in generate()
178 …id generator::set_all_options(shared_ptr<localization_backend> backend,std::string const &id) const in set_all_options()
180 backend->set_option("locale",id); in set_all_options()
/dports/databases/xtrabackup/boost_1_59_0/libs/locale/src/shared/
H A Dgenerator.cpp54 d(new generator::data(localization_backend_manager::global())) in generator()
112 std::locale generator::generate(std::string const &id) const in generate() function in boost::locale::generator
116 return generate(base,id); in generate()
119 std::locale generator::generate(std::locale const &base,std::string const &id) const in generate() function in boost::locale::generator
123 data::cached_type::const_iterator p = d->cached.find(id); in generate()
129 set_all_options(backend,id); in generate()
151 data::cached_type::const_iterator p = d->cached.find(id); in generate()
153 d->cached[id] = result; in generate()
178 …id generator::set_all_options(shared_ptr<localization_backend> backend,std::string const &id) const in set_all_options()
180 backend->set_option("locale",id); in set_all_options()
/dports/databases/percona57-client/boost_1_59_0/libs/locale/src/shared/
H A Dgenerator.cpp54 d(new generator::data(localization_backend_manager::global())) in generator()
112 std::locale generator::generate(std::string const &id) const in generate() function in boost::locale::generator
116 return generate(base,id); in generate()
119 std::locale generator::generate(std::locale const &base,std::string const &id) const in generate() function in boost::locale::generator
123 data::cached_type::const_iterator p = d->cached.find(id); in generate()
129 set_all_options(backend,id); in generate()
151 data::cached_type::const_iterator p = d->cached.find(id); in generate()
153 d->cached[id] = result; in generate()
178 …id generator::set_all_options(shared_ptr<localization_backend> backend,std::string const &id) const in set_all_options()
180 backend->set_option("locale",id); in set_all_options()
/dports/devel/boost-libs/boost_1_72_0/libs/locale/src/shared/
H A Dgenerator.cpp55 d(new generator::data(localization_backend_manager::global())) in generator()
113 std::locale generator::generate(std::string const &id) const in generate() function in boost::locale::generator
117 return generate(base,id); in generate()
120 std::locale generator::generate(std::locale const &base,std::string const &id) const in generate() function in boost::locale::generator
124 data::cached_type::const_iterator p = d->cached.find(id); in generate()
130 set_all_options(backend,id); in generate()
152 data::cached_type::const_iterator p = d->cached.find(id); in generate()
154 d->cached[id] = result; in generate()
179 …id generator::set_all_options(shared_ptr<localization_backend> backend,std::string const &id) const in set_all_options()
181 backend->set_option("locale",id); in set_all_options()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/locale/src/shared/
H A Dgenerator.cpp54 d(new generator::data(localization_backend_manager::global())) in generator()
112 std::locale generator::generate(std::string const &id) const in generate() function in boost::locale::generator
116 return generate(base,id); in generate()
119 std::locale generator::generate(std::locale const &base,std::string const &id) const in generate() function in boost::locale::generator
123 data::cached_type::const_iterator p = d->cached.find(id); in generate()
129 set_all_options(backend,id); in generate()
151 data::cached_type::const_iterator p = d->cached.find(id); in generate()
153 d->cached[id] = result; in generate()
178 …id generator::set_all_options(shared_ptr<localization_backend> backend,std::string const &id) const in set_all_options()
180 backend->set_option("locale",id); in set_all_options()
/dports/devel/hyperscan/boost_1_75_0/libs/locale/src/shared/
H A Dgenerator.cpp55 d(new generator::data(localization_backend_manager::global())) in generator()
113 std::locale generator::generate(std::string const &id) const in generate() function in boost::locale::generator
117 return generate(base,id); in generate()
120 std::locale generator::generate(std::locale const &base,std::string const &id) const in generate() function in boost::locale::generator
124 data::cached_type::const_iterator p = d->cached.find(id); in generate()
130 set_all_options(backend,id); in generate()
152 data::cached_type::const_iterator p = d->cached.find(id); in generate()
154 d->cached[id] = result; in generate()
179 …id generator::set_all_options(shared_ptr<localization_backend> backend,std::string const &id) const in set_all_options()
181 backend->set_option("locale",id); in set_all_options()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/innodb/t/
H A Dcats-autoinc.test15 # However it turns out it is not so simple to generate a situation in which
57 id INT PRIMARY KEY
64 SET @innodb_lock_wait_timeout_saved = @@global.innodb_lock_wait_timeout;
67 SET @@global.innodb_lock_wait_timeout = 100000;
132 SET @@global.innodb_lock_wait_timeout = @innodb_lock_wait_timeout_saved;
144 # To generate a situation when trx is waiting for a table lock inside
146 # C1 locks t2.id = 2
147 # C3 locks t2.id = 3
175 SET @innodb_lock_wait_timeout_saved = @@global.innodb_lock_wait_timeout;
178 SET @@global.innodb_lock_wait_timeout = 100000;
[all …]

12345678910>>...811