Home
last modified time | relevance | path

Searched refs:readOnly (Results 1 – 25 of 63) sorted by relevance

123

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
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().getMaxVariable(); in setMaxVariable()
[all …]
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()
/external/icu/android_icu4j/src/main/java/android/icu/text/
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().getMaxVariable(); in setMaxVariable()
[all …]
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()
/external/dng_sdk/source/
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()
[all …]
/external/python/pyasn1/pyasn1/type/
Dbase.py41 readOnly = {
46 readOnly.update(kwargs)
48 self.__dict__.update(readOnly)
50 self._readOnly = readOnly
62 def readOnly(self): member in Asn1ItemBase
255 for attr, value in self.readOnly.items():
346 initilaizers = self.readOnly.copy()
404 initializers = self.readOnly.copy()
462 readOnly = {
466 readOnly.update(kwargs)
[all …]
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DFileMap.java17 private boolean readOnly; field in FileMap
28 boolean readOnly) in create() argument
33 this.readOnly = readOnly; in create()
128 boolean readOnly) { in createFromZip() argument
/external/grpc-grpc/src/csharp/Grpc.Core/
DMetadata.cs57 bool readOnly; field in Grpc.Core.Metadata
73 this.readOnly = true; in Freeze()
191 get { return readOnly; }
218 GrpcPreconditions.CheckState(!readOnly, "Object is read only"); in CheckWriteable()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
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()
DCollationRoot.java44 return root.settings.readOnly(); in getSettings()
DSharedObject.java128 public T readOnly() { return ref; } in readOnly() method in SharedObject.Reference
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
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()
DCollationRoot.java42 return root.settings.readOnly(); in getSettings()
DSharedObject.java125 public T readOnly() { return ref; } in readOnly() method in SharedObject.Reference
/external/skia/src/gpu/gl/
DGrGLBuffer.cpp170 bool readOnly = (GrGpuBufferType::kXferGpuToCpu == fIntendedType); in onMap() local
182 GL_CALL_RET(fMapPtr, MapBuffer(target, readOnly ? GR_GL_READ_ONLY : GR_GL_WRITE_ONLY)); in onMap()
197 readOnly ? GR_GL_MAP_READ_BIT : writeAccess)); in onMap()
207 readOnly ? GR_GL_READ_ONLY : GR_GL_WRITE_ONLY)); in onMap()
/external/skqp/src/gpu/gl/
DGrGLBuffer.cpp168 bool readOnly = (kXferGpuToCpu_GrBufferType == fIntendedType); in onMap() local
180 GL_CALL_RET(fMapPtr, MapBuffer(target, readOnly ? GR_GL_READ_ONLY : GR_GL_WRITE_ONLY)); in onMap()
195 readOnly ? GR_GL_MAP_READ_BIT : writeAccess)); in onMap()
205 readOnly ? GR_GL_READ_ONLY : GR_GL_WRITE_ONLY)); in onMap()
/external/skqp/src/gpu/
DGrGpu.cpp237 if (dst->readOnly()) { in copySurface()
272 if (surface->readOnly()) { in writePixels()
311 if (texture->readOnly()) { in transferPixels()
340 if (texture->readOnly()) { in regenerateMipMapLevels()
359 SkASSERT(!surface->readOnly()); in didWriteToSurface()
DGrCaps.cpp268 return surface->readOnly() ? false : this->onSurfaceSupportsWritePixels(surface); in surfaceSupportsWritePixels()
273 return dst->readOnly() ? false : this->onCanCopySurface(dst, src, srcRect, dstPoint); in canCopySurface()
/external/skia/src/gpu/
DGrGpu.cpp236 if (dst->readOnly()) { in copySurface()
271 if (surface->readOnly()) { in writePixels()
310 if (texture->readOnly()) { in transferPixels()
339 if (texture->readOnly()) { in regenerateMipMapLevels()
363 SkASSERT(!surface->readOnly()); in didWriteToSurface()
DGrCaps.cpp268 return surface->readOnly() ? false : this->onSurfaceSupportsWritePixels(surface); in surfaceSupportsWritePixels()
273 return dst->readOnly() ? false : this->onCanCopySurface(dst, src, srcRect, dstPoint); in canCopySurface()
/external/autotest/frontend/client/src/autotest/afe/
DITextArea.java8 public void setReadOnly(boolean readOnly); in setReadOnly() argument
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DMockMethodAdvice.java68 …private static void exit(@Advice.Return(readOnly = false, typing = Assigner.Typing.DYNAMIC) Object… in exit()
289 @Advice.Return(readOnly = false) int hashCode, in enter() argument
311 @Advice.Return(readOnly = false) boolean equals, in enter() argument
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/X86/Inputs/
Ddllimport.ll17 …eToImport: 1, live: 0, dsoLocal: 1), insts: 1, funcFlags: (readNone: 1, readOnly: 0, noRecurse: 1,…
/external/doclava/src/com/google/doclava/
DAndroidAuxSource.java225 boolean readOnly = false; in auxTags()
232 readOnly = Boolean.parseBoolean(String.valueOf(val.value())); in auxTags()
257 if (readOnly) args.put("readOnly", "true"); in auxTags()
/external/skqp/include/gpu/
DGrSurface.h72 bool readOnly() const { return fSurfaceFlags & GrInternalSurfaceFlags::kReadOnly; } in readOnly() function

123