Home
last modified time | relevance | path

Searched refs:orphaned (Results 1 - 8 of 8) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DgenericFunctionsAndConditionalInference.js33 const orphaned = <F extends Target>(at: Ops<F>) => at.dict(ok(at))
36 const leftOrphaned = orphaned(left)
39 const rightOrphaned = orphaned(right)
49 var orphaned = function (at) { return at.dict(ok(at)); };
51 var leftOrphaned = orphaned(left);
53 var rightOrphaned = orphaned(right);
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A 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()
H A DResource.hpp106 bool orphaned; member in sw::Resource
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DImage.cpp473 bool Image::orphaned() const in orphaned() function in egl::Image
480 if (orphaned()) in sourceInitState()
490 if (orphaned()) in setInitState()
H A DImage.h175 bool orphaned() const;
/third_party/libwebsockets/lib/roles/mqtt/
H A 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/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DProgram.h318 bool orphaned; // Flag to indicate that the program can be deleted when no longer in use member in es2::Program
H A DProgram.cpp152 orphaned = false; in Program()
2692 if(referenceCount == 0 && orphaned) in release()
3018 orphaned = true;
3023 return orphaned;

Completed in 11 milliseconds