Home
last modified time | relevance | path

Searched refs:readChunks (Results 1 – 25 of 41) sorted by relevance

12

/dports/graphics/pear-Image_3D/Image_3D-0.4.2/Image/3D/Paintable/Object/
H A D3ds.php75 $this->_chunks->readChunks();
78 $editor->readChunks();
83 $object->readChunks($this);
H A D3dsChunks.php86 public function readChunks() { function in Image_3D_Chunk
170 public function readChunks(Image_3D_Object_3ds $k3ds) function in Image_3D_Chunk_Object
200 $this->readChunks();
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/io/test/
H A DSimpleAsyncIOTest.cpp97 std::vector<std::unique_ptr<IOBuf>> readChunks; in TEST_P() local
102 readChunks.push_back(IOBuf::create(chunkSize)); in TEST_P()
113 [fd, i, &readChunks, &aio, &done, &completed](int rc) { in TEST_P()
117 readChunks[i]->writableData(), in TEST_P()
133 memcmp(writeChunks[i]->data(), readChunks[i]->data(), chunkSize), 0); in TEST_P()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/s/
H A Dshard_metadata_util_test.cpp244 std::vector<ChunkType> readChunks = assertGet(readShardChunks(operationContext(), in TEST_F() local
250 for (auto chunkIt = chunks.begin(), readChunkIt = readChunks.begin(); in TEST_F()
251 chunkIt != chunks.end() && readChunkIt != readChunks.end(); in TEST_F()
258 readChunks = assertGet(readShardChunks(operationContext(), in TEST_F()
265 ASSERT_TRUE(readChunks.size() == 1); in TEST_F()
266 ASSERT_BSONOBJ_EQ(chunks.back().toShardBSON(), readChunks.front().toShardBSON()); in TEST_F()
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/pkg/ioutils/
H A Dbytespipe_test.go76 readChunks := []int{5, 45, 20, 25}
98 p := make([]byte, readChunks[(c.iterations*c.readsPerLoop+i)%len(readChunks)])
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/pkg/ioutils/
H A Dbytespipe_test.go76 readChunks := []int{5, 45, 20, 25}
98 p := make([]byte, readChunks[(c.iterations*c.readsPerLoop+i)%len(readChunks)])
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/pkg/ioutils/
H A Dbytespipe_test.go76 readChunks := []int{5, 45, 20, 25}
98 p := make([]byte, readChunks[(c.iterations*c.readsPerLoop+i)%len(readChunks)])
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/pkg/ioutils/
H A Dbytespipe_test.go76 readChunks := []int{5, 45, 20, 25}
98 p := make([]byte, readChunks[(c.iterations*c.readsPerLoop+i)%len(readChunks)])
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/pkg/ioutils/
H A Dbytespipe_test.go76 readChunks := []int{5, 45, 20, 25}
98 p := make([]byte, readChunks[(c.iterations*c.readsPerLoop+i)%len(readChunks)])
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/pkg/ioutils/
H A Dbytespipe_test.go76 readChunks := []int{5, 45, 20, 25}
98 p := make([]byte, readChunks[(c.iterations*c.readsPerLoop+i)%len(readChunks)])
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/pkg/ioutils/
H A Dbytespipe_test.go76 readChunks := []int{5, 45, 20, 25}
98 p := make([]byte, readChunks[(c.iterations*c.readsPerLoop+i)%len(readChunks)])
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/pkg/ioutils/
H A Dbytespipe_test.go76 readChunks := []int{5, 45, 20, 25}
98 p := make([]byte, readChunks[(c.iterations*c.readsPerLoop+i)%len(readChunks)])
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/pkg/ioutils/
H A Dbytespipe_test.go76 readChunks := []int{5, 45, 20, 25}
98 p := make([]byte, readChunks[(c.iterations*c.readsPerLoop+i)%len(readChunks)])
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/pkg/ioutils/
H A Dbytespipe_test.go76 readChunks := []int{5, 45, 20, 25}
98 p := make([]byte, readChunks[(c.iterations*c.readsPerLoop+i)%len(readChunks)])
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/pkg/ioutils/
H A Dbytespipe_test.go76 readChunks := []int{5, 45, 20, 25}
98 p := make([]byte, readChunks[(c.iterations*c.readsPerLoop+i)%len(readChunks)])
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/neon-0.9.1/create-neon/dev/
H A Dexpect.ts6 function readChunks(input: Readable): Readable { function
64 for await (let chunk of readChunks(stdout)) {
/dports/lang/nim/nim-1.6.2/tests/niminaction/Chapter6/WikipediaStats/
H A Dconcurrency_regex.nim40 proc readChunks(filename: string, chunksize = 1000000): Stats =
68 echo readChunks(filename)
H A Dconcurrency.nim56 proc readChunks(filename: string, chunksize = 1000000): Stats =
83 echo readChunks(filename)
/dports/lang/elm/compiler-0.19.1/builder/src/
H A DFile.hs137 readChunks []
139 readChunks chunks readSize incrementSize =
145 else readChunks (chunk:chunks) incrementSize (min 32752 (readSize + incrementSize))
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/process-extras-0.7.4/src/System/Process/
H A DListLike.hs59 (ProcessMaker(process, showProcessMakerForUser), ListLikeProcessIO(forceOutput, readChunks),
78 readChunks h = do function
H A DCommon.hs11 , ListLikeProcessIO(forceOutput, readChunks)
106 readChunks :: Handle -> IO [text]
190 cs <- readChunks h
H A DText.hs21 readChunks h = (: []) <$> hGetContents h function
H A DByteString.hs28 readChunks h = (: []) <$> hGetContents h function
/dports/lang/ghc/ghc-8.10.7/libraries/text/src/Data/Text/
H A DIO.hs147 let readChunks = do function
153 else (t:) `fmap` readChunks
154 ts <- readChunks
/dports/lang/ghc/ghc-8.10.7/libraries/text/tests/src/Data/Text/
H A DIO.hs147 let readChunks = do function
153 else (t:) `fmap` readChunks
154 ts <- readChunks

12