/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | str_replace_benchmark.cc | 75 size_t next_pos = static_cast<size_t>(-1); in SetUpStrings() local 80 if (needlepos != std::string::npos && needlepos < next_pos) { in SetUpStrings() 81 next_pos = needlepos; in SetUpStrings() 86 if (next_pos > after_replacing_many->size()) break; in SetUpStrings() 87 after_replacing_many->replace(next_pos, strlen(needle_string), in SetUpStrings() 89 next_pos += strlen(replacement_string); in SetUpStrings() 90 pos = next_pos; in SetUpStrings()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux-webvtt.c | 104 guint next_pos; in webvtt_decode_vttc() local 112 next_pos = gst_byte_reader_get_pos (br) - 8 + atom_size; in webvtt_decode_vttc() 141 if (!gst_byte_reader_set_pos (br, next_pos)) in webvtt_decode_vttc() 177 guint next_pos; in qtdemux_webvtt_decode() local 185 next_pos = gst_byte_reader_get_pos (&br) - 8 + atom_size; in qtdemux_webvtt_decode() 210 if (!gst_byte_reader_set_pos (&br, next_pos)) in qtdemux_webvtt_decode()
|
/third_party/ffmpeg/libavformat/ |
D | bink.c | 92 uint32_t pos, next_pos; in read_header() local 205 next_pos = avio_rl32(pb); in read_header() 207 pos = next_pos; in read_header() 210 next_pos = bink->file_size; in read_header() 213 next_pos = avio_rl32(pb); in read_header() 214 next_keyframe = next_pos & 1; in read_header() 217 next_pos &= ~1; in read_header() 219 if (next_pos <= pos) { in read_header() 223 if ((ret = av_add_index_entry(vst, pos, i, next_pos - pos, 0, in read_header()
|
D | flvdec.c | 704 static int flv_read_metabody(AVFormatContext *s, int64_t next_pos) in flv_read_metabody() argument 755 if (amf_parse_object(s, astream, vstream, buffer, next_pos, 0) < 0) in flv_read_metabody()
|
/third_party/ninja/src/ |
D | string_piece_util.cc | 29 const char* next_pos = find(pos, input.end(), sep); in SplitStringPiece() local 30 if (next_pos == input.end()) { in SplitStringPiece() 34 elems.push_back(StringPiece(pos, next_pos - pos)); in SplitStringPiece() 35 pos = next_pos + 1; in SplitStringPiece()
|
/third_party/rust/crates/regex/src/ |
D | backtrack.rs | 156 at = self.input.at(at.next_pos()); in exec_() 237 at = self.input.at(at.next_pos()); in step() 245 at = self.input.at(at.next_pos()); in step() 254 at = self.input.at(at.next_pos()); in step()
|
D | pikevm.rs | 170 let at_next = self.input.at(at.next_pos()); in exec_()
|
D | input.rs | 61 pub fn next_pos(&self) -> usize { in next_pos() method
|
/third_party/jsoncpp/devtools/ |
D | antglob.py | 70 next_pos = 0 76 if match.start(0) != next_pos: 90 next_pos = match.end()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | type_parser.cc | 41 size_t next_pos = data.rfind('_', cur_pos); in Parse() local 42 if (next_pos == std::string::npos) { in Parse() 50 if (!ProcessChunk(data.substr(next_pos + 1, cur_pos - next_pos))) in Parse() 53 cur_pos = next_pos - 1; in Parse()
|
/third_party/skia/experimental/skrive/src/reader/ |
D | BinaryReader.cpp | 25 const auto next_pos = fStream->getPosition() + sz, in validateSize() local 28 return next_pos <= block_end; in validateSize()
|
/third_party/python/Lib/ |
D | mailbox.py | 910 next_pos = 0 912 line_pos = next_pos 914 next_pos = self._file.tell() 916 starts.append(next_pos) 918 line_pos = next_pos 920 next_pos = self._file.tell() 1337 next_pos = 0 1340 line_pos = next_pos 1342 next_pos = self._file.tell() 1346 starts.append(next_pos)
|
/third_party/gn/src/gn/ |
D | functions.cc | 1257 size_t next_pos = 0; in RunStringSplit() local 1258 while ((next_pos = str.find(separator, pos)) != std::string::npos) { in RunStringSplit() 1259 strings.push_back(str.substr(pos, next_pos - pos)); in RunStringSplit() 1260 pos = next_pos + separator.length(); in RunStringSplit()
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | gsthlsdemux.c | 473 GstClockTime next_pos = current_pos + file->duration; in gst_hls_demux_stream_seek() local 475 if (next_pos <= ts && ts < next_pos + file->duration) { in gst_hls_demux_stream_seek()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 5239 static void export_vs_varying(isel_context* ctx, int slot, bool is_pos, int* next_pos); 10885 export_vs_varying(isel_context* ctx, int slot, bool is_pos, int* next_pos) in export_vs_varying() argument 10915 exp->valid_mask = ctx->options->gfx_level == GFX10 && is_pos && *next_pos == 0; in export_vs_varying() 10919 exp->dest = V_008DFC_SQ_EXP_POS + (*next_pos)++; in export_vs_varying() 10926 export_vs_psiz_layer_viewport_vrs(isel_context* ctx, int* next_pos, in export_vs_psiz_layer_viewport_vrs() argument 10963 exp->valid_mask = ctx->options->gfx_level == GFX10 && *next_pos == 0; in export_vs_psiz_layer_viewport_vrs() 10966 exp->dest = V_008DFC_SQ_EXP_POS + (*next_pos)++; in export_vs_psiz_layer_viewport_vrs() 10989 int next_pos = 0; in create_vs_exports() local 10990 export_vs_varying(ctx, VARYING_SLOT_POS, true, &next_pos); in create_vs_exports() 10994 export_vs_psiz_layer_viewport_vrs(ctx, &next_pos, outinfo); in create_vs_exports() [all …]
|