/external/swiftshader/src/D3D8/ |
D | Direct3DVolume8.cpp | 26 … int width, int height, int depth, D3DFORMAT format, D3DPOOL pool, bool lockable, unsigned long us… in Direct3DVolume8() argument 27 …at(format), lockable, false), container(container), width(width), height(height), depth(depth), fo… in Direct3DVolume8()
|
D | Direct3DSurface8.cpp | 61 …, D3DFORMAT format, D3DPOOL pool, D3DMULTISAMPLE_TYPE multiSample, bool lockable, unsigned long us… in Direct3DSurface8() argument 62 …lockable, (usage & D3DUSAGE_RENDERTARGET) == D3DUSAGE_RENDERTARGET || (usage & D3DUSAGE_DEPTHSTENC… in Direct3DSurface8()
|
D | Direct3DSurface8.hpp | 32 …, D3DFORMAT format, D3DPOOL pool, D3DMULTISAMPLE_TYPE multiSample, bool lockable, unsigned long us… 70 const bool lockable; member in D3D8::Direct3DSurface8
|
D | Direct3DSwapChain8.cpp | 172 lockable = presentParameters->Flags & D3DPRESENTFLAG_LOCKABLE_BACKBUFFER; in reset() 180 …>BackBufferFormat, D3DPOOL_DEFAULT, presentParameters->MultiSampleType, lockable, D3DUSAGE_RENDERT… in reset()
|
D | Direct3DSwapChain8.hpp | 61 bool lockable; member in D3D8::Direct3DSwapChain8
|
D | Direct3DVolume8.hpp | 67 const bool lockable; member in D3D8::Direct3DVolume8
|
/external/ltp/testcases/kernel/security/mmc_security/ |
D | force_erase.sh | 49 if grep -q "unlocked" /sys/bus/mmc/devices/mmc0\:*/lockable; then 65 echo erase > /sys/bus/mmc/devices/mmc0\:*/lockable || \
|
D | remove_password.sh | 54 echo remove > /sys/bus/mmc/devices/mmc0\:*/lockable || \
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-verbose.cpp | 3 #define LOCKABLE __attribute__ ((lockable)) 27 class __attribute__((lockable)) Mutex {
|
D | warn-thread-safety-negative.cpp | 6 #define LOCKABLE __attribute__ ((lockable)) 30 class __attribute__((lockable)) Mutex {
|
/external/clang/test/Modules/Inputs/thread-safety/ |
D | a.h | 1 struct __attribute__((lockable)) mutex {
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 127 Image(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable) in Image() argument 128 …, width, height, 1, 0, multiSampleDepth, gl::SelectInternalFormat(internalformat), lockable, true), in Image() 146 … *create(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable);
|
/external/swiftshader/src/D3D9/ |
D | Direct3DVolume9.cpp | 34 …width(width), height(height), depth(depth), format(format), pool(pool), lockable(isLockable(pool, … in Direct3DVolume9() 174 if(!lockable) in LockBox()
|
D | Direct3DSwapChain9.hpp | 67 bool lockable; member in D3D9::Direct3DSwapChain9
|
D | Direct3DSwapChain9.cpp | 347 lockable = presentParameters->Flags & D3DPRESENTFLAG_LOCKABLE_BACKBUFFER; in reset() 355 …sentParameters->MultiSampleType, presentParameters->MultiSampleQuality, lockable, D3DUSAGE_RENDERT… in reset()
|
D | Direct3DVolume9.hpp | 68 const bool lockable; member in D3D9::Direct3DVolume9
|
/external/clang/test/Misc/ |
D | ast-dump-color.cpp | 18 class __attribute__((lockable)) Mutex {
|
D | ast-dump-attr.cpp | 44 class __attribute__((lockable)) Mutex {
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Texture.cpp | 771 bool lockable = true; in createDepthStencil() local 782 lockable = false; in createDepthStencil() 790 lockable = true; in createDepthStencil() 798 …egl::Image *surface = egl::Image::create(width, height, internalformat, multiSampleDepth, lockable… in createDepthStencil()
|
/external/clang/test/SemaObjC/ |
D | warn-thread-safety-analysis.m | 3 struct __attribute__ ((lockable)) Mutex {};
|
/external/clang/test/PCH/ |
D | thread-safety-attrs.cpp | 11 #define LOCKABLE __attribute__ ((lockable)) 33 class __attribute__((lockable)) Mutex {
|
/external/swiftshader/src/Device/ |
D | Surface.hpp | 115 …, int height, int depth, int border, int samples, VkFormat format, bool lockable, bool renderTarge… 119 …, int height, int depth, int border, int samples, VkFormat format, bool lockable, bool renderTarge… 321 const bool lockable; member in sw::Surface
|
/external/webrtc/webrtc/base/ |
D | thread_annotations.h | 74 #define LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(lockable)
|
/external/libchrome/base/ |
D | thread_annotations.h | 127 #define LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(lockable)
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | thread_annotations.h | 106 #define LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(lockable)
|