/third_party/python/Mac/PythonLauncher/ |
D | FileSettings.m | 63 return [cur retain]; 71 interpreter = [source->interpreter retain]; 79 others = [source->others retain]; 80 scriptargs = [source->scriptargs retain]; 83 if (prefskey) [prefskey retain]; 94 origsource = [defaults retain]; 113 path] retain]; 122 interpreter = [@"no default found" retain]; 132 interpreter = [filename retain]; 137 interpreter = [@"no default found" retain]; [all …]
|
/third_party/nghttp2/src/ |
D | allocator.h | 59 : retain(nullptr), in BlockAllocator() 69 : retain{std::exchange(other.retain, nullptr)}, in BlockAllocator() 77 retain = std::exchange(other.retain, nullptr); 89 for (auto mb = retain; mb;) { in reset() 95 retain = nullptr; in reset() 103 mb->next = retain; in alloc_mem_block() 106 retain = mb; in alloc_mem_block() 170 MemBlock *retain; member
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/subset/data/tests/ |
D | cff-japanese.tests | 7 drop-hints-retain-gids.txt 8 retain-gids.txt 10 desubroutinize-retain-gids.txt 12 drop-hints-desubroutinize-retain-gids.txt
|
D | cff-full-font.tests | 7 drop-hints-retain-gids.txt 8 retain-gids.txt 10 desubroutinize-retain-gids.txt 12 drop-hints-desubroutinize-retain-gids.txt
|
/third_party/harfbuzz/test/subset/data/tests/ |
D | cff-japanese.tests | 7 drop-hints-retain-gids.txt 8 retain-gids.txt 10 desubroutinize-retain-gids.txt 12 drop-hints-desubroutinize-retain-gids.txt
|
D | cff-full-font.tests | 7 drop-hints-retain-gids.txt 8 retain-gids.txt 10 desubroutinize-retain-gids.txt 12 drop-hints-desubroutinize-retain-gids.txt
|
D | colr.tests | 7 drop-hints-retain-gids.txt 8 retain-gids.txt
|
D | sbix.tests | 7 drop-hints-retain-gids.txt 8 retain-gids.txt
|
D | cmap.tests | 7 drop-hints-retain-gids.txt 8 retain-gids.txt
|
/third_party/skia/third_party/externals/harfbuzz/test/subset/data/tests/ |
D | cff-japanese.tests | 7 drop-hints-retain-gids.txt 8 retain-gids.txt 10 desubroutinize-retain-gids.txt 12 drop-hints-desubroutinize-retain-gids.txt
|
D | cff-full-font.tests | 7 notdef-outline-drop-hints-retain-gids.txt 8 notdef-outline-retain-gids.txt 10 notdef-outline-desubroutinize-retain-gids.txt 12 notdef-outline-drop-hints-desubroutinize-retain-gids.txt
|
D | colr.tests | 7 drop-hints-retain-gids.txt 8 retain-gids.txt
|
D | colr_with_components.tests | 7 drop-hints-retain-gids.txt 8 retain-gids.txt
|
D | sbix.tests | 7 drop-hints-retain-gids.txt 8 retain-gids.txt
|
D | glyf_bug_3131.tests | 6 drop-hints-retain-gids.txt 7 retain-gids.txt
|
D | cmap.tests | 7 drop-hints-retain-gids.txt 8 retain-gids.txt
|
/third_party/flutter/engine/flutter/shell/platform/darwin/common/framework/Source/ |
D | FlutterChannels.mm | 34 _name = [name retain]; 35 _messenger = [messenger retain]; 36 _codec = [codec retain]; 64 // Grab reference to avoid retain on self. 86 _code = [code retain]; 87 _message = [message retain]; 88 _details = [details retain]; 124 _method = [method retain]; 125 _arguments = [arguments retain]; 176 _name = [name retain]; [all …]
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Headers/ |
D | FlutterCallbackCache.h | 21 @property(retain) NSString* callbackName; 25 @property(retain) NSString* callbackClassName; 29 @property(retain) NSString* callbackLibraryPath;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ImmutableMap.h | 81 if (Root) { Root->retain(); } in ImmutableMap() 85 if (Root) { Root->retain(); } in ImmutableMap() 94 if (X.Root) { X.Root->retain(); } 145 if (Root) { Root->retain(); } in getRoot() 152 if (Root) Root->retain(); in manualRetain() 280 Root->retain(); in ImmutableMapRef() 288 if (Root) { Root->retain(); } in ImmutableMapRef() 293 Root->retain(); in ImmutableMapRef() 305 X.Root->retain(); 321 if (Root) Root->retain(); in manualRetain()
|
D | IntrusiveRefCntPtr.h | 125 static void retain(T *obj) { obj->Retain(); } in retain() function 142 IntrusiveRefCntPtr(T *obj) : Obj(obj) { retain(); } in IntrusiveRefCntPtr() 143 IntrusiveRefCntPtr(const IntrusiveRefCntPtr &S) : Obj(S.Obj) { retain(); } in IntrusiveRefCntPtr() 153 retain(); in IntrusiveRefCntPtr() 182 void retain() { in retain() function 184 IntrusiveRefCntPtrInfo<T>::retain(Obj); in retain()
|
/third_party/skia/tools/graphite/mtl/ |
D | MtlTestContext.mm | 26 // This retain is necessary because when the NSArray goes away it will delete the 28 device.retain(dev); 32 device.retain(dev); 44 backendContext.fDevice.retain(device.get());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | IntrusiveRefCntPtr.h | 86 static void retain(T *obj) { obj->Retain(); } in retain() function 142 retain(); in IntrusiveRefCntPtr() 146 retain(); in IntrusiveRefCntPtr() 161 retain(); in IntrusiveRefCntPtr() 195 void retain() { if (Obj) IntrusiveRefCntPtrInfo<T>::retain(Obj); } in retain() function
|
/third_party/skia/tools/gpu/mtl/ |
D | MtlTestContext.mm | 34 device.retain(dev); 38 device.retain(dev); 48 backendContext.fDevice.retain((GrMTLHandle)device.get()); 50 backendContext.fQueue.retain((GrMTLHandle)queue.get());
|
/third_party/mesa3d/src/gallium/frontends/clover/util/ |
D | pointer.hpp | 53 retain() { in retain() function in clover::ref_counter 74 p->retain(); in ref_holder() 120 p->retain(); in intrusive_ptr() 188 p->retain(); in intrusive_ref()
|
/third_party/vk-gl-cts/framework/platform/ios/ |
D | tcuIOSAppDelegate.h | 30 @property (nonatomic, retain) UIWindow *window; 31 @property (nonatomic, retain) tcuIOSViewController *viewController;
|