| /third_party/typescript/tests/baselines/reference/ |
| H A D | modifierParenCast.js | 16 var readonly = undefined;
variable
|
| /third_party/NuttX/drivers/bch/ |
| H A D | bchdev_register.c | 42 bchdev_register(const char *blkdev, const char *chardev, bool readonly) bchdev_register() argument
|
| H A D | bchlib_setup.c | 47 int bchlib_setup(const char *blkdev, bool readonly, void **handle) in bchlib_setup() argument
|
| H A D | bch.h | 57 bool readonly; /* true: Only read operations are supported */ member
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| H A D | tsMappedType.h | 25 explicit TSMappedType(TSTypeParameter *typeParameter, TypeNode *typeAnnotation, MappedOption readonly, in TSMappedType() argument
|
| H A D | tsParameterProperty.h | 27 explicit TSParameterProperty(AccessibilityOption accessibility, Expression *parameter, bool readonly, bool isStatic, in TSParameterProperty() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| H A D | indexInfo.h | 24 IndexInfo(Type *type, util::StringView paramName, bool readonly) in IndexInfo() argument 29 IndexInfo(Type *type, util::StringView paramName, bool readonly, const lexer::SourcePosition &pos) in IndexInfo() argument
|
| H A D | tupleType.h | 35 TupleType( std::tuple<ObjectDescriptor *, ArenaVector<ElementFlags> &&, ElementFlags, NamedTupleMemberPool &&> contents, uint32_t minLength, uint32_t fixedLength, bool readonly) TupleType() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| H A D | tsIndexSignature.h | 36 explicit TSIndexSignature(Expression *const param, TypeNode *const typeAnnotation, bool const readonly) in TSIndexSignature() argument
|
| H A D | tsPropertySignature.h | 32 explicit TSPropertySignature(Expression *key, TypeNode *typeAnnotation, bool computed, bool optional, bool readonly) in TSPropertySignature() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | tsIndexSignatureBuilder.h | 41 TSIndexSignatureBuilder &SetReadOnly(bool readonly) in SetReadOnly() argument
|
| H A D | tsMappedTypeBuilder.h | 41 TSMappedTypeBuilder &SetReadonly(MappedOption readonly) in SetReadonly() argument
|
| H A D | tsPropertySignatureBuilder.h | 53 TSPropertySignatureBuilder &SetReadOnly(bool readonly) in SetReadOnly() argument
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| H A D | indexInfo.h | 25 IndexInfo(Type *type, util::StringView paramName, bool readonly) in IndexInfo() argument 30 IndexInfo(Type *type, util::StringView paramName, bool readonly, const lexer::SourcePosition &pos) in IndexInfo() argument
|
| H A D | tupleType.h | 36 TupleType(ObjectDescriptor *desc, ArenaVector<ElementFlags> &&elementFlags, ElementFlags combinedFlags, uint32_t minLength, uint32_t fixedLength, bool readonly) TupleType() argument 52 TupleType(ObjectDescriptor *desc, ArenaVector<ElementFlags> &&elementFlags, ElementFlags combinedFlags, uint32_t minLength, uint32_t fixedLength, bool readonly, NamedTupleMemberPool &&namedMembers) TupleType() argument
|
| /third_party/NuttX/fs/driver/ |
| H A D | fs_blockproxy.c | 157 bool readonly; in block_proxy() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsMappedType.h | 35 TSMappedType(TSTypeParameter *typeParameter, Expression *nameKeyType, Expression *typeAnnotation, MappedOption readonly, MappedOption optional) TSMappedType() argument
|
| H A D | tsPropertySignature.h | 34 TSPropertySignature(Expression *key, Expression *typeAnnotation, bool computed, bool optional, bool readonly) TSPropertySignature() argument
|
| H A D | tsIndexSignature.h | 36 explicit TSIndexSignature(Expression *param, Expression *typeAnnotation, bool readonly, bool isStatic = false) in TSIndexSignature() argument
|
| H A D | tsParameterProperty.h | 36 explicit TSParameterProperty(AccessibilityOption accessibility, Expression *parameter, bool readonly, in TSParameterProperty() argument
|
| /third_party/backends/testsuite/sanei/ |
| H A D | test_wire.c | 63 int readonly = 0; in main() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | ImageFunctionHLSL.cpp | 302 useImageFunction(const ImmutableString &name, const TBasicType &type, TLayoutImageInternalFormat imageInternalFormat, bool readonly) useImageFunction() argument
|
| H A D | ImageFunctionHLSL.h | 70 bool readonly; member
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| H A D | typeCreation.cpp | 160 CreateTupleType(ObjectDescriptor *desc, ArenaVector<ElementFlags> &&elementFlags, ElementFlags combinedFlags, uint32_t minLength, uint32_t fixedLength, bool readonly) CreateTupleType() argument 168 CreateTupleType(ObjectDescriptor *desc, ArenaVector<ElementFlags> &&elementFlags, ElementFlags combinedFlags, uint32_t minLength, uint32_t fixedLength, bool readonly, NamedTupleMemberPool &&namedMembers) CreateTupleType() argument
|
| /third_party/icu/icu4c/source/samples/ustring/ |
| H A D | ustring.cpp | 416 static const UChar readonly[]={ variable [all...] |