Home
last modified time | relevance | path

Searched defs:chunk2 (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/dports/games/manaplus/manaplus-2.1.3.17/src/unittests/gui/fonts/
H A Dtextchunklist.cc70 TextChunk *const chunk2 = new TextChunk("test", variable
119 TextChunk *const chunk2 = new TextChunk("test2", variable
147 TextChunk *const chunk2 = new TextChunk("test2", variable
168 TextChunk *const chunk2 = new TextChunk("test2", variable
217 TextChunk *const chunk2 = new TextChunk("test", variable
241 TextChunk *const chunk2 = new TextChunk("test", variable
271 TextChunk *const chunk2 = new TextChunk("test2", variable
321 TextChunk *const chunk2 = new TextChunk("test", variable
346 TextChunk *const chunk2 = new TextChunk("test", variable
377 TextChunk *const chunk2 = new TextChunk("test", variable
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/compositing/
H A Dchunk_to_layer_mapper_test.cc71 auto chunk2 = Chunk(LayerState()); in TEST_F() local
98 auto chunk2 = Chunk(PropertyTreeState(*transform, *clip, effect)); in TEST_F() local
133 auto chunk2 = Chunk(PropertyTreeState(*transform2, *clip2, effect)); in TEST_F() local
165 auto chunk2 = Chunk(PropertyTreeState(LayerState().Transform(), in TEST_F() local
222 auto chunk2 = Chunk(PropertyTreeState(LayerState().Transform(), in TEST_F() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/compositing/
H A Dchunk_to_layer_mapper_test.cc71 auto chunk2 = Chunk(LayerState()); in TEST_F() local
98 auto chunk2 = Chunk(PropertyTreeState(*transform, *clip, effect)); in TEST_F() local
133 auto chunk2 = Chunk(PropertyTreeState(*transform2, *clip2, effect)); in TEST_F() local
165 auto chunk2 = Chunk(PropertyTreeState(LayerState().Transform(), in TEST_F() local
222 auto chunk2 = Chunk(PropertyTreeState(LayerState().Transform(), in TEST_F() local
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/catalog/
H A Dsharding_catalog_merge_chunks_test.cpp56 auto chunk2(chunk); in TEST_F() local
112 auto chunk2(chunk); in TEST_F() local
176 auto chunk2(chunk); in TEST_F() local
239 auto chunk2(chunk); in TEST_F() local
306 auto chunk2(chunk); in TEST_F() local
340 auto chunk2(chunk); in TEST_F() local
372 auto chunk2(chunk); in TEST_F() local
467 auto chunk2(chunk1); in TEST_F() local
H A Dsharding_catalog_remove_shard_test.cpp205 ChunkType chunk2(NamespaceString("testDB.testColl"), in TEST_F() local
276 ChunkType chunk2(NamespaceString("testDB.testColl"), in TEST_F() local
/dports/devel/py-tables/tables-3.6.1/bench/
H A Doptimal-chunksize.py119 chunk2 = chunksize / datom.itemsize variable
122 chunk2 = M variable
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/Documentation/SBV/Examples/BitPrecise/
H A DPrefixSum.hs47 where chunk2 [] = [] function
48 chunk2 (x:y:xs) = (x,y) : chunk2 xs function
49 chunk2 _ = error "unzipPL: malformed powerlist" function
/dports/www/restbed/restbed-4.8/dependency/catch/projects/SelfTest/UsageTests/
H A DGenerators.tests.cpp160 auto chunk2 = GENERATE(chunk(2, values({ 1, 1, 2, 2, 3, 3 }))); variable
165 auto chunk2 = GENERATE(chunk(2, values({ 1, 1, 2, 2, 3 }))); variable
171 auto chunk2 = GENERATE(take(3, chunk(0, value(1)))); variable
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/fonts/
H A Dfont.cpp284 TextChunk *const chunk2 = (*i).second; in drawString() local
307 TextChunk *chunk2 = new TextChunk(text, col, col2, this); in drawString() local
448 TextChunk *const chunk2 = (*i).second; in generate() local
497 TextChunk *const chunk2 = new TextChunk(chunk->text, in insertChunk() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/websockets/
H A Dwebsocket_message_chunk_accumulator_test.cc93 Vector<char> chunk2(4, 'b'); in TEST_F() local
165 Vector<char> chunk2(3, 'y'); in TEST_F() local
199 Vector<char> chunk2(kSegmentSize * 3, 'x'); in TEST_F() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/websockets/
H A Dwebsocket_message_chunk_accumulator_test.cc93 Vector<char> chunk2(4, 'b'); in TEST_F() local
165 Vector<char> chunk2(3, 'y'); in TEST_F() local
199 Vector<char> chunk2(kSegmentSize * 3, 'x'); in TEST_F() local
/dports/math/e-antic/Catch2-ff349a5/projects/SelfTest/UsageTests/
H A DGenerators.tests.cpp160 auto chunk2 = GENERATE(chunk(2, values({ 1, 1, 2, 2, 3, 3 }))); variable
165 auto chunk2 = GENERATE(chunk(2, values({ 1, 1, 2, 2, 3 }))); variable
171 auto chunk2 = GENERATE(take(3, chunk(0, value(1)))); variable
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/projects/SelfTest/UsageTests/
H A DGenerators.tests.cpp160 auto chunk2 = GENERATE(chunk(2, values({ 1, 1, 2, 2, 3, 3 }))); variable
165 auto chunk2 = GENERATE(chunk(2, values({ 1, 1, 2, 2, 3 }))); variable
171 auto chunk2 = GENERATE(take(3, chunk(0, value(1)))); variable
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/projects/SelfTest/UsageTests/
H A DGenerators.tests.cpp158 auto chunk2 = GENERATE(chunk(2, values({ 1, 1, 2, 2, 3, 3 }))); variable
163 auto chunk2 = GENERATE(chunk(2, values({ 1, 1, 2, 2, 3 }))); variable
169 auto chunk2 = GENERATE(take(3, chunk(0, value(1)))); variable
/dports/emulators/citra/citra-ac98458e0/externals/catch/projects/SelfTest/UsageTests/
H A DGenerators.tests.cpp158 auto chunk2 = GENERATE(chunk(2, values({ 1, 1, 2, 2, 3, 3 }))); variable
163 auto chunk2 = GENERATE(chunk(2, values({ 1, 1, 2, 2, 3 }))); variable
169 auto chunk2 = GENERATE(take(3, chunk(0, value(1)))); variable
/dports/devel/catch/Catch2-2.13.7/projects/SelfTest/UsageTests/
H A DGenerators.tests.cpp158 auto chunk2 = GENERATE(chunk(2, values({ 1, 1, 2, 2, 3, 3 }))); variable
163 auto chunk2 = GENERATE(chunk(2, values({ 1, 1, 2, 2, 3 }))); variable
169 auto chunk2 = GENERATE(take(3, chunk(0, value(1)))); variable
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/
H A Dcatalog_cache_refresh_test.cpp101 ChunkType chunk2(kNss, {BSON("_id" << -100), BSON("_id" << 0)}, version, {"1"}); in TEST_F() local
283 ChunkType chunk2(kNss, {BSON("_id" << -100), BSON("_id" << 0)}, version, {"1"}); in TEST_F() local
338 ChunkType chunk2(kNss, in TEST_F() local
430 ChunkType chunk2(kNss, {BSON("_id" << 0), BSON("_id" << 100)}, newVersion, {"0"}); in TEST_F() local
481 ChunkType chunk2(kNss, in TEST_F() local
526 ChunkType chunk2( in TEST_F() local
565 ChunkType chunk2( in TEST_F() local
/dports/misc/vxl/vxl-3.3.2/core/vil/tests/
H A Dtest_memory_chunk.cxx27 vil_memory_chunk chunk2 = chunk1; in test_memory_chunk() local
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/http/
H A DChunkParserTests.cpp67 std::string chunk2 = "This is a second chunk"; variable
91 std::string chunk2 = "This is a second chunk"; variable
/dports/devel/efl/efl-1.25.1/src/lib/eina/
H A Deina_debug_chunk.c48 static unsigned char *chunk2 = NULL; variable
198 static unsigned char chunk2[4 * 1024]; variable
/dports/misc/vxl/vxl-3.3.2/core/vil/io/tests/
H A Dtest_memory_chunk_io.cxx37 vil_memory_chunk chunk2; in test_memory_chunk_io_as() local
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/s/balancer/
H A Dmigration_manager_test.cpp311 ChunkType chunk2 = in TEST_F() local
429 ChunkType chunk2 = in TEST_F() local
650 ChunkType chunk2 = in TEST_F() local
705 ChunkType chunk2 = in TEST_F() local
764 ChunkType chunk2 = in TEST_F() local
/dports/multimedia/schroedinger/schroedinger-1.0.11/testsuite/
H A Dbits3.c29 int chunk2; in test() local
/dports/archivers/c-blosc2/c-blosc2-2.0.4/tests/
H A Dtest_lazychunk_memcpyed.c38 uint8_t *chunk2; in test_lazy_chunk_memcpyed() local
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/machine/hppa/
H A Dmemcpy.S90 chunk2: label

12345678910>>...17