/external/zstd/contrib/pzstd/ |
D | SkippableFrame.h | 53 static std::size_t tryRead(ByteRange bytes); 55 ByteRange data() const { in data()
|
D | SkippableFrame.cpp | 23 /* static */ std::size_t SkippableFrame::tryRead(ByteRange bytes) { in tryRead()
|
D | Pzstd.cpp | 559 static bool writeData(ByteRange data, FILE* fd) { in writeData()
|
/external/pdfium/testing/resources/ |
D | two_signatures.in | 63 %% ByteRange is a pairs of integers (starting byte offset, length in bytes) 68 /ByteRange [0 10 30 10] 123 /ByteRange [0 40 50 10]
|
D | signature_no_sub_filter.in | 63 %% ByteRange is a pairs of integers (starting byte offset, length in bytes) 68 /ByteRange [0 10 30 10]
|
D | signature_reason.in | 63 %% ByteRange is a pairs of integers (starting byte offset, length in bytes) 68 /ByteRange [0 10 30 10]
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | compile.cc | 178 Frag ByteRange(int lo, int hi, bool foldcase); 399 Frag Compiler::ByteRange(int lo, int hi, bool foldcase) { in ByteRange() function in re2::Compiler 475 Frag f = ByteRange(lo, hi, foldcase); in UncachedRuneByteSuffix() 833 return ByteRange(r, r, foldcase); in Literal() 837 return ByteRange(r, r, foldcase); in Literal() 840 Frag f = ByteRange((uint8_t)buf[0], buf[0], false); in Literal() 842 f = Cat(f, ByteRange((uint8_t)buf[i], buf[i], false)); in Literal() 927 return ByteRange(0x00, 0xFF, false); in PostVisit() 1229 return Star(ByteRange(0x00, 0xff, false), true); in DotStar()
|
/external/rust/cxx/tests/ui/ |
D | wrong_type_id.rs | 11 type ByteRange = crate::here::StringPiece; typedef
|
D | wrong_type_id.stderr | 4 11 | type ByteRange = crate::here::StringPiece;
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_cmap.cpp | 20 struct ByteRange { struct 31 ByteRange m_LeadingSegs[2]; 222 const ByteRange& seg = map.m_LeadingSegs[i]; in LoadLeadingSegments()
|
/external/zstd/contrib/pzstd/utils/ |
D | Buffer.h | 75 ByteRange range() const { in range()
|
D | Range.h | 128 using ByteRange = Range<const unsigned char*>;
|
/external/skia/src/base/ |
D | SkBlockAllocator.h | 169 struct ByteRange { struct 283 ByteRange allocate(size_t size); 566 SkBlockAllocator::ByteRange SkBlockAllocator::allocate(size_t size) { in allocate()
|
/external/skia/tests/ |
D | SkBlockAllocatorTest.cpp | 112 SkBlockAllocator::ByteRange br, in DEF_TEST() 113 SkBlockAllocator::ByteRange* prevBR) { in DEF_TEST() 192 SkBlockAllocator::ByteRange p = pool->allocate<4>(16); in DEF_TEST() 278 std::vector<SkBlockAllocator::ByteRange> ptrs; in DEF_TEST()
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/ |
D | ucs2.diff | 162 return ByteRange(r, r, foldcase); 177 - dot = c.Cat(c.ByteRange(0x00, 0xFF, false), c.ByteRange(0x00, 0xFF, false)); 179 - dot = c.ByteRange(0x00, 0xFF, false); 181 + dot = c.ByteRange(0x00, 0xFF, false);
|
/external/skia/src/gpu/ganesh/ |
D | GrMemoryPool.cpp | 71 SkBlockAllocator::ByteRange alloc = fAllocator.allocate<kAlignment, sizeof(Header)>(size); in allocate()
|
/external/AFLplusplus/dictionaries/ |
D | pdf.dict | 185 "/ByteRange"
|