Home
last modified time | relevance | path

Searched refs:field (Results 551 - 575 of 1932) sorted by relevance

1...<<21222324252627282930>>...78

/third_party/node/deps/icu-small/source/i18n/
H A Dchnsecal.h41 * <p>This class defines one addition field beyond those defined by
42 * <code>Calendar</code>: The <code>IS_LEAP_MONTH</code> field takes the
56 * <code>EXTENDED_YEAR</code> field contains the sequential year count.
57 * The <code>ERA</code> field contains the cycle number, and the
58 * <code>YEAR</code> field contains the year of the cycle, a value between
67 * <p>Because <code>ChineseCalendar</code> defines an additional field and
68 * redefines the way the <code>ERA</code> field is used, it requires a new
209 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const override;
217 virtual void add(UCalendarDateFields field, int32_t amount, UErrorCode &status) override;
218 virtual void add(EDateFields field, int32_
[all...]
H A Djapancal.cpp246 int32_t JapaneseCalendar::handleGetLimit(UCalendarDateFields field, ELimitType limitType) const in handleGetLimit() argument
248 switch(field) { in handleGetLimit()
275 return GregorianCalendar::handleGetLimit(field,limitType); in handleGetLimit()
279 int32_t JapaneseCalendar::getActualMaximum(UCalendarDateFields field, UErrorCode& status) const { in getActualMaximum() argument
280 if (field == UCAL_YEAR) { in getActualMaximum()
304 return GregorianCalendar::getActualMaximum(field, status); in getActualMaximum()
/third_party/rust/crates/libc/src/fuchsia/
H A Dx86_64.rs98 .field("uc_flags", &self.uc_flags) in fmt()
99 .field("uc_link", &self.uc_link) in fmt()
100 .field("uc_stack", &self.uc_stack) in fmt()
101 .field("uc_mcontext", &self.uc_mcontext) in fmt()
102 .field("uc_sigmask", &self.uc_sigmask) in fmt()
103 // FIXME: .field("__private", &self.__private) in fmt()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/mock/include/
H A Dnapi_rdb_predicates.h51 napi_env env, napi_callback_info info, napi_value &thiz, std::string &field, const std::string fieldName);
53 napi_env env, napi_callback_info info, napi_value &thiz, int32_t &field, const std::string fieldName);
55 std::string &field, std::vector<NativeRdb::ValueObject> &value, const std::string valueType);
57 std::string &field, NativeRdb::ValueObject &value, const std::string valueType);
59 std::string &field, std::string &value, const std::string valueType);
61 std::string &field, NativeRdb::ValueObject &low, NativeRdb::ValueObject &High);
/third_party/icu/icu4c/source/i18n/
H A Djapancal.cpp246 int32_t JapaneseCalendar::handleGetLimit(UCalendarDateFields field, ELimitType limitType) const in handleGetLimit() argument
248 switch(field) { in handleGetLimit()
275 return GregorianCalendar::handleGetLimit(field,limitType); in handleGetLimit()
279 int32_t JapaneseCalendar::getActualMaximum(UCalendarDateFields field, UErrorCode& status) const { in getActualMaximum() argument
280 if (field == UCAL_YEAR) { in getActualMaximum()
304 return GregorianCalendar::getActualMaximum(field, status); in getActualMaximum()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_debug_recompile.c53 #define check(name, field) \
54 key_debug(c, log, name, old_key->field, key->field)
55 #define check_float(name, field) \
56 key_debug_float(c, log, name, old_key->field, key->field)
/third_party/skia/third_party/externals/icu/source/i18n/
H A Djapancal.cpp246 int32_t JapaneseCalendar::handleGetLimit(UCalendarDateFields field, ELimitType limitType) const in handleGetLimit() argument
248 switch(field) { in handleGetLimit()
275 return GregorianCalendar::handleGetLimit(field,limitType); in handleGetLimit()
279 int32_t JapaneseCalendar::getActualMaximum(UCalendarDateFields field, UErrorCode& status) const { in getActualMaximum() argument
280 if (field == UCAL_YEAR) { in getActualMaximum()
304 return GregorianCalendar::getActualMaximum(field, status); in getActualMaximum()
/third_party/rust/crates/memoffset/src/
H A Dspan_of.rs41 /// The second form of `span_of!` returns a sub-slice which starts at one field, and ends at another.
61 /// The inter-field form mentioned above assumes that the first field is positioned before the
133 // Just one field.
134 (@helper $root:ident, $parent:path, # $field:tt []) => {{
135 let field = raw_field!($root, $parent, $field);
136 (field as usize, field as usize + $crate::__priv::size_of_pointee(field))
[all...]
/third_party/nghttp2/src/
H A Dutil.cc659 bool has_uri_field(const http_parser_url &u, http_parser_url_fields field) { in has_uri_field() argument
660 return u.field_set & (1 << field); in has_uri_field()
664 const http_parser_url &u2, http_parser_url_fields field) { in fieldeq()
665 if (!has_uri_field(u1, field)) { in fieldeq()
666 if (!has_uri_field(u2, field)) { in fieldeq()
671 } else if (!has_uri_field(u2, field)) { in fieldeq()
674 if (u1.field_data[field].len != u2.field_data[field].len) { in fieldeq()
677 return memcmp(uri1 + u1.field_data[field].off, in fieldeq()
678 uri2 + u2.field_data[field] in fieldeq()
663 fieldeq(const char *uri1, const http_parser_url &u1, const char *uri2, const http_parser_url &u2, http_parser_url_fields field) fieldeq() argument
681 fieldeq(const char *uri, const http_parser_url &u, http_parser_url_fields field, const char *t) fieldeq() argument
686 fieldeq(const char *uri, const http_parser_url &u, http_parser_url_fields field, const StringRef &t) fieldeq() argument
695 get_uri_field(const char *uri, const http_parser_url &u, http_parser_url_fields field) get_uri_field() argument
724 write_uri_field(std::ostream &o, const char *uri, const http_parser_url &u, http_parser_url_fields field) write_uri_field() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DRewritePipelines.cpp252 auto *field = new TField(&type, var->name(), kNoSourceLoc, var->symbolType()); in createInternalPipelineStruct() local
253 mSymbolEnv.markAsPointer(*field, AddressSpace::Constant); in createInternalPipelineStruct()
254 mSymbolEnv.markAsUBO(*field); in createInternalPipelineStruct()
256 fields.push_back(field); in createInternalPipelineStruct()
269 auto *field = new TField(&type, var->name(), kNoSourceLoc, var->symbolType()); in createInternalPipelineStruct() local
270 fields.push_back(field); in createInternalPipelineStruct()
405 for (const TField *field : mPipelineStruct.external->fields()) in getUpdatedFunction()
407 variables.push_back(new TVariable(&mSymbolTable, field->name(), field->type(), in getUpdatedFunction()
408 field in getUpdatedFunction()
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_table_driven_lite.h56 // Logically a superset of StringType, consisting of all field types that
146 // Clears a oneof field. The field argument should correspond to the particular
147 // field that is currently set in the oneof.
148 inline void ClearOneofField(const ParseTableField& field, Arena* arena, in ClearOneofField() argument
150 switch (field.processing_type & kTypeMask) { in ClearOneofField()
153 delete *Raw<MessageLite*>(msg, field.offset); in ClearOneofField()
159 Raw<ArenaStringPtr>(msg, field.offset) in ClearOneofField()
165 Raw<InlinedStringField>(msg, field.offset)->DestroyNoArena(NULL); in ClearOneofField()
174 // Clears and reinitializes a oneof field a
254 ArenaStringPtr* field = MutableField<ArenaStringPtr>( HandleString() local
273 ArenaStringPtr* field = Raw<ArenaStringPtr>(msg, offset); HandleString() local
361 Add(RepeatedPtrFieldBase* field, const MessageLite* prototype) Add() argument
641 RepeatedPtrFieldBase* field = Raw<RepeatedPtrFieldBase>(msg, offset); MergePartialFromCodedStreamInlined() local
682 RepeatedPtrFieldBase* field = Raw<RepeatedPtrFieldBase>(msg, offset); MergePartialFromCodedStreamInlined() local
[all...]
/third_party/python/PC/
H A D_msi.c452 field: unsigned_int(bitwise=True)
455 Return the value of field as an integer where possible.
459 _msi_Record_GetInteger_impl(msiobj *self, unsigned int field) in _msi_Record_GetInteger_impl() argument
464 status = MsiRecordGetInteger(self->h, field); in _msi_Record_GetInteger_impl()
466 PyErr_SetString(MSIError, "could not convert record field to integer"); in _msi_Record_GetInteger_impl()
474 field: unsigned_int(bitwise=True)
477 Return the value of field as a string where possible.
481 _msi_Record_GetString_impl(msiobj *self, unsigned int field) in _msi_Record_GetString_impl() argument
490 status = MsiRecordGetStringW(self->h, field, res, &size); in _msi_Record_GetString_impl()
495 status = MsiRecordGetStringW(self->h, field, re in _msi_Record_GetString_impl()
532 _msi_Record_SetString_impl(msiobj *self, int field, const Py_UNICODE *value) _msi_Record_SetString_impl() argument
553 _msi_Record_SetStream_impl(msiobj *self, int field, const Py_UNICODE *value) _msi_Record_SetStream_impl() argument
574 _msi_Record_SetInteger_impl(msiobj *self, int field, int value) _msi_Record_SetInteger_impl() argument
668 _msi_SummaryInformation_GetProperty_impl(msiobj *self, int field) _msi_SummaryInformation_GetProperty_impl() argument
753 _msi_SummaryInformation_SetProperty_impl(msiobj *self, int field, PyObject *data) _msi_SummaryInformation_SetProperty_impl() argument
[all...]
/third_party/skia/experimental/wasm-skp-debugger/
H A Ddebugger_bindings.cpp578 .field("fLeft", &SkIRect::fLeft) in EMSCRIPTEN_BINDINGS()
579 .field("fTop", &SkIRect::fTop) in EMSCRIPTEN_BINDINGS()
580 .field("fRight", &SkIRect::fRight) in EMSCRIPTEN_BINDINGS()
581 .field("fBottom", &SkIRect::fBottom); in EMSCRIPTEN_BINDINGS()
586 .field("nodeId", &DebugLayerManager::LayerSummary::nodeId) in EMSCRIPTEN_BINDINGS()
587 .field("frameOfLastUpdate", &DebugLayerManager::LayerSummary::frameOfLastUpdate) in EMSCRIPTEN_BINDINGS()
588 .field("fullRedraw", &DebugLayerManager::LayerSummary::fullRedraw) in EMSCRIPTEN_BINDINGS()
589 .field("layerWidth", &DebugLayerManager::LayerSummary::layerWidth) in EMSCRIPTEN_BINDINGS()
590 .field("layerHeight", &DebugLayerManager::LayerSummary::layerHeight); in EMSCRIPTEN_BINDINGS()
600 .field("widt in EMSCRIPTEN_BINDINGS()
[all...]
/third_party/skia/third_party/externals/freetype/src/bdf/
H A Dbdflib.c195 #define ACMSG9 "SWIDTH field missing at line %ld. Set automatically.\n"
196 #define ACMSG10 "DWIDTH field missing at line %ld. Set to glyph width.\n"
197 #define ACMSG11 "SIZE bits per pixel field adjusted to %hd.\n"
241 char** field; member
302 FT_FREE( list->field ); in _bdf_list_done()
331 if ( FT_QRENEW_ARRAY( list->field, oldsize, newsize ) ) in _bdf_list_ensure()
359 list->field[i] = list->field[u]; in _bdf_list_shift()
383 dp = list->field[0]; in _bdf_list_join()
386 char* fp = list->field[ in _bdf_list_join()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPersonName.java13 * 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 Dformattedvalue.h29 * 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 Dformattedvalue.h29 * 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 Dtoposort.rs38 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 Dtoposort.rs38 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 Dtoposort.rs38 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 Dtoposort.rs38 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 Dformattedvalue.h29 * 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 DprivateNameMethodClassExpression.js3 #field = this.#method();
6 getField() { return this.#field };
11 C.getInstance().#field; // Error
H A DprivateNameStaticMethodClassExpression.js3 static #field = D.#method();
6 static getField() { return C.#field };
11 C.getClass().#field; // Error
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_primitive_field.h44 friend FieldGenerator* FieldGenerator::Make(const FieldDescriptor* field,
62 friend FieldGenerator* FieldGenerator::Make(const FieldDescriptor* field,
76 friend FieldGenerator* FieldGenerator::Make(const FieldDescriptor* field,

Completed in 15 milliseconds

1...<<21222324252627282930>>...78