/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
H A D | RuleBasedCollator.java | 364 return tailoring.settings.readOnly(); in getDefaultSettings() 463 if(settings.readOnly() == defaultSettings) { return; } in setCaseFirstDefault() 480 if(settings.readOnly() == defaultSettings) { return; } in setAlternateHandlingDefault() 497 if(settings.readOnly() == defaultSettings) { return; } in setCaseLevelDefault() 514 if(settings.readOnly() == defaultSettings) { return; } in setDecompositionDefault() 531 if(settings.readOnly() == defaultSettings) { return; } in setFrenchCollationDefault() 548 if(settings.readOnly() == defaultSettings) { return; } in setStrengthDefault() 564 if(settings.readOnly() == defaultSettings) { return; } in setNumericCollationDefault() 684 if(flag == settings.readOnly().getFlag(CollationSettings.CHECK_FCD)) { return; } in setDecomposition() 741 int oldValue = settings.readOnly() in setMaxVariable() [all...] |
H A D | CollationElementIterator.java | 510 boolean numeric = rbc_.settings.readOnly().isNumeric(); in setText() 511 if (rbc_.settings.readOnly().dontCheckFCD()) { in setText() 548 boolean numeric = rbc_.settings.readOnly().isNumeric(); in setText() 549 if (rbc_.settings.readOnly().dontCheckFCD()) { in setText() 576 boolean numeric = rbc_.settings.readOnly().isNumeric(); in setText() 577 if (rbc_.settings.readOnly().dontCheckFCD()) { in setText()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RuleBasedCollator.java | 355 return tailoring.settings.readOnly(); in getDefaultSettings() 453 if(settings.readOnly() == defaultSettings) { return; } in setCaseFirstDefault() 469 if(settings.readOnly() == defaultSettings) { return; } in setAlternateHandlingDefault() 485 if(settings.readOnly() == defaultSettings) { return; } in setCaseLevelDefault() 501 if(settings.readOnly() == defaultSettings) { return; } in setDecompositionDefault() 517 if(settings.readOnly() == defaultSettings) { return; } in setFrenchCollationDefault() 533 if(settings.readOnly() == defaultSettings) { return; } in setStrengthDefault() 548 if(settings.readOnly() == defaultSettings) { return; } in setNumericCollationDefault() 664 if(flag == settings.readOnly().getFlag(CollationSettings.CHECK_FCD)) { return; } in setDecomposition() 719 int oldValue = settings.readOnly() in setMaxVariable() [all...] |
H A D | CollationElementIterator.java | 495 boolean numeric = rbc_.settings.readOnly().isNumeric(); in setText() 496 if (rbc_.settings.readOnly().dontCheckFCD()) { in setText() 532 boolean numeric = rbc_.settings.readOnly().isNumeric(); in setText() 533 if (rbc_.settings.readOnly().dontCheckFCD()) { in setText() 559 boolean numeric = rbc_.settings.readOnly().isNumeric(); in setText() 560 if (rbc_.settings.readOnly().dontCheckFCD()) { in setText()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_xmp.cpp | 2404 uint32 readOnly = doingUpdateFromXMP ? ignoreXMP in SyncExif() local 2417 readOnly + removable); in SyncExif() 2424 readOnly + removable); in SyncExif() 2461 readOnly); in SyncExif() 2535 readOnly); in SyncExif() 2549 readOnly); in SyncExif() 2583 readOnly); in SyncExif() 2597 readOnly); in SyncExif() 2625 readOnly + removable); in SyncExif() 2633 uint32 isoSpeedRatingsOptions = readOnly; in SyncExif() 3894 SyncApproximateFocusDistance(dng_exif &exif, const uint32 readOnly) SyncApproximateFocusDistance() argument [all...] |
H A D | dng_xmp.h | 393 const uint32 readOnly);
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationTailoring.java | 37 assert(baseSettings.readOnly().reorderCodes.length == 0); in CollationTailoring() 38 assert(baseSettings.readOnly().reorderTable == null); in CollationTailoring() 39 assert(baseSettings.readOnly().minHighNoReorder == 0); in CollationTailoring()
|
H A D | CollationRoot.java | 42 return root.settings.readOnly(); in getSettings()
|
H A D | SharedObject.java | 39 * // For read-only access, use s.readOnly(). 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 | CollationTailoring.java | 39 assert(baseSettings.readOnly().reorderCodes.length == 0); in CollationTailoring() 40 assert(baseSettings.readOnly().reorderTable == null); in CollationTailoring() 41 assert(baseSettings.readOnly().minHighNoReorder == 0); in CollationTailoring()
|
H A D | CollationRoot.java | 44 return root.settings.readOnly(); in getSettings()
|
H A D | SharedObject.java | 40 * // For read-only access, use s.readOnly(). 128 public T readOnly() { return ref; } in readOnly() method in SharedObject.Reference
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLBuffer.cpp | 174 bool readOnly = (GrGpuBufferType::kXferGpuToCpu == fIntendedType); in onMap() local 182 if (!readOnly) { in onMap() 192 GL_CALL_RET(fMapPtr, MapBuffer(target, readOnly ? GR_GL_READ_ONLY : GR_GL_WRITE_ONLY)); in onMap() 205 if (readOnly) { in onMap() 227 readOnly ? GR_GL_READ_ONLY : GR_GL_WRITE_ONLY)); in onMap()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CommandValidation.cpp | 36 bool readOnly = IsSubset(usage, kReadOnlyBufferUsages); in ValidateSyncScopeResourceUsage() local 39 DAWN_INVALID_IF(!readOnly && !singleUse, in ValidateSyncScopeResourceUsage() 51 bool readOnly = IsSubset(usage, kReadOnlyTextureUsages); in ValidateSyncScopeResourceUsage() 53 if (!readOnly && !singleUse && !error.IsError()) { in ValidateSyncScopeResourceUsage()
|
/third_party/skia/src/gpu/ |
H A D | GrGpu.cpp | 433 if (dst->readOnly()) { in copySurface() 500 if (surface->readOnly()) { in writePixels() 558 if (texture->readOnly()) { in transferPixelsTo() 646 if (texture->readOnly()) { in regenerateMipMapLevels() 670 SkASSERT(!surface->readOnly()); in didWriteToSurface()
|
H A D | GrSurface.h | 78 bool readOnly() const { return fSurfaceFlags & GrInternalSurfaceFlags::kReadOnly; } in readOnly() function in GrSurface
|
H A D | GrCaps.cpp | 293 return surface->readOnly() ? false : this->onSurfaceSupportsWritePixels(surface); in surfaceSupportsWritePixels() 298 if (dst->readOnly()) { in canCopySurface()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | RenderPassCache.h | 51 bool readOnly);
|
H A D | RenderPassCache.cpp | 68 bool readOnly) { in SetDepthStencil() 75 readOnlyDepthStencil = readOnly; in SetDepthStencil() 63 SetDepthStencil(wgpu::TextureFormat format, wgpu::LoadOp depthLoadOpIn, wgpu::StoreOp depthStoreOpIn, wgpu::LoadOp stencilLoadOpIn, wgpu::StoreOp stencilStoreOpIn, bool readOnly) SetDepthStencil() argument
|
/third_party/skia/tests/ |
H A D | VkBackendSurfaceTest.cpp | 79 REPORTER_ASSERT(reporter, proxy->readOnly()); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 83 REPORTER_ASSERT(reporter, surf->readOnly()); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | FrameBufferX11.cpp | 70 shminfo.readOnly = False; in FrameBufferX11()
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
H A D | kernel_test.js | 535 const readOnly = accessor.getMessage(1, TestMessage.instanceCreator); 543 expect(mutableSubMessage).toBe(readOnly); 592 const readOnly = accessor.getMessage(1, TestMessage.instanceCreator); 600 expect(mutableSubMessage).toBe(readOnly); 2191 const readOnly = accessor.getGroup(1, TestMessage.instanceCreator); 2199 expect(mutableSubGropu).toBe(readOnly); 2248 const readOnly = accessor.getGroup(1, TestMessage.instanceCreator); 2256 expect(mutableSubGroup).toBe(readOnly);
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | SymbolTable.h | 582 void readOnly(); 919 void readOnly() in readOnly() function in glslang::TSymbolTable 922 table[level]->readOnly(); in readOnly()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | utext.h | 326 * A shallow clone made with the readOnly parameter == false will preserve the 343 * @param readOnly true to request that the cloned UText have read only access to the 353 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | utext.h | 326 * A shallow clone made with the readOnly parameter == false will preserve the 343 * @param readOnly true to request that the cloned UText have read only access to the 353 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status);
|