| /third_party/skia/src/sfnt/ |
| H A D | SkOTTable_OS_2_VA.h | 76 } field; 121 } field;
|
| H A D | SkOTTable_OS_2_V0.h | 74 } field; 119 } field;
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | ByteBufferWriter.java | 173 Field field = clazz.getDeclaredField("channel"); in getChannelFieldOffset() 174 return UnsafeUtil.objectFieldOffset(field); in getChannelFieldOffset()
|
| /third_party/protobuf/python/google/protobuf/internal/ |
| H A D | keywords_test.py | 57 message.nested_message.field = 234 58 self.assertEqual(message.nested_message.field, 234)
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
| H A D | flatbuffer_schema.cpp | 75 // A macro check pointer get from flatbuffer that won't be nullptr(required field) in fact after verified by flatbuffer 599 const reflection::Field &field, const FieldPath &path, RawIndexInfos &indexCollect) in ParseCheckFieldInfo() 609 auto type = field.type(); in ParseCheckFieldInfo() 621 if (IsConflict(field.deprecated(), field.required())) { in ParseCheckFieldInfo() 627 CollectRawIndexInfos(field, indexCollect); in ParseCheckFieldInfo() 630 int errCode = ParseCheckStructDefine(schema, field, path); in ParseCheckFieldInfo() 638 void SchemaObject::FlatBufferSchema::CollectRawIndexInfos(const reflection::Field &field, in CollectRawIndexInfos() argument 641 auto name = field.name(); in CollectRawIndexInfos() 645 auto fieldAttr = field in CollectRawIndexInfos() 598 ParseCheckFieldInfo(const reflection::Schema &schema, const reflection::Field &field, const FieldPath &path, RawIndexInfos &indexCollect) ParseCheckFieldInfo() argument 660 ParseCheckStructDefine(const reflection::Schema &schema, const reflection::Field &field, const FieldPath &path) ParseCheckStructDefine() argument [all...] |
| /test/xts/acts/distributeddatamgr/dataObjecttest/dataObjectjstest/hap/entry/src/ohosTest/js/test/ |
| H A D | ObjectStoreJsunitV9.test.js | 862 field:"field1",
955 field:"field1",
1048 field:"field1",
1142 field:"field1",
1201 field: "field1",
1260 field:"field1",
1319 field:"field1",
1337 * @tc.desc: Test bindAssetStore with invalid args,field is null
1378 field:null,
1437 field [all...] |
| /third_party/python/Tools/unicode/ |
| H A D | makeunicodedata.py | 824 for k, field in enumerate(dataclasses.fields(UcdRecord)): 825 value = getattr(old.table[i], field.name) 826 new_value = getattr(new.table[i], field.name) 941 yield [field.strip() for field in line.split(';')] 1011 field = None 1020 field = dataclasses.astuple(s)[:15] 1023 cjk_ranges_found.append((field[0], 1026 field = None 1027 elif field [all...] |
| /third_party/rust/crates/serde/serde/src/de/ |
| H A D | value.rs | 109 debug.field(&self.err); in fmt() 286 .field("value", &self.value) in fmt() 391 .field("value", &self.value) in fmt() 480 .field("value", &self.value) in fmt() 559 .field("value", &self.value) in fmt() 664 .field("value", &self.value) in fmt() 772 .field("value", &self.value) in fmt() 832 .field("value", &self.value) in fmt() 880 .field("value", &self.value) in fmt() 1000 .field("ite in fmt() [all...] |
| /third_party/skia/src/sksl/codegen/ |
| H A D | SkSLMetalCodeGenerator.cpp | 1347 const Type::Field* field = &f.base()->type().fields()[f.fieldIndex()]; in writeFieldAccess() local 1352 switch (field->fModifiers.fLayout.fBuiltin) { in writeFieldAccess() 1357 if (field->fName == "sk_PointSize") { in writeFieldAccess() 1362 this->write(fInterfaceBlockNameMap[fInterfaceBlockMap[field]]); in writeFieldAccess() 1365 this->writeName(field->fName); in writeFieldAccess() 1512 for (const Type::Field& field : type.fields()) { in writeStructEqualityHelpers() 1513 this->writeEqualityHelpers(*field.fType, *field.fType); in writeStructEqualityHelpers() 1534 for (const Type::Field& field : type.fields()) { in writeStructEqualityHelpers() 1537 (int)field in writeStructEqualityHelpers() [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | tee.c | 173 #define CONSUME_OPTION(option, field, action) do { \ in open_slave() 175 field = entry->value; \ in open_slave() 180 #define STEAL_OPTION(option, field) \ in open_slave() 181 CONSUME_OPTION(option, field, \ in open_slave() 183 #define PROCESS_OPTION(option, field, function, on_error) \ in open_slave() 184 CONSUME_OPTION(option, field, if ((ret = function) < 0) { { on_error } goto end; }) in open_slave()
|
| /third_party/cmsis/CMSIS/Core/Include/ |
| H A D | core_cm0plus.h | 571 #define MPU_RASR_ATTRS_Pos 16U /*!< MPU RASR: MPU Region Attribute field Position */ 572 #define MPU_RASR_ATTRS_Msk (0xFFFFUL << MPU_RASR_ATTRS_Pos) /*!< MPU RASR: MPU Region Attribute field Mask */ 617 \defgroup CMSIS_core_bitfield Core register bit field macros 618 \brief Macros for use with bit field definitions (xxx_Pos, xxx_Msk). 623 \brief Mask and shift a bit field value for use in a register bit range. 624 \param[in] field Name of the register bit field. 625 \param[in] value Value of the bit field. This parameter is interpreted as an uint32_t type. 628 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Po [all...] |
| /third_party/mesa3d/include/drm-uapi/ |
| H A D | amdgpu_drm.h | 381 #define AMDGPU_TILING_SET(field, value) \ 382 (((__u64)(value) & AMDGPU_TILING_##field##_MASK) << AMDGPU_TILING_##field##_SHIFT) 383 #define AMDGPU_TILING_GET(value, field) \ 384 (((__u64)(value) >> AMDGPU_TILING_##field##_SHIFT) & AMDGPU_TILING_##field##_MASK)
|
| /third_party/libdrm/include/drm/ |
| H A D | amdgpu_drm.h | 377 #define AMDGPU_TILING_SET(field, value) \ 378 (((__u64)(value) & AMDGPU_TILING_##field##_MASK) << AMDGPU_TILING_##field##_SHIFT) 379 #define AMDGPU_TILING_GET(value, field) \ 380 (((__u64)(value) >> AMDGPU_TILING_##field##_SHIFT) & AMDGPU_TILING_##field##_MASK)
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | list.h | 281 * \param field Name of the field in \c type that is the embedded \c exec_node 283 #define exec_node_data(type, node, field) \ 284 ((type *) (((uintptr_t) node) - exec_list_offsetof(type, field, node))) 736 #define exec_node_data_forward(type, node, field) \ 737 (!exec_node_is_tail_sentinel(node) ? exec_node_data(type, node, field) : NULL) 739 #define exec_node_data_backward(type, node, field) \ 740 (!exec_node_is_head_sentinel(node) ? exec_node_data(type, node, field) : NULL)
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
| H A D | metadata.py | 69 """A metadata field contains invalid data.""" 71 field: str 72 """The name of the field that contains invalid data.""" 74 def __init__(self, field: str, message: str) -> None: 75 self.field = field 86 Each field in core metadata maps to a key of this dictionary (when data is 88 compared to the equivalent core metadata field. Any core metadata field that 90 field hav [all...] |
| /third_party/node/deps/v8/src/torque/ |
| H A D | cc-generator.cc | 429 const BitField& field) { in GetBitFieldSpecialization() 432 << field.name_and_type.type->GetConstexprGeneratedTypeName() << ", " in GetBitFieldSpecialization() 433 << field.offset << ", " << field.num_bits << ", " in GetBitFieldSpecialization() 482 for (const Field& field : (*struct_type)->fields()) { in CollectAllFields() 483 CollectAllFields(ProjectStructField(result, field.name_and_type.name), in CollectAllFields() 428 GetBitFieldSpecialization(const Type* container, const BitField& field) GetBitFieldSpecialization() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Shader.cpp | 729 const auto *field = varying.findField(tfVaryingName, &fieldIndex); in getTransformFeedbackVaryingMappedName() local 730 if (field == nullptr) in getTransformFeedbackVaryingMappedName() 734 ASSERT(field != nullptr && !field->isStruct() && in getTransformFeedbackVaryingMappedName() 735 (!field->isArray() || varying.isShaderIOBlock)); in getTransformFeedbackVaryingMappedName() 744 return mappedName + field->mappedName; in getTransformFeedbackVaryingMappedName()
|
| /third_party/protobuf/php/ext/google/protobuf/ |
| H A D | message.c | 96 * Helper function to look up a field given a member name (as a string). 122 * (if the field has presence): 140 "Cannot call isset() on field %s which does not have presence.", in Message_has_property() 158 * (if the field has presence): 175 "Cannot call unset() on field %s which does not have presence.", in Message_unset_property() 198 * We lookup the field and return the scalar, RepeatedField, or MapField for 199 * this field. 419 "No such field %s", Z_STRVAL_P(&key)); in Message_InitFromPhp() 673 * Returns an unboxed value for the given field. This is called from generated 681 * @return Unwrapped field valu 784 const upb_fielddef* field; PHP_METHOD() local [all...] |
| /third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
| H A D | descriptor_test.py | 426 field: < 442 field: < 481 field: < 540 field: < 602 field = message_type.field.add() 603 field.number = 1 604 field.name = 'uint64_field' 605 field.label = descriptor.FieldDescriptor.LABEL_REQUIRED 606 field [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | ParseHelper.cpp | 103 // Look at a '.' field selector string and change it into offsets 110 error(line, "illegal vector field selection", compString.c_str()); in parseVectorFields() 171 error(line, "illegal vector field selection", compString.c_str()); in parseVectorFields() 178 error(line, "vector field selection out of range", compString.c_str()); in parseVectorFields() 792 for(const auto &field : type.getStruct()->fields()) { in containsSampler() 793 if (containsSampler(*(field->type()))) in containsSampler() 2177 // This function returns the tree representation for the vector field(s) being accessed from contant vector. 2208 extraInfoStream << "vector field selection out of range '" << fields.offsets[i] << "'"; in addConstVectorNode() 2237 extraInfoStream << "matrix field selection out of range '" << index << "'"; in addConstMatrixNode() 2274 extraInfoStream << "array field selectio in addConstArrayNode() 3038 structNestingErrorCheck(const TSourceLoc &line, const TField &field) structNestingErrorCheck() argument [all...] |
| /third_party/skia/third_party/externals/freetype/src/psaux/ |
| H A D | psobjs.c | 1029 /* load a simple field (i.e. non-table) into the current list of objects */ 1033 const T1_Field field, in FT_LOCAL_DEF() 1057 type = field->type; in FT_LOCAL_DEF() 1099 FT_Byte* q = (FT_Byte*)objects[idx] + field->offset; in FT_LOCAL_DEF() 1129 switch ( field->size ) in FT_LOCAL_DEF() 1190 FT_TRACE0(( "ps_parser_load_field: overwriting field %s\n", in FT_LOCAL_DEF() 1191 field->ident )); in FT_LOCAL_DEF() 1309 *pflags |= 1L << field->flag_bit; in FT_LOCAL_DEF() 1330 const T1_Field field, in FT_LOCAL_DEF() 1341 T1_FieldRec fieldrec = *(T1_Field)field; in FT_LOCAL_DEF() [all...] |
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| H A D | anon_struct_in_union_1_0.h | 7 } field; member
|
| H A D | anon_struct_in_union.h | 6 } field; member
|
| H A D | stdint_typedef.h | 9 uint64_t field; member
|
| /third_party/jerryscript/tests/jerry-test-suite/15/15.02/15.02.03/ |
| H A D | 15.02.03-005.js | 16 field: Number
|