/aosp_15_r20/external/javassist/src/test/test2/ |
H A D | Remove.java | 7 public class Remove extends RemoveParent { class 17 public Remove() { g = 7; } in Remove() method in Remove 18 public Remove(int i) { g = i; } in Remove() method in Remove
|
HD | Remove.class | Remove.java
package test2
public test2.Remove extends test2.RemoveParent {
public int f2
public test2 ... |
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/model/ |
H A D | AutoAddSignal.kt | 34 data class Remove( dataClass
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Collections/ |
H A D | MapField.cs | 147 public bool Remove(TKey key) in Remove() method in Google.Protobuf.Collections.MapField 317 bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) in Remove() method in Google.Protobuf.Collections.MapField 735 public bool Remove(T item) in Remove() method in Google.Protobuf.Collections.MapField.MapView
|
H A D | ReadOnlyDictionary.cs | 66 public bool Remove(TKey key) in Remove() method in Google.Protobuf.Collections.ReadOnlyDictionary 117 public bool Remove(KeyValuePair<TKey, TValue> item) in Remove() method in Google.Protobuf.Collections.ReadOnlyDictionary
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
H A D | MapField.cs | 147 public bool Remove(TKey key) in Remove() method in Google.Protobuf.Collections.MapField 317 bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) in Remove() method in Google.Protobuf.Collections.MapField 735 public bool Remove(T item) in Remove() method in Google.Protobuf.Collections.MapField.MapView
|
H A D | ReadOnlyDictionary.cs | 66 public bool Remove(TKey key) in Remove() method in Google.Protobuf.Collections.ReadOnlyDictionary 117 public bool Remove(KeyValuePair<TKey, TValue> item) in Remove() method in Google.Protobuf.Collections.ReadOnlyDictionary
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | packet_number_indexed_queue.h | 183 bool PacketNumberIndexedQueue<T>::Remove(QuicPacketNumber packet_number) { in Remove() function 189 bool PacketNumberIndexedQueue<T>::Remove(QuicPacketNumber packet_number, in Remove() function
|
/aosp_15_r20/external/vixl/src/ |
H A D | cpu-features.cc | 74 void CPUFeatures::Remove(const CPUFeatures& other) { in Remove() function in vixl::CPUFeatures 78 void CPUFeatures::Remove(Feature feature) { in Remove() function in vixl::CPUFeatures
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/pipeline/domain/model/ |
D | AutoAddSignal.java | 78 …public static final class Remove implements com.android.systemui.qs.pipeline.domain.model.AutoAddS… class 82 public Remove(@org.jetbrains.annotations.NotNull() in Remove() method in AutoAddSignal.Remove
|
/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | network_data_publisher.cpp | 407 void Publisher::Entry::Remove(State aNextState) in Remove() function in ot::NetworkData::Publisher::Entry 597 void Publisher::DnsSrpServiceEntry::Remove(State aNextState) in Remove() function in ot::NetworkData::Publisher::DnsSrpServiceEntry 892 void Publisher::PrefixEntry::Remove(State aNextState) in Remove() function in ot::NetworkData::Publisher::PrefixEntry
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/ |
D | mutation_entry.h | 94 static MutationEntry Remove(PropertyType property_type, std::string section_param) { in Remove() function 98 static MutationEntry Remove(PropertyType property_type, std::string section_param, in Remove() function
|
/aosp_15_r20/external/cronet/base/profiler/ |
H A D | sample_metadata.cc | 41 void SampleMetadata::Remove() { in Remove() function in base::SampleMetadata 46 void SampleMetadata::Remove(int64_t key) { in Remove() function in base::SampleMetadata
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/prefs/ |
D | FileSystemPreferences.java | 383 private class Remove extends Change { class in FileSystemPreferences 386 Remove(String key) { in Remove() method in FileSystemPreferences.Remove
|
/aosp_15_r20/external/openthread/src/core/common/ |
H A D | timer.hpp | 242 void Remove(TimerMilli &aTimer) { Timer::Scheduler::Remove(aTimer, sAlarmMilliApi); } in Remove() function in ot::TimerMilli::Scheduler 431 void Remove(TimerMicro &aTimer) { Timer::Scheduler::Remove(aTimer, sAlarmMicroApi); } in Remove() function in ot::TimerMicro::Scheduler
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/23/libcore/ojluni/src/main/java/java/util/prefs/ |
D | FileSystemPreferences.java | 383 private class Remove extends Change { class in FileSystemPreferences 386 Remove(String key) { in Remove() method in FileSystemPreferences.Remove
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonRDFOpt.cpp | 176 SetVector<NodeId> Remove = DeadInstrs; in run() local 215 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { in rewrite()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/prefs/ |
H A D | FileSystemPreferences.java | 383 private class Remove extends Change { class in FileSystemPreferences 386 Remove(String key) { in Remove() method in FileSystemPreferences.Remove
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonRDFOpt.cpp | 176 SetVector<NodeId> Remove = DeadInstrs; in run() local 215 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { in rewrite()
|
/aosp_15_r20/build/soong/finder/fs/ |
H A D | fs.go | 64 Remove(path string) (err error) methodSpec 127 func (osFs) Remove(path string) error { func 813 func (m *MockFs) Remove(path string) (err error) { func
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | operands-aarch64.h | 120 void Remove(const CPURegList& other) { in Remove() function 134 void Remove(const CPURegister& other) { in Remove() function 148 void Remove(int code) { in Remove() function
|
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonRDFOpt.cpp | 161 SetVector<NodeId> Remove = DeadInstrs; in run() local 201 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { in rewrite()
|
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
H A D | Antlr.Runtime.Tools.pas | 155 function Remove(const Value: T): Integer; in Remove() function 195 procedure Remove(const Key: TKey); procedure 297 procedure Remove(const Key: TKey); procedure 767 procedure TDictionary<TKey,TValue>.Remove(const Key: TKey); procedure
|
H A D | Antlr.Runtime.Collections.pas | 109 procedure Remove(const Key: TKey); procedure 237 procedure THashList<TKey, TValue>.Remove(const Key: TKey); procedure
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/avl/ |
D | avl.h | 39 AVL Remove(const SomethingLikeK& key) const { in Remove() function 327 AVL Remove(const K& key) const { return AVL(RemoveKey(root_, key)); } in Remove() function
|