/external/libjpeg-turbo/release/ |
D | installer.nsi.in | 126 Delete $INSTDIR\bin\libjpeg-@SO_MAJOR_VERSION@.dll 127 Delete $INSTDIR\bin\libturbojpeg.dll 128 Delete $SYSDIR\libturbojpeg.dll 129 Delete $INSTDIR\lib\libturbojpeg.dll.a 130 Delete $INSTDIR\lib\libturbojpeg.a 131 Delete $INSTDIR\lib\libjpeg.dll.a 132 Delete $INSTDIR\lib\libjpeg.a 134 Delete $INSTDIR\bin\jpeg@SO_MAJOR_VERSION@.dll 135 Delete $INSTDIR\bin\turbojpeg.dll 136 Delete $SYSDIR\turbojpeg.dll [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | ExtractGV.cpp | 26 static void makeVisible(GlobalValue &GV, bool Delete) { in makeVisible() argument 28 if (Local || Delete) { in makeVisible() 86 bool Delete = in runOnModule() local 88 if (!Delete) { in runOnModule() 95 makeVisible(*I, Delete); in runOnModule() 97 if (Delete) { in runOnModule() 106 bool Delete = in runOnModule() local 108 if (!Delete) { in runOnModule() 113 makeVisible(F, Delete); in runOnModule() 115 if (Delete) { in runOnModule() [all …]
|
/external/llvm/lib/Transforms/IPO/ |
D | ExtractGV.cpp | 28 static void makeVisible(GlobalValue &GV, bool Delete) { in makeVisible() argument 30 if (Local || Delete) { in makeVisible() 88 bool Delete = in runOnModule() local 90 if (!Delete) { in runOnModule() 97 makeVisible(*I, Delete); in runOnModule() 99 if (Delete) { in runOnModule() 108 bool Delete = in runOnModule() local 110 if (!Delete) { in runOnModule() 115 makeVisible(F, Delete); in runOnModule() 117 if (Delete) { in runOnModule() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | CFGBuilder.cpp | 217 const auto Delete = CFGBuilder::ActionKind::Delete; in TEST() local 219 {Delete, {"c", "d"}}, {Delete, {"a", "c"}}, {Delete, {"entry", "a"}}, in TEST() 233 EXPECT_EQ(UpdateC->Action, CFGBuilder::ActionKind::Delete); in TEST() 252 const auto Delete = CFGBuilder::ActionKind::Delete; in TEST() local 254 {Delete, {"c", "d"}}, {Delete, {"a", "c"}}, {Delete, {"entry", "a"}}, in TEST()
|
D | DominatorTreeBatchUpdatesTest.cpp | 23 const auto CFGDelete = CFGBuilder::ActionKind::Delete; 33 const auto Delete = DominatorTree::Delete; variable 41 Res.push_back({CFGU.Action == CFGInsert ? Insert : Delete, in ToDomUpdates() 58 {Insert, B, C}, {Insert, C, D}, {Delete, B, C}, {Insert, B, C}, in TEST() 59 {Insert, B, D}, {Delete, C, D}, {Delete, A, B}}; in TEST() 68 EXPECT_NE(llvm::find(Legalized, DomUpdate{Delete, A, B}), Legalized.end()); in TEST() 81 {Insert, B, C}, {Insert, C, D}, {Delete, B, C}, {Insert, B, C}, in TEST() 82 {Insert, B, D}, {Delete, C, D}, {Delete, A, B}}; in TEST() 91 EXPECT_NE(llvm::find(Legalized, DomUpdate{Delete, B, A}), Legalized.end()); in TEST() 127 std::vector<DomUpdate> Updates = {{Delete, B, C}}; in TEST()
|
D | DomTreeUpdaterTest.cpp | 82 Updates.push_back({DominatorTree::Delete, BB0, BB3}); in TEST() 83 Updates.push_back({DominatorTree::Delete, BB0, BB3}); in TEST() 88 Updates.push_back({DominatorTree::Delete, BB0, BB1}); in TEST() 201 DTU.applyUpdates({{DominatorTree::Delete, NewEntry, BB0}, in TEST() 262 Updates.push_back({DominatorTree::Delete, BB0, BB3}); in TEST() 263 Updates.push_back({DominatorTree::Delete, BB0, BB3}); in TEST() 268 Updates.push_back({DominatorTree::Delete, BB0, BB1}); in TEST() 396 Updates.push_back({DominatorTree::Delete, BB0, BB2}); in TEST() 397 Updates.push_back({DominatorTree::Delete, BB2, BB3}); in TEST() 419 Updates.push_back({DominatorTree::Delete, BB0, BB1}); in TEST() [all …]
|
D | DeferredDominanceTest.cpp | 73 Updates.push_back({DominatorTree::Delete, BB0, BB3}); in TEST() 74 Updates.push_back({DominatorTree::Delete, BB0, BB3}); in TEST() 79 Updates.push_back({DominatorTree::Delete, BB0, BB1}); in TEST() 220 DDT.applyUpdates({{DominatorTree::Delete, NewEntry, BB0}, in TEST() 315 Updates.push_back({DominatorTree::Delete, BB0, BB2}); in TEST() 316 Updates.push_back({DominatorTree::Delete, BB2, BB3}); in TEST() 338 Updates.push_back({DominatorTree::Delete, BB0, BB1}); in TEST() 339 Updates.push_back({DominatorTree::Delete, BB1, BB3}); in TEST()
|
D | DominatorTreeTest.cpp | 671 const auto Delete = CFGBuilder::ActionKind::Delete; variable 850 {Delete, {"2", "4"}}, {Delete, {"7", "8"}}, {Delete, {"10", "2"}}}; in TEST() 859 EXPECT_EQ(LastUpdate->Action, Delete); in TEST() 876 {Delete, {"8", "9"}}, {Delete, {"7", "8"}}, {Delete, {"3", "4"}}}; in TEST() 885 EXPECT_EQ(LastUpdate->Action, Delete); in TEST() 902 {Insert, {"7", "6"}}, {Insert, {"7", "5"}}, {Delete, {"3", "8"}}, in TEST() 903 {Insert, {"10", "7"}}, {Insert, {"2", "8"}}, {Delete, {"3", "4"}}, in TEST() 904 {Delete, {"8", "9"}}, {Delete, {"11", "12"}}}; in TEST() 937 {Insert, {"7", "6"}}, {Insert, {"7", "5"}}, {Delete, {"3", "8"}}, in TEST() 938 {Insert, {"10", "7"}}, {Insert, {"2", "8"}}, {Delete, {"3", "4"}}, in TEST() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | FormattedStream.h | 84 formatted_raw_ostream(raw_ostream &Stream, bool Delete = false) 86 setStream(Stream, Delete); in raw_ostream() 98 void setStream(raw_ostream &Stream, bool Delete = false) { 102 DeleteStream = Delete;
|
/external/capstone/ |
D | COMPILE_MSVC.TXT | 33 - CAPSTONE_HAS_ARM: support ARM. Delete this to remove ARM support. 34 - CAPSTONE_HAS_ARM64: support ARM64. Delete this to remove ARM64 support. 35 - CAPSTONE_HAS_MIPS: support Mips. Delete this to remove Mips support. 36 - CAPSTONE_HAS_PPC: support PPC. Delete this to remove PPC support. 37 - CAPSTONE_HAS_SPARC: support Sparc. Delete this to remove Sparc support. 38 - CAPSTONE_HAS_SYSZ: support SystemZ. Delete this to remove SystemZ support. 39 - CAPSTONE_HAS_X86: support X86. Delete this to remove X86 support. 40 - CAPSTONE_HAS_XCORE: support XCore. Delete this to remove XCore support.
|
/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 309 Delete(DEFAULT_PROGRAM_NAME, index, index); in Delete() 312 public virtual void Delete(int from, int to) { in Delete() method in Antlr.Runtime.TokenRewriteStream 313 Delete(DEFAULT_PROGRAM_NAME, from, to); in Delete() 316 public virtual void Delete(IToken indexT) { in Delete() method in Antlr.Runtime.TokenRewriteStream 317 Delete(DEFAULT_PROGRAM_NAME, indexT, indexT); in Delete() 320 public virtual void Delete(IToken from, IToken to) { in Delete() method in Antlr.Runtime.TokenRewriteStream 321 Delete(DEFAULT_PROGRAM_NAME, from, to); in Delete() 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_unittest.cc | 65 static void Delete(Type* instance) { in Delete() function 68 DefaultSingletonTraits<Type>::Delete(instance); in Delete() 115 static void Delete(CallbackSingletonWithStaticTrait* instance) { in Delete() function 118 StaticMemorySingletonTraits<CallbackSingletonWithStaticTrait>::Delete( in Delete() 150 DefaultSingletonTraits<CallbackSingletonWithLeakTrait>::Delete( in DeleteLeakySingleton()
|
D | singleton.h | 53 static void Delete(Type* x) { in Delete() function 113 static void Delete(Type* p) { in Delete() function 251 Traits::Delete(reinterpret_cast<Type*>(subtle::NoBarrier_Load(&instance_))); in OnExit()
|
/external/grpc-grpc/test/core/gprpp/ |
D | memory_test.cc | 32 TEST(MemoryTest, NewDeleteTest) { Delete(New<int>()); } in TEST() 37 Delete(i); in TEST() 44 Delete(p); in TEST()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | TokenRewriteStream.cs | 352 public virtual void Delete( int index ) in Delete() method in Antlr.Runtime.TokenRewriteStream 354 Delete( DEFAULT_PROGRAM_NAME, index, index ); in Delete() 357 public virtual void Delete( int from, int to ) in Delete() method in Antlr.Runtime.TokenRewriteStream 359 Delete( DEFAULT_PROGRAM_NAME, from, to ); in Delete() 362 public virtual void Delete( IToken indexT ) in Delete() method in Antlr.Runtime.TokenRewriteStream 364 Delete( DEFAULT_PROGRAM_NAME, indexT, indexT ); in Delete() 367 public virtual void Delete( IToken from, IToken to ) in Delete() method in Antlr.Runtime.TokenRewriteStream 369 Delete( DEFAULT_PROGRAM_NAME, from, to ); in Delete() 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/deqp/external/openglcts/modules/gl/ |
D | gl4cSparseTextureTests.cpp | 209 void Texture::Delete(const Functions& gl, GLuint& id) in Delete() function in gl4cts::Texture 384 Texture::Delete(gl, texture); in iterate() 408 Texture::Delete(gl, texture); in iterate() 1171 Texture::Delete(gl, texture); in positiveTesting() 1187 Texture::Delete(gl, texture); in positiveTesting() 1191 Texture::Delete(gl, texture); in positiveTesting() 1220 Texture::Delete(gl, texture); in verifyTexParameterErrors() 1230 Texture::Delete(gl, texture); in verifyTexParameterErrors() 1293 Texture::Delete(gl, texture); in verifyTexParameterErrors() 1322 Texture::Delete(gl, texture); in verifyTexStorageVirtualPageSizeIndexError() [all …]
|
/external/v8/src/ |
D | allocation.h | 32 void operator delete(void* p) { Delete(p); } in delete() 35 static void Delete(void* p); 75 V8_INLINE static void Delete(void* p) { Malloced::Delete(p); } in Delete() function
|
D | identity-map.h | 116 bool Delete(Handle<Object> key, V* deleted_value) { in Delete() function 117 return Delete(*key, deleted_value); in Delete() 119 bool Delete(Object* key, V* deleted_value) { in Delete() function 181 void DeleteArray(void* array) override { allocator_.Delete(array); } in DeleteArray()
|
/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 203 Traits::Delete(me->instance()); in OnExit()
|
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/ |
D | fusiontables_v1_client.py | 54 def Delete(self, request, global_params=None): member in FusiontablesV1.ColumnService 67 Delete.method_config = lambda: base_api.ApiMethodInfo( 288 def Delete(self, request, global_params=None): member in FusiontablesV1.StyleService 301 Delete.method_config = lambda: base_api.ApiMethodInfo( 496 def Delete(self, request, global_params=None): member in FusiontablesV1.TableService 509 Delete.method_config = lambda: base_api.ApiMethodInfo( 722 def Delete(self, request, global_params=None): member in FusiontablesV1.TaskService 735 Delete.method_config = lambda: base_api.ApiMethodInfo( 810 def Delete(self, request, global_params=None): member in FusiontablesV1.TemplateService 823 Delete.method_config = lambda: base_api.ApiMethodInfo(
|
/external/libchrome/base/files/ |
D | scoped_temp_dir_unittest.cc | 88 EXPECT_TRUE(dir.Delete()); in TEST() 106 EXPECT_FALSE(dir.Delete()); // We should not be able to delete. in TEST() 110 EXPECT_TRUE(dir.Delete()); in TEST()
|
/external/grpc-grpc/src/core/lib/gprpp/ |
D | memory.h | 34 friend void grpc_core::Delete(T*); 57 inline void Delete(T* p) { in Delete() function 70 void operator()(T* p) { Delete(p); } in operator()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DomTreeUpdater.cpp | 45 if (Kind == DominatorTree::Delete && HasEdge) in isUpdateValid() 67 : DominatorTree::Delete, in applyLazyUpdate() 367 assert(isUpdateValid({DominatorTree::Delete, From, To}) && in deleteEdge() 386 applyLazyUpdate(DominatorTree::Delete, From, To); in deleteEdge() 396 if (!isUpdateValid({DominatorTree::Delete, From, To})) in deleteEdgeRelaxed() 407 applyLazyUpdate(DominatorTree::Delete, From, To); in deleteEdgeRelaxed()
|
/external/pdfium/core/fxcrt/ |
D | cfx_widetextbuf.h | 31 void Delete(int start_index, int count) { in Delete() function 32 CFX_BinaryBuf::Delete(start_index * sizeof(wchar_t), in Delete()
|
/external/python/apitools/samples/storage_sample/storage_v1/ |
D | storage_v1_client.py | 55 def Delete(self, request, global_params=None): member in StorageV1.BucketAccessControlsService 68 Delete.method_config = lambda: base_api.ApiMethodInfo( 221 def Delete(self, request, global_params=None): member in StorageV1.BucketsService 234 Delete.method_config = lambda: base_api.ApiMethodInfo( 501 def Delete(self, request, global_params=None): member in StorageV1.DefaultObjectAccessControlsService 514 Delete.method_config = lambda: base_api.ApiMethodInfo( 667 def Delete(self, request, global_params=None): member in StorageV1.NotificationsService 680 Delete.method_config = lambda: base_api.ApiMethodInfo( 781 def Delete(self, request, global_params=None): member in StorageV1.ObjectAccessControlsService 794 Delete.method_config = lambda: base_api.ApiMethodInfo( [all …]
|