/third_party/libabigail/tests/data/test-diff-filter/ |
H A D | test-PR26739-v0.c | 1 typedef const int immutable[7]; typedef
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | MicroProps.java | 53 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 D | MicroProps.java | 33 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 D | java_extension.cc | 63 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 D | java_name_resolver.cc | 65 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 D | java_helpers.h | 167 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 D | java_helpers.cc | 238 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 D | setxattr03.c | 101 static int fsetflag(int fd, int on, int immutable) in fsetflag() argument
|
/third_party/node/deps/v8/src/objects/ |
H A D | templates-inl.h | 161 void ObjectTemplateInfo::set_immutable_proto(bool immutable) { in set_immutable_proto() argument
|
H A D | feedback-vector.cc | 849 ConfigureLexicalVarMode(int script_context_index, int context_slot_index, bool immutable) ConfigureLexicalVarMode() argument
|
/third_party/skia/tests/ |
H A D | PictureTest.cpp | 42 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 D | token.h | 169 unsigned int immutable:1; member
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | CodedInputStream.java | 597 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 D | es31fNegativeTextureApiTests.cpp | 3712 deInt32 immutable = 0x1234; in texstorage2d_invalid_binding() local 3858 deInt32 immutable in texstorage3d_invalid_binding() local [all...] |
H A D | es31fTextureLevelStateQueryTests.cpp | 146 bool immutable; member [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | js-operator.h | 343 bool immutable() const { return immutable_; } in immutable() function in v8::internal::compiler::final
|
H A D | js-operator.cc | 149 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 D | js-heap-broker.cc | 324 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 D | bufferobj.c | 214 buffer_usage(GLenum target, GLboolean immutable, in buffer_usage() argument
|
H A D | teximage.c | 6734 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 D | TextureTest.cpp | 537 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 D | spirv_common.hpp | 692 bool immutable = false; member 1008 bool immutable = false; member
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.cc | 3575 BytecodeArrayBuilder::ContextSlotMutability immutable = in BuildVariableLoad() local
|