| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| H A D | udbgutil.h | 53 * @param field field number 56 U_CAPI const char * U_EXPORT2 udbg_enumName(UDebugEnumType type, int32_t field); 69 * @param field field number 70 * @return should be equal to 'field' or -1 if out of range. 72 U_CAPI int32_t U_EXPORT2 udbg_enumArrayValue(UDebugEnumType type, int32_t field); 75 * Locate the specified field value by name. 78 * @return should be a field value or -1 if not found.
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | decoratorWithNegativeLiteralTypeNoCrash.js | 6 function decorator(target: any, field: any) {}
28 function decorator(target, field) { }
|
| /third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
| H A D | objectivec_enum_field.h | 44 friend FieldGenerator* FieldGenerator::Make(const FieldDescriptor* field, 61 friend FieldGenerator* FieldGenerator::Make(const FieldDescriptor* field,
|
| H A D | objectivec_message_field.h | 44 friend FieldGenerator* FieldGenerator::Make(const FieldDescriptor* field, 62 friend FieldGenerator* FieldGenerator::Make(const FieldDescriptor* field,
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| H A D | UnknownFieldSetPerformanceTest.java | 49 input[i] = (byte) 0x08; // field 1, wiretype 0 in generateBytes() 50 input[i + 1] = (byte) 0x08; // field 1, payload 8 in generateBytes() 51 input[i + 2] = (byte) 0x20; // field 4, wiretype 0 in generateBytes() 52 input[i + 3] = (byte) 0x20; // field 4, payload 32 in generateBytes() 72 UnknownFieldSet.Field field = UnknownFieldSet.Field.newBuilder().addFixed32(i).build(); in testAddField() 73 builder.addField(i, field); in testAddField()
|
| /third_party/rust/crates/cxx/syntax/ |
| H A D | pod.rs | 20 .all(|field| self.is_guaranteed_pod(&field.ty)) in is_guaranteed_pod()
|
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluRenderConfig.hpp | 119 T getValueOrDefault (const RenderConfig& config, const T RenderConfig::*field, T defaultValue) in getValueOrDefault() 121 T value = config.*field; in getValueOrDefault()
|
| /third_party/gn/src/gn/ |
| H A D | rust_variables.cc | 23 All dependencies listed in this field *must* be listed as deps of the target. 66 Options for this field are "cdylib", "staticlib", "proc-macro", and "dylib". 67 This field sets the `crate-type` attribute for the `rustc` tool on static 77 Static libraries, rust libraries, and executables have this field set
|
| /third_party/ltp/testcases/kernel/crypto/ |
| H A D | crypto_user01.c | 41 tst_brk(TFAIL, "information leak in field '%s'", name); in do_check_for_leaks() 45 #define check_for_leaks(name, field) \ 46 do_check_for_leaks(name, field, sizeof(field))
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | struct-types.h | 35 ValueType field(uint32_t index) const { in field() function in v8::internal::wasm::StructType 74 uint32_t offset = field(0).value_kind_size(); in InitializeOffsets() 76 uint32_t field_size = field(i).value_kind_size(); in InitializeOffsets()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | ethpccal.cpp | 226 EthiopicAmeteAlemCalendar::handleGetLimit(UCalendarDateFields field, ELimitType limitType) const in handleGetLimit() argument 228 if (field == UCAL_ERA) { in handleGetLimit() 231 return EthiopicCalendar::handleGetLimit(field, limitType); in handleGetLimit()
|
| H A D | formattedval_sbimpl.cpp | 104 // Signal the end of the string using a field that doesn't exist and that is 105 // different from kUndefinedField, which is used for "null field". 134 // Case 1: currently scanning a field. in nextPositionImpl() 143 // Entire field position is ignorable; skip. in nextPositionImpl() 208 // Re-wind to the beginning of the field and then emit it in nextPositionImpl() 218 // Check for span field in nextPositionImpl() 269 // No field starting at this position. in nextPositionImpl() 323 bool FormattedValueStringBuilderImpl::isIntOrGroup(Field field) { in isIntOrGroup() argument 324 return field == Field(UFIELD_CATEGORY_NUMBER, UNUM_INTEGER_FIELD) in isIntOrGroup() 325 || field in isIntOrGroup() 328 isTrimmable(Field field) isTrimmable() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
| H A D | vktAmberTestCaseUtil.cpp | 88 void captureString (char* field) in captureString() argument 94 field[i] = m_str[m_idx]; in captureString() 99 field[i] = 0; in captureString()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | Name.cpp | 25 Name::Name(const TField &field) : Name(GetName(field), field.symbolType()) {} in Name() argument
|
| H A D | AstHelpers.cpp | 202 for (TField *field : fieldList) 204 if (field->name() == fieldName) 381 for (const TField *field : structure.fields()) 383 const TType &type = *field->type(); 394 for (const TField *field : structure.fields()) 396 const TType &type = *field->type();
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | DescriptorProto.php | 21 * Generated from protobuf field <code>optional string name = 1;</code> 25 * Generated from protobuf field <code>repeated .google.protobuf.FieldDescriptorProto field = 2;</code> 27 private $field; variable 29 * Generated from protobuf field <code>repeated .google.protobuf.FieldDescriptorProto extension = 6;</code> 33 * Generated from protobuf field <code>repeated .google.protobuf.DescriptorProto nested_type = 3;</code> 37 * Generated from protobuf field <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 4;</code> 41 * Generated from protobuf field <code>repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;</code> 45 * Generated from protobuf field <code>repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;</code> 49 * Generated from protobuf field <cod 138 $this->field = $arr; global() variable [all...] |
| /third_party/skia/modules/canvaskit/ |
| H A D | particles_bindings.cpp | 140 .field("columns", &ParticleUniform::columns) in EMSCRIPTEN_BINDINGS() 141 .field("rows", &ParticleUniform::rows) in EMSCRIPTEN_BINDINGS() 142 .field("slot", &ParticleUniform::slot); in EMSCRIPTEN_BINDINGS()
|
| /third_party/rust/crates/syn/codegen/src/ |
| H A D | hash.rs | 41 for (i, field) in fields.iter().enumerate() { in expand_impl_body() 42 if skip(field) { in expand_impl_body() 48 match field { in expand_impl_body()
|
| /third_party/cmsis/CMSIS/Core/Include/ |
| H A D | core_sc000.h | 587 #define MPU_RASR_ATTRS_Pos 16U /*!< MPU RASR: MPU Region Attribute field Position */ 588 #define MPU_RASR_ATTRS_Msk (0xFFFFUL << MPU_RASR_ATTRS_Pos) /*!< MPU RASR: MPU Region Attribute field Mask */ 633 \defgroup CMSIS_core_bitfield Core register bit field macros 634 \brief Macros for use with bit field definitions (xxx_Pos, xxx_Msk). 639 \brief Mask and shift a bit field value for use in a register bit range. 640 \param[in] field Name of the register bit field. 641 \param[in] value Value of the bit field. This parameter is interpreted as an uint32_t type. 644 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Po [all...] |
| H A D | core_cm1.h | 529 \defgroup CMSIS_core_bitfield Core register bit field macros 530 \brief Macros for use with bit field definitions (xxx_Pos, xxx_Msk). 535 \brief Mask and shift a bit field value for use in a register bit range. 536 \param[in] field Name of the register bit field. 537 \param[in] value Value of the bit field. This parameter is interpreted as an uint32_t type. 540 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) 544 \param[in] field Nam [all...] |
| H A D | core_cm0.h | 503 \defgroup CMSIS_core_bitfield Core register bit field macros 504 \brief Macros for use with bit field definitions (xxx_Pos, xxx_Msk). 509 \brief Mask and shift a bit field value for use in a register bit range. 510 \param[in] field Name of the register bit field. 511 \param[in] value Value of the bit field. This parameter is interpreted as an uint32_t type. 514 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) 518 \param[in] field Nam [all...] |
| /third_party/FreeBSD/sys/sys/ |
| H A D | cdefs.h | 462 #define __offsetof(type, field) __builtin_offsetof(type, field) 465 #define __offsetof(type, field) \ 466 ((__size_t)(__uintptr_t)((const volatile void *)&((type *)0)->field)) 468 #define __offsetof(type, field) \ 471 (static_cast<type *> (0)->field))))
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | formattedval_sbimpl.cpp | 104 // Signal the end of the string using a field that doesn't exist and that is 105 // different from kUndefinedField, which is used for "null field". 134 // Case 1: currently scanning a field. in nextPositionImpl() 143 // Entire field position is ignorable; skip. in nextPositionImpl() 208 // Re-wind to the beginning of the field and then emit it in nextPositionImpl() 218 // Check for span field in nextPositionImpl() 269 // No field starting at this position. in nextPositionImpl() 323 bool FormattedValueStringBuilderImpl::isIntOrGroup(Field field) { in isIntOrGroup() argument 324 return field == Field(UFIELD_CATEGORY_NUMBER, UNUM_INTEGER_FIELD) in isIntOrGroup() 325 || field in isIntOrGroup() 328 isTrimmable(Field field) isTrimmable() argument [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | intel_clc.c | 133 #define PROG_DATA_FIELD(fmt, field) \ in print_cs_prog_data_fields() 134 fprintf(fp, "%s." #field " = " fmt ",\n", pad, cs_prog_data->field) in print_cs_prog_data_fields() 136 #define PROG_DATA_BOOL_FIELD(field) \ in print_cs_prog_data_fields() 137 fprintf(fp, "%s." #field " = %s,\n", pad, \ in print_cs_prog_data_fields() 138 cs_prog_data->field ? "true" : "false") in print_cs_prog_data_fields()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | formattedval_sbimpl.cpp | 99 // Signal the end of the string using a field that doesn't exist and that is 100 // different from kUndefinedField, which is used for "null field". 129 // Case 1: currently scanning a field. in nextPositionImpl() 138 // Entire field position is ignorable; skip. in nextPositionImpl() 203 // Re-wind to the beginning of the field and then emit it in nextPositionImpl() 213 // Check for span field in nextPositionImpl() 259 // No field starting at this position. in nextPositionImpl() 313 bool FormattedValueStringBuilderImpl::isIntOrGroup(Field field) { in isIntOrGroup() argument 314 return field == Field(UFIELD_CATEGORY_NUMBER, UNUM_INTEGER_FIELD) in isIntOrGroup() 315 || field in isIntOrGroup() 318 isTrimmable(Field field) isTrimmable() argument [all...] |