/third_party/grpc/test/cpp/server/load_reporter/ |
D | load_data_store_test.cc | 323 EXPECT_EQ(store_lb_id_1->load_record_map().find(kKey1)->second.start_count(), in TEST_F() 324 v1.start_count()); in TEST_F() 325 EXPECT_EQ(store_lb_id_1->GetNumCallsInProgressForReport(), v1.start_count()); in TEST_F() 330 LoadRecordValue v4(0, v1.start_count()); in TEST_F() 333 EXPECT_EQ(store_lb_id_1->load_record_map().find(kKey1)->second.start_count(), in TEST_F() 334 v1.start_count()); in TEST_F() 340 LoadRecordValue v5(0, v2.start_count()); in TEST_F() 345 LoadRecordValue v6(0, v3.start_count() / 2); in TEST_F() 388 v1.start_count() - v1.ok_count() + v2.start_count() - in TEST_F() 389 v2.error_count() + v3.start_count() - v3.ok_count() + in TEST_F() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_dejudder.c | 63 int start_count; member 107 s->start_count = s->cycle + 2; in dejudder_init() 132 if (s->start_count) { in filter_frame() 133 s->start_count--; in filter_frame()
|
/third_party/jerryscript/tests/unit-core/ |
D | test-objects-foreach.c | 72 int start_count = 0; in test_container() local 73 jerry_objects_foreach (count_objects, &start_count); in test_container() 86 TEST_ASSERT (end_count > start_count); in test_container() 87 TEST_ASSERT ((end_count - start_count) == 1); in test_container()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_measure.h | 51 #define iris_measure_snapshot(ice, batch, type, draw, indirect, start_count) \ argument 53 _iris_measure_snapshot(ice, batch, type, draw, indirect, start_count)
|
/third_party/grpc/src/cpp/server/load_reporter/ |
D | load_data_store.h | 126 explicit LoadRecordValue(uint64_t start_count = 0, uint64_t ok_count = 0, 129 : start_count_(start_count), in start_count_() argument 173 uint64_t start_count() const { return start_count_; } in start_count() function
|
D | load_reporter.cc | 310 load->set_num_calls_started(static_cast<int64_t>(value.start_count())); in GenerateLoads() 405 const uint64_t start_count = static_cast<uint64_t>(p.second); in ProcessViewDataCallStart() local 410 LoadRecordValue value = LoadRecordValue(start_count); in ProcessViewDataCallStart()
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.cc | 850 CMapTable::CMapFormat4::Builder::Segment::Segment(int32_t start_count, in Segment() argument 854 : start_count_(start_count), in Segment() 862 int32_t CMapTable::CMapFormat4::Builder::Segment::start_count() { in start_count() function in sfntly::CMapTable::CMapFormat4::Builder::Segment 867 CMapTable::CMapFormat4::Builder::Segment::set_start_count(int32_t start_count) { in set_start_count() argument 868 start_count_ = start_count; in set_start_count() 985 fprintf(stderr, "Segment %d; start %d\n", index, segment->start_count()); in Initialize() 1091 fprintf(stderr, "Segment %d; start %d\n", i, segments_[i]->start_count()); in SubSerialize() 1093 index += new_data->WriteUShort(index, segments_[i]->start_count()); in SubSerialize()
|
D | cmap_table.h | 332 Segment(int32_t start_count, 339 int32_t start_count(); 341 void set_start_count(int32_t start_count); 430 int32_t start_count,
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.cc | 850 CMapTable::CMapFormat4::Builder::Segment::Segment(int32_t start_count, in Segment() argument 854 : start_count_(start_count), in Segment() 862 int32_t CMapTable::CMapFormat4::Builder::Segment::start_count() { in start_count() function in sfntly::CMapTable::CMapFormat4::Builder::Segment 867 CMapTable::CMapFormat4::Builder::Segment::set_start_count(int32_t start_count) { in set_start_count() argument 868 start_count_ = start_count; in set_start_count() 985 fprintf(stderr, "Segment %d; start %d\n", index, segment->start_count()); in Initialize() 1091 fprintf(stderr, "Segment %d; start %d\n", i, segments_[i]->start_count()); in SubSerialize() 1093 index += new_data->WriteUShort(index, segments_[i]->start_count()); in SubSerialize()
|
D | cmap_table.h | 332 Segment(int32_t start_count, 339 int32_t start_count(); 341 void set_start_count(int32_t start_count); 430 int32_t start_count,
|
/third_party/libsnd/programs/ |
D | sndfile-play.c | 739 long k, start_count, output_count, write_count, read_count ; in solaris_play() local 787 start_count = 0 ; in solaris_play() 792 write_count = write (audio_fd, &(buffer [start_count]), output_count) ; in solaris_play() 795 start_count += write_count ; in solaris_play()
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_save.h | 64 struct pipe_draw_start_count_bias start_count; member
|
D | vbo_save_draw.c | 281 &node->merged.start_count, in vbo_save_playback_vertex_list_gallium() 338 ctx->Driver.DrawGallium(ctx, info, 0, &node->merged.start_count, 1); in vbo_save_playback_vertex_list()
|
D | vbo_save_api.c | 845 node->merged.start_count.start = merged_prims[0].start; in compile_vertex_list() 846 node->merged.start_count.count = merged_prims[0].count; in compile_vertex_list() 847 node->merged.start_count.index_bias = 0; in compile_vertex_list()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-cmap-table.hh | 104 HBUINT16 *start_count = c->allocate_size<HBUINT16> (HBUINT16::static_size * segments.length); in serialize() local 114 start_count[i] = segments[i].start_code; in serialize()
|
/third_party/ffmpeg/libavcodec/ |
D | mlpdec.c | 482 int start_count = get_bits_count(gbp); in read_restart_header() local 589 checksum = ff_mlp_restart_checksum(buf, get_bits_count(gbp) - start_count); in read_restart_header()
|
D | mlpenc.c | 812 unsigned int start_count = put_bits_count(pb); in write_restart_header() local 839 checksum = ff_mlp_restart_checksum(pb->buf, put_bits_count(pb) - start_count); in write_restart_header()
|
/third_party/glib/glib/pcre/ |
D | pcre_compile.c | 1380 int start_count = *count; in find_parens_sub() local 1381 int hwm_count = start_count; in find_parens_sub() 1571 *count = start_count; in find_parens_sub()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 9543 So you start it twice, but it will have start_count 1, which is the
|