| /third_party/backends/backend/ |
| H A D | epsonds.h | 57 #define XtOffset(p_type, field) ((size_t)&(((p_type)NULL)->field)) 58 #define XtOffsetOf(s_type, field) XtOffset(s_type*, field)
|
| /third_party/node/test/parallel/ |
| H A D | test-http-incoming-matchKnownFields.js | 6 function checkDest(field, result, value) { 9 const incomingMessage = new IncomingMessage(field); 12 incomingMessage._addHeaderLine(field, 'test', dest); 13 incomingMessage._addHeaderLine(field, value, dest);
|
| /third_party/toybox/toys/other/ |
| H A D | modinfo.c | 13 usage: modinfo [-0] [-b basedir] [-k kernel] [-F field] [module|file...] 17 -F Only show the given field 33 static void output_field(char *field, char *value) in output_field() argument 35 if (!TT.F) xprintf("%s:%*c", field, 15-(int)strlen(field), ' '); in output_field() 36 else if (strcmp(TT.F, field)) return; in output_field()
|
| /third_party/skia/third_party/externals/freetype/ |
| H A D | autogen.sh | 92 # $5: option field index used to extract the tool version from the 97 field=$5 99 if test "$field"x = x; then 100 field=3 # default to 3 for all GNU autotools, after filtering enclosed string 102 version=`$1 --version | head -1 | sed 's/([^)]*)/()/g' | cut -d ' ' -f $field`
|
| /third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
| H A D | objectivec_oneof.cc | 81 const FieldDescriptor* field = descriptor_->field(j); in GenerateCaseEnum() local 82 string field_name = FieldNameCapitalized(field); in GenerateCaseEnum() 87 "field_number", StrCat(field->number())); in GenerateCaseEnum()
|
| H A D | objectivec_primitive_field.h | 44 friend FieldGenerator* FieldGenerator::Make(const FieldDescriptor* field, 62 friend FieldGenerator* FieldGenerator::Make(const FieldDescriptor* field, 76 friend FieldGenerator* FieldGenerator::Make(const FieldDescriptor* field,
|
| /third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
| H A D | RubyOneofDescriptor.java | 71 * OneofDescriptor.add_field(field) => nil 73 * Adds a field to this oneof. The field may have been added to this oneof in 99 for (RubyFieldDescriptor field : fields) { in each() 100 block.yieldSpecific(context, field); in each() 106 for (RubyFieldDescriptor field: fields) { in build() 107 field.setOneofIndex(index); in build()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | PersonName.java | 13 * above. A concrete SimplePersonName object that does store the field values directly 23 // Identifiers used to request field values from the PersonName object 68 * just go in the SURNAME field.) 85 * The preferred field order for the name. PersonName objects generally shouldn't provide 86 * this field, allowing the PersonNameFormatter to deduce the proper field order based on 88 * field order, generally in cases where the deduction logic in PersonNameFormatter would 120 for (NameField field : values()) { in forString() 121 if (field.name.equals(name)) { in forString() 122 return field; in forString() [all...] |
| /third_party/icu/icu4c/source/i18n/unicode/ |
| H A D | formattedvalue.h | 29 * Represents a span of a string containing a given field. 33 * 1. It has information on the field category. 34 * 2. It allows you to set constraints to use when iterating over field positions. 67 * Sets a constraint on the field category. 79 * // handle the number-related field position 85 * @param category The field category to fix when iterating. 91 * Sets a constraint on the category and field. 94 * positions are skipped unless they have the given category and field. 109 * @param category The field category to fix when iterating. 110 * @param field Th [all...] |
| /third_party/node/deps/icu-small/source/i18n/unicode/ |
| H A D | formattedvalue.h | 29 * Represents a span of a string containing a given field. 33 * 1. It has information on the field category. 34 * 2. It allows you to set constraints to use when iterating over field positions. 67 * Sets a constraint on the field category. 79 * // handle the number-related field position 85 * @param category The field category to fix when iterating. 91 * Sets a constraint on the category and field. 94 * positions are skipped unless they have the given category and field. 109 * @param category The field category to fix when iterating. 110 * @param field Th [all...] |
| /third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
| H A D | toposort.rs | 38 for field in &strct.fields { in visit() 39 if let Type::Ident(ident) = &field.ty { in visit() 42 cx.error(field, "unsupported cyclic data structure"); in visit()
|
| /third_party/rust/crates/cxx/gen/lib/src/syntax/ |
| H A D | toposort.rs | 38 for field in &strct.fields { in visit() 39 if let Type::Ident(ident) = &field.ty { in visit() 42 cx.error(field, "unsupported cyclic data structure"); in visit()
|
| /third_party/rust/crates/cxx/gen/build/src/syntax/ |
| H A D | toposort.rs | 38 for field in &strct.fields { in visit() 39 if let Type::Ident(ident) = &field.ty { in visit() 42 cx.error(field, "unsupported cyclic data structure"); in visit()
|
| /third_party/rust/crates/cxx/syntax/ |
| H A D | toposort.rs | 38 for field in &strct.fields { in visit() 39 if let Type::Ident(ident) = &field.ty { in visit() 42 cx.error(field, "unsupported cyclic data structure"); in visit()
|
| /third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
| H A D | formattedvalue.h | 29 * Represents a span of a string containing a given field. 33 * 1. It has information on the field category. 34 * 2. It allows you to set constraints to use when iterating over field positions. 67 * Sets a constraint on the field category. 79 * // handle the number-related field position 85 * @param category The field category to fix when iterating. 91 * Sets a constraint on the category and field. 94 * positions are skipped unless they have the given category and field. 109 * @param category The field category to fix when iterating. 110 * @param field Th [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | privateNameMethodClassExpression.js | 3 #field = this.#method(); 6 getField() { return this.#field }; 11 C.getInstance().#field; // Error
|
| H A D | privateNameStaticMethodClassExpression.js | 3 static #field = D.#method(); 6 static getField() { return C.#field }; 11 C.getClass().#field; // Error
|
| /third_party/rust/crates/cxx/macro/src/syntax/ |
| H A D | toposort.rs | 38 for field in &strct.fields { in visit() 39 if let Type::Ident(ident) = &field.ty { in visit() 42 cx.error(field, "unsupported cyclic data structure"); in visit()
|
| /third_party/node/deps/v8/src/torque/ |
| H A D | implementation-visitor.cc | 421 // For now, generated C++ is only for field offset computations. If we ever in VisitMacroCommon() 1401 const Field& field = class_type->LookupField(initializer.name->value); in VisitInitializerResults() local 1402 bool has_index = field.index.has_value(); in VisitInitializerResults() 1412 ReportError("the indexed class field '", initializer.name->value, in VisitInitializerResults() 1415 result.field_value_map[field.name_and_type.name] = Visit(e); in VisitInitializerResults() 1421 VisitResult object, const Field& field, const ClassType* class_type, in GenerateFieldReference() 1423 if (field.index.has_value()) { in GenerateFieldReference() 1425 GenerateCall(class_type->GetSliceMacroName(field), {{object}, {}})); in GenerateFieldReference() 1426 if (field.index->optional && !treat_optional_as_indexed) { in GenerateFieldReference() 1427 // This field wa in GenerateFieldReference() 1420 GenerateFieldReference( VisitResult object, const Field& field, const ClassType* class_type, bool treat_optional_as_indexed) GenerateFieldReference() argument 1449 GenerateFieldReferenceForInit( VisitResult object, const Field& field, const LayoutForInitialization& layout) GenerateFieldReferenceForInit() argument 1484 LocationReference field = InitializeClass() local 1518 GenerateArrayLength(VisitResult object, const Field& field) GenerateArrayLength() argument 1551 GenerateArrayLength( const ClassType* class_type, const InitializerResults& initializer_results, const Field& field) GenerateArrayLength() argument 2251 const Field& field = type->LookupField(fieldname); GenerateFieldAccess() local 2271 const Field& field = type->LookupField(fieldname); GenerateFieldAccess() local 2283 const BitField& field = bitfield_struct->LookupField(fieldname); GenerateFieldAccess() local 2298 const BitField& field = bitfield_struct->LookupField(fieldname); GenerateFieldAccess() local 2314 const Field& field = (*struct_type)->LookupField(fieldname); GenerateFieldAccess() local 2350 const Field& field = (*class_type)->LookupField(fieldname); GenerateFieldAccess() local 3065 const Field& field = GenerateCall() local 3136 const Field& field = GenerateCall() local 3939 std::string field = "k" + CamelifyString(f.name_and_type.name) + "Offset"; global() variable 4258 std::string field = "k" + CamelifyString(f.name_and_type.name) + "Offset"; GenerateCppObjectDefinitionAsserts() local 4265 << " \\"Types of " << name_ << "::" << field GenerateCppObjectDefinitionAsserts() local 5412 CollectAllFields(const std::string& path, const Field& field, std::vector<std::string>& result) CollectAllFields() argument [all...] |
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| H A D | comp.rs | 82 /// This is tricky and probably this field should be renamed. 135 /// Methods common to the various field types. 137 /// Get the name of this field. 140 /// Get the type of this field. 143 /// Get the comment for this field. 152 /// Get the annotations for this field. 155 /// The offset of the field (in bits) 172 /// struct. Useful for generating a Rust struct's field name for this unit 189 /// A struct representing a C++ field. 200 /// Get this field' [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | buffersink.c | 211 #define MAKE_AVFILTERLINK_ACCESSOR(type, field) \ 212 type av_buffersink_get_##field(const AVFilterContext *ctx) { \ 214 return ctx->inputs[0]->field; \ 254 #define CHECK_LIST_SIZE(field) \ 255 if (buf->field ## _size % sizeof(*buf->field)) { \ 256 av_log(ctx, AV_LOG_ERROR, "Invalid size for " #field ": %d, " \ 258 buf->field ## _size, (int)sizeof(*buf->field)); \
|
| /third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
| H A D | CalendarCalc.java | 239 if (kRollAddFields[i].field == Calendar.MONTH) { in buildGUI() 378 * in the "Millis" text field. 417 * This function is called when users select a new time field 421 int field = kRollAddFields[dateMenu.getSelectedIndex()].field; in dateFieldChanged() 431 c.add(field, isUp ? 1 : -1); in dateFieldChanged() 433 c.roll(field, isUp); in dateFieldChanged() 591 RollAddField(int field, String name) { in RollAddField() argument 592 this.field = field; in RollAddField() 595 int field; global() field in RollAddField [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | unumberformattertst.c | 113 // field position test: in TestSkeletonFormatToFields() 119 // field position iterator test: in TestSkeletonFormatToFields() 139 actual.field = ufieldpositer_next(ufpositer, &actual.beginIndex, &actual.endIndex); in TestSkeletonFormatToFields() 140 assertTrue("Should not return a negative index yet", actual.field >= 0); in TestSkeletonFormatToFields() 141 if (expected.field != actual.field) { in TestSkeletonFormatToFields() 143 "FAIL: iteration %d; expected field %d; got %d\n", i, expected.field, actual.field); in TestSkeletonFormatToFields() 160 actual.field in TestSkeletonFormatToFields() [all...] |
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | link_varyings.cpp | 526 glsl_struct_field *field = &type_without_array->fields.structure[i]; in validate_explicit_variable_location() local 527 unsigned field_location = field->location - in validate_explicit_variable_location() 528 (field->patch ? VARYING_SLOT_PATCH0 : VARYING_SLOT_VAR0); in validate_explicit_variable_location() 529 unsigned field_slots = field->type->count_attribute_slots(false); in validate_explicit_variable_location() 534 field->type, in validate_explicit_variable_location() 535 field->interpolation, in validate_explicit_variable_location() 536 field->centroid, in validate_explicit_variable_location() 537 field->sample, in validate_explicit_variable_location() 538 field->patch, in validate_explicit_variable_location()
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | format_parser.py | 523 for field in fields: 524 if not field: 527 type = field[0] if field[0] else 'x' 529 if field[1] == 'n': 531 size = int(field[2:]) 534 size = int(field[1:]) 559 fields = [field.strip() for field in line.split(',')]
|