/third_party/grpc/examples/cpp/route_guide/ |
D | helper.cc | 39 size_t start_position = argv_1.find(arg_str); in GetDbFileContent() local 40 if (start_position != std::string::npos) { in GetDbFileContent() 41 start_position += arg_str.size(); in GetDbFileContent() 42 if (argv_1[start_position] == ' ' || argv_1[start_position] == '=') { in GetDbFileContent() 43 db_path = argv_1.substr(start_position + 1); in GetDbFileContent()
|
/third_party/glib/glib/ |
D | gregex.h | 495 gint start_position, 508 gint start_position, 527 gint start_position, 537 gint start_position, 545 gint start_position, 553 gint start_position,
|
D | gregex.c | 845 gint start_position, in match_info_new() argument 862 match_info->pos = start_position; in match_info_new() 2070 gint start_position, in g_regex_match_full() argument 2082 g_return_val_if_fail (start_position >= 0, FALSE); in g_regex_match_full() 2086 info = match_info_new (regex, string, string_len, start_position, in g_regex_match_full() 2194 gint start_position, in g_regex_match_all_full() argument 2210 g_return_val_if_fail (start_position >= 0, FALSE); in g_regex_match_all_full() 2232 info = match_info_new (regex, string, string_len, start_position, in g_regex_match_all_full() 2467 gint start_position, in g_regex_split_full() argument 2489 g_return_val_if_fail (start_position >= 0, NULL); in g_regex_split_full() [all …]
|
/third_party/boost/libs/regex/doc/ |
D | unicode_iterators.qbk | 42 u32_to_u16_iterator(BaseIterator start_position); 55 u16_to_u32_iterator(BaseIterator start_position); 56 …u16_to_u32_iterator(BaseIterator start_position, BaseIterator start_range, BaseIterator end_range); 74 u32_to_u8_iterator(BaseIterator start_position); 86 u8_to_u32_iterator(BaseIterator start_position); 87 … u8_to_u32_iterator(BaseIterator start_position, BaseIterator start_range, BaseIterator end_range);
|
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/ |
D | webidl2.js | 398 const start_position = consume_position; 407 unconsume(start_position); 415 unconsume(start_position); 563 const start_position = consume_position; 581 unconsume(start_position); 675 const start_position = consume_position; 684 unconsume(start_position); 887 const start_position = consume_position; 901 unconsume(start_position); 906 const start_position = consume_position; [all …]
|
/third_party/glib/glib/tests/ |
D | regex.c | 150 gint start_position; member 198 data->start_position, data->match_opts2, NULL, NULL); in test_match() 210 data->start_position, data->match_opts2); in test_match() 224 data->start_position, data->match_opts2); in test_match() 227 if (data->string_len == -1 && data->start_position == 0) in test_match() 246 data->start_position = _start_position; \ 275 gint start_position; member 293 data->start_position, 0, &match_info, NULL); in test_match_next() 347 data->start_position = _start_position; \ 363 data->start_position = _start_position; \ [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | cbs_h264_syntax_template.c | 839 int start_position, end_position; in FUNC() local 842 start_position = get_bits_count(rw); in FUNC() 844 start_position = put_bits_count(rw); in FUNC() 909 if (end_position < start_position + 8 * current->payload_size) { in FUNC() 913 end_position - start_position); in FUNC() 918 current->payload_size = (end_position - start_position) / 8; in FUNC()
|
D | cbs_h265_syntax_template.c | 2142 int start_position, current_position; local 2146 start_position = get_bits_count(rw); 2148 start_position = put_bits_count(rw); 2216 current_position = get_bits_count(rw) - start_position; 2219 current_position = put_bits_count(rw) - start_position; 2230 current->payload_size = (put_bits_count(rw) - start_position) >> 3;
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/ |
D | gstnonstreamaudiodecoder.c | 290 GstClockTime start_position); 1808 GstClockTime start_position) in gst_nonstream_audio_decoder_output_new_segment() argument 1820 segment.time = start_position; in gst_nonstream_audio_decoder_output_new_segment()
|
/third_party/ffmpeg/libavformat/ |
D | mxfdec.c | 120 int64_t start_position; member 920 source_clip->start_position = avio_rb64(pb); in mxf_read_source_clip() 2047 int64_t start_position; in mxf_parse_physical_source_package() local 2093 start_position = av_rescale_q(sourceclip->start_position, in mxf_parse_physical_source_package() 2097 …if (av_timecode_init(&tc, mxf_tc->rate, flags, start_position + mxf_tc->start_frame, mxf->fc) == 0… in mxf_parse_physical_source_package() 2302 st->start_time = component->start_position; in mxf_parse_structural_metadata()
|
/third_party/gstreamer/gstplugins_good/ext/dv/ |
D | gstdvdemux.c | 946 gint64 start_position, end_position; in gst_dvdemux_handle_push_seek() local 960 format, cur, stop, GST_FORMAT_BYTES, &start_position, &end_position); in gst_dvdemux_handle_push_seek() 966 cur_type, start_position, stop_type, end_position); in gst_dvdemux_handle_push_seek()
|
/third_party/json/third_party/cpplint/ |
D | cpplint.py | 4878 start_position = match.end(0) 4880 assert start_position > 0, ( 4882 assert text[start_position - 1] in matching_punctuation, ( 4885 punctuation_stack = [matching_punctuation[text[start_position - 1]]] 4886 position = start_position 4900 return text[start_position:position - 1]
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfmetadata.h | 588 gint64 start_position; member
|
D | mxfmux.c | 738 clip->start_position = 0; in gst_mxf_mux_create_metadata() 868 clip->start_position = 0; in gst_mxf_mux_create_metadata()
|
D | mxfdemux.c | 1231 gst_util_uint64_scale (component->start_position, in gst_mxf_demux_update_tracks() 1241 pad->current_component_start += component->start_position; in gst_mxf_demux_update_tracks() 1646 gst_util_uint64_scale (pad->current_component->start_position, in gst_mxf_demux_pad_set_component() 1656 pad->current_component_start += pad->current_component->start_position; in gst_mxf_demux_pad_set_component()
|
D | mxfmetadata.c | 3358 self->start_position = GST_READ_UINT64_BE (tag_data); in mxf_metadata_source_clip_handle_tag() 3359 GST_DEBUG (" start position = %" G_GINT64_FORMAT, self->start_position); in mxf_metadata_source_clip_handle_tag() 3437 self->start_position, MXF_QUARK (SOURCE_PACKAGE), G_TYPE_STRING, str, in mxf_metadata_source_clip_to_structure() 3458 GST_WRITE_UINT64_BE (t->data, self->start_position); in mxf_metadata_source_clip_write_tags()
|