Home
last modified time | relevance | path

Searched defs:Delete (Results 1 – 25 of 128) sorted by relevance

123456

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DExtractGV.cpp26 static void makeVisible(GlobalValue &GV, bool Delete) { in makeVisible()
86 bool Delete = in runOnModule() local
106 bool Delete = in runOnModule() local
128 bool Delete = deleteStuff == (bool)Named.count(&*CurI); in runOnModule() local
/external/llvm/lib/Transforms/IPO/
DExtractGV.cpp28 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/libchrome/base/memory/
Dsingleton.h53 static void Delete(Type* x) { in Delete() function
113 static void Delete(Type* p) { in Delete() function
Dshared_memory_android.cc48 bool SharedMemory::Delete(const std::string& name) { in Delete() function in base::SharedMemory
Dsingleton_unittest.cc65 static void Delete(Type* instance) { in Delete() function
115 static void Delete(CallbackSingletonWithStaticTrait* instance) { in Delete() function
/external/libchrome/base/
Dlazy_instance.h95 static void Delete(Type* instance) { in Delete() function
119 static void Delete(Type* instance) { in Delete() function
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenRewriteStream.cs308 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/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenRewriteStream.cs352 public virtual void Delete( int index ) in Delete() method in Antlr.Runtime.TokenRewriteStream
357 public virtual void Delete( int from, int to ) in Delete() method in Antlr.Runtime.TokenRewriteStream
362 public virtual void Delete( IToken indexT ) in Delete() method in Antlr.Runtime.TokenRewriteStream
367 public virtual void Delete( IToken from, IToken to ) in Delete() method in Antlr.Runtime.TokenRewriteStream
372 public virtual void Delete( string programName, int from, int to ) in Delete() method in Antlr.Runtime.TokenRewriteStream
377 public virtual void Delete( string programName, IToken from, IToken to ) in Delete() method in Antlr.Runtime.TokenRewriteStream
/external/boringssl/src/ssl/
Dinternal.h204 void Delete(T *t) { in Delete() function
/external/pdfium/core/fxcrt/
Dcfx_widetextbuf.h31 void Delete(int start_index, int count) { in Delete() function
Dcfx_binarybuf.cpp17 void CFX_BinaryBuf::Delete(size_t start_index, size_t count) { in Delete() function in CFX_BinaryBuf
/external/volley/src/test/java/com/android/volley/mock/
DTestRequest.java129 public static class Delete extends Base { class in TestRequest
130 public Delete() { in Delete() method in TestRequest.Delete
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/
Dfusiontables_v1_client.py54 def Delete(self, request, global_params=None): member in FusiontablesV1.ColumnService
288 def Delete(self, request, global_params=None): member in FusiontablesV1.StyleService
496 def Delete(self, request, global_params=None): member in FusiontablesV1.TableService
722 def Delete(self, request, global_params=None): member in FusiontablesV1.TaskService
810 def Delete(self, request, global_params=None): member in FusiontablesV1.TemplateService
/external/compiler-rt/test/asan/TestCases/Posix/
Dnew_array_cookie_uaf_test.cc17 __attribute__((noinline)) void Delete(C *c) { delete[] c; } in Delete() function
/external/python/apitools/samples/storage_sample/storage_v1/
Dstorage_v1_client.py55 def Delete(self, request, global_params=None): member in StorageV1.BucketAccessControlsService
221 def Delete(self, request, global_params=None): member in StorageV1.BucketsService
501 def Delete(self, request, global_params=None): member in StorageV1.DefaultObjectAccessControlsService
667 def Delete(self, request, global_params=None): member in StorageV1.NotificationsService
781 def Delete(self, request, global_params=None): member in StorageV1.ObjectAccessControlsService
1013 def Delete(self, request, global_params=None): member in StorageV1.ObjectsService
/external/v8/src/
Didentity-map.h116 bool Delete(Handle<Object> key, V* deleted_value) { in Delete() function
119 bool Delete(Object* key, V* deleted_value) { in Delete() function
/external/libchrome/base/files/
Dscoped_temp_dir.cc64 bool ScopedTempDir::Delete() { in Delete() function in base::ScopedTempDir
/external/syzkaller/vendor/google.golang.org/grpc/naming/
Dnaming.go34 Delete const
/external/protobuf/src/google/protobuf/stubs/
Dmutex.h125 static void Delete(void* value) { in Delete() function
/external/autotest/client/cros/cellular/pseudomodem/
Dmessaging.py41 def Delete(self, path): member in Messaging
/external/bcc/src/cc/
Dbpffs_table.cc55 bool BpfFsTableStorage::Delete(const string &name) { return false; } in Delete() function in ebpf::BpfFsTableStorage
/external/libchrome/base/android/
Dbuild_info.cc45 static void Delete(BuildInfo* x) { in Delete() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DCFGBuilder.cpp217 const auto Delete = CFGBuilder::ActionKind::Delete; in TEST() local
252 const auto Delete = CFGBuilder::ActionKind::Delete; in TEST() local
/external/skqp/src/core/
DSkTLS.cpp81 void SkTLS::Delete(CreateProc createProc) { in Delete() function in SkTLS
/external/skia/src/core/
DSkTLS.cpp81 void SkTLS::Delete(CreateProc createProc) { in Delete() function in SkTLS

123456