/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
H A D | Antlr.Runtime.Tools.pas | 143 procedure AddRange(const Values: array of T); overload; procedure 144 procedure AddRange(const Collection: IEnumerable<T>); overload; procedure 145 procedure AddRange(Collection: TEnumerable<T>); overload; procedure 146 procedure AddRange(const List: IList<T>); overload; procedure 229 procedure AddRange(const List: IList<T>); overload; procedure 463 procedure TList<T>.AddRange(const List: IList<T>); procedure
|
/aosp_15_r20/system/update_engine/common/ |
H A D | multi_range_http_fetcher.h | 60 void AddRange(off_t offset, size_t size) { in AddRange() function 65 void AddRange(off_t offset) { ranges_.push_back(Range(offset)); } in AddRange() function
|
/aosp_15_r20/external/libbrillo/brillo/http/ |
H A D | http_request.cc | 120 void Request::AddRange(int64_t bytes) { in AddRange() function in brillo::http::Request 129 void Request::AddRange(uint64_t from_byte, uint64_t to_byte) { in AddRange() function in brillo::http::Request
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/ |
H A D | benchmark_register.h | 9 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) { in AddRange() function
|
/aosp_15_r20/external/google-breakpad/src/common/ |
H A D | dwarf_range_list_handler.cc | 45 void DwarfRangeListHandler::AddRange(uint64_t begin, uint64_t end) { in AddRange() function in google_breakpad::DwarfRangeListHandler
|
/aosp_15_r20/external/google-benchmark/src/ |
H A D | benchmark_register.h | 60 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) { in AddRange() function
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/ |
H A D | benchmark_register.h | 60 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) { in AddRange() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | ExtensionRegistry.cs | 101 public void AddRange(IEnumerable<Extension> extensions) in AddRange() method in Google.Protobuf.ExtensionRegistry
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/ |
H A D | ExtensionRegistry.cs | 101 public void AddRange(IEnumerable<Extension> extensions) in AddRange() method in Google.Protobuf.ExtensionRegistry
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/ |
H A D | quic_ack_frame.cc | 81 void PacketNumberQueue::AddRange(QuicPacketNumber lower, in AddRange() function in quic::PacketNumberQueue
|
H A D | quic_frames_test.cc | 665 TEST_F(PacketNumberQueueTest, AddRange) { in TEST_F() argument
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | SafeStackColoring.h | 52 void AddRange(unsigned start, unsigned end) { bv.set(start, end); } in AddRange() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | SafeStackColoring.h | 62 void AddRange(unsigned start, unsigned end) { bv.set(start, end); } in AddRange() function
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Collections/ |
H A D | RepeatedField.cs | 402 public void AddRange(IEnumerable<T> values) in AddRange() method in Google.Protobuf.Collections.RepeatedField
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
H A D | RepeatedField.cs | 402 public void AddRange(IEnumerable<T> values) in AddRange() method in Google.Protobuf.Collections.RepeatedField
|
/aosp_15_r20/external/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.h | 189 Diag &AddRange(Range A) { in AddRange() function
|
/aosp_15_r20/external/regex-re2/re2/ |
H A D | regexp.cc | 741 bool CharClassBuilder::AddRange(Rune lo, Rune hi) { in AddRange() function in re2::CharClassBuilder
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | regexp.cc | 757 bool CharClassBuilder::AddRange(Rune lo, Rune hi) { in AddRange() function in re2::CharClassBuilder
|
/aosp_15_r20/external/coreboot/util/x86/ |
H A D | x86_page_tables.go | 626 func (as *addressSpace) AddRange(r *addressRange) { func
|
/aosp_15_r20/external/cronet/third_party/re2/src/re2/ |
H A D | regexp.cc | 773 bool CharClassBuilder::AddRange(Rune lo, Rune hi) { in AddRange() function in re2::CharClassBuilder
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | ssa_liveness_analysis.h | 406 ALWAYS_INLINE void AddRange(size_t start, size_t end) { in AddRange() function
|
/aosp_15_r20/external/google-breakpad/src/common/dwarf/ |
H A D | dwarf2reader.h | 246 virtual void AddRange(uint64_t begin, uint64_t end) { }; in AddRange() function
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | cmd_inject.cpp | 68 void AddRange(uint64_t begin, uint64_t end) { in AddRange() function
|