Home
last modified time | relevance | path

Searched refs:orphaned (Results 1 – 25 of 33) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DgenericFunctionsAndConditionalInference.js33 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);
DgenericFunctionsAndConditionalInference.types102 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>; }>
DgenericFunctionsAndConditionalInference.symbols158 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/
DResource.cpp28 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()
DResource.hpp106 bool orphaned; member in sw::Resource
/third_party/typescript/tests/cases/compiler/
DgenericFunctionsAndConditionalInference.ts32 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/
D0013-e2fsck-do-not-clean-up-file-acl-if-the-inode-is-trun.patch10 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/
DEGL_KHR_gl_image.txt348 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/
DEGL_KHR_gl_image.txt348 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/
DImage.cpp473 bool Image::orphaned() const in orphaned() function in egl::Image
480 if (orphaned()) in sourceInitState()
490 if (orphaned()) in setInitState()
DImage.h175 bool orphaned() const;
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_EGL_image_storage.txt64 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/
Dmqtt.c2312 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/
DEXT_EGL_image_storage.txt66 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/
DREADME.md25 for correct syntax and detecting cycles and orphaned tasks. Always edit
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DProgram.h318 bool orphaned; // Flag to indicate that the program can be deleted when no longer in use variable
DProgram.cpp152 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/
D17.3.7.rst200 - cherry-ignore: i965: Avoid problems from referencing orphaned BOs
/third_party/python/Doc/library/
Dbinascii.rst103 decompressed data, unless data input data ends in an orphaned repeat indicator,
Dmultiprocessing.rst556 Otherwise a daemonic process would leave its children orphaned if it gets
610 they will simply become orphaned.
/third_party/protobuf/objectivec/Tests/
DGPBMessageTests.m871 message)); // Because it was orphaned.
904 messageLevel1)); // Because it was orphaned.
/third_party/littlefs/
DSPEC.md652 1. The linked-list may contain an orphaned directory that has been removed in
DDESIGN.md1553 called orphaned metadata pairs.
/third_party/openGLES/extensions/ARB/
DARB_sync.txt1253 orphaned & undeleteable syncs.
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_sync.txt1243 orphaned & undeleteable syncs.

12