Home
last modified time | relevance | path

Searched refs:readOnly (Results 1 - 25 of 50) sorted by relevance

12

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DRuleBasedCollator.java364 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 DCollationElementIterator.java510 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 DRuleBasedCollator.java355 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 DCollationElementIterator.java495 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 Ddng_xmp.cpp2404 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 Ddng_xmp.h393 const uint32 readOnly);
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationTailoring.java37 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 DCollationRoot.java42 return root.settings.readOnly(); in getSettings()
H A DSharedObject.java39 * // 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 DCollationTailoring.java39 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 DCollationRoot.java44 return root.settings.readOnly(); in getSettings()
H A DSharedObject.java40 * // 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 DGrGLBuffer.cpp174 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 DCommandValidation.cpp36 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 DGrGpu.cpp433 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 DGrSurface.h78 bool readOnly() const { return fSurfaceFlags & GrInternalSurfaceFlags::kReadOnly; } in readOnly() function in GrSurface
H A DGrCaps.cpp293 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 DRenderPassCache.h51 bool readOnly);
H A DRenderPassCache.cpp68 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 DVkBackendSurfaceTest.cpp79 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 DFrameBufferX11.cpp70 shminfo.readOnly = False; in FrameBufferX11()
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dkernel_test.js535 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 DSymbolTable.h582 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 Dutext.h326 * 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 Dutext.h326 * 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);

Completed in 24 milliseconds

12