/third_party/typescript/tests/baselines/reference/ |
D | genericFunctionsAndConditionalInference.js | 33 const orphaned = <F extends Target>(at: Ops<F>) => at.dict(ok(at)) constant 36 const leftOrphaned = orphaned(left) 39 const rightOrphaned = orphaned(right) 49 var orphaned = function (at) { return at.dict(ok(at)); }; function 51 var leftOrphaned = orphaned(left); 53 var rightOrphaned = orphaned(right);
|
D | genericFunctionsAndConditionalInference.types | 102 const orphaned = <F extends Target>(at: Ops<F>) => at.dict(ok(at)) 103 >orphaned : <F extends keyof Targets<any>>(at: Ops<F>) => Result<F, { lr: LR<F, string, number>; }> 120 const leftOrphaned = orphaned(left) 122 >orphaned(left) : { lr: string; } 123 >orphaned : <F extends keyof Targets<any>>(at: Ops<F>) => Result<F, { lr: LR<F, string, number>; }> 132 const rightOrphaned = orphaned(right) 134 >orphaned(right) : { lr: number; } 135 >orphaned : <F extends keyof Targets<any>>(at: Ops<F>) => Result<F, { lr: LR<F, string, number>; }>
|
D | genericFunctionsAndConditionalInference.symbols | 158 const orphaned = <F extends Target>(at: Ops<F>) => at.dict(ok(at)) 159 >orphaned : Symbol(orphaned, Decl(genericFunctionsAndConditionalInference.ts, 31, 5)) 176 const leftOrphaned = orphaned(left) 178 >orphaned : Symbol(orphaned, Decl(genericFunctionsAndConditionalInference.ts, 31, 5)) 186 const rightOrphaned = orphaned(right) 188 >orphaned : Symbol(orphaned, Decl(genericFunctionsAndConditionalInference.ts, 31, 5))
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | Resource.cpp | 28 orphaned = false; in Resource() 76 else if(orphaned) in lock() 120 else if(orphaned) in unlock() 148 else if(orphaned) in unlock() 175 orphaned = true; in destruct()
|
D | Resource.hpp | 106 bool orphaned; member in sw::Resource
|
/third_party/typescript/tests/cases/compiler/ |
D | genericFunctionsAndConditionalInference.ts | 32 const orphaned = <F extends Target>(at: Ops<F>) => at.dict(ok(at)) constant 35 const leftOrphaned = orphaned(left) 38 const rightOrphaned = orphaned(right)
|
/third_party/e2fsprogs/ |
D | 0013-e2fsck-do-not-clean-up-file-acl-if-the-inode-is-trun.patch | 10 img: Truncating orphaned inode 188 (uid=0, gid=0, mode=0100666, size=0) 11 img: Truncating orphaned inode 174 (uid=0, gid=0, mode=0100666, size=0)
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_gl_image.txt | 348 RESOLVED: the EGLImage sibling is orphaned. The mipmap level and the 361 RESOLVED: the EGLImage sibling is NOT orphaned. The mipmap level 368 sibling is not orphaned, and the mipmap level remains an EGLImage 370 EGLImage sibling IS orphaned. This is because the implementation 377 sibling is not orphaned, and the mipmap level remains an EGLImage 379 EGLImage sibling IS orphaned. This is because the implementation
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_gl_image.txt | 348 RESOLVED: the EGLImage sibling is orphaned. The mipmap level and the 361 RESOLVED: the EGLImage sibling is NOT orphaned. The mipmap level 368 sibling is not orphaned, and the mipmap level remains an EGLImage 370 EGLImage sibling IS orphaned. This is because the implementation 377 sibling is not orphaned, and the mipmap level remains an EGLImage 379 EGLImage sibling IS orphaned. This is because the implementation
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Image.cpp | 473 bool Image::orphaned() const in orphaned() function in egl::Image 480 if (orphaned()) in sourceInitState() 490 if (orphaned()) in setInitState()
|
D | Image.h | 175 bool orphaned() const;
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_EGL_image_storage.txt | 64 implicitly orphaned. In most cases, this is not the desired behavior, but 69 respecified, they also cannot accidentally be orphaned, and attempts to do
|
/third_party/libwebsockets/lib/roles/mqtt/ |
D | mqtt.c | 2312 uint8_t send_unsub[8], orphaned; in lws_mqtt_client_send_unsubcribe() local 2323 orphaned = 0; in lws_mqtt_client_send_unsubcribe() 2333 orphaned++; in lws_mqtt_client_send_unsubcribe() 2337 if (!orphaned) { in lws_mqtt_client_send_unsubcribe() 2368 tops = orphaned; in lws_mqtt_client_send_unsubcribe()
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_EGL_image_storage.txt | 66 implicitly orphaned. In most cases, this is not the desired behavior, but 71 respecified, they also cannot accidentally be orphaned, and attempts to do
|
/third_party/skia/infra/bots/ |
D | README.md | 25 for correct syntax and detecting cycles and orphaned tasks. Always edit
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Program.h | 318 bool orphaned; // Flag to indicate that the program can be deleted when no longer in use variable
|
D | Program.cpp | 152 orphaned = false; in Program() 2692 if(referenceCount == 0 && orphaned) in release() 3018 orphaned = true; in flagForDeletion() 3023 return orphaned; in isFlaggedForDeletion()
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.3.7.rst | 200 - cherry-ignore: i965: Avoid problems from referencing orphaned BOs
|
/third_party/python/Doc/library/ |
D | binascii.rst | 103 decompressed data, unless data input data ends in an orphaned repeat indicator,
|
D | multiprocessing.rst | 556 Otherwise a daemonic process would leave its children orphaned if it gets 610 they will simply become orphaned.
|
/third_party/protobuf/objectivec/Tests/ |
D | GPBMessageTests.m | 871 message)); // Because it was orphaned. 904 messageLevel1)); // Because it was orphaned.
|
/third_party/littlefs/ |
D | SPEC.md | 652 1. The linked-list may contain an orphaned directory that has been removed in
|
D | DESIGN.md | 1553 called orphaned metadata pairs.
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_sync.txt | 1253 orphaned & undeleteable syncs.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_sync.txt | 1243 orphaned & undeleteable syncs.
|