| /third_party/node/deps/openssl/openssl/crypto/asn1/ |
| H A D | asn1_local.h | 21 /* The ASN1_ITEM associated with this field */ 23 /* If ASN1_TEMPLATE associated with this field */ 25 /* Various flags associated with field and context */ 27 /* If SEQUENCE OF or SET OF, field index */ 29 /* ASN1 depth of field */ 31 /* Structure and field name */ 33 /* If a primitive type the type of underlying field */ 35 /* The field value itself */ 36 ASN1_VALUE **field; member
|
| /third_party/rust/crates/libc/src/unix/bsd/apple/b32/ |
| H A D | mod.rs | 74 .field("__sig", &self.__sig) in fmt() 75 // FIXME: .field("__opaque", &self.__opaque) in fmt()
|
| /third_party/rust/crates/libc/src/unix/bsd/apple/b64/ |
| H A D | mod.rs | 74 .field("__sig", &self.__sig) in fmt() 75 // FIXME: .field("__opaque", &self.__opaque) in fmt()
|
| /third_party/openssl/crypto/asn1/ |
| H A D | asn1_local.h | 21 /* The ASN1_ITEM associated with this field */ 23 /* If ASN1_TEMPLATE associated with this field */ 25 /* Various flags associated with field and context */ 27 /* If SEQUENCE OF or SET OF, field index */ 29 /* ASN1 depth of field */ 31 /* Structure and field name */ 33 /* If a primitive type the type of underlying field */ 35 /* The field value itself */ 36 ASN1_VALUE **field; member
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | glslang_tab.h | 217 TField* field; member
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | number_affixutils.h | 147 int32_t position, const SymbolProvider& provider, Field field,
|
| H A D | udateintervalformat.cpp | 103 fp.setField(position->field); in udtitvfmt_format()
|
| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| H A D | ppucd.h | 117 /** Returns the line's next field, or NULL. */ 150 /** Resets the field iterator and returns the line's first field (the line type field). */ 153 UBool parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,
|
| /third_party/skia/src/sfnt/ |
| H A D | SkOTTable_EBLC.h | 76 } field; member
|
| /third_party/unity/examples/example_1/ |
| H A D | makefile | 39 CFLAGS += -Wmissing-field-initializers
|
| /third_party/protobuf/src/google/protobuf/compiler/csharp/ |
| H A D | csharp_helpers.h | 72 // Converts field type to corresponding C# type. 86 std::string GetFieldConstantName(const FieldDescriptor* field); 121 // i.e. one implicitly created by protoc due to a map<key, value> field.
|
| /third_party/protobuf/src/google/protobuf/compiler/java/ |
| H A D | java_message.h | 120 const FieldDescriptor* field);
|
| /third_party/rust/crates/peeking_take_while/src/ |
| H A D | lib.rs | 130 .field("iter", &self.iter) in fmt()
|
| /third_party/rust/crates/rustix/src/io/fd/ |
| H A D | owned.rs | 179 f.debug_struct("BorrowedFd").field("fd", &self.fd).finish() in fmt() 186 f.debug_struct("OwnedFd").field("fd", &self.fd).finish() in fmt()
|
| /third_party/curl/lib/ |
| H A D | cookie.c | 648 /* there was a '=' so we're not done parsing this field */ in Curl_cookie_add() 906 /* The file format allows the path field to remain not filled in */ in Curl_cookie_add() 927 fields++; /* add a field and fall down to secure */ in Curl_cookie_add() 1343 #define CLONE(field) \ 1345 if(src->field) { \ 1346 d->field = strdup(src->field); \ 1347 if(!d->field) \
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cnmdptst.c | 440 pos.field = 0; in TestCurrency() 526 pos.field = 0; in TestCurrencyObject() 589 pos.field=0; in roundingTest() 664 pos.field = 0; in TestSecondaryGrouping() 1030 pos.field=0; in roundingTest2()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | DateTimeGeneratorTest.java | 858 // the first character of the variable field determines the type, in getOrdering() 1044 * public String setAppendItemFormat(int field) 1053 errln("DateTimePatternGenerator.getAppendItemFormat(int field) " + in TestSetAppendItemFormat() 1061 * public String getAppendItemFormat(int field) 1070 errln("DateTimePatternGenerator.getAppendItemFormat(int field) " + in TestGetAppendItemFormat() 1071 "did not return as expected. For field " + fields[i] + ", was expecting " + in TestGetAppendItemFormat() 1078 * public String getAppendItemName(int field) 1081 public int field; field in DateTimeGeneratorTest.AppendItemName 1084 field = f; in AppendItemName() 1104 errln("DateTimePatternGenerator.getAppendItemFormat(int field) " in TestGetAppendItemName() 1656 public int field; global() field in DateTimeGeneratorTest.FieldDisplayNameData 1660 FieldDisplayNameData(String locale, int field, DateTimePatternGenerator.DisplayWidth width, String expected) FieldDisplayNameData() argument [all...] |
| /third_party/mesa3d/src/gbm/backends/dri/ |
| H A D | gbm_dri.c | 319 void *field; in dri_bind_extensions() local 325 field = ((char *) dri + matches[j].offset); in dri_bind_extensions() 326 *(const __DRIextension **) field = extensions[i]; in dri_bind_extensions() 332 field = ((char *) dri + matches[j].offset); in dri_bind_extensions() 333 if ((*(const __DRIextension **) field == NULL) && !matches[j].optional) { in dri_bind_extensions()
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | descriptor.h | 39 // fields by passing the FieldDescriptor of the field you are interested 316 // Gets a field by index, where 0 <= index < field_count(). 318 const FieldDescriptor* field(int index) const; 320 // Looks up a field by declared tag number. Returns nullptr if no such field 323 // Looks up a field by name. Returns nullptr if no such field exists. 326 // Looks up a field by lowercased name (as returned by lowercase_name()). 327 // This lookup may be ambiguous if multiple field names differ only by case, 328 // in which case the field returne 2311 inline const FieldDescriptor* OneofDescriptor::field(int index) const { field() function in google::protobuf::OneofDescriptor [all...] |
| /third_party/ffmpeg/libavutil/ |
| H A D | opt.c | 1139 const AVOption *field = av_opt_find(obj, field_name, NULL, 0, 0); in av_opt_flag_is_set() local 1141 field ? field->unit : NULL, 0, 0); in av_opt_flag_is_set() 1144 if (!field || !flag || flag->type != AV_OPT_TYPE_CONST || in av_opt_flag_is_set() 1536 * Store the value in the field in ctx that is named like key. 1968 const AVOption *field = av_opt_find(obj, key, NULL, 0, flags); in av_opt_query_ranges_default() local 1973 if (!ranges || !range || !range_array || !field) { in av_opt_query_ranges_default() 1983 range->value_min = field->min; in av_opt_query_ranges_default() 1984 range->value_max = field->max; in av_opt_query_ranges_default() 1986 switch (field in av_opt_query_ranges_default() [all...] |
| /third_party/mesa3d/src/compiler/spirv/ |
| H A D | vtn_variables.c | 452 unsigned field = deref_chain->link[idx].id; in vtn_pointer_dereference() local 453 tail = nir_build_deref_struct(&b->nb, tail, field); in vtn_pointer_dereference() 454 type = type->members[field]; in vtn_pointer_dereference() 2609 const uint32_t field = w[4]; in vtn_handle_variables() local 2613 vtn_fail_if(field != ptr->type->length - 1 || in vtn_handle_variables() 2614 ptr->type->members[field]->base_type != vtn_base_type_array, in vtn_handle_variables() 2622 { .mode = vtn_access_mode_literal, .id = field }, in vtn_handle_variables() 2634 const uint32_t offset = ptr->type->offsets[field]; in vtn_handle_variables() 2635 const uint32_t stride = ptr->type->members[field]->stride; in vtn_handle_variables()
|
| /third_party/rust/crates/bindgen/bindgen/codegen/ |
| H A D | mod.rs | 1266 /// Trait for implementing the code generation of a struct or union field. 1414 let mut field = quote! {}; in codegen() variables 1418 field = attributes::doc(comment); in codegen() 1425 .expect("Each field should have a name in codegen!"); in codegen() 1444 field.append_all(quote! { in codegen() 1448 field.append_all(quote! { in codegen() 1453 fields.extend(Some(field)); in codegen() 1682 let field = quote! { in codegen() 1685 fields.extend(Some(field)); in codegen() 1856 // vtable, but *not* generate a field fo in codegen() [all...] |
| /third_party/protobuf/python/google/protobuf/internal/ |
| H A D | text_format_test.py | 483 field = message.DESCRIPTOR.fields_by_name['optional_float'] 486 text_format.PrintField(field, value, out) 492 printer.PrintField(field, value) 498 field = message.DESCRIPTOR.fields_by_name['optional_float'] 501 text_format.PrintFieldValue(field, value, out) 507 printer.PrintFieldValue(field, value) 518 'field {\n' 528 'field {\n' 777 r'1:1 : Message type "\w+.TestAllTypes" has no field named ' 784 r'1:1 : Message type "\w+.TestAllTypes" has no field name [all...] |
| /third_party/skia/src/sksl/ |
| H A D | SkSLDSLParser.cpp | 621 this->error(name, "struct '" + this->text(name) + "' must contain at least one field"); in structDeclaration() 1570 return base.field(swizzleMask, this->position(line)); in swizzle() 1654 skstd::string_view field = this->text(next); in suffix() local 1655 SkASSERT(field[0] == '.'); in suffix() 1656 field.remove_prefix(1); in suffix() 1661 return this->swizzle(next.fLine, std::move(base), field + this->text(id)); in suffix() 1662 } else if (field.empty()) { in suffix() 1663 this->error(next, "expected field name or swizzle mask after '.'"); in suffix() 1667 return this->swizzle(next.fLine, std::move(base), field); in suffix()
|
| /third_party/python/Python/ |
| H A D | specialize.c | 38 #define ADD_STAT_TO_DICT(res, field) \ 40 PyObject *val = PyLong_FromUnsignedLongLong(stats->field); \ 45 if (PyDict_SetItemString(res, #field, val) == -1) { \ 134 #define PRINT_STAT(i, field) \ 135 if (stats[i].field) { \ 136 fprintf(out, " opcode[%d]." #field " : %" PRIu64 "\n", i, stats[i].field); \
|