Searched defs:patches (Results 1 - 10 of 10) sorted by relevance

/external/bsdiff/
H A Dsplit_patch_writer.h17 // patches of a fixed new-file size. The size of each patch data will depend on
21 // Create a PatchWriter that will split the patch in several patches where
25 const std::vector<PatchWriterInterface*>& patches)
26 : new_chunk_size_(new_chunk_size), patches_(patches) {
27 diff_sizes_.resize(patches.size());
28 extra_sizes_.resize(patches.size());
71 // The number of patches we already called Close() on. The patches are always
24 SplitPatchWriter(uint64_t new_chunk_size, const std::vector<PatchWriterInterface*>& patches) argument
H A Dsplit_patch_writer_unittest.cc23 std::vector<PatchWriterInterface*> patches; local
25 patches.push_back(&fake_patch);
27 patch_writer_.reset(new SplitPatchWriter(new_chunk_size, patches));
37 std::vector<PatchWriterInterface*> patches = {&p}; local
38 patch_writer_.reset(new SplitPatchWriter(10, patches));
39 // We should have pass two patches.
51 // Leaving patches at the end that are empty is considered an error.
54 // We write less than the amount needed for two patches, which should fail.
83 // patches
86 // The middle control entry would be split in tree different patches
[all...]
/external/perfetto/include/perfetto/tracing/core/
H A Dcommit_data_request.h140 const std::vector<Patch>& patches() const { return patches_; } function in class:perfetto::CommitDataRequest::ChunkToPatch
/external/perfetto/src/tracing/core/
H A Dtrace_buffer_unittest.cc65 std::vector<TraceBuffer::Patch> patches,
68 p, w, c, patches.data(), patches.size(), other_patches_pending);
62 TryPatchChunkContents(ProducerID p, WriterID w, ChunkID c, std::vector<TraceBuffer::Patch> patches, bool other_patches_pending = false) argument
H A Dtrace_buffer.cc275 const Patch* patches,
299 chunk_begin + sizeof(ChunkRecord) + patches[i].offset_untrusted;
304 patches[i].offset_untrusted, patches[i].data[0],
305 patches[i].data[1], patches[i].data[2],
306 patches[i].data[3], ptr[0], ptr[1], ptr[2], ptr[3]);
321 memcpy(ptr, &patches[i].data[0], Patch::kSize);
272 TryPatchChunkContents(ProducerID producer_id, WriterID writer_id, ChunkID chunk_id, const Patch* patches, size_t patches_size, bool other_patches_pending) argument
H A Dservice_impl.cc926 // patches per request, so we can allocate the |patches| array on the stack.
927 std::array<TraceBuffer::Patch, 1024> patches; // Uninitialized. local
928 if (chunk.patches().size() > patches.size()) {
929 PERFETTO_DLOG("Too many patches (%zu) batched in the same request",
930 patches.size());
936 for (const auto& patch : chunk.patches()) {
938 if (patch_data.size() != patches[i].data.size()) {
944 patches[
[all...]
/external/libcups/cups/
H A Dppd.h304 char *patches; /* Patch commands to be sent to printer */ member in struct:ppd_file_s
/external/pcre/dist2/src/sljit/
H A DsljitLir.h349 sljit_uw patches; member in struct:sljit_compiler
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 292 milliseconds