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

123

/external/autotest/frontend/client/src/autotest/afe/
H A DITextArea.java8 public void setReadOnly(boolean readOnly); argument
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRuleBasedCollator.java355 return tailoring.settings.readOnly();
453 if(settings.readOnly() == defaultSettings) { return; }
469 if(settings.readOnly() == defaultSettings) { return; }
485 if(settings.readOnly() == defaultSettings) { return; }
501 if(settings.readOnly() == defaultSettings) { return; }
517 if(settings.readOnly() == defaultSettings) { return; }
533 if(settings.readOnly() == defaultSettings) { return; }
548 if(settings.readOnly() == defaultSettings) { return; }
664 if(flag == settings.readOnly().getFlag(CollationSettings.CHECK_FCD)) { return; }
719 int oldValue = settings.readOnly()
[all...]
H A DCollationElementIterator.java495 boolean numeric = rbc_.settings.readOnly().isNumeric();
496 if (rbc_.settings.readOnly().dontCheckFCD()) {
532 boolean numeric = rbc_.settings.readOnly().isNumeric();
533 if (rbc_.settings.readOnly().dontCheckFCD()) {
559 boolean numeric = rbc_.settings.readOnly().isNumeric();
560 if (rbc_.settings.readOnly().dontCheckFCD()) {
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DRuleBasedCollator.java364 return tailoring.settings.readOnly();
463 if(settings.readOnly() == defaultSettings) { return; }
480 if(settings.readOnly() == defaultSettings) { return; }
497 if(settings.readOnly() == defaultSettings) { return; }
514 if(settings.readOnly() == defaultSettings) { return; }
531 if(settings.readOnly() == defaultSettings) { return; }
548 if(settings.readOnly() == defaultSettings) { return; }
564 if(settings.readOnly() == defaultSettings) { return; }
684 if(flag == settings.readOnly().getFlag(CollationSettings.CHECK_FCD)) { return; }
741 int oldValue = settings.readOnly()
[all...]
H A DCollationElementIterator.java510 boolean numeric = rbc_.settings.readOnly().isNumeric();
511 if (rbc_.settings.readOnly().dontCheckFCD()) {
548 boolean numeric = rbc_.settings.readOnly().isNumeric();
549 if (rbc_.settings.readOnly().dontCheckFCD()) {
576 boolean numeric = rbc_.settings.readOnly().isNumeric();
577 if (rbc_.settings.readOnly().dontCheckFCD()) {
/external/dng_sdk/source/
H A Ddng_xmp.cpp2404 uint32 readOnly = doingUpdateFromXMP ? ignoreXMP local
2417 readOnly + removable);
2424 readOnly + removable);
2461 readOnly);
2535 readOnly);
2549 readOnly);
2583 readOnly);
2597 readOnly);
2625 readOnly + removable);
2633 uint32 isoSpeedRatingsOptions = readOnly;
3894 SyncApproximateFocusDistance(dng_exif &exif, const uint32 readOnly) argument
[all...]
H A Ddng_xmp.h393 const uint32 readOnly);
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationTailoring.java39 assert(baseSettings.readOnly().reorderCodes.length == 0);
40 assert(baseSettings.readOnly().reorderTable == null);
41 assert(baseSettings.readOnly().minHighNoReorder == 0);
H A DCollationRoot.java44 return root.settings.readOnly();
H A DSharedObject.java40 * // For read-only access, use s.readOnly().
127 public T readOnly() { return ref; } method in class:SharedObject.Reference
H A DCollationDataReader.java463 CollationSettings ts = tailoring.settings.readOnly();
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationTailoring.java37 assert(baseSettings.readOnly().reorderCodes.length == 0);
38 assert(baseSettings.readOnly().reorderTable == null);
39 assert(baseSettings.readOnly().minHighNoReorder == 0);
H A DCollationRoot.java42 return root.settings.readOnly();
H A DSharedObject.java39 * // For read-only access, use s.readOnly().
125 public T readOnly() { return ref; } method in class:SharedObject.Reference
H A DCollationDataReader.java462 CollationSettings ts = tailoring.settings.readOnly();
/external/skia/src/gpu/gl/
H A DGrGLBuffer.cpp169 bool readOnly = (kXferGpuToCpu_GrBufferType == fIntendedType); local
181 GL_CALL_RET(fMapPtr, MapBuffer(target, readOnly ? GR_GL_READ_ONLY : GR_GL_WRITE_ONLY));
196 readOnly ? GR_GL_MAP_READ_BIT : writeAccess));
206 readOnly ? GR_GL_READ_ONLY : GR_GL_WRITE_ONLY));
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
H A DMockMethodAdvice.java57 private static void exit(@Advice.Return(readOnly = false, typing = Assigner.Typing.DYNAMIC) Object returned,
230 @Advice.Return(readOnly = false) int hashCode,
252 @Advice.Return(readOnly = false) boolean equals,
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_Connection1.java170 public void setReadOnly(boolean readOnly) throws SQLException { argument
/external/swiftshader/src/Main/
H A DFrameBufferX11.cpp66 shminfo.readOnly = False;
/external/webrtc/webrtc/modules/video_render/linux/
H A Dvideo_x11_channel.cc261 _shminfo.readOnly = False;
/external/icu/icu4c/source/common/unicode/
H A Dutext.h345 * A shallow clone made with the readOnly parameter == FALSE will preserve the
362 * @param readOnly TRUE to request that the cloned UText have read only access to the
372 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status);
/external/mesa3d/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c140 shminfo->readOnly = False;
/external/webrtc/webrtc/modules/desktop_capture/x11/
H A Dx_server_pixel_buffer.cc131 shm_segment_info_->readOnly = False;
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_buffer.c114 b->shminfo.readOnly = False;
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java206 public void setReadOnly(boolean readOnly) throws SQLException { argument

Completed in 688 milliseconds

123