Home
last modified time | relevance | path

Searched refs:min_bytes (Results 1 – 25 of 36) sorted by relevance

12

/external/webrtc/logging/rtc_event_log/events/
Drtc_event_probe_cluster_created.h33 uint32_t min_bytes) in LoggedBweProbeClusterCreatedEvent()
38 min_bytes(min_bytes) {} in LoggedBweProbeClusterCreatedEvent()
48 uint32_t min_bytes; member
58 uint32_t min_bytes);
69 uint32_t min_bytes() const { return min_bytes_; } in min_bytes() function
Drtc_event_probe_cluster_created.cc20 uint32_t min_bytes) in RtcEventProbeClusterCreated() argument
24 min_bytes_(min_bytes) {} in RtcEventProbeClusterCreated()
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_options.h109 Options(int max_depth, int64_t min_bytes, int64_t min_peak_bytes, in Options()
123 min_bytes(min_bytes), in Options()
148 int64_t min_bytes; member
Dtfprof_options.cc152 opts_pb.max_depth(), opts_pb.min_bytes(), opts_pb.min_peak_bytes(), in FromProtoStr()
198 kOptions[1], min_bytes, in ToString()
Dtfprof_options.proto9 int64 min_bytes = 2; field
/external/tensorflow/tensorflow/python/profiler/
Doption_builder.py140 def time_and_memory(min_micros=1, min_bytes=1, min_accelerator_micros=0, argument
168 'min_bytes': min_bytes,
213 min_bytes=0, argument
235 self._options['min_bytes'] = min_bytes
Dmodel_analyzer.py66 opts.min_bytes = options.get('min_bytes', 0)
Dprofiler_test.py107 opts = builder.time_and_memory(min_bytes=0)
/external/grpc-grpc/third_party/nanopb/tests/fuzztest/
Dfuzztest.c83 static size_t rand_fill_protobuf(uint8_t *buf, size_t min_bytes, size_t max_bytes, int min_tag) in rand_fill_protobuf() argument
87 while(stream.bytes_written < min_bytes) in rand_fill_protobuf()
118 if (min_bytes > stream.bytes_written) in rand_fill_protobuf()
119 len = rand_len(min_bytes - stream.bytes_written); in rand_fill_protobuf()
/external/nanopb-c/tests/fuzztest/
Dfuzztest.c83 static size_t rand_fill_protobuf(uint8_t *buf, size_t min_bytes, size_t max_bytes, int min_tag) in rand_fill_protobuf() argument
87 while(stream.bytes_written < min_bytes) in rand_fill_protobuf()
118 if (min_bytes > stream.bytes_written) in rand_fill_protobuf()
119 len = rand_len(min_bytes - stream.bytes_written); in rand_fill_protobuf()
/external/webrtc/modules/congestion_controller/goog_cc/
Dprobe_bitrate_estimator_unittest.cc37 int min_bytes = kDefaultMinBytes) { in AddPacketFeedback() argument
44 PacedPacketInfo(probe_cluster_id, min_probes, min_bytes); in AddPacketFeedback()
/external/perfetto/src/base/http/
Dhttp_server_unittest.cc66 std::string Recv(size_t min_bytes) { in Recv() argument
78 if (rsize == 0 || (min_bytes && rxbuf.length() >= min_bytes)) in Recv()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.profiler.-profile-option-builder.pbtxt31 …argspec: "args=[\'min_micros\', \'min_bytes\', \'min_accelerator_micros\', \'min_cpu_micros\', \'m…
63 …argspec: "args=[\'self\', \'min_bytes\', \'min_peak_bytes\', \'min_residual_bytes\', \'min_output_…
/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
Dcrypto_handshake_message.cc230 void CryptoHandshakeMessage::set_minimum_size(size_t min_bytes) { in set_minimum_size() argument
231 if (min_bytes == minimum_size_) { in set_minimum_size()
235 minimum_size_ = min_bytes; in set_minimum_size()
Dcrypto_handshake_message.h127 void set_minimum_size(size_t min_bytes);
/external/tensorflow/tensorflow/core/profiler/g3doc/
Dprofile_memory.md39 tfprof> scope -order_by bytes -select bytes -min_bytes 100000000
59 …rof> code -max_depth 10 -select bytes -order_by bytes -start_name_regexes .*seq2seq.* -min_bytes 1
/external/stressapptest/src/
Dos.h61 void SetMinimumHugepagesSize(int64 min_bytes) { in SetMinimumHugepagesSize() argument
62 min_hugepages_bytes_ = min_bytes; in SetMinimumHugepagesSize()
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dlog_simulation.cc76 probe_info.probe_cluster_min_bytes = probe.event.min_bytes; in OnPacketSent()
80 if (probe.bytes_sent >= probe.event.min_bytes && in OnPacketSent()
/external/cronet/third_party/protobuf/src/google/protobuf/
Darena.cc57 size_t last_size, size_t min_bytes) { in AllocateMemory() argument
69 GOOGLE_CHECK_LE(min_bytes, in AllocateMemory()
71 size = std::max(size, SerialArena::kBlockHeaderSize + min_bytes); in AllocateMemory()
/external/protobuf/src/google/protobuf/
Darena.cc57 size_t last_size, size_t min_bytes) { in AllocateMemory() argument
69 GOOGLE_CHECK_LE(min_bytes, in AllocateMemory()
71 size = std::max(size, SerialArena::kBlockHeaderSize + min_bytes); in AllocateMemory()
/external/sg3_utils/src/
Dsg_xcopy.c193 uint32_t min_bytes; member
793 xfp->min_bytes = 1 << rcBuff[37]; in scsi_operating_parameter()
1848 if (dd_count < (ixcf.min_bytes / (uint32_t)ixcf.sect_sz)) { in main()
1850 oxcf.min_bytes); in main()
1853 if (dd_count < (oxcf.min_bytes / (uint32_t)oxcf.sect_sz)) { in main()
1855 oxcf.min_bytes); in main()
/external/curl/lib/
Dsmb.h206 unsigned short min_bytes; member
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_unittest_helper.cc184 int min_bytes = prng_.Rand(500, 50000); in NewProbeClusterCreated() local
187 min_probes, min_bytes); in NewProbeClusterCreated()
856 EXPECT_EQ(original_event.min_bytes(), logged_event.min_bytes); in VerifyLoggedBweProbeClusterCreatedEvent()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show_multi.cc68 if (node->proto().total_requested_bytes() < opts.min_bytes || in ShouldShow()
Dtfprof_show.cc77 if (node->proto().total_requested_bytes() < opts.min_bytes || in ShouldShow()

12