/external/v4l2_codec2/tests/c2_e2e_test/jni/ |
D | encoded_data_helper.cpp | 53 std::string GetBytesForNextAU(const std::string& data, size_t* next_pos) { in GetBytesForNextAU() argument 56 size_t start_pos = *next_pos; in GetBytesForNextAU() 60 *next_pos = data.size(); in GetBytesForNextAU() 74 *next_pos = pos; in GetBytesForNextAU() 80 std::string GetBytesForNextFrame(const std::string& data, size_t* next_pos) { in GetBytesForNextFrame() argument 82 size_t pos = *next_pos; in GetBytesForNextFrame() 90 *next_pos = pos + frame_size; in GetBytesForNextFrame() 141 size_t next_pos = 0; in SliceToFragments() local 143 while (next_pos < data.size()) { in SliceToFragments() 147 fragment->data = GetBytesForNextAU(data, &next_pos); in SliceToFragments() [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/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()
|
/external/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()
|
/external/openscreen/third_party/abseil/src/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()
|
/external/webrtc/third_party/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()
|
/external/angle/third_party/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()
|
/external/libtextclassifier/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()
|
/external/google-breakpad/src/common/linux/ |
D | symbol_upload.cc | 52 string::size_type cur_pos = 0, next_pos = 0; in TokenizeByChar() local 53 while ((next_pos = source_string.find(c, cur_pos)) != string::npos) { in TokenizeByChar() 54 if (next_pos != cur_pos) in TokenizeByChar() 55 results->push_back(source_string.substr(cur_pos, next_pos - cur_pos)); in TokenizeByChar() 56 cur_pos = next_pos + 1; in TokenizeByChar() 58 if (cur_pos < source_string.size() && next_pos != cur_pos) in TokenizeByChar()
|
/external/libxaac/decoder/ |
D | ixheaacd_env_calc.h | 69 WORD32 start_pos, WORD32 next_pos, 97 WORD next_pos, WORD shift, FLAG low_pow_flag); 101 WORD next_pos, WORD shift, FLAG low_pow_flag); 115 VOID ixheaacd_enery_calc_per_subband_dec(WORD32 start_pos, WORD32 next_pos, 124 WORD32 start_pos, WORD32 next_pos, WORD32 sub_band_start,
|
D | ixheaacd_env_calc.c | 1038 WORD32 next_pos, WORD32 shift, in ixheaacd_adjust_scale_dec() argument 1050 for (l = start_pos; l < next_pos; l++) { in ixheaacd_adjust_scale_dec() 1059 for (l = start_pos; l < next_pos; l++) { in ixheaacd_adjust_scale_dec() 1069 for (l = start_pos; l < next_pos; l++) { in ixheaacd_adjust_scale_dec() 1081 for (l = start_pos; l < next_pos; l++) { in ixheaacd_adjust_scale_dec() 1099 WORD32 next_pos, FLAG low_pow_flag) { in ixheaacd_expsubbandsamples_dec() argument 1114 for (l = start_pos; l < next_pos; l++) { in ixheaacd_expsubbandsamples_dec() 1126 for (l = start_pos; l < next_pos; l++) { in ixheaacd_expsubbandsamples_dec() 1148 VOID ixheaacd_enery_calc_per_subband_dec(WORD32 start_pos, WORD32 next_pos, in ixheaacd_enery_calc_per_subband_dec() argument 1164 WORD32 num_cols = next_pos - start_pos; in ixheaacd_enery_calc_per_subband_dec() [all …]
|
/external/rust/crates/regex/src/ |
D | backtrack.rs | 162 at = self.input.at(at.next_pos()); in exec_() 243 at = self.input.at(at.next_pos()); in step() 251 at = self.input.at(at.next_pos()); in step() 260 at = self.input.at(at.next_pos()); in step()
|
/external/jsoncpp/devtools/ |
D | antglob.py | 70 next_pos = 0 76 if match.start(0) != next_pos: 90 next_pos = match.end()
|
/external/libxaac/decoder/armv7/ |
D | ixheaacd_function_selector_arm_non_neon.c | 115 WORD32 start_pos, WORD32 next_pos, WORD32 shift, 120 WORD32 start_pos, WORD32 next_pos, 124 (WORD32 start_pos, WORD32 next_pos, WORD32 sub_band_start, WORD32 sub_band_end,
|
D | ixheaacd_function_selector_armv7.c | 122 WORD32 start_pos, WORD32 next_pos, WORD32 shift, 127 WORD32 start_pos, WORD32 next_pos, 131 (WORD32 start_pos, WORD32 next_pos, WORD32 sub_band_start, WORD32 sub_band_end,
|
/external/deqp-deps/amber/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()
|
/external/aac/libSBRdec/src/ |
D | env_calc.cpp | 179 int highSubband, int start_pos, int next_pos, 185 UCHAR *freqBandTable, int start_pos, int next_pos, 1870 int next_pos, /*!< End of time rage (QMF-timeslot) */ in rescaleSubbandSamples() argument 1877 for (int l = start_pos; l < next_pos; l++) { in rescaleSubbandSamples() 1882 for (int l = start_pos; l < next_pos; l++) { in rescaleSubbandSamples() 1915 int next_pos /*!< End of time rage (QMF-timeslot) */ in maxSubbandSample() argument 1924 for (int l = start_pos; l < next_pos; l++) { in maxSubbandSample() 1938 for (int l = start_pos; l < next_pos; l++) { in maxSubbandSample() 1990 int next_pos, /*!< Last QMF-slot of current envelope + 1 */ in calcNrgPerSubband() argument 2002 invWidth = FX_DBL2FX_SGL(GetInvInt(next_pos - start_pos)); in calcNrgPerSubband() [all …]
|
D | env_calc.h | 175 int noSubbands, int start_pos, int next_pos,
|
/external/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()
|
/external/libxaac/decoder/x86_64/ |
D | ixheaacd_function_selector_x86_64.c | 120 WORD32 start_pos, WORD32 next_pos, WORD32 shift, 125 WORD32 start_pos, WORD32 next_pos, 129 (WORD32 start_pos, WORD32 next_pos, WORD32 sub_band_start, WORD32 sub_band_end,
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_function_selector_armv8.c | 120 WORD32 start_pos, WORD32 next_pos, WORD32 shift, 125 WORD32 start_pos, WORD32 next_pos, 129 (WORD32 start_pos, WORD32 next_pos, WORD32 sub_band_start, WORD32 sub_band_end,
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_function_selector_generic.c | 121 WORD32 start_pos, WORD32 next_pos, WORD32 shift, 126 WORD32 start_pos, WORD32 next_pos, 130 (WORD32 start_pos, WORD32 next_pos, WORD32 sub_band_start, WORD32 sub_band_end,
|
/external/libxaac/decoder/x86/ |
D | ixheaacd_function_selector_x86.c | 120 WORD32 start_pos, WORD32 next_pos, WORD32 shift, 125 WORD32 start_pos, WORD32 next_pos, 129 (WORD32 start_pos, WORD32 next_pos, WORD32 sub_band_start, WORD32 sub_band_end,
|
/external/rust/crates/tokio/src/sync/ |
D | broadcast.rs | 705 let next_pos = slot.pos.wrapping_add(self.shared.buffer.len() as u64); in recv_ref() localVariable 709 if waiter.is_none() && next_pos == self.next { in recv_ref() 731 let next_pos = slot.pos.wrapping_add(self.shared.buffer.len() as u64); in recv_ref() localVariable 733 if next_pos == self.next { in recv_ref()
|
/external/python/cpython2/Lib/ |
D | mailbox.py | 892 next_pos = 0 894 line_pos = next_pos 896 next_pos = self._file.tell() 898 starts.append(next_pos) 900 line_pos = next_pos 902 next_pos = self._file.tell() 1320 next_pos = 0 1323 line_pos = next_pos 1325 next_pos = self._file.tell() 1329 starts.append(next_pos)
|
/external/python/cpython3/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)
|