Home
last modified time | relevance | path

Searched defs:readonly (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/aosp_15_r20/frameworks/base/tools/systemfeatures/src/com/android/systemfeatures/
H A DSystemFeaturesGenerator.kt108 var readonly = false in generate() variable
344 private data class FeatureInfo(val name: String, val version: Int?, val readonly: Boolean) constant in com.android.systemfeatures.SystemFeaturesGenerator.FeatureInfo
/aosp_15_r20/system/core/fs_mgr/libdm/include/libdm/
H A Ddm_table.h71 void set_readonly(bool readonly) { readonly_ = readonly; } in set_readonly()
72 bool readonly() const { return readonly_; } in readonly() function
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/systemfeatures/systemfeatures-gen-lib/linux_glibc_common/kotlin/
Dsystemfeatures-gen-lib.jar ... final String name private final Integer version private final boolean readonly public void <init> (java.lang. ...
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
H A DLongBufferTest.java90 LongBuffer readonly = buf.asReadOnlyBuffer(); in testAsReadOnlyBuffer() local
376 LongBuffer readonly = buf.asReadOnlyBuffer(); in testHashCode() local
H A DIntBufferTest.java90 IntBuffer readonly = buf.asReadOnlyBuffer(); in testAsReadOnlyBuffer() local
375 IntBuffer readonly = buf.asReadOnlyBuffer(); in testHashCode() local
H A DFloatBufferTest.java90 FloatBuffer readonly = buf.asReadOnlyBuffer(); in testAsReadOnlyBuffer() local
397 FloatBuffer readonly = buf.asReadOnlyBuffer(); in testHashCode() local
H A DShortBufferTest.java89 ShortBuffer readonly = buf.asReadOnlyBuffer(); in testAsReadOnlyBuffer() local
362 ShortBuffer readonly = buf.asReadOnlyBuffer(); in testHashCode() local
H A DCharBufferTest.java93 CharBuffer readonly = buf.asReadOnlyBuffer(); in testAsReadOnlyBuffer() local
428 CharBuffer readonly = buf.asReadOnlyBuffer(); in testHashCode() local
H A DByteBufferTest.java166 ByteBuffer readonly = buf.asReadOnlyBuffer(); in testAsReadOnlyBuffer() local
488 ByteBuffer readonly = buf.asReadOnlyBuffer(); in testHashCode() local
503 ByteBuffer readonly = buf.asReadOnlyBuffer(); in readOnlyHashCode() local
/aosp_15_r20/external/coreboot/tests/lib/
H A Dmemrange-test.c491 const unsigned long readonly = IORESOURCE_READONLY; in test_memrange_steal() local
583 const unsigned long readonly = IORESOURCE_READONLY; in test_memrange_init_and_teardown() local
/aosp_15_r20/external/libchrome/base/metrics/
H A Dpersistent_memory_allocator.cc293 bool readonly) { in IsMemoryAcceptable()
305 bool readonly) in PersistentMemoryAllocator()
318 bool readonly) in PersistentMemoryAllocator()
/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_memory_allocator.cc303 bool readonly) { in IsMemoryAcceptable()
355 const bool readonly = access_mode == kReadOnly; in PersistentMemoryAllocator() local
1178 bool readonly) { in IsFileAcceptable()
/aosp_15_r20/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCConnection.java68 private boolean readonly = false; field in JDBCConnection
108 private DatabaseX open(boolean readonly) throws SQLException { in open()
/aosp_15_r20/external/protobuf/php/tests/proto_previous/
H A Dtest_previously_unreserved_message.proto5 message readonly {} message
/aosp_15_r20/external/cronet/third_party/protobuf/php/tests/proto_previous/
H A Dtest_previously_unreserved_message.proto5 message readonly {} message
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutTests.cpp388 bool usePhysStorageBuffer, bool readonly) in BlockBasicTypeCase()
436 bool usePhysStorageBuffer, bool readonly) in BlockBasicUnsizedArrayCase()
492 bool usePhysStorageBuffer, bool readonly) in BlockSingleStructCase()
1098 …BOLayoutTests::SSBOLayoutTests(tcu::TestContext &testCtx, bool usePhysStorageBuffer, bool readonly) in SSBOLayoutTests()
/aosp_15_r20/system/server_configurable_flags/aconfigd/
H A Dstorage_files.cpp602 auto readonly = IsFlagReadOnly(context); in SetServerFlagValue() local
676 auto readonly = IsFlagReadOnly(context); in SetLocalFlagValue() local
/aosp_15_r20/external/protobuf/php/tests/generated_previous/Previous/
H A Dreadonly.php14 class readonly extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/external/cronet/third_party/protobuf/php/tests/generated_previous/Previous/
H A Dreadonly.php14 class readonly extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/external/protobuf/objectivec/
H A DGPBStruct.pbobjc.h91 @property(nonatomic, readonly) NSUInteger fields_Count; in property() argument
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/
H A DGPBStruct.pbobjc.h91 @property(nonatomic, readonly) NSUInteger fields_Count; in property() argument
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dduplicate-property-class-extension.m21 @property (readonly) char foo; // expected-error {{property has a previous declaration}} category
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/
H A DRequireSetterForGetter736Test.java10 private int readonly; field in RequireSetterForGetter736Test.DataB
/aosp_15_r20/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_ioctl.c718 bool readonly, in vmw_ioctl_syncforcpu()
756 bool readonly, in vmw_ioctl_releasefromcpu()
/aosp_15_r20/external/javassist/src/test/javassist/
H A DClassPoolBench.java8 static boolean mod = false, detach = false, readonly = false; field in ClassPoolBench

12345678910>>...13