Home
last modified time | relevance | path

Searched defs:begin_index (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/webrtc/modules/remote_bitrate_estimator/
H A Dpacket_arrival_map.cc87 const int begin_index = Index(begin_sequence_number_); in TrimLeadingNotReceivedEntries() local
116 int begin_index = Index(begin_sequence_number_inclusive); in SetNotReceived() local
/aosp_15_r20/external/libchrome/base/i18n/
H A Drtl.cc364 size_t begin_index = 0; in UnadjustStringForLocaleDirection() local
482 size_t begin_index = 0; in StripWrappingBidiControlCharacters() local
/aosp_15_r20/external/cronet/base/i18n/
H A Drtl.cc372 size_t begin_index = 0; in UnadjustStringForLocaleDirection() local
490 size_t begin_index = 0; in StripWrappingBidiControlCharacters() local
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Daudio_vector.h132 size_t begin_index, in WrapIndex()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dstrided_slice_op.cc152 xla::XlaOp begin_index, end_index; in EmitDynamicSlice() local
484 xla::XlaOp begin_index; in CompileAsDynamicUpdateSlice() local
/aosp_15_r20/external/cronet/base/strings/
H A Dstring_split_internal.h82 for (size_type begin_index = 0, end_index = 0; end_index != Piece::npos; in SplitStringUsingSubstrT() local
/aosp_15_r20/external/cronet/url/
H A Durl_file.h27 inline int FindNextSlash(const CHAR* spec, int begin_index, int spec_len) { in FindNextSlash()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_interval_deque.h376 const std::size_t interval_begin, const std::size_t begin_index, in Search()
/aosp_15_r20/external/pytorch/torch/csrc/jit/
H A Djit_log.cpp100 auto begin_index = index_at == std::string::npos ? 0 : index_at + 1; in parse() local
/aosp_15_r20/external/libchrome/base/strings/
H A Dstring_split.cc143 for (size_type begin_index = 0, end_index = 0; end_index != Piece::npos; in SplitStringUsingSubstrT() local
/aosp_15_r20/external/flatbuffers/grpc/src/compiler/
H A Djava_generator.cc147 string::size_type begin_index, end_index; in GrpcSplitStringToIteratorUsing() local
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc198 std::string::size_type begin_index, end_index; in SplitStringToIteratorUsing() local
233 std::string::size_type begin_index, end_index; in SplitStringToIteratorAllowEmpty() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc198 std::string::size_type begin_index, end_index; in SplitStringToIteratorUsing() local
233 std::string::size_type begin_index, end_index; in SplitStringToIteratorAllowEmpty() local
/aosp_15_r20/external/grpc-grpc-java/compiler/src/java_plugin/cpp/
H A Djava_generator.cpp225 std::string::size_type begin_index, end_index; in GrpcSplitStringToIteratorUsing() local
/aosp_15_r20/external/armnn/third-party/stb/
H A Dstb_image_resize.h1688 static float* stbir__get_ring_buffer_scanline(int get_scanline, float* ring_buffer, int begin_index in stbir__get_ring_buffer_scanline()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_ops_n_z.cc1284 int64_t begin_index = raw_begin_index.getSExtValue(); in verify() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Darithmetic_optimizer.cc3966 int begin_index = -1; in GetStridedSliceAxis() local