/external/catch2/projects/SelfTest/IntrospectiveTests/ |
D | String.tests.cpp | 11 static auto isOwned( StringRef const& stringRef ) -> bool { in isOwned() function 12 return stringRef.isOwned(); in isOwned() 21 auto isOwned( StringRef const& stringRef ) -> bool { in isOwned() function 22 return StringRefTestAccess::isOwned( stringRef ); in isOwned() 34 using Catch::isOwned; using Catch::isSubstring; 53 REQUIRE( isOwned( s ) == false ); 57 REQUIRE( isOwned( s ) == false ); 64 REQUIRE( isOwned( original ) == false ); 69 REQUIRE( isOwned( original ) ); 85 REQUIRE( isOwned( ss ) == false ); [all …]
|
/external/skia/src/gpu/vk/ |
D | GrVkSemaphore.cpp | 19 sk_sp<GrVkSemaphore> GrVkSemaphore::Make(GrVkGpu* gpu, bool isOwned) { in Make() argument 29 return sk_sp<GrVkSemaphore>(new GrVkSemaphore(gpu, semaphore, false, false, isOwned)); in Make() 46 bool prohibitWait, bool isOwned) in GrVkSemaphore() argument 48 fResource = new Resource(semaphore, prohibitSignal, prohibitWait, isOwned); in GrVkSemaphore() 49 isOwned ? this->registerWithCache(SkBudgeted::kNo) in GrVkSemaphore()
|
D | GrVkSemaphore.h | 22 static sk_sp<GrVkSemaphore> Make(GrVkGpu* gpu, bool isOwned); 35 Resource(VkSemaphore semaphore, bool prohibitSignal, bool prohibitWait, bool isOwned) in Resource() argument 40 , fIsOwned(isOwned) {} in Resource() 90 bool isOwned);
|
/external/skqp/src/gpu/vk/ |
D | GrVkSemaphore.cpp | 19 sk_sp<GrVkSemaphore> GrVkSemaphore::Make(GrVkGpu* gpu, bool isOwned) { in Make() argument 29 return sk_sp<GrVkSemaphore>(new GrVkSemaphore(gpu, semaphore, false, false, isOwned)); in Make() 46 bool prohibitWait, bool isOwned) in GrVkSemaphore() argument 48 fResource = new Resource(semaphore, prohibitSignal, prohibitWait, isOwned); in GrVkSemaphore() 49 isOwned ? this->registerWithCache(SkBudgeted::kNo) in GrVkSemaphore()
|
D | GrVkSemaphore.h | 22 static sk_sp<GrVkSemaphore> Make(GrVkGpu* gpu, bool isOwned); 35 Resource(VkSemaphore semaphore, bool prohibitSignal, bool prohibitWait, bool isOwned) in Resource() argument 40 , fIsOwned(isOwned) {} in Resource() 90 bool isOwned);
|
D | GrVkGpu.h | 145 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override;
|
/external/skia/src/gpu/gl/ |
D | GrGLSemaphore.cpp | 12 GrGLSemaphore::GrGLSemaphore(GrGLGpu* gpu, bool isOwned) in GrGLSemaphore() argument 13 : INHERITED(gpu), fSync(0), fIsOwned(isOwned) { in GrGLSemaphore() 14 isOwned ? this->registerWithCache(SkBudgeted::kNo) in GrGLSemaphore()
|
D | GrGLSemaphore.h | 19 static sk_sp<GrGLSemaphore> Make(GrGLGpu* gpu, bool isOwned) { in Make() argument 20 return sk_sp<GrGLSemaphore>(new GrGLSemaphore(gpu, isOwned)); in Make() 42 GrGLSemaphore(GrGLGpu* gpu, bool isOwned);
|
/external/skqp/src/gpu/gl/ |
D | GrGLSemaphore.cpp | 12 GrGLSemaphore::GrGLSemaphore(GrGLGpu* gpu, bool isOwned) in GrGLSemaphore() argument 13 : INHERITED(gpu), fSync(0), fIsOwned(isOwned) { in GrGLSemaphore() 14 isOwned ? this->registerWithCache(SkBudgeted::kNo) in GrGLSemaphore()
|
D | GrGLSemaphore.h | 19 static sk_sp<GrGLSemaphore> Make(GrGLGpu* gpu, bool isOwned) { in Make() argument 20 return sk_sp<GrGLSemaphore>(new GrGLSemaphore(gpu, isOwned)); in Make() 42 GrGLSemaphore(GrGLGpu* gpu, bool isOwned);
|
/external/catch2/include/internal/ |
D | catch_stringref.cpp | 50 auto StringRef::isOwned() const noexcept -> bool { in isOwned() function in Catch::StringRef 58 if( !isOwned() ) { in takeOwnership()
|
D | catch_stringref.h | 110 auto isOwned() const noexcept -> bool;
|
/external/skia/tests/ |
D | TraceMemoryDumpTest.cpp | 56 bool isOwned) { in ValidateMemoryDumps() argument 65 if (isOwned) { in ValidateMemoryDumps()
|
/external/skqp/tests/ |
D | TraceMemoryDumpTest.cpp | 56 bool isOwned) { in ValidateMemoryDumps() argument 65 if (isOwned) { in ValidateMemoryDumps()
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
D | ObjCRetainCount.h | 165 bool isOwned() const { in isOwned() function
|
/external/skqp/src/gpu/mock/ |
D | GrMockGpu.h | 38 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override { in makeSemaphore() argument
|
/external/skqp/src/gpu/ |
D | GrResourceProvider.cpp | 448 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT GrResourceProvider::makeSemaphore(bool isOwned) { in makeSemaphore() argument 449 return fGpu->makeSemaphore(isOwned); in makeSemaphore()
|
D | GrResourceProvider.h | 235 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned = true);
|
D | GrGpu.h | 272 virtual sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned = true) = 0;
|
/external/skia/src/gpu/ |
D | GrResourceProvider.cpp | 418 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT GrResourceProvider::makeSemaphore(bool isOwned) { in makeSemaphore() argument 419 return fGpu->makeSemaphore(isOwned); in makeSemaphore()
|
D | GrResourceProvider.h | 232 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned = true);
|
/external/skia/src/gpu/mock/ |
D | GrMockGpu.h | 38 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override { in makeSemaphore() argument
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlGpu.h | 105 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override { in makeSemaphore() argument
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpu.h | 109 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override { in makeSemaphore() argument
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 1474 if (Ret.isOwned() && NSAPIObj->isMacroDefined("CF_RETURNS_RETAINED")) in AddCFAnnotations() 1481 if (Ret.isOwned() && NSAPIObj->isMacroDefined("NS_RETURNS_RETAINED")) in AddCFAnnotations() 1534 (Ret.isOwned() || Ret.notOwned())) in migrateAddFunctionAnnotation() 1588 if (Ret.isOwned() && NSAPIObj->isMacroDefined("CF_RETURNS_RETAINED")) in AddCFAnnotations() 1605 if (Ret.isOwned() && NSAPIObj->isMacroDefined("NS_RETURNS_RETAINED")) in AddCFAnnotations() 1664 (Ret.isOwned() || Ret.notOwned())) { in migrateAddMethodAnnotation()
|