Home
last modified time | relevance | path

Searched defs:reps (Results 1 – 25 of 33) sorted by relevance

12

/third_party/protobuf/benchmarks/java/src/main/java/com/google/protobuf/
DProtoCaliperBenchmark.java162 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/boost/libs/iostreams/test/
Dcounter_test.cpp41 int reps = data_reps < 50 ? data_reps : 25; // Keep test short. in read_counter() local
74 int reps = data_reps < 50 ? data_reps : 25; // Keep test short. in write_counter() local
/third_party/skia/tools/
Drandom_parse_path.cpp37 int reps = rand->nextRangeU(0, 2); in add_white() local
75 int reps = rand->nextRangeU(1, 3); in MakeRandomParsePathPiece() local
/third_party/flutter/skia/tools/
Drandom_parse_path.cpp37 int reps = rand->nextRangeU(0, 2); in add_white() local
75 int reps = rand->nextRangeU(1, 3); in MakeRandomParsePathPiece() local
/third_party/skia/fuzz/
DFuzzParsePath.cpp45 uint8_t reps; in add_white() local
86 uint8_t reps; in MakeRandomParsePathPiece() local
/third_party/flutter/skia/fuzz/
DFuzzParsePath.cpp45 uint8_t reps; in add_white() local
86 uint8_t reps; in MakeRandomParsePathPiece() local
/third_party/cef/tests/cefclient/browser/
Dimage_cache.cc33 const ImageRepSet& reps, in ImageInfo()
54 ImageRepSet reps; in Create1x() local
65 ImageRepSet reps; in Create2x() local
/third_party/flutter/skia/third_party/externals/wuffs/script/bench-go-gif/
Dmain.go42 reps = 5 const
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
Dxvmc_bench.c61 unsigned int reps; member
195 unsigned int reps; in main() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dbit_cost_inc.h95 uint32_t reps = 1; in FN() local
Dentropy_encode.c385 size_t reps = 1; in DecideOverRleUse() local
436 size_t reps = 1; in BrotliWriteHuffmanTree() local
Dbrotli_bit_stream.c546 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/brotli/c/enc/
Dbit_cost_inc.h95 uint32_t reps = 1; in FN() local
Dentropy_encode.c385 size_t reps = 1; in DecideOverRleUse() local
436 size_t reps = 1; in BrotliWriteHuffmanTree() local
Dbrotli_bit_stream.c546 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/flutter/skia/src/gpu/
DGrResourceProvider.h195 int reps, in findOrCreatePatternedIndexBuffer()
DGrResourceProvider.cpp454 int reps, in createPatternedIndexBuffer()
/third_party/skia/src/gpu/
DGrResourceProvider.h229 int reps, in findOrCreatePatternedIndexBuffer()
/third_party/abseil-cpp/absl/strings/
Dstr_replace_test.cc265 int reps; in TEST() local
Dcord.cc358 static CordRep* MakeBalancedTree(CordRep** reps, size_t n) { in MakeBalancedTree()
399 absl::FixedArray<CordRep*> reps((length - 1) / kMaxFlatLength + 1); in NewTree() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_replace_test.cc265 int reps; in TEST() local
/third_party/flutter/skia/third_party/externals/wuffs/script/
Dbench-c-deflate-fragmentation.c302 int reps; in decode() local
/third_party/benchmark/test/
Doutput_test_helper.cc143 TestReporter(std::vector<benchmark::BenchmarkReporter*> reps) in TestReporter()
/third_party/flutter/skia/third_party/externals/wuffs/test/c/testlib/
Dtestlib.c252 int reps = 5; in test_main() local
/third_party/mindspore/mindspore/numpy/
Darray_ops.py1182 def tile(a, reps): argument

12