/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
D | ExtractGV.cpp | 24 static void makeVisible(GlobalValue &GV, bool Delete) { in makeVisible() 74 bool Delete = deleteStuff == (bool)Named.count(&GV) && in run() local 94 bool Delete = deleteStuff == (bool)Named.count(&F) && !F.isDeclaration(); in run() local 111 bool Delete = deleteStuff == (bool)Named.count(&GA); in run() local
|
/external/llvm/lib/Transforms/IPO/ |
D | ExtractGV.cpp | 28 static void makeVisible(GlobalValue &GV, bool Delete) { in makeVisible() 88 bool Delete = in runOnModule() local 108 bool Delete = in runOnModule() local 130 bool Delete = deleteStuff == (bool)Named.count(&*CurI); in runOnModule() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ExtractGV.cpp | 25 static void makeVisible(GlobalValue &GV, bool Delete) { in makeVisible() 85 bool Delete = in runOnModule() local 105 bool Delete = in runOnModule() local 127 bool Delete = deleteStuff == (bool)Named.count(&*CurI); in runOnModule() local
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | TokenRewriteStream.cs | 308 public virtual void Delete(int index) { in Delete() method in Antlr.Runtime.TokenRewriteStream 312 public virtual void Delete(int from, int to) { in Delete() method in Antlr.Runtime.TokenRewriteStream 316 public virtual void Delete(IToken indexT) { in Delete() method in Antlr.Runtime.TokenRewriteStream 320 public virtual void Delete(IToken from, IToken to) { in Delete() method in Antlr.Runtime.TokenRewriteStream 324 public virtual void Delete(string programName, int from, int to) { in Delete() method in Antlr.Runtime.TokenRewriteStream 328 public virtual void Delete(string programName, IToken from, IToken to) { in Delete() method in Antlr.Runtime.TokenRewriteStream
|
/external/libchrome/base/memory/ |
D | singleton.h | 53 static void Delete(Type* x) { in Delete() function 113 static void Delete(Type* p) { in Delete() function
|
/external/cronet/tot/base/memory/ |
D | singleton.h | 51 static void Delete(Type* x) { in Delete() function 111 static void Delete(Type* p) { in Delete() function
|
/external/cronet/stable/base/memory/ |
D | singleton.h | 51 static void Delete(Type* x) { in Delete() function 111 static void Delete(Type* p) { in Delete() function
|
/external/libchrome/base/ |
D | lazy_instance.h | 95 static void Delete(Type* instance) { in Delete() function 119 static void Delete(Type* instance) { in Delete() function
|
/external/cronet/tot/base/ |
D | lazy_instance.h | 97 static void Delete(Type* instance) { in Delete() function 121 static void Delete(Type* instance) { in Delete() function
|
/external/cronet/stable/base/ |
D | lazy_instance.h | 97 static void Delete(Type* instance) { in Delete() function 121 static void Delete(Type* instance) { in Delete() function
|
/external/icing/icing/store/ |
D | persistent-hash-map-key-mapper.h | 111 bool Delete(std::string_view key) override { in Delete() function 202 PersistentHashMapKeyMapper<T, Formatter>::Delete( in Delete() function
|
D | dynamic-trie-key-mapper.h | 183 libtextclassifier3::Status DynamicTrieKeyMapper<T, Formatter>::Delete( in Delete() function 280 bool DynamicTrieKeyMapper<T, Formatter>::Delete(std::string_view key) { in Delete() function
|
/external/boringssl/src/ssl/ |
D | internal.h | 82 void Delete(T *t) { in Delete() function
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/ |
D | internal.h | 208 void Delete(T *t) { in Delete() function
|
/external/leveldb/db/ |
D | write_batch.cc | 105 void WriteBatch::Delete(const Slice& key) { in Delete() function in leveldb::WriteBatch 125 void Delete(const Slice& key) override { in Delete() function in leveldb::__anon4b5b2a490111::MemTableInserter
|
/external/volley/testing/src/main/java/com/android/volley/mock/ |
D | TestRequest.java | 129 public static class Delete extends Base { class in TestRequest 130 public Delete() { in Delete() method in TestRequest.Delete
|
/external/cronet/stable/net/third_party/quiche/src/quiche/common/ |
D | simple_buffer_allocator.cc | 15 void SimpleBufferAllocator::Delete(char* buffer) { delete[] buffer; } in Delete() function in quiche::SimpleBufferAllocator
|
/external/cronet/tot/net/third_party/quiche/src/quiche/common/ |
D | simple_buffer_allocator.cc | 15 void SimpleBufferAllocator::Delete(char* buffer) { delete[] buffer; } in Delete() function in quiche::SimpleBufferAllocator
|
/external/webrtc/audio/voip/test/ |
D | mock_task_queue.h | 30 void Delete() override {} in Delete() function
|
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/moqt/ |
D | moqt_known_track_publisher.cc | 34 void MoqtKnownTrackPublisher::Delete(const FullTrackName& track_name) { in Delete() function in moqt::MoqtKnownTrackPublisher
|
/external/cronet/stable/base/files/ |
D | scoped_temp_file.cc | 42 bool ScopedTempFile::Delete() { in Delete() function in base::ScopedTempFile
|
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/moqt/ |
D | moqt_known_track_publisher.cc | 34 void MoqtKnownTrackPublisher::Delete(const FullTrackName& track_name) { in Delete() function in moqt::MoqtKnownTrackPublisher
|
/external/cronet/tot/base/files/ |
D | scoped_temp_file.cc | 42 bool ScopedTempFile::Delete() { in Delete() function in base::ScopedTempFile
|
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/ |
D | fusiontables_v1_client.py | 59 def Delete(self, request, global_params=None): member in FusiontablesV1.ColumnService 293 def Delete(self, request, global_params=None): member in FusiontablesV1.StyleService 501 def Delete(self, request, global_params=None): member in FusiontablesV1.TableService 727 def Delete(self, request, global_params=None): member in FusiontablesV1.TaskService 815 def Delete(self, request, global_params=None): member in FusiontablesV1.TemplateService
|
/external/regex-re2/re2/testing/ |
D | charclass_test.cc | 125 void Delete(CharClass* cc) { in Delete() function 135 void Delete(CharClassBuilder* cc) { in Delete() function
|