Home
last modified time | relevance | path

Searched refs:CREATED (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Lib/turtledemo/
Dnim.py58 if self.game.state not in [Nim.CREATED, Nim.OVER]:
206 CREATED = 0 variable in Nim
210 self.state = Nim.CREATED
/third_party/python/Lib/http/
D__init__.py42 CREATED = 201, 'Created', 'Document created, URL follows' variable in HTTPStatus
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_net_http.js31 CREATED: 201, property
/third_party/vulkan-loader/tests/
DREADME.md38 * NEVER FORGET TO DESTROY A VKINSTANCE THAT WAS SUCCESSFULLY CREATED.
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h441 XX(201, CREATED, CREATED) \
/third_party/python/Doc/library/
Dhttp.rst67 ``201`` ``CREATED`` HTTP/1.1 :rfc:`7231`, Section 6.3.2
/third_party/node/src/
Dnode_http_common.h131 V(CREATED, 201) \
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DTextureStorage11.cpp258 DropStencil result = DropStencil::CREATED; in getSRVForSampler()
264 if (result == DropStencil::CREATED && srvEntry != mSrvCacheForSampler.end()) in getSRVForSampler()
1429 *dropStencilOut = DropStencil::CREATED; in ensureDropStencilTexture()
2512 *dropStencilOut = DropStencil::CREATED; in ensureDropStencilTexture()
3254 *dropStencilOut = DropStencil::CREATED; in ensureDropStencilTexture()
DTextureStorage11.h143 CREATED, enumerator
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DTextureStorage11.cpp269 DropStencil result = DropStencil::CREATED; in getSRVForSampler()
275 if (result == DropStencil::CREATED && srvEntry != mSrvCacheForSampler.end()) in getSRVForSampler()
1618 *dropStencilOut = DropStencil::CREATED; in ensureDropStencilTexture()
2801 *dropStencilOut = DropStencil::CREATED; in ensureDropStencilTexture()
3643 *dropStencilOut = DropStencil::CREATED; in ensureDropStencilTexture()
DTextureStorage11.h172 CREATED, enumerator
/third_party/python/Doc/whatsnew/
D2.4.rst1085 :const:`OK`, :const:`CREATED`, :const:`CONTINUE`, and