Home
last modified time | relevance | path

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

1234

/external/protobuf/php/tests/proto_previous/
Dtest_previously_unreserved_message.proto5 message readonly {} message
/external/protobuf/php/tests/generated_previous/Previous/
Dreadonly.php14 class readonly extends \Google\Protobuf\Internal\Message class
/external/protobuf/objectivec/
DGPBStruct.pbobjc.h91 @property(nonatomic, readonly) NSUInteger fields_Count; in property() argument
/external/cronet/third_party/protobuf/objectivec/
DGPBStruct.pbobjc.h91 @property(nonatomic, readonly) NSUInteger fields_Count; in property() argument
/external/clang/test/SemaObjC/
Dduplicate-property-class-extension.m21 @property (readonly) char foo; // expected-error {{property has a previous declaration}} category
Dproperty-in-class-extension.m7 @property (readonly) int bar; category
Dproperty-9-impl-method.m53 @property(readonly) OrganizerTabHeader *tabHeaderView; category
/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/
DRequireSetterForGetter736Test.java10 private int readonly; field in RequireSetterForGetter736Test.DataB
/external/javassist/src/test/javassist/
DClassPoolBench.java8 static boolean mod = false, detach = false, readonly = false; field in ClassPoolBench
/external/sg3_utils/src/
Dsg_rmsn.c69 bool readonly = false; in main() local
Dsg_read_block_limits.c95 bool readonly = false; in main() local
Dsg_read_long.c131 bool readonly = false; in main() local
Dsg_verify.c140 bool readonly = false; in main() local
Dsg_seek.c140 bool readonly = false; in main() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla.proto57 bool readonly = 5; field
/external/angle/src/compiler/translator/hlsl/
DImageFunctionHLSL.h70 bool readonly; member
DImageFunctionHLSL.cpp335 bool readonly) in useImageFunction()
/external/ltp/testcases/kernel/kvm/
Dkvm_pagefault01.c52 int val, *writable, *readonly, *cacher1, *cacher2; in main() local
/external/igt-gpu-tools/tests/i915/
Dgem_exec_basic.c65 static void readonly(int fd, uint64_t flags) in readonly() function
/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.h77 @property(readonly) __strong char *radar; in property() argument
/external/rust/crates/virtio-drivers/src/device/
Dblk.rs45 readonly: bool, field
51 let mut readonly = false; in new() localVariable
88 pub fn readonly(&self) -> bool { in readonly() method
/external/python/cpython3/Tools/c-analyzer/c_common/
Dclsutil.py16 readonly=False, argument
/external/autotest/site_utils/lxc/
Dutils.py170 def create(cls, src, dst, rename=None, readonly=False): argument
/external/python/pybind11/include/pybind11/
Dbuffer_info.h48 bool readonly = false; // flag to indicate if the underlying storage may be written to member
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCConnection.java68 private boolean readonly = false; field in JDBCConnection
108 private DatabaseX open(boolean readonly) throws SQLException { in open()

1234