| /third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
| H A D | SharedObject.java | 125 public T readOnly() { return ref; } in readOnly() method in SharedObject.Reference
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
| H A D | SharedObject.java | 128 public T readOnly() { return ref; } in readOnly() method in SharedObject.Reference
|
| /third_party/skia/src/gpu/ |
| H A D | GrSurface.h | 78 bool readOnly() const { return fSurfaceFlags & GrInternalSurfaceFlags::kReadOnly; } in readOnly() function in GrSurface
|
| H A D | GrSurfaceProxy.h | 271 bool readOnly() const { return fSurfaceFlags & GrInternalSurfaceFlags::kReadOnly; } in readOnly() function in GrSurfaceProxy
|
| /third_party/skia/src/gpu/gl/ |
| H A D | GrGLBuffer.cpp | 174 bool readOnly = (GrGpuBufferType::kXferGpuToCpu == fIntendedType); in onMap() local
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | SymbolTable.cpp | 334 void TSymbolTableLevel::readOnly() in readOnly() function in glslang::TSymbolTableLevel
|
| H A D | SymbolTable.h | 919 void readOnly() in readOnly() function in glslang::TSymbolTable
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | RenderPassCache.cpp | 63 SetDepthStencil(wgpu::TextureFormat format, wgpu::LoadOp depthLoadOpIn, wgpu::StoreOp depthStoreOpIn, wgpu::LoadOp stencilLoadOpIn, wgpu::StoreOp stencilStoreOpIn, bool readOnly) SetDepthStencil() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | CommandValidation.cpp | 36 bool readOnly = IsSubset(usage, kReadOnlyBufferUsages); in ValidateSyncScopeResourceUsage() local
|
| /third_party/icu/icu4c/source/common/ |
| H A D | utext.cpp | 522 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) { in utext_clone() argument
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | utext.cpp | 525 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) { in utext_clone() argument
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | utext.cpp | 522 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) { in utext_clone() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 2443 bool readOnly; in createAttachmentFeedbackLoopLayoutSamplerTests() member
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_xmp.cpp | 2404 uint32 readOnly = doingUpdateFromXMP ? ignoreXMP in SyncExif() local 3894 SyncApproximateFocusDistance(dng_exif &exif, const uint32 readOnly) SyncApproximateFocusDistance() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 2283 bool readOnly; in createAttachmentFeedbackLoopLayoutSamplerTests() member
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
| H A D | vktRobustnessExtsTests.cpp | 256 bool readOnly; member
|
| /third_party/mesa3d/include/CL/ |
| H A D | cl.hpp | 3231 Buffer( IteratorType startIterator, IteratorType endIterator, bool readOnly, bool useHostPtr = false, cl_int* err = NULL) Buffer() argument 6626 Buffer( const Context &context, IteratorType startIterator, IteratorType endIterator, bool readOnly, bool useHostPtr, cl_int* err) Buffer() argument 6677 Buffer( const CommandQueue &queue, IteratorType startIterator, IteratorType endIterator, bool readOnly, bool useHostPtr, cl_int* err) Buffer() argument
|
| H A D | cl2.hpp | 3868 Buffer( IteratorType startIterator, IteratorType endIterator, bool readOnly, bool useHostPtr = false, cl_int* err = NULL) Buffer() argument 9014 Buffer( const Context &context, IteratorType startIterator, IteratorType endIterator, bool readOnly, bool useHostPtr, cl_int* err) Buffer() argument 9065 Buffer( const CommandQueue &queue, IteratorType startIterator, IteratorType endIterator, bool readOnly, bool useHostPtr, cl_int* err) Buffer() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
| H A D | vktRobustnessExtsTests.cpp | 263 bool readOnly; member
|
| /third_party/sqlite/src/ |
| H A D | sqlite3.c | 22876 bft readOnly:1; /* True for statements that do not write */ member 56126 u8 readOnly; /* True for a read-only database */ global() member 60262 int readOnly = 0; /* True if this is a read-only file */ global() local 63882 u8 readOnly; /* WAL_RDWR, WAL_RDONLY, or WAL_SHM_RDONLY */ global() member [all...] |