/third_party/protobuf/benchmarks/java/src/main/java/com/google/protobuf/ |
D | ProtoCaliperBenchmark.java | 162 void serializeToByteArray(int reps) throws IOException { in serializeToByteArray() 174 void serializeToMemoryStream(int reps) throws IOException { in serializeToMemoryStream() 187 void deserializeFromByteArray(int reps) throws IOException { in deserializeFromByteArray() 200 void deserializeFromMemoryStream(int reps) throws IOException { in deserializeFromMemoryStream()
|
/third_party/skia/tools/ |
D | random_parse_path.cpp | 37 int reps = rand->nextRangeU(0, 2); in add_white() local 75 int reps = rand->nextRangeU(1, 3); in MakeRandomParsePathPiece() local
|
/third_party/skia/fuzz/ |
D | FuzzParsePath.cpp | 45 uint8_t reps; in add_white() local 86 uint8_t reps; in MakeRandomParsePathPiece() local
|
/third_party/cef/tests/cefclient/browser/ |
D | image_cache.cc | 33 const ImageRepSet& reps, in ImageInfo() 54 ImageRepSet reps; in Create1x() local 65 ImageRepSet reps; in Create2x() local
|
/third_party/node/deps/v8/src/compiler/ |
D | graph-assembler.h | 163 const std::array<MachineRepresentation, VarCount>& reps) in GraphAssemblerLabel() 209 GraphAssemblerLabel<sizeof...(Reps)> MakeLabelFor( in MakeLabelFor() 225 GraphAssemblerLabel<sizeof...(Reps)> MakeLabel(Reps... reps) { in MakeLabel() 231 GraphAssemblerLabel<sizeof...(Reps)> MakeLoopLabel(Reps... reps) { in MakeLoopLabel() 237 GraphAssemblerLabel<sizeof...(Reps)> MakeDeferredLabel(Reps... reps) { in MakeDeferredLabel()
|
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/ |
D | xvmc_bench.c | 61 unsigned int reps; member 195 unsigned int reps; in main() local
|
/third_party/node/deps/brotli/c/enc/ |
D | bit_cost_inc.h | 95 uint32_t reps = 1; in FN() local
|
D | entropy_encode.c | 385 size_t reps = 1; in DecideOverRleUse() local 436 size_t reps = 1; in BrotliWriteHuffmanTree() local
|
D | brotli_bit_stream.c | 546 size_t reps = 1; in BrotliBuildAndStoreHuffmanTreeFast() local 636 uint32_t reps = 0; in RunLengthCodeZeros() local 654 uint32_t reps = 1; in RunLengthCodeZeros() local
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | bit_cost_inc.h | 95 uint32_t reps = 1; in FN() local
|
D | entropy_encode.c | 385 size_t reps = 1; in DecideOverRleUse() local 436 size_t reps = 1; in BrotliWriteHuffmanTree() local
|
D | brotli_bit_stream.c | 546 size_t reps = 1; in BrotliBuildAndStoreHuffmanTreeFast() local 636 uint32_t reps = 0; in RunLengthCodeZeros() local 654 uint32_t reps = 1; in RunLengthCodeZeros() local
|
/third_party/node/deps/v8/src/wasm/ |
D | struct-types.h | 25 const ValueType* reps, const bool* mutabilities) in StructType()
|
/third_party/skia/src/gpu/ |
D | GrResourceProvider.h | 229 int reps, in findOrCreatePatternedIndexBuffer()
|
D | GrResourceProvider.cpp | 461 int reps, in createPatternedIndexBuffer()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | str_replace_test.cc | 265 int reps; in TEST() local
|
D | cord.cc | 188 static CordRep* MakeBalancedTree(CordRep** reps, size_t n) { in MakeBalancedTree() 235 absl::FixedArray<CordRep*> reps((length - 1) / kMaxFlatLength + 1); in NewTree() local
|
/third_party/node/deps/v8/src/codegen/ |
D | signature.h | 21 const T* reps) in Signature()
|
/third_party/lzma/C/ |
D | LzmaDec.h | 67 UInt32 reps[4]; member
|
D | LzmaEnc.c | 271 UInt32 reps[LZMA_NUM_REPS]; member 364 UInt32 reps[LZMA_NUM_REPS]; member 401 UInt32 reps[LZMA_NUM_REPS]; member 1236 UInt32 reps[LZMA_NUM_REPS]; in GetOptimum() local
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | move-optimizer.cc | 104 static bool HasMixedFPReps(int reps) { in HasMixedFPReps()
|
/third_party/benchmark/test/ |
D | output_test_helper.cc | 143 TestReporter(std::vector<benchmark::BenchmarkReporter*> reps) in TestReporter()
|
/third_party/lzma/CS/7zip/Compress/LZMA/ |
D | LzmaEncoder.cs | 535 UInt32[] reps = new UInt32[Base.kNumRepDistances]; field in SevenZip.Compression.LZMA.Encoder
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
D | Decode.java | 646 int reps = (1 << code) + BitReader.readFewBits(s, code); in decodeContextMap() local
|
/third_party/lzma/Java/SevenZip/Compression/LZMA/ |
D | Encoder.java | 535 int[] reps = new int[Base.kNumRepDistances]; field in Encoder
|