Home
last modified time | relevance | path

Searched refs:field (Results 1651 - 1675 of 1968) sorted by relevance

1...<<61626364656667686970>>...79

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_key.c420 || BN_cmp(x, key->group->field) >= 0 in ec_key_public_range_check()
422 || BN_cmp(y, key->group->field) >= 0) { in ec_key_public_range_check()
/third_party/python/Tools/peg_generator/pegen/
H A Dc_generator.py4 from dataclasses import dataclass, field namespace
84 arguments: List[Any] = field(default_factory=list)
/third_party/openssl/crypto/ec/
H A Dec_key.c420 || BN_cmp(x, key->group->field) >= 0 in ec_key_public_range_check()
422 || BN_cmp(y, key->group->field) >= 0) { in ec_key_public_range_check()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djcommander-1.27.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/jcommander/ com/beust/jcommander/converters/ ...
/third_party/skia/src/sksl/ir/
H A DSkSLType.cpp358 for (const Field& field : fFields) {
359 slots += field.fType->slotCount();
/third_party/python/Lib/email/
H A Dmessage.py356 Content-Type field. Anything else will generate a TypeError.
416 the values matching a header field name.
423 Note: this does not overwrite an existing header with the same field
454 for field, value in self._headers:
455 yield field
458 """Return a list of all the message's header field names.
492 Like __getitem__() but return failobj instead of None when the field
525 """Return a list of all the values for the named field.
545 name is the header field to add. keyword arguments can be used to set
546 additional parameters for the header field, wit
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmap_container.cc302 PyExc_SystemError, "Setting value to a field of unknown type %d", in PythonToMapValueRef()
347 internal::MapFieldBase* field = reflection->MutableMapData( in MergeFrom() local
351 field->MergeFrom(*other_field); in MergeFrom()
541 "Outputs picklable representation of the repeated field." },
809 "Outputs picklable representation of the repeated field." },
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dx509.rs487 field: c_int, in X509_NAME_add_entry_by_NID()
502 field: *const c_char, in X509_NAME_add_entry_by_txt()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.cpp427 int NetworkConfig::setNetworkParam(int id, const char *field, in setNetworkParam() argument
433 id, field, quote ? "\"" : "", value, quote ? "\"" : ""); in setNetworkParam()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.cpp427 int NetworkConfig::setNetworkParam(int id, const char *field, in setNetworkParam() argument
433 id, field, quote ? "\"" : "", value, quote ? "\"" : ""); in setNetworkParam()
/third_party/ffmpeg/libavcodec/
H A Dh264_slice.c689 * @param field 0/1 initialize the weight for interlaced MBAFF
692 static void implicit_weight_table(const H264Context *h, H264SliceContext *sl, int field) in implicit_weight_table() argument
701 if (field < 0) { in implicit_weight_table()
717 cur_poc = h->cur_pic_ptr->field_poc[field]; in implicit_weight_table()
743 if (field < 0) { in implicit_weight_table()
747 sl->pwt.implicit_weight[ref0][ref1][field] = w; in implicit_weight_table()
1225 /* Derive top_field_first from field pocs. */ in h264_export_frame_props()
1237 /* Default to top field first when pic_struct_present_flag in h264_export_frame_props()
1537 * slice in a field (or a frame). It decides whether we are decoding a new frame
1538 * or a second field i
1759 int field = h->picture_structure == PICT_BOTTOM_FIELD; h264_field_start() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dparse.c779 struct symbol *field, *last = NULL; in parse_struct_declaration() local
782 FOR_EACH_PTR(sym->symbol_list, field) { in parse_struct_declaration()
783 if (!field->ident) { in parse_struct_declaration()
784 struct symbol *base = field->ctype.base_type; in parse_struct_declaration()
789 last->next_subobject = field; in parse_struct_declaration()
790 last = field; in parse_struct_declaration()
791 } END_FOR_EACH_PTR(field); in parse_struct_declaration()
/third_party/skia/src/sksl/codegen/
H A DSkSLVMCodeGenerator.cpp517 for (const Type::Field& field : type.fields()) {
518 this->addDebugSlotInfo(varName + "." + field.fName,
519 *field.fType,
909 Value field(expr.type().slotCount());
911 for (size_t i = 0; i < field.slots(); ++i) {
912 field[i] = base[offset + i];
914 return field;
/third_party/tzdata/
H A Dzic.c1827 getsave(char *field, bool *isdst) in getsave() argument
1831 ptrdiff_t fieldlen = strlen(field); in getsave()
1833 char *ep = field + fieldlen - 1; in getsave()
1839 save = gethms(field, _("invalid saved time")); in getsave()
2003 ** If there was an UNTIL field on this line, in inzsub()
2092 error(_("invalid Rolling/Stationary field on Leap line")); in inleap()
2100 error(_("invalid CORRECTION field on Leap line")); in inleap()
2129 error(_("blank TARGET field on Link line")); in inlink()
2676 #define DO(field) fwrite(tzh.field, sizeo in writezone()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dctrl_iface.c2216 wpa_printf(MSG_DEBUG, "CTRL_IFACE: field=%s id=%d", rsp, id); in wpa_supplicant_ctrl_iface_ctrl_rsp()
4986 char field[50]; local
4990 len = os_strlcpy(field, _field, sizeof(field));
4991 if (len >= sizeof(field))
4994 next_param = os_strchr(field, ' ');
5012 field, iftype ? " iftype=" : "", iftype ? iftype : "",
5015 if (os_strcmp(field, "eap") == 0) {
5021 if (os_strcmp(field, "pairwise") == 0)
5025 if (os_strcmp(field, "grou
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java156 * ISO 8601 local time difference (basic format) with optional seconds field, or the UTC indicator.
163 * ISO 8601 local time difference (basic format) with optional seconds field.
184 * ISO 8601 local time difference (extended format) with optional seconds field, or the UTC indicator.
191 * ISO 8601 local time difference (extended format) with optional seconds field.
249 * Positive offset with hours field
254 * Negative offset with hours field
625 * @throws IllegalArgumentException when the pattern string does not have required time field letters.
804 * seconds, 2 digit seconds field will be appended. For example,
826 * This format uses the shortest representation of offset. The hours field does not
1685 // Hour/minute/second field in formatOffsetLocalizedGMT()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DCompatibilityTest.java339 errln("FAIL: getMinimum larger than getGreatestMinimum for field " + i); in TestGenericAPI()
341 errln("FAIL: getLeastMaximum larger than getMaximum for field " + i); in TestGenericAPI()
343 errln("FAIL: getMinimum not less than getMaximum for field " + i); in TestGenericAPI()
887 // Try to zero out the seconds field
974 int field = EXPECTED_FIELDS[i++]; in TestFields060()
976 if (calendar.get(field) != expected) { in TestFields060()
977 errln("Expected field " + field + " to have value " + expected + in TestFields060()
978 "; received " + calendar.get(field) + " instead"); in TestFields060()
1007 errln("Expected field " in TestEpochStartFields()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTimeZoneFormat.java144 * ISO 8601 local time difference (basic format) with optional seconds field, or the UTC indicator.
150 * ISO 8601 local time difference (basic format) with optional seconds field.
168 * ISO 8601 local time difference (extended format) with optional seconds field, or the UTC indicator.
174 * ISO 8601 local time difference (extended format) with optional seconds field.
223 * Positive offset with hours field
227 * Negative offset with hours field
581 * @throws IllegalArgumentException when the pattern string does not have required time field letters.
751 * seconds, 2 digit seconds field will be appended. For example,
772 * This format uses the shortest representation of offset. The hours field does not
1615 // Hour/minute/second field in formatOffsetLocalizedGMT()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DCompatibilityTest.java342 errln("FAIL: getMinimum larger than getGreatestMinimum for field " + i); in TestGenericAPI()
344 errln("FAIL: getLeastMaximum larger than getMaximum for field " + i); in TestGenericAPI()
346 errln("FAIL: getMinimum not less than getMaximum for field " + i); in TestGenericAPI()
890 // Try to zero out the seconds field
977 int field = EXPECTED_FIELDS[i++]; in TestFields060()
979 if (calendar.get(field) != expected) { in TestFields060()
980 errln("Expected field " + field + " to have value " + expected + in TestFields060()
981 "; received " + calendar.get(field) + " instead"); in TestFields060()
1010 errln("Expected field " in TestEpochStartFields()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_longnames.cpp1497 void LongNameHandler::simpleFormatsToModifiers(const UnicodeString *simpleFormats, Field field, in simpleFormatsToModifiers() argument
1505 fModifiers[i] = SimpleModifier(compiledFormatter, field, false, {this, SIGNUM_POS_ZERO, plural}); in simpleFormatsToModifiers()
1510 Field field, UErrorCode &status) { in multiSimpleFormatsToModifiers()
1526 fModifiers[i] = SimpleModifier(compoundCompiled, field, false, {this, SIGNUM_POS_ZERO, plural}); in multiSimpleFormatsToModifiers()
1509 multiSimpleFormatsToModifiers(const UnicodeString *leadFormats, UnicodeString trailFormat, Field field, UErrorCode &status) multiSimpleFormatsToModifiers() argument
/third_party/lame/libmp3lame/
H A Did3tag.c1584 /* empty description field */ in set_frame_apic()
1841 set_text_field(unsigned char *field, const char *text, size_t size, int pad) in set_text_field() argument
1845 *field++ = *text++; in set_text_field()
1848 *field++ = pad; in set_text_field()
1851 return field; in set_text_field()
1885 /* set each field in tag */ in lame_get_id3v1_tag()
1891 /* limit comment field to 28 bytes if a track is specified */ in lame_get_id3v1_tag()
/third_party/mesa3d/src/compiler/glsl/
H A Dast_function.cpp1947 * fields, in order, using one argument per field. Each argument must in process_record_constructor()
1948 * be the same type as the field it sets, or be a type that can be in process_record_constructor()
1949 * converted to the field's type according to Section 4.1.10 “Implicit in process_record_constructor()
2021 const ast_expression *field = subexpressions[0]; in handle_method() local
2030 method = field->primary_expression.identifier; in handle_method()
2035 field->subexpressions[0]->set_is_lhs(true); in handle_method()
2036 op = field->subexpressions[0]->hir(instructions, state); in handle_method()
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_longnames.cpp1497 void LongNameHandler::simpleFormatsToModifiers(const UnicodeString *simpleFormats, Field field, in simpleFormatsToModifiers() argument
1505 fModifiers[i] = SimpleModifier(compiledFormatter, field, false, {this, SIGNUM_POS_ZERO, plural}); in simpleFormatsToModifiers()
1510 Field field, UErrorCode &status) { in multiSimpleFormatsToModifiers()
1526 fModifiers[i] = SimpleModifier(compoundCompiled, field, false, {this, SIGNUM_POS_ZERO, plural}); in multiSimpleFormatsToModifiers()
1509 multiSimpleFormatsToModifiers(const UnicodeString *leadFormats, UnicodeString trailFormat, Field field, UErrorCode &status) multiSimpleFormatsToModifiers() argument
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs414 .field("ss_len", &self.ss_len) in fmt()
415 .field("ss_family", &self.ss_family) in fmt()
416 .field("__ss_pad1", &self.__ss_pad1) in fmt()
417 .field("__ss_align", &self.__ss_align) in fmt()
418 // FIXME: .field("__ss_pad2", &self.__ss_pad2) in fmt()
1342 // Values for rtprio struct (prio field) and syscall (function argument)
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_longnames.cpp1499 void LongNameHandler::simpleFormatsToModifiers(const UnicodeString *simpleFormats, Field field, in simpleFormatsToModifiers() argument
1507 fModifiers[i] = SimpleModifier(compiledFormatter, field, false, {this, SIGNUM_POS_ZERO, plural}); in simpleFormatsToModifiers()
1512 Field field, UErrorCode &status) { in multiSimpleFormatsToModifiers()
1528 fModifiers[i] = SimpleModifier(compoundCompiled, field, false, {this, SIGNUM_POS_ZERO, plural}); in multiSimpleFormatsToModifiers()
1511 multiSimpleFormatsToModifiers(const UnicodeString *leadFormats, UnicodeString trailFormat, Field field, UErrorCode &status) multiSimpleFormatsToModifiers() argument

Completed in 64 milliseconds

1...<<61626364656667686970>>...79