| /third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
| H A D | ftstream.h | 95 /* Construct an FT_Frame_Field out of a structure type and a field name. */ 108 #define FT_FRAME_FIELD( frame_op, field ) \ 111 FT_FIELD_SIZE( field ), \ 112 FT_FIELD_OFFSET( field ) \ 140 #define FT_FRAME_BYTES( field, count ) \ 144 FT_FIELD_OFFSET( field ) \
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | extension_set_heavy.cc | 114 // TODO(kenton): Looking up each field by number is somewhat unfortunate. in AppendToList() 321 bool ExtensionSet::FindExtension(int wire_type, uint32 field, in FindExtension() argument 328 if (!FindExtensionInfoFromFieldNumber(wire_type, field, &finder, extension, in FindExtension() 335 if (!FindExtensionInfoFromFieldNumber(wire_type, field, &finder, extension, in FindExtension() 415 RepeatedPtrFieldBase* field) { in RepeatedMessage_SpaceUsedExcludingSelfLong() 416 return field->SpaceUsedExcludingSelfLong<GenericTypeHandler<Message> >(); in RepeatedMessage_SpaceUsedExcludingSelfLong() 414 RepeatedMessage_SpaceUsedExcludingSelfLong( RepeatedPtrFieldBase* field) RepeatedMessage_SpaceUsedExcludingSelfLong() argument
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | database-simple.c | 177 enum { FIELD_KEY = 0, FIELD_DATA } field = FIELD_KEY; in fill_data() local 189 switch (field) { in fill_data() 193 field = FIELD_DATA; in fill_data() 210 field = FIELD_KEY; in fill_data() 219 if (field == FIELD_DATA && d) in fill_data()
|
| /third_party/rust/crates/serde/serde/src/de/ |
| H A D | mod.rs | 264 /// Raised when a `Deserialize` struct type received a field with an 267 fn unknown_field(field: &str, expected: &'static [&'static str]) -> Self { in unknown_field() 270 "unknown field `{}`, there are no fields", in unknown_field() 271 field in unknown_field() 275 "unknown field `{}`, expected {}", in unknown_field() 276 field, in unknown_field() 283 /// field with a particular name but that field was not present in the 286 fn missing_field(field: &'static str) -> Self { in missing_field() 287 Error::custom(format_args!("missing field `{}`", fiel in missing_field() [all...] |
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fFlushFinishTests.cpp | 333 std::vector<Vec2> getPointsFromSamples (const std::vector<FlushFinishCase::Sample>& samples, const deUint64 FlushFinishCase::Sample::*field) in getPointsFromSamples() 338 points[ndx] = Vec2(float(samples[ndx].numDrawCalls), float(samples[ndx].*field)); in getPointsFromSamples() 344 T getMaximumValue (const std::vector<FlushFinishCase::Sample>& samples, const T FlushFinishCase::Sample::*field) in getMaximumValue() 348 T maxVal = samples[0].*field; in getMaximumValue() 351 maxVal = de::max(maxVal, samples[ndx].*field); in getMaximumValue()
|
| /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/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/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()
|
| H A D | subfile.c | 34 #define OFFSET(field) offsetof(SubfileContext, field)
|
| H A D | rtpenc_rfc4175.c | 24 void ff_rtp_send_raw_rfc4175(AVFormatContext *s1, const uint8_t *buf, int size, int interlaced, int field) in ff_rtp_send_raw_rfc4175() argument 100 *dest++ = ((l_line >> 8) & 0x7f) | ((field << 7) & 0x80); in ff_rtp_send_raw_rfc4175()
|
| /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/gn/src/gn/ |
| H A D | rust_tool.cc | 73 SubstitutionList* field, in ReadOutputsPatternList() 101 *field = std::move(list); in ReadOutputsPatternList() 71 ReadOutputsPatternList(Scope* scope, const char* var, SubstitutionList* field, Err* err) ReadOutputsPatternList() argument
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | CECalendar.java | 122 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field. 124 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field. 127 * @param date The value used to set the calendar's {@link #DATE DATE} time field. 149 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field. 150 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field. 152 * @param date The value used to set the calendar's {@link #DATE DATE} time field. 153 * @param hour The value used to set the calendar's {@link #HOUR_OF_DAY HOUR_OF_DAY} time field. 154 * @param minute The value used to set the calendar's {@link #MINUTE MINUTE} time field. 155 * @param second The value used to set the calendar's {@link #SECOND SECOND} time field. 185 * Calculate the limit for a specified type of limit and field 187 handleGetLimit(int field, int limitType) handleGetLimit() argument [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | caltest.h | 47 * Confirm the functioning of the field disambiguation algorithm. 101 int32_t ms, UCalendarDateFields field); 171 int times, UCalendarDateFields field, UCalendarDateFields field2,
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | CECalendar.java | 123 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field. 125 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field. 128 * @param date The value used to set the calendar's {@link #DATE DATE} time field. 150 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field. 151 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field. 153 * @param date The value used to set the calendar's {@link #DATE DATE} time field. 154 * @param hour The value used to set the calendar's {@link #HOUR_OF_DAY HOUR_OF_DAY} time field. 155 * @param minute The value used to set the calendar's {@link #MINUTE MINUTE} time field. 156 * @param second The value used to set the calendar's {@link #SECOND SECOND} time field. 187 * Calculate the limit for a specified type of limit and field 189 handleGetLimit(int field, int limitType) handleGetLimit() argument [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | number_patternmodifier.h | 107 * @param field 108 * Which field to use for literal characters in the pattern. 110 void setPatternInfo(const AffixPatternProvider *patternInfo, Field field); 187 bool containsField(Field field) const U_OVERRIDE;
|