Home
last modified time | relevance | path

Searched defs:immutable (Results 1 - 23 of 23) sorted by relevance

/third_party/libabigail/tests/data/test-diff-filter/
H A Dtest-PR26739-v0.c1 typedef const int immutable[7]; typedef
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DMicroProps.java53 private final boolean immutable; field in MicroProps
77 public MicroProps(boolean immutable) { in MicroProps() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DMicroProps.java33 private final boolean immutable; field in MicroProps
41 public MicroProps(boolean immutable) { in MicroProps() argument
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_extension.cc63 InitTemplateVars( const FieldDescriptor* descriptor, const std::string& scope, bool immutable, ClassNameResolver* name_resolver, std::map<std::string, std::string>* vars_pointer) InitTemplateVars() argument
H A Djava_name_resolver.cc65 ClassNameWithoutPackage(const Descriptor* descriptor, bool immutable) ClassNameWithoutPackage() argument
71 ClassNameWithoutPackage(const EnumDescriptor* descriptor, bool immutable) ClassNameWithoutPackage() argument
84 ClassNameWithoutPackage(const ServiceDescriptor* descriptor, bool immutable) ClassNameWithoutPackage() argument
161 GetFileClassName(const FileDescriptor* file, bool immutable) GetFileClassName() argument
201 GetClassName(const FileDescriptor* descriptor, bool immutable) GetClassName() argument
211 GetClassFullName( const std::string& name_without_package, const FileDescriptor* file, bool immutable, bool is_own_file) GetClassFullName() argument
227 GetClassName(const Descriptor* descriptor, bool immutable) GetClassName() argument
234 GetClassName(const EnumDescriptor* descriptor, bool immutable) GetClassName() argument
241 GetClassName(const ServiceDescriptor* descriptor, bool immutable) GetClassName() argument
249 GetJavaClassFullName( const std::string& name_without_package, const FileDescriptor* file, bool immutable) GetJavaClassFullName() argument
264 GetExtensionIdentifierName( const FieldDescriptor* descriptor, bool immutable) GetExtensionIdentifierName() argument
[all...]
H A Djava_helpers.h167 bool IsOwnFile(const Descriptor* descriptor, bool immutable) { in IsOwnFile() argument
173 inline bool IsOwnFile(const ServiceDescriptor* descriptor, bool immutable) { in IsOwnFile() argument
158 MultipleJavaFiles(const FileDescriptor* descriptor, bool immutable) MultipleJavaFiles() argument
188 MaybePrintGeneratedAnnotation(Context* context, io::Printer* printer, Descriptor* descriptor, bool immutable, const std::string& suffix = �) MaybePrintGeneratedAnnotation() argument
[all...]
H A Djava_helpers.cc238 std::string FileClassName(const FileDescriptor* file, bool immutable) { in FileClassName() argument
243 std::string FileJavaPackage(const FileDescriptor* file, bool immutable) { in FileJavaPackage() argument
500 std::string DefaultValue(const FieldDescriptor* field, bool immutable, in DefaultValue() argument
725 const char* GetCapitalizedType(const FieldDescriptor* field, bool immutable) { in GetCapitalizedType() argument
/third_party/ltp/testcases/kernel/syscalls/setxattr/
H A Dsetxattr03.c101 static int fsetflag(int fd, int on, int immutable) in fsetflag() argument
/third_party/node/deps/v8/src/objects/
H A Dtemplates-inl.h161 void ObjectTemplateInfo::set_immutable_proto(bool immutable) { in set_immutable_proto() argument
H A Dfeedback-vector.cc849 ConfigureLexicalVarMode(int script_context_index, int context_slot_index, bool immutable) ConfigureLexicalVarMode() argument
/third_party/skia/tests/
H A DPictureTest.cpp42 static void make_bm(SkBitmap* bm, int w, int h, SkColor color, bool immutable) { in make_bm() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dtoken.h169 unsigned int immutable:1; member
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedInputStream.java597 private final boolean immutable; field in CodedInputStream.ArrayDecoder
608 private ArrayDecoder(final byte[] buffer, final int offset, final int len, boolean immutable) { in ArrayDecoder() argument
1288 private final boolean immutable; field in CodedInputStream.UnsafeDirectNioDecoder
1321 private UnsafeDirectNioDecoder(ByteBuffer buffer, boolean immutable) { in UnsafeDirectNioDecoder() argument
3104 private boolean immutable; global() field in CodedInputStream.IterableDirectByteBufferDecoder
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeTextureApiTests.cpp3712 deInt32 immutable = 0x1234; in texstorage2d_invalid_binding() local
3858 deInt32 immutable in texstorage3d_invalid_binding() local
[all...]
H A Des31fTextureLevelStateQueryTests.cpp146 bool immutable; member
[all...]
/third_party/node/deps/v8/src/compiler/
H A Djs-operator.h343 bool immutable() const { return immutable_; } in immutable() function in v8::internal::compiler::final
H A Djs-operator.cc149 ContextAccess::ContextAccess(size_t depth, size_t index, bool immutable) in ContextAccess() argument
1203 LoadContext(size_t depth, size_t index, bool immutable) LoadContext() argument
H A Djs-heap-broker.cc324 bool GlobalAccessFeedback::immutable() const { in immutable() function in v8::internal::compiler::GlobalAccessFeedback
291 GlobalAccessFeedback(ContextRef script_context, int slot_index, bool immutable, FeedbackSlotKind slot_kind) GlobalAccessFeedback() argument
/third_party/mesa3d/src/mesa/main/
H A Dbufferobj.c214 buffer_usage(GLenum target, GLboolean immutable, in buffer_usage() argument
H A Dteximage.c6734 texture_image_multisample(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations, GLboolean immutable, GLuint64 offset, const char *func) texture_image_multisample() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTextureTest.cpp537 void initTest(bool immutable) in initTest() argument
3909 void Texture2DBaseMaxTestES3::testPingPongBaseLevel(bool immutable) in testPingPongBaseLevel() argument
4121 void Texture2DBaseMaxTestES3::testGenerateMipmapAfterRebase(bool immutable) in testGenerateMipmapAfterRebase() argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_common.hpp692 bool immutable = false; member
1008 bool immutable = false; member
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc3575 BytecodeArrayBuilder::ContextSlotMutability immutable = in BuildVariableLoad() local

Completed in 66 milliseconds