| /third_party/skia/include/sksl/ |
| H A D | DSLExpression.h | 119 * Creates an SkSL struct field access expression. 121 DSLExpression field(skstd::string_view name, PositionInfo pos = PositionInfo::Capture()); 261 DSLExpression field(skstd::string_view name, PositionInfo pos = PositionInfo::Capture());
|
| H A D | DSLVar.h | 94 DSLExpression field(skstd::string_view name) { in field() function in SkSL::VariableStorage::DSLVarBase 95 return DSLExpression(*this, PositionInfo()).field(name); in field() 123 // predefined variables this field is unnecessary, so we don't bother tracking it and just set 124 // it to kVoid; in other words, you shouldn't generally be relying on this field to be correct.
|
| /third_party/rust/crates/syn/codegen/src/ |
| H A D | fold.rs | 140 for (field, ty) in fields { in node() 141 let id = Ident::new(field, Span::call_site()); in node()
|
| H A D | visit_mut.rs | 156 for (field, ty) in fields { in node() 157 let id = Ident::new(field, Span::call_site()); in node()
|
| /third_party/rust/crates/syn/src/ |
| H A D | error.rs | 355 .field(&self.messages[0]) in fmt() 360 .field(&self.messages) in fmt()
|
| /third_party/zlib/contrib/pascal/ |
| H A D | zlibpas.pas | 55 extra: PChar; (* pointer to extra field or Z_NULL if none *) 56 extra_len: Integer; (* extra field length (valid if extra != Z_NULL) *)
|
| /third_party/cmsis/CMSIS/Core/Include/ |
| H A D | core_cm4.h | 1262 #define MPU_RASR_ATTRS_Pos 16U /*!< MPU RASR: MPU Region Attribute field Position */ 1263 #define MPU_RASR_ATTRS_Msk (0xFFFFUL << MPU_RASR_ATTRS_Pos) /*!< MPU RASR: MPU Region Attribute field Mask */ 1518 \defgroup CMSIS_core_bitfield Core register bit field macros 1519 \brief Macros for use with bit field definitions (xxx_Pos, xxx_Msk). 1524 \brief Mask and shift a bit field value for use in a register bit range. 1525 \param[in] field Name of the register bit field. 1526 \param[in] value Value of the bit field. This parameter is interpreted as an uint32_t type. 1529 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Po [all...] |
| H A D | core_sc300.h | 1180 #define MPU_RASR_ATTRS_Pos 16U /*!< MPU RASR: MPU Region Attribute field Position */ 1181 #define MPU_RASR_ATTRS_Msk (0xFFFFUL << MPU_RASR_ATTRS_Pos) /*!< MPU RASR: MPU Region Attribute field Mask */ 1325 \defgroup CMSIS_core_bitfield Core register bit field macros 1326 \brief Macros for use with bit field definitions (xxx_Pos, xxx_Msk). 1331 \brief Mask and shift a bit field value for use in a register bit range. 1332 \param[in] field Name of the register bit field. 1333 \param[in] value Value of the bit field. This parameter is interpreted as an uint32_t type. 1336 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Po [all...] |
| H A D | core_cm3.h | 1197 #define MPU_RASR_ATTRS_Pos 16U /*!< MPU RASR: MPU Region Attribute field Position */ 1198 #define MPU_RASR_ATTRS_Msk (0xFFFFUL << MPU_RASR_ATTRS_Pos) /*!< MPU RASR: MPU Region Attribute field Mask */ 1342 \defgroup CMSIS_core_bitfield Core register bit field macros 1343 \brief Macros for use with bit field definitions (xxx_Pos, xxx_Msk). 1348 \brief Mask and shift a bit field value for use in a register bit range. 1349 \param[in] field Name of the register bit field. 1350 \param[in] value Value of the bit field. This parameter is interpreted as an uint32_t type. 1353 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Po [all...] |
| H A D | core_cm23.h | 1195 \defgroup CMSIS_core_bitfield Core register bit field macros 1196 \brief Macros for use with bit field definitions (xxx_Pos, xxx_Msk). 1201 \brief Mask and shift a bit field value for use in a register bit range. 1202 \param[in] field Name of the register bit field. 1203 \param[in] value Value of the bit field. This parameter is interpreted as an uint32_t type. 1206 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) 1210 \param[in] field Nam [all...] |
| /third_party/node/deps/v8/src/torque/ |
| H A D | implementation-visitor.h | 34 // - field or element access expressions that generate operator calls. 90 BitField field) { in BitFieldAccess() 93 result.bit_field_ = std::move(field); in BitFieldAccess() 212 // is copyable, allowing us to set this field equal to a copy of a 473 Error("Expected field name \"", field_name, "\" instead of \"", in CheckInitializersWellformed() 489 VisitResult object, const Field& field, const ClassType* class_type, 492 VisitResult object, const Field& field, 497 VisitResult GenerateArrayLength(VisitResult object, const Field& field); 500 const Field& field); 89 BitFieldAccess(const LocationReference& object, BitField field) BitFieldAccess() argument
|
| /third_party/rust/crates/libc/src/unix/linux_like/ |
| H A D | mod.rs | 60 // The order of the `ai_addr` field in this struct is crucial 278 .field("events", &events) in fmt() 279 .field("u64", &u64) in fmt() 306 .field("sun_family", &self.sun_family) in fmt() 307 // FIXME: .field("sun_path", &self.sun_path) in fmt() 334 .field("ss_family", &self.ss_family) in fmt() 335 .field("__ss_align", &self.__ss_align) in fmt() 336 // FIXME: .field("__ss_pad2", &self.__ss_pad2) in fmt() 387 // FIXME: .field("sysname", &self.sysname) in fmt() 388 // FIXME: .field("nodenam in fmt() [all...] |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | Descriptors.java | 276 * for a number of reasons, e.g. because a field has an undefined type or because two 293 * for a number of reasons, e.g. because a field has an undefined type or because two 578 /** Look up and cross-link all field types, etc. */ 725 /** Determines if the given field number is an extension. */ 735 /** Determines if the given field number is reserved. */ 745 /** Determines if the given field name is reserved. */ 765 * Finds a field by name. 767 * @param name The unqualified name of the field (e.g. "foo"). 768 * @return The field's descriptor, or {@code null} if not found. 780 * Finds a field b 2590 addFieldByNumber(final FieldDescriptor field) addFieldByNumber() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | OutputASM.cpp | 271 for(const auto& field : type.getStruct()->fields()) in ShaderVariable() 273 fields.push_back(ShaderVariable(*(field->type()), field->name().c_str(), -1)); in ShaderVariable() 2226 for(const auto &field : fields) in componentCount() 2228 const TType &fieldType = *(field->type()); in componentCount() 2235 else // Register within this field in componentCount() 2277 for(const auto &field : fields) in registerSize() 2279 const TType &fieldType = *(field->type()); in registerSize() 2285 else // Register within this field in registerSize() 3120 for(const auto &field in setPixelShaderInputs() [all...] |
| /third_party/node/deps/v8/src/wasm/ |
| H A D | graph-builder-interface.cc | 215 // If this loop is nested, the parent loop's can_be_innermost field needs in Loop() 1045 arg_nodes[i] = DefaultValue(imm.struct_type->field(i)); in StructNewDefault() 1052 const FieldImmediate<validate>& field, bool is_signed, in StructGet() 1055 struct_object.node, field.struct_imm.struct_type, field.field_imm.index, in StructGet() 1060 const FieldImmediate<validate>& field, in StructSet() 1062 builder_->StructSet(struct_object.node, field.struct_imm.struct_type, in StructSet() 1063 field.field_imm.index, field_value.node, in StructSet() 1815 #define WRAP_CACHE_FIELD(field) \ in WrapLocalsAtLoopExit() 1816 if (ssa_env_->instance_cache.field ! in WrapLocalsAtLoopExit() [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_estdif.c | 33 int mode; ///< 0 is frame, 1 is field 34 int parity; ///< frame field parity 45 int field; ///< which field are we on, 0 or 1 member 88 CONST("field", "send one frame for each field", 1, "mode"), 89 { "parity", "specify the assumed picture field parity", OFFSET(parity), AV_OPT_TYPE_INT, {.i64=-1}, -1, 1, FLAGS, "parity" }, 90 CONST("tff", "assume top field first", 0, "parity"), 91 CONST("bff", "assume bottom field first", 1, "parity"), 350 const int tff = (s->field in deinterlace_slice() [all...] |
| H A D | formats.c | 363 #define MAKE_FORMAT_LIST(type, field, count_field) \ 374 formats->field = av_malloc_array(count, sizeof(*formats->field)); \ 375 if (!formats->field) { \
|
| H A D | vf_tinterlace.c | 26 * temporal field interlace filter, ported from MPlayer/libmpcodecs 65 { "tff", "top field first", 0, AV_OPT_TYPE_CONST, {.i64 = MODE_TFF}, INT_MIN, INT_MAX, FLAGS, .unit = "mode"}, 66 { "bff", "bottom field first", 0, AV_OPT_TYPE_CONST, {.i64 = MODE_BFF}, INT_MIN, INT_MAX, FLAGS, .unit = "mode"}, 298 * Copy picture field from src to dst. 300 * @param src_field copy from upper, lower field or both 302 * @param dst_field copy to upper or lower field, 363 int field, tff, ret; in filter_frame() local 376 case MODE_MERGEX2: /* move the odd frame into the upper field of the new image, even into in filter_frame() 377 * the lower field, generating a double-height video at same framerate */ in filter_frame() 378 case MODE_MERGE: /* move the odd frame into the upper field o in filter_frame() [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | utils.c | 958 void ff_thread_report_progress(ThreadFrame *f, int progress, int field) in ff_thread_report_progress() argument 962 void ff_thread_await_progress(ThreadFrame *f, int progress, int field) in ff_thread_await_progress() argument 985 void ff_thread_await_progress2(AVCodecContext *avctx, int field, int thread, int shift) in ff_thread_await_progress2() argument 989 void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n) in ff_thread_report_progress2() argument
|
| /third_party/libphonenumber/tools/java/common/test/com/google/i18n/phonenumbers/ |
| H A D | MetadataFilterTest.java | 247 // Child field covered by all parents explicitly. in testParseFieldMapFromString_equivalentExpressions() 270 // Child field given as a group by itself while it's covered by all parents implicitly. in testParseFieldMapFromString_equivalentExpressions() 361 // Childless field given as parent. in testParseFieldMapFromString_RuntimeExceptionCases() 369 // Child field given as parent. in testParseFieldMapFromString_RuntimeExceptionCases() 385 // Parent field given as only child. in testParseFieldMapFromString_RuntimeExceptionCases() 393 // Parent field given as first child. in testParseFieldMapFromString_RuntimeExceptionCases() 401 // Parent field given as last child. in testParseFieldMapFromString_RuntimeExceptionCases() 409 // Parent field given as middle child. in testParseFieldMapFromString_RuntimeExceptionCases() 417 // Childless field given as only child. in testParseFieldMapFromString_RuntimeExceptionCases() 489 // Parent field give in testParseFieldMapFromString_RuntimeExceptionCases() [all...] |
| /third_party/python/Lib/ |
| H A D | dataclasses.py | 16 'field', 195 # Since most per-field metadata will be unused, create an empty 264 # and only from the field() function, although Field instances are 320 # case where we're using a field that contains a descriptor as a 368 def field(*, default=MISSING, default_factory=MISSING, init=True, repr=True, function 372 default is the default value of the field. default_factory is a 373 0-argument function called to initialize a field's value. If init 374 is true, the field will be a parameter to the class's __init__() 375 function. If repr is true, the field will be included in the 376 object's repr(). If hash is true, the field wil [all...] |
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
| H A D | genRef.py | 281 - specType - string containing 'spec' field from refpage open block, or None. 440 field = None 459 field = 'Members' 461 field = 'Parameters' 463 logWarn('emitPage: unknown field type:', pi.type, 495 field, fieldText,
|
| /third_party/protobuf/php/ext/google/protobuf/ |
| H A D | def.c | 278 * Returns a field from this oneof. The given index must be in the range 302 const upb_fielddef *field = upb_oneof_iter_field(&iter); in PHP_METHOD() local 304 FieldDescriptor_FromFieldDef(&ret, field); in PHP_METHOD() 386 zend_error(E_ERROR, "Unknown field type."); in to_fieldtype() 393 * Returns the name of this field. 403 * Returns the number of this field. 413 * Returns the label of this field as an integer. 423 * Returns the type of this field as an integer. 433 * Returns true if this field is a map. 443 * Returns the EnumDescriptor for this field, whic 631 const upb_fielddef *field = upb_msg_iter_field(&iter); PHP_METHOD() local [all...] |
| /third_party/selinux/checkpolicy/test/ |
| H A D | dismod.c | 614 static int display_avdecl(avrule_decl_t * decl, int field, in display_avdecl() argument 619 switch (field) { in display_avdecl() 695 static int display_avblock(int field, policydb_t * policy, in display_avblock() argument 703 if (display_avdecl(decl, field, policy, out_fp)) { in display_avblock()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| H A D | wpa_auth_ft.c | 595 #define RRB_GET_SRC(srcfield, type, field, txt, checklength) do { \ 597 &f_##field##_len, &f_##field) < 0 || \ 598 (checklength > 0 && ((size_t) checklength) != f_##field##_len)) { \ 599 wpa_printf(MSG_INFO, "FT: Missing required " #field \ 606 #define RRB_GET(type, field, txt, checklength) \ 607 RRB_GET_SRC(plain, type, field, txt, checklength) 608 #define RRB_GET_AUTH(type, field, txt, checklength) \ 609 RRB_GET_SRC(auth, type, field, txt, checklength) 611 #define RRB_GET_OPTIONAL_SRC(srcfield, type, field, tx [all...] |