Home
last modified time | relevance | path

Searched defs:stop_index (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/xds/
H A Dxds_end2end_test_lib.cc425 size_t stop_index, in CreateEndpointsForBackends()
437 size_t stop_index) { in ResetBackendCounters()
468 bool XdsEnd2endTest::SeenAllBackends(size_t start_index, size_t stop_index, in SeenAllBackends()
750 size_t stop_index, std::function<void(const RpcResult&)> check_status, in WaitForAllBackends()
/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dpage.cc152 std::string Page::GetTextUtf8(const int start_index, const int stop_index) { in GetTextUtf8()
206 int Page::GetTextBounds(const int start_index, const int stop_index, vector<Rectangle_i>* rects) { in GetTextBounds()
540 int stop_index = GetWordStopIndex(index); in IsRtlAtIndex() local
613 int stop_index = index; in GetWordStopIndex() local
/aosp_15_r20/external/libxaac/encoder/
H A Dixheaace_sbr_inv_filtering_estimation.c47 WORD32 start_index, WORD32 stop_index) { in ixheaace_calculate_detector_values()
195 WORD32 stop_index, WORD32 transient_flag, in ixheaace_qmf_inverse_filtering_detector()
H A Dixheaace_sbr_noise_floor_est.c98 FLOAT32 noise_floor_offset, WORD8 *ptr_idx_vx, WORD32 start_index, WORD32 stop_index, in ia_enhaacplus_enc_qmf_based_noise_floor_detection()
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/pktverify/
H A Derrors.py43 def __init__(self, start_index, stop_index): argument
H A Dpacket_filter.py142 def stop_index(self) -> Tuple[int, int]: member in PacketFilter
/aosp_15_r20/external/libopus/dnn/torch/lpcnet/utils/
H A Dendoscopy.py179 def make_animation(data, filename, start_index=80, stop_index=-80, interval=20, half_signal_window_… argument
/aosp_15_r20/external/libopus/dnn/torch/osce/stndrd/presentation/
H A Dendoscopy.py150 def make_animation(data, filename, start_index=80, stop_index=-80, interval=20, half_signal_window_… argument
/aosp_15_r20/external/libopus/dnn/torch/osce/utils/
H A Dendoscopy.py150 def make_animation(data, filename, start_index=80, stop_index=-80, interval=20, half_signal_window_… argument
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dgrpclb_end2end_test.cc626 bool SeenAllBackends(size_t start_index = 0, size_t stop_index = 0) { in SeenAllBackends()
665 size_t start_index = 0, size_t stop_index = 0, in WaitForAllBackends()
752 size_t stop_index = 0) const { in GetBackendPorts()
H A Dclient_lb_end2end_test.cc299 size_t stop_index = 0) { in GetServersPorts()
482 bool SeenAllServers(size_t start_index = 0, size_t stop_index = 0) { in SeenAllServers()
495 size_t start_index = 0, size_t stop_index = 0, in WaitForServers()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dbpf_loop.c23 u32 stop_index = -1; variable
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/
H A Dtree.rb225 attr_accessor :stop_index accessor
530 def stop_index method in ANTLR3.CommonTree
/aosp_15_r20/external/autotest/client/cros/chameleon/
H A Dchameleon.py941 def get_captured_checksums(self, start_index=0, stop_index=None): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dpropagate_fixed_sizes.cc1702 int stop_index = tflite::strided_slice::StopForAxis( in ProcessStridedSliceOperator() local