| /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/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
| D | ref_counted.h | 236 class Delete; variable 240 explicit Delete(T* t) { delete t; } in Delete() function 245 explicit Delete(T* /*t*/) {} in Delete() function 250 explicit Delete(T* t) { t->~T(); } in Delete() function
|
| /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
|
| D | shared_memory_android.cc | 48 bool SharedMemory::Delete(const std::string& name) { in Delete() function in base::SharedMemory
|
| /external/cronet/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/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 198 PersistentHashMapKeyMapper<T, Formatter>::Delete( in Delete() function
|
| D | dynamic-trie-key-mapper.h | 184 libtextclassifier3::Status DynamicTrieKeyMapper<T, Formatter>::Delete( in Delete() function 284 bool DynamicTrieKeyMapper<T, Formatter>::Delete(std::string_view key) { in Delete() function
|
| /external/cronet/third_party/boringssl/src/ssl/ |
| D | internal.h | 207 void Delete(T *t) { in Delete() function
|
| /external/rust/crates/quiche/deps/boringssl/src/ssl/ |
| D | internal.h | 208 void Delete(T *t) { in Delete() function
|
| /external/boringssl/src/ssl/ |
| D | internal.h | 207 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::__anone6b572d80111::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/webrtc/audio/voip/test/ |
| D | mock_task_queue.h | 30 void Delete() override {} in Delete() function
|
| /external/cronet/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/python/apitools/samples/fusiontables_sample/fusiontables_v1/ |
| D | fusiontables_v1_client.py | 56 def Delete(self, request, global_params=None): member in FusiontablesV1.ColumnService 290 def Delete(self, request, global_params=None): member in FusiontablesV1.StyleService 498 def Delete(self, request, global_params=None): member in FusiontablesV1.TableService 724 def Delete(self, request, global_params=None): member in FusiontablesV1.TaskService 812 def Delete(self, request, global_params=None): member in FusiontablesV1.TemplateService
|
| /external/python/apitools/samples/storage_sample/storage_v1/ |
| D | storage_v1_client.py | 57 def Delete(self, request, global_params=None): member in StorageV1.BucketAccessControlsService 223 def Delete(self, request, global_params=None): member in StorageV1.BucketsService 503 def Delete(self, request, global_params=None): member in StorageV1.DefaultObjectAccessControlsService 669 def Delete(self, request, global_params=None): member in StorageV1.NotificationsService 783 def Delete(self, request, global_params=None): member in StorageV1.ObjectAccessControlsService 1015 def Delete(self, request, global_params=None): member in StorageV1.ObjectsService
|
| /external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ |
| D | charclass_test.cc | 125 void Delete(CharClass* cc) { in Delete() function 135 void Delete(CharClassBuilder* cc) { in Delete() function
|
| /external/compiler-rt/test/asan/TestCases/Posix/ |
| D | new_array_cookie_uaf_test.cc | 17 __attribute__((noinline)) void Delete(C *c) { delete[] c; } in Delete() function
|
| /external/libchrome/base/files/ |
| D | scoped_temp_dir.cc | 64 bool ScopedTempDir::Delete() { in Delete() function in base::ScopedTempDir
|
| /external/webrtc/test/time_controller/ |
| D | simulated_time_controller.h | 108 void Delete() override { RTC_DCHECK_NOTREACHED(); } in Delete() function
|
| /external/angle/util/ |
| D | test_utils.h | 132 Delete, enumerator
|