/aosp_15_r20/frameworks/base/tools/systemfeatures/src/com/android/systemfeatures/ |
H A D | SystemFeaturesGenerator.kt | 108 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 D | dm_table.h | 71 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/ |
D | systemfeatures-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 D | LongBufferTest.java | 90 LongBuffer readonly = buf.asReadOnlyBuffer(); in testAsReadOnlyBuffer() local 376 LongBuffer readonly = buf.asReadOnlyBuffer(); in testHashCode() local
|
H A D | IntBufferTest.java | 90 IntBuffer readonly = buf.asReadOnlyBuffer(); in testAsReadOnlyBuffer() local 375 IntBuffer readonly = buf.asReadOnlyBuffer(); in testHashCode() local
|
H A D | FloatBufferTest.java | 90 FloatBuffer readonly = buf.asReadOnlyBuffer(); in testAsReadOnlyBuffer() local 397 FloatBuffer readonly = buf.asReadOnlyBuffer(); in testHashCode() local
|
H A D | ShortBufferTest.java | 89 ShortBuffer readonly = buf.asReadOnlyBuffer(); in testAsReadOnlyBuffer() local 362 ShortBuffer readonly = buf.asReadOnlyBuffer(); in testHashCode() local
|
H A D | CharBufferTest.java | 93 CharBuffer readonly = buf.asReadOnlyBuffer(); in testAsReadOnlyBuffer() local 428 CharBuffer readonly = buf.asReadOnlyBuffer(); in testHashCode() local
|
H A D | ByteBufferTest.java | 166 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 D | memrange-test.c | 491 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 D | persistent_memory_allocator.cc | 293 bool readonly) { in IsMemoryAcceptable() 305 bool readonly) in PersistentMemoryAllocator() 318 bool readonly) in PersistentMemoryAllocator()
|
/aosp_15_r20/external/cronet/base/metrics/ |
H A D | persistent_memory_allocator.cc | 303 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 D | JDBCConnection.java | 68 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 D | test_previously_unreserved_message.proto | 5 message readonly {} message
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/tests/proto_previous/ |
H A D | test_previously_unreserved_message.proto | 5 message readonly {} message
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutTests.cpp | 388 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 D | storage_files.cpp | 602 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 D | readonly.php | 14 class readonly extends \Google\Protobuf\Internal\Message class
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/tests/generated_previous/Previous/ |
H A D | readonly.php | 14 class readonly extends \Google\Protobuf\Internal\Message class
|
/aosp_15_r20/external/protobuf/objectivec/ |
H A D | GPBStruct.pbobjc.h | 91 @property(nonatomic, readonly) NSUInteger fields_Count; in property() argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/ |
H A D | GPBStruct.pbobjc.h | 91 @property(nonatomic, readonly) NSUInteger fields_Count; in property() argument
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | duplicate-property-class-extension.m | 21 @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 D | RequireSetterForGetter736Test.java | 10 private int readonly; field in RequireSetterForGetter736Test.DataB
|
/aosp_15_r20/external/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmw_screen_ioctl.c | 718 bool readonly, in vmw_ioctl_syncforcpu() 756 bool readonly, in vmw_ioctl_releasefromcpu()
|
/aosp_15_r20/external/javassist/src/test/javassist/ |
H A D | ClassPoolBench.java | 8 static boolean mod = false, detach = false, readonly = false; field in ClassPoolBench
|