| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_debug_recompile.c | 53 #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/node/deps/icu-small/source/i18n/ |
| H A D | japancal.cpp | 246 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()
|
| H A D | chnsecal.h | 41 * <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 D | udatpg.cpp | 148 UDateTimePatternField field, in udatpg_setAppendItemFormat() 151 ((DateTimePatternGenerator *)dtpg)->setAppendItemFormat(field, valueString); in udatpg_setAppendItemFormat() 156 UDateTimePatternField field, in udatpg_getAppendItemFormat() 158 const UnicodeString &result=((const DateTimePatternGenerator *)dtpg)->getAppendItemFormat(field); in udatpg_getAppendItemFormat() 167 UDateTimePatternField field, in udatpg_setAppendItemName() 170 ((DateTimePatternGenerator *)dtpg)->setAppendItemName(field, valueString); in udatpg_setAppendItemName() 175 UDateTimePatternField field, in udatpg_getAppendItemName() 177 const UnicodeString &result=((const DateTimePatternGenerator *)dtpg)->getAppendItemName(field); in udatpg_getAppendItemName() 186 UDateTimePatternField field, in udatpg_getFieldDisplayName() 196 UnicodeString result = ((const DateTimePatternGenerator *)dtpg)->getFieldDisplayName(field,widt in udatpg_getFieldDisplayName() 147 udatpg_setAppendItemFormat(UDateTimePatternGenerator *dtpg, UDateTimePatternField field, const char16_t *value, int32_t length) udatpg_setAppendItemFormat() argument 155 udatpg_getAppendItemFormat(const UDateTimePatternGenerator *dtpg, UDateTimePatternField field, int32_t *pLength) udatpg_getAppendItemFormat() argument 166 udatpg_setAppendItemName(UDateTimePatternGenerator *dtpg, UDateTimePatternField field, const char16_t *value, int32_t length) udatpg_setAppendItemName() argument 174 udatpg_getAppendItemName(const UDateTimePatternGenerator *dtpg, UDateTimePatternField field, int32_t *pLength) udatpg_getAppendItemName() argument 185 udatpg_getFieldDisplayName(const UDateTimePatternGenerator *dtpg, UDateTimePatternField field, UDateTimePGDisplayWidth width, char16_t *fieldName, int32_t capacity, UErrorCode *pErrorCode) udatpg_getFieldDisplayName() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | japancal.cpp | 246 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 D | span_of.rs | 41 /// 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/protobuf/src/google/protobuf/ |
| H A D | generated_message_table_driven_lite.h | 56 // 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...] |
| H A D | wire_format_unittest.cc | 85 // Make sure the max field number constant is accurate. in TEST() 230 // Only the last field is set. in TEST() 577 message_set.unknown_fields().field(0).type()); in TEST() 578 EXPECT_EQ("bar", message_set.unknown_fields().field(0).length_delimited()); in TEST() 836 const FieldDescriptor* field; in TEST() local 837 field = desc->FindFieldByName("repeated_fixed32"); in TEST() 838 ASSERT_TRUE(field != NULL); in TEST() 839 ASSERT_EQ(1, WireFormat::TagSize(field->number(), field->type())); in TEST() 840 field in TEST() 1055 const FieldDescriptor* field = MakeInvalidEmbeddedMessage() local 1078 const FieldDescriptor* field = MakeInvalidGroup() local [all...] |
| /third_party/python/PC/ |
| H A D | _msi.c | 452 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/rust/crates/libc/src/fuchsia/ |
| H A D | x86_64.rs | 98 .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()
|
| /third_party/skia/experimental/wasm-skp-debugger/ |
| H A D | debugger_bindings.cpp | 578 .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 D | bdflib.c | 195 #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/mesa3d/src/intel/vulkan/ |
| H A D | genX_query.c | 108 /* We're going to trust this field implicitly so we need to ensure that in CreateQueryPool() 875 const struct intel_perf_query_field *field = in emit_perf_intel_query() local 878 switch (field->type) { in emit_perf_intel_query() 881 rpc.MemoryAddress = anv_address_add(data_addr, field->location); in emit_perf_intel_query() 890 struct anv_address addr = anv_address_add(data_addr, field->location); in emit_perf_intel_query() 891 struct mi_value src = field->size == 8 ? in emit_perf_intel_query() 892 mi_reg64(field->mmio_offset) : in emit_perf_intel_query() 893 mi_reg32(field->mmio_offset); in emit_perf_intel_query() 894 struct mi_value dst = field->size == 8 ? in emit_perf_intel_query() 901 unreachable("Invalid query field"); in emit_perf_intel_query() 980 const struct intel_perf_query_field *field = CmdBeginQueryIndexedEXT() local 1028 const struct intel_perf_query_field *field = CmdBeginQueryIndexedEXT() local 1182 const struct intel_perf_query_field *field = &layout->fields[r]; CmdEndQueryIndexedEXT() local [all...] |
| /third_party/gn/src/gn/ |
| H A D | tool.cc | 89 bool Tool::ReadBool(Scope* scope, const char* var, bool* field, Err* err) { in ReadBool() argument 96 *field = v->boolean_value(); in ReadBool() 102 std::string* field, in ReadString() 110 *field = v->string_value(); in ReadString() 116 SubstitutionPattern* field, in ReadPattern() 131 *field = std::move(pattern); in ReadPattern() 137 SubstitutionList* field, in ReadPatternList() 154 *field = std::move(list); in ReadPatternList() 161 LabelPtrPair<Pool>* field, in ReadLabel() 178 *field in ReadLabel() 100 ReadString(Scope* scope, const char* var, std::string* field, Err* err) ReadString() argument 114 ReadPattern(Scope* scope, const char* var, SubstitutionPattern* field, Err* err) ReadPattern() argument 135 ReadPatternList(Scope* scope, const char* var, SubstitutionList* field, Err* err) ReadPatternList() argument 158 ReadLabel(Scope* scope, const char* var, const Label& current_toolchain, LabelPtrPair<Pool>* field, Err* err) ReadLabel() argument [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | formattedvaluetest.cpp | 30 int32_t field, 143 int32_t field, in assertAllPartsEqual() 149 assertEquals(messagePrefix + u": field", in assertAllPartsEqual() 150 field, cfpos.getField()); in assertAllPartsEqual() 158 assertEquals(messagePrefix + u": integer field", in assertAllPartsEqual() 160 assertEquals(messagePrefix + u": compact field", in assertAllPartsEqual() 162 assertEquals(messagePrefix + u": date field", in assertAllPartsEqual() 177 converted[i].field = expectedFieldPositions[i].field; in checkFormattedValue() 226 int32_t expectedField = expectedFieldPositions[i].field; in checkMixedFormattedValue() 138 assertAllPartsEqual( UnicodeString messagePrefix, const ConstrainedFieldPosition& cfpos, int32_t matching, UFieldCategory category, int32_t field, int32_t start, int32_t limit, int64_t context) assertAllPartsEqual() argument [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | udatpg.cpp | 148 UDateTimePatternField field, in udatpg_setAppendItemFormat() 151 ((DateTimePatternGenerator *)dtpg)->setAppendItemFormat(field, valueString); in udatpg_setAppendItemFormat() 156 UDateTimePatternField field, in udatpg_getAppendItemFormat() 158 const UnicodeString &result=((const DateTimePatternGenerator *)dtpg)->getAppendItemFormat(field); in udatpg_getAppendItemFormat() 167 UDateTimePatternField field, in udatpg_setAppendItemName() 170 ((DateTimePatternGenerator *)dtpg)->setAppendItemName(field, valueString); in udatpg_setAppendItemName() 175 UDateTimePatternField field, in udatpg_getAppendItemName() 177 const UnicodeString &result=((const DateTimePatternGenerator *)dtpg)->getAppendItemName(field); in udatpg_getAppendItemName() 186 UDateTimePatternField field, in udatpg_getFieldDisplayName() 196 UnicodeString result = ((const DateTimePatternGenerator *)dtpg)->getFieldDisplayName(field,widt in udatpg_getFieldDisplayName() 147 udatpg_setAppendItemFormat(UDateTimePatternGenerator *dtpg, UDateTimePatternField field, const UChar *value, int32_t length) udatpg_setAppendItemFormat() argument 155 udatpg_getAppendItemFormat(const UDateTimePatternGenerator *dtpg, UDateTimePatternField field, int32_t *pLength) udatpg_getAppendItemFormat() argument 166 udatpg_setAppendItemName(UDateTimePatternGenerator *dtpg, UDateTimePatternField field, const UChar *value, int32_t length) udatpg_setAppendItemName() argument 174 udatpg_getAppendItemName(const UDateTimePatternGenerator *dtpg, UDateTimePatternField field, int32_t *pLength) udatpg_getAppendItemName() argument 185 udatpg_getFieldDisplayName(const UDateTimePatternGenerator *dtpg, UDateTimePatternField field, UDateTimePGDisplayWidth width, UChar *fieldName, int32_t capacity, UErrorCode *pErrorCode) udatpg_getFieldDisplayName() argument [all...] |
| /third_party/mesa3d/src/util/format/ |
| H A D | u_format_parse.py | 376 field = fields[i] 377 if field: 378 type = _type_parse_map[field[0]] 379 if field[1] == 'n': 382 size = int(field[2:]) 383 elif field[1] == 'p': 386 size = int(field[2:]) 390 size = int(field[1:]) 419 fields = [field.strip() for field i [all...] |
| /third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
| H A D | DescriptorsTest.cs | 188 FieldDescriptor field = messageType.Fields.InDeclarationOrder()[0]; in MessageDescriptor() 189 Assert.AreEqual("single_int32", field.Name); in MessageDescriptor() 190 Assert.AreEqual(field, messageType.FindDescriptor<FieldDescriptor>("single_int32")); in MessageDescriptor() 192 Assert.AreEqual(field, messageType.FindFieldByNumber(1)); in MessageDescriptor() 274 // For a field in a regular onoef, ContainingOneof and RealContainingOneof should be the same. in TestFieldDescriptor() 338 foreach (var field in expectedFields) in OneofDescriptor() 340 Assert.AreSame(descriptor, field.ContainingOneof); in OneofDescriptor() 398 var field = descriptor.Fields[TestProto3Optional.OptionalInt32FieldNumber]; in Proto3OptionalDescriptors() 399 Assert.NotNull(field.ContainingOneof); in Proto3OptionalDescriptors() 400 Assert.IsTrue(field in Proto3OptionalDescriptors() [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| H A D | RewriteStructSamplers.cpp | 27 // Indexed by the field index of original structure, to get the field index of the modified 91 // - otherwise, the chain of field selections is rewritten by modifying the base uniform so all in RewriteExpressionVisitBinaryHelper() 100 // replaced with their extracted ones, and field indices are adjusted for the rest of the fields. 170 // EOpIndex* field index 174 // EOpIndex* field index 178 // Uniform Struct field index 192 // (modified struct type) EOpIndex* field index 196 // EOpIndex* field index 200 // Uniform Struct field inde 433 const TField *field = structure->fields()[fieldIndex]; stripStructSpecifierSamplers() local 556 extractFieldSamplers(const std::string &prefix, const TField *field, TIntermSequence *newSequence) extractFieldSamplers() argument [all...] |
| /third_party/skia/experimental/skottiekit/ |
| H A D | skottiekit_bindings.cpp | 429 .field("width", &SimpleImageInfo::width) in EMSCRIPTEN_BINDINGS() 430 .field("height", &SimpleImageInfo::height) in EMSCRIPTEN_BINDINGS() 431 .field("colorType", &SimpleImageInfo::colorType) in EMSCRIPTEN_BINDINGS() 432 .field("alphaType", &SimpleImageInfo::alphaType); in EMSCRIPTEN_BINDINGS() 435 .field("fLeft", &SkRect::fLeft) in EMSCRIPTEN_BINDINGS() 436 .field("fTop", &SkRect::fTop) in EMSCRIPTEN_BINDINGS() 437 .field("fRight", &SkRect::fRight) in EMSCRIPTEN_BINDINGS() 438 .field("fBottom", &SkRect::fBottom); in EMSCRIPTEN_BINDINGS() 442 .field("w", &SkSize::fWidth) in EMSCRIPTEN_BINDINGS() 443 .field(" in EMSCRIPTEN_BINDINGS() [all...] |
| /third_party/protobuf/js/experimental/runtime/kernel/ |
| H A D | kernel.js | 27 const {Field, IndexEntry} = goog.require('protobuf.binary.field'); 287 * Writes the array of Messages into the writer for the given field number. 299 * Writes the array of Messages into the writer for the given field number. 348 * @param {number=} pivot Fields with a field number no greater than the pivot 352 * value to the max field number of the message unless the field numbers 364 * @param {number=} pivot Fields with a field number no greater than the pivot 368 * value to the max field number of the message unless the field numbers 392 * @param {!Storage<!Field>} fields A map of field numbe [all...] |
| /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()
|