Home
last modified time | relevance | path

Searched refs:field (Results 1176 - 1200 of 1878) sorted by relevance

1...<<41424344454647484950>>...76

/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_context.h74 // Get the FieldGeneratorInfo for a given field.
76 const FieldDescriptor* field) const;
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Ddir.rs62 // Compute linux_dirent64 field offsets. in read()
95 // Read the NUL-terminated name from the `d_name` field. Without in read()
195 f.debug_struct("Dir").field("fd", &self.fd).finish() in fmt()
/third_party/icu/icu4c/source/i18n/
H A Ddtfmtsym.cpp1849 initField(UnicodeString **field, int32_t& length, const UChar *data, LastResortSize numStr, LastResortSize strLen, UErrorCode &status) { in initField() argument
1852 *field = newUnicodeStringArray((size_t)numStr); in initField()
1853 if (*field) { in initField()
1857 (*(field)+i)->setTo(true, data+(i*((int32_t)strLen)), -1); in initField()
1868 initField(UnicodeString **field, int32_t& length, CalendarDataSink &sink, CharString &key, UErrorCode &status) { in initField() argument
1875 *field = array; in initField()
1886 initField(UnicodeString **field, int32_t& length, CalendarDataSink &sink, CharString &key, int32_t arrayOffset, UErrorCode &status) { in initField() argument
1894 *field = new UnicodeString[length]; in initField()
1895 if (*field == NULL) { in initField()
1899 uprv_arrayCopy(array, 0, *field, arrayOffse in initField()
1908 initLeapMonthPattern(UnicodeString *field, int32_t index, CalendarDataSink &sink, CharString &path, UErrorCode &status) initLeapMonthPattern() argument
[all...]
H A Ddtitvinf.cpp183 UCalendarDateFields field, in getIntervalPattern()
192 IntervalPatternIndex index = calendarFieldToIntervalIndex(field, status); in getIntervalPattern()
298 // If the calendar field has a valid value in processSkeletonTable()
348 }// TODO(ticket:12190): Why icu4c doesn't accept the calendar field "s" but icu4j does? in validateAndProcessPatternLetter()
606 // 1 means having the same field, but with different length, in getBestSkeleton()
608 // -1 means having different field. in getBestSkeleton()
623 // clear skeleton field width in getBestSkeleton()
672 DateIntervalInfo::calendarFieldToIntervalIndex(UCalendarDateFields field, in calendarFieldToIntervalIndex() argument
678 switch ( field ) { in calendarFieldToIntervalIndex()
182 getIntervalPattern(const UnicodeString& skeleton, UCalendarDateFields field, UnicodeString& result, UErrorCode& status) const getIntervalPattern() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dglsl_to_nir.cpp631 const glsl_struct_field *field = in visit() local
633 if (strcmp(ir->name, field->name) != 0) in visit()
636 var->type = field->type; in visit()
637 if (field->memory_read_only) in visit()
639 if (field->memory_write_only) in visit()
641 if (field->memory_coherent) in visit()
643 if (field->memory_volatile) in visit()
645 if (field->memory_restrict) in visit()
937 const struct glsl_struct_field *field = in deref_get_qualifier() local
939 if (field in deref_get_qualifier()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ddtfmtsym.cpp1857 initField(UnicodeString **field, int32_t& length, const char16_t *data, LastResortSize numStr, LastResortSize strLen, UErrorCode &status) { in initField() argument
1860 *field = newUnicodeStringArray((size_t)numStr); in initField()
1861 if (*field) { in initField()
1865 (*(field)+i)->setTo(true, data+(i*((int32_t)strLen)), -1); in initField()
1876 initField(UnicodeString **field, int32_t& length, CalendarDataSink &sink, CharString &key, UErrorCode &status) { in initField() argument
1883 *field = array; in initField()
1894 initField(UnicodeString **field, int32_t& length, CalendarDataSink &sink, CharString &key, int32_t arrayOffset, UErrorCode &status) { in initField() argument
1902 *field = new UnicodeString[length]; in initField()
1903 if (*field == nullptr) { in initField()
1907 uprv_arrayCopy(array, 0, *field, arrayOffse in initField()
1916 initLeapMonthPattern(UnicodeString *field, int32_t index, CalendarDataSink &sink, CharString &path, UErrorCode &status) initLeapMonthPattern() argument
[all...]
H A Ddtitvinf.cpp185 UCalendarDateFields field, in getIntervalPattern()
194 IntervalPatternIndex index = calendarFieldToIntervalIndex(field, status); in getIntervalPattern()
300 // If the calendar field has a valid value in processSkeletonTable()
350 }// TODO(ticket:12190): Why icu4c doesn't accept the calendar field "s" but icu4j does? in validateAndProcessPatternLetter()
610 // 1 means having the same field, but with different length, in getBestSkeleton()
612 // -1 means having different field. in getBestSkeleton()
627 // clear skeleton field width in getBestSkeleton()
676 DateIntervalInfo::calendarFieldToIntervalIndex(UCalendarDateFields field, in calendarFieldToIntervalIndex() argument
682 switch ( field ) { in calendarFieldToIntervalIndex()
184 getIntervalPattern(const UnicodeString& skeleton, UCalendarDateFields field, UnicodeString& result, UErrorCode& status) const getIntervalPattern() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddtfmtsym.cpp1855 initField(UnicodeString **field, int32_t& length, const UChar *data, LastResortSize numStr, LastResortSize strLen, UErrorCode &status) { in initField() argument
1858 *field = newUnicodeStringArray((size_t)numStr); in initField()
1859 if (*field) { in initField()
1863 (*(field)+i)->setTo(TRUE, data+(i*((int32_t)strLen)), -1); in initField()
1874 initField(UnicodeString **field, int32_t& length, CalendarDataSink &sink, CharString &key, UErrorCode &status) { in initField() argument
1881 *field = array; in initField()
1892 initField(UnicodeString **field, int32_t& length, CalendarDataSink &sink, CharString &key, int32_t arrayOffset, UErrorCode &status) { in initField() argument
1900 *field = new UnicodeString[length]; in initField()
1901 if (*field == NULL) { in initField()
1905 uprv_arrayCopy(array, 0, *field, arrayOffse in initField()
1914 initLeapMonthPattern(UnicodeString *field, int32_t index, CalendarDataSink &sink, CharString &path, UErrorCode &status) initLeapMonthPattern() argument
[all...]
H A Ddtitvinf.cpp184 UCalendarDateFields field, in getIntervalPattern()
193 IntervalPatternIndex index = calendarFieldToIntervalIndex(field, status); in getIntervalPattern()
299 // If the calendar field has a valid value in processSkeletonTable()
349 }// TODO(ticket:12190): Why icu4c doesn't accept the calendar field "s" but icu4j does? in validateAndProcessPatternLetter()
624 // 1 means having the same field, but with different length, in getBestSkeleton()
626 // -1 means having different field. in getBestSkeleton()
641 // clear skeleton field width in getBestSkeleton()
690 DateIntervalInfo::calendarFieldToIntervalIndex(UCalendarDateFields field, in calendarFieldToIntervalIndex() argument
696 switch ( field ) { in calendarFieldToIntervalIndex()
183 getIntervalPattern(const UnicodeString& skeleton, UCalendarDateFields field, UnicodeString& result, UErrorCode& status) const getIntervalPattern() argument
/third_party/ffmpeg/libavcodec/
H A Dh264_metadata_bsf.c176 #define SET_VUI_FIELD(field) do { \ in h264_metadata_update_sps()
177 if (ctx->field >= 0) { \ in h264_metadata_update_sps()
178 sps->vui.field = ctx->field; \ in h264_metadata_update_sps()
/third_party/node/test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/
H A DwrapKey_unwrapKey.https.any.js425 ["d","p","q","dp","dq","qi","oth"].forEach(function(field){ delete jwkExpectedKey[field]; });
442 ["d","p","q","dp","dq","qi","oth"].forEach(function(field){ delete jwkExpectedKey[field]; });
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
H A Ddxil_spirv_nir.c58 const struct glsl_struct_field field = {array_type, "arr"}; in add_runtime_data_var() local
61 glsl_struct_type(&field, 1, "runtime_data", false), "runtime_data"); in add_runtime_data_var()
168 const struct glsl_struct_field field = {array_type, "arr"}; in add_push_constant_var() local
171 glsl_struct_type(&field, 1, "block", false), "push_constants"); in add_push_constant_var()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/
H A DMapFieldTest.cs603 var field = new MapField<string,string>(); in AddEntriesFrom_CodedInputStream()
608 field.AddEntriesFrom(input, mapCodec); in AddEntriesFrom_CodedInputStream()
609 CollectionAssert.AreEquivalent(new[] { "the_key" }, field.Keys); in AddEntriesFrom_CodedInputStream()
610 CollectionAssert.AreEquivalent(new[] { "the_value" }, field.Values); in AddEntriesFrom_CodedInputStream()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DFieldAccessTest.cs84 // Just a single map field, for the same reason in GetValue()
176 var field = ((IMessage) message).Descriptor.Fields[Proto2.TestAllTypes.OptionalForeignMessageFieldNumber]; in HasValue_Proto2_Message()
177 Assert.False(field.Accessor.HasValue(message)); in HasValue_Proto2_Message()
179 Assert.True(field.Accessor.HasValue(message)); in HasValue_Proto2_Message()
181 Assert.False(field.Accessor.HasValue(message)); in HasValue_Proto2_Message()
339 // The field accessor Clear method only affects a oneof if the current case is the one being cleared. in Clear_Proto3_Oneof()
357 // The field accessor Clear method only affects a oneof if the current case is the one being cleared. in Clear_Proto2_Oneof()
/third_party/skia/src/sfnt/
H A DSkOTTable_OS_2_V4.h72 } field;
260 } field;
419 } field;
526 } field;
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvkern.c80 #define GXV_KERN_DATA( field ) GXV_TABLE_DATA( kern, field )
365 #define GXV_KERN_FMT2_DATA( field ) \
367 ( GXV_KERN_DATA( subtable_data ) ) )->field )
/third_party/python/Lib/test/
H A Dtest_string.py149 for field in format_string.split('|'):
150 if field[0] == '+':
152 field_name, _, format_spec = field[1:].partition(':')
155 yield field, None, None, None
/third_party/vixl/src/aarch64/
H A Dcpu-aarch64.cc254 int IDRegister::Get(IDRegister::Field field) const { in Get()
255 int msb = field.GetMsb(); in Get()
256 int lsb = field.GetLsb(); in Get()
259 switch (field.GetType()) { in Get()
/third_party/protobuf/js/binary/
H A Dreader.js75 * Cursor immediately before the field tag.
81 * Field number of the next field in the buffer, filled in by nextField().
87 * Wire type of the next proto field in the buffer, filled in by
165 * Returns the cursor immediately before the current field's tag.
192 * @return {number} The field number of the next field in the buffer, or
193 * INVALID_FIELD_NUMBER if there is no next field.
201 * @return {jspb.BinaryConstants.WireType} The wire type of the next field
202 * in the stream, or WireType.INVALID if there is no next field.
261 * Reads the next field heade
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dreflection_ops_unittest.cc103 // This field will test merging into an empty spot. in TEST()
130 // This field will test merging into an empty spot. in TEST()
165 message1.unknown_fields().field(0).type()); in TEST()
166 EXPECT_EQ(1, message1.unknown_fields().field(0).varint()); in TEST()
168 message1.unknown_fields().field(1).type()); in TEST()
169 EXPECT_EQ(2, message1.unknown_fields().field(1).varint()); in TEST()
363 // field. in TEST()
367 // Once we create that field, the message is no longer initialized. in TEST()
400 // field. in TEST()
405 // Once we create that field, th in TEST()
[all...]
/third_party/node/deps/v8/tools/
H A Dll_prof.py466 return ", ".join("%s: %s" % (field, self.__getattribute__(field))
467 for field, _ in TraceItem._fields_)
476 return [(field, Descriptor.CTYPE_MAP[format]) for (field, format) in fields]
661 fields = [(field, format)
662 for (field, format, bit) in PERF_SAMPLE_EVENT_BODY_FIELDS
/third_party/node/deps/v8/src/execution/
H A Dframes.h360 #define FRAME_SUMMARY_KIND(kind, type, field, desc) kind,
437 #define FRAME_SUMMARY_CONS(kind, type, field, desc) \
438 FrameSummary(type summ) : field(summ) {} // NOLINT
463 #define FRAME_SUMMARY_CAST(kind_, type, field, desc) \
467 return field; \
473 #define FRAME_SUMMARY_FIELD(kind, type, field, desc) type field;
514 // Computes the address of the PC field in the standard frame given
518 // Computes the address of the constant pool field in the standard
/third_party/node/deps/v8/src/torque/
H A Dcsa-generator.cc924 const BitField& field) { in GetBitFieldSpecialization()
931 ? field.offset + TargetArchitecture::SmiTagAndShiftSize() in GetBitFieldSpecialization()
932 : field.offset; in GetBitFieldSpecialization()
935 << field.name_and_type.type->GetConstexprGeneratedTypeName() << ", " in GetBitFieldSpecialization()
936 << offset << ", " << field.num_bits << ", " << container_type << ">"; in GetBitFieldSpecialization()
1043 for (auto& field : (*struct_type)->fields()) { in EmitCSAValue()
1048 EmitCSAValue(ProjectStructField(result, field.name_and_type.name), values, in EmitCSAValue()
923 GetBitFieldSpecialization(const Type* container, const BitField& field) GetBitFieldSpecialization() argument
H A Dtypes.h220 // The byte offset of this field from the beginning of the containing class or
224 // The offset may be unknown because the field is after an indexed field or
225 // because we don't support the struct field for on-heap layouts.
517 void RegisterField(BitField field) { fields_.push_back(std::move(field)); } in RegisterField() argument
556 virtual const Field& RegisterField(Field field) { in RegisterField() argument
557 fields_.push_back(field); in RegisterField()
580 ReportError("Can't get last field of empty aggregate type"); in LastField()
728 const Field& RegisterField(Field field) overrid
[all...]
/third_party/skia/src/sksl/dsl/
H A DDSLCore.cpp243 for (const DSLField& field : fields) { in InterfaceBlock()
244 const SkSL::Type* baseType = &field.fType.skslType(); in InterfaceBlock()
249 field.fModifiers.fModifiers, baseType, Variable::Storage::kInterfaceBlock); in InterfaceBlock()
250 GetErrorReporter().reportPendingErrors(field.fPosition); in InterfaceBlock()
251 skslFields.push_back(SkSL::Type::Field(field.fModifiers.fModifiers, field.fName, in InterfaceBlock()
252 &field.fType.skslType())); in InterfaceBlock()

Completed in 33 milliseconds

1...<<41424344454647484950>>...76