Home
last modified time | relevance | path

Searched refs:field (Results 576 - 600 of 1938) sorted by relevance

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

/third_party/typescript/tests/baselines/reference/
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,
H A Dobjectivec_oneof.cc81 const FieldDescriptor* field = descriptor_->field(j); in GenerateCaseEnum() local
82 string field_name = FieldNameCapitalized(field); in GenerateCaseEnum()
87 "field_number", StrCat(field->number())); in GenerateCaseEnum()
/third_party/rust/crates/cxx/macro/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/protobuf/src/google/protobuf/
H A Dwire_format_unittest.cc85 // 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/gn/src/gn/
H A Dtool.cc89 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 Dformattedvaluetest.cpp30 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 Dudatpg.cpp148 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/node/deps/icu-small/source/i18n/
H A Dudatpg.cpp148 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/mesa3d/src/util/format/
H A Du_format_parse.py376 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 DDescriptorsTest.cs188 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 DRewriteStructSamplers.cpp27 // 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 Dskottiekit_bindings.cpp429 .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...]
/foundation/ability/dmsfwk_lite/include/
H A Ddmslite_utils.h24 #define PACKET_MARSHALL_HELPER(type, fieldType, field) \
26 bool ret = Marshall##type((field), (fieldType)); \
34 #define RAWDATA_MARSHALL_HELPER(type, fieldType, field, length) \
36 bool ret = Marshall##type((field), (fieldType), (length)); \
/test/xts/acts/distributed_schedule_lite/distributed_schedule_posix/src/utils/
H A Ddms_packet.cpp64 bool DmsPacket::MarshallStringField(const std::string& field, MSG_TYPE_SEQ type, uint16_t& dataLength) in MarshallStringField() argument
66 if (field.empty()) { in MarshallStringField()
71 size_t sz = field.size() + 1; in MarshallStringField()
80 StringToHex(field); in MarshallStringField()
/third_party/ffmpeg/libavfilter/
H A Daf_asetrate.c34 #define OPT_GENERIC(name, field, def, min, max, descr, type, deffield, ...) \
35 { name, descr, offsetof(CONTEXT, field), AV_OPT_TYPE_ ## type, \
38 #define OPT_INT(name, field, def, min, max, descr, ...) \
39 OPT_GENERIC(name, field, def, min, max, descr, INT, i64, __VA_ARGS__)
/third_party/ffmpeg/libavformat/
H A Dwestwood_aud.c47 int field; in wsaud_probe() local
63 field = AV_RL16(&p->buf[0]); in wsaud_probe()
64 if ((field < 8000) || (field > 48000)) in wsaud_probe()
67 /* enforce the rule that the top 6 bits of this flags field are reserved (0); in wsaud_probe()
/third_party/backends/backend/
H A Depsonds.h57 #define XtOffset(p_type, field) ((size_t)&(((p_type)NULL)->field))
58 #define XtOffsetOf(s_type, field) XtOffset(s_type*, field)
/third_party/node/test/parallel/
H A Dtest-http-incoming-matchKnownFields.js6 function checkDest(field, result, value) {
9 const incomingMessage = new IncomingMessage(field);
12 incomingMessage._addHeaderLine(field, 'test', dest);
13 incomingMessage._addHeaderLine(field, value, dest);
/third_party/toybox/toys/other/
H A Dmodinfo.c13 usage: modinfo [-0] [-b basedir] [-k kernel] [-F field] [module|file...]
17 -F Only show the given field
33 static void output_field(char *field, char *value) in output_field() argument
35 if (!TT.F) xprintf("%s:%*c", field, 15-(int)strlen(field), ' '); in output_field()
36 else if (strcmp(TT.F, field)) return; in output_field()
/third_party/skia/third_party/externals/freetype/
H A Dautogen.sh92 # $5: option field index used to extract the tool version from the
97 field=$5
99 if test "$field"x = x; then
100 field=3 # default to 3 for all GNU autotools, after filtering enclosed string
102 version=`$1 --version | head -1 | sed 's/([^)]*)/()/g' | cut -d ' ' -f $field`
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyOneofDescriptor.java71 * OneofDescriptor.add_field(field) => nil
73 * Adds a field to this oneof. The field may have been added to this oneof in
99 for (RubyFieldDescriptor field : fields) { in each()
100 block.yieldSpecific(context, field); in each()
106 for (RubyFieldDescriptor field: fields) { in build()
107 field.setOneofIndex(index); in build()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DMutablePatternModifier.java42 Field field; field in MutablePatternModifier
78 * @param field
79 * Which field to use for literal characters in the pattern.
81 public void setPatternInfo(AffixPatternProvider patternInfo, Field field) { in setPatternInfo() argument
83 this.field = field; in setPatternInfo()
336 public boolean containsField(java.text.Format.Field field) { in containsField() argument
358 int length = AffixUtils.unescape(currentAffix, sb, position, this, field); in insertPrefix()
364 int length = AffixUtils.unescape(currentAffix, sb, position, this, field); in insertSuffix()
369 * Pre-processes the prefix or suffix into the currentAffix field, creatin
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DMutablePatternModifier.java44 Field field; field in MutablePatternModifier
79 * @param field
80 * Which field to use for literal characters in the pattern.
82 public void setPatternInfo(AffixPatternProvider patternInfo, Field field) { in setPatternInfo() argument
84 this.field = field; in setPatternInfo()
337 public boolean containsField(java.text.Format.Field field) { in containsField() argument
359 int length = AffixUtils.unescape(currentAffix, sb, position, this, field); in insertPrefix()
365 int length = AffixUtils.unescape(currentAffix, sb, position, this, field); in insertSuffix()
370 * Pre-processes the prefix or suffix into the currentAffix field, creatin
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ddtitvfmt.h48 * The fields are returned from left to right. The special field category
154 * only keeps the field pattern letter and ignores all other parts
161 * might hide a field's pattern letter length.
167 * and the field's pattern letter length is honored.
170 * the field pattern length is ignored and the best match, which is defined
171 * in date time patterns, will be returned without honor the field pattern
184 * first different calendar field in above order.
199 * in en_US, if the largest different calendar field between date1 and date2
202 * If the largest different calendar field between date1 and date2 is &quot;month&quot;,
205 * If the largest different calendar field betwee
[all...]

Completed in 14 milliseconds

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