Home
last modified time | relevance | path

Searched refs:field (Results 1451 - 1475 of 1912) sorted by relevance

1...<<51525354555657585960>>...77

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDataDrivenNumberFormatTestData.java47 * To add a new attribute, first create a public field for it.
235 throw new ExceptionInInitializerError(s + "is a duplicate field.");
248 // start field setters.
249 // add setter for each new field in this block.
435 // end field setters.
437 // start of field clearers
439 // in the next i.e the breaks field.
469 // end field clearers
503 Field field = getClass().getField(fieldName); in toString()
504 Object optionalValue = field in toString()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DEthiopicTest.java53 // year month day field amount year month day
444 TestAddSetItem(int sYr, int sMo, int sDa, int field, int delta, int eYr, int eMo, int eDa) { in TestAddSet()
448 fieldToChange = field; in TestAddSet()
483 errln("EToJD FAILS: field " + item.getField() + " delta " + item.getDelta() + in TestAddSet()
H A DCopticTest.java387 TestAddSetItem(int sYr, int sMo, int sDa, int field, int delta, int eYr, int eMo, int eDa) { in TestAddSet()
391 fieldToChange = field; in TestAddSet()
426 errln("CToJD FAILS: field " + item.getField() + " delta " + item.getDelta() + in TestAddSet()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DEthiopicTest.java56 // year month day field amount year month day
447 TestAddSetItem(int sYr, int sMo, int sDa, int field, int delta, int eYr, int eMo, int eDa) { in TestAddSet()
451 fieldToChange = field; in TestAddSet()
486 errln("EToJD FAILS: field " + item.getField() + " delta " + item.getDelta() + in TestAddSet()
H A DCopticTest.java390 TestAddSetItem(int sYr, int sMo, int sDa, int field, int delta, int eYr, int eMo, int eDa) { in TestAddSet()
394 fieldToChange = field; in TestAddSet()
429 errln("CToJD FAILS: field " + item.getField() + " delta " + item.getDelta() + in TestAddSet()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDataDrivenNumberFormatTestData.java49 * To add a new attribute, first create a public field for it.
238 throw new ExceptionInInitializerError(s + "is a duplicate field.");
251 // start field setters.
252 // add setter for each new field in this block.
438 // end field setters.
440 // start of field clearers
442 // in the next i.e the breaks field.
472 // end field clearers
506 Field field = getClass().getField(fieldName); in toString()
507 Object optionalValue = field in toString()
[all...]
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DDeprecatedAPIChecker.java285 private static APIInfo findFieldInfo(Set<APIInfo> apis, String cls, String field) { in findFieldInfo() argument
288 if (api.isField() && clsName.equals(cls) && api.getName().equals(field)) { in findFieldInfo()
/third_party/mesa3d/.gitlab-ci/lava/
H A Dlava_job_submitter.py358 for field, value in show.items():
359 print("{}\t: {}".format(field, value))
/third_party/node/src/
H A Dnode_file-inl.h150 #define SET_FIELD(field, stat) \ in FillStatFsArray()
151 fields->SetValue(static_cast<size_t>(FsStatFsOffset::field), \ in FillStatFsArray()
/third_party/mesa3d/src/loader/
H A Dloader.c474 static int loader_get_linux_pci_field(int maj, int min, const char *field) in loader_get_linux_pci_field() argument
477 snprintf(path, sizeof(path), "/sys/dev/char/%d:%d/device/%s", maj, min, field); in loader_get_linux_pci_field()
/third_party/node/deps/v8/src/objects/
H A Dintl-objects.h67 void Add(int32_t field, int32_t start, int32_t limit);
74 bool FieldContains(int32_t field, int32_t start, int32_t limit) const;
192 // Helper function to convert number field id to type string.
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DLayout.cpp129 for (const TField *field : fields) in MetalLayoutOf()
131 layout += MetalLayoutOf(*field->type(), config2); in MetalLayoutOf()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputTree.cpp281 // The following code finds the field name from the constant union in visitBinary()
289 const TField *field = fields[constantUnion->getIConst()]; in visitBinary() local
291 mOut << constantUnion->getIConst() << " (field '" << field->name() << "')"; in visitBinary()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgramExecutable.h71 TransformFeedbackVarying(const sh::ShaderVariable &field, const sh::ShaderVariable &parent) in TransformFeedbackVarying()
75 *thisVar = field; in TransformFeedbackVarying()
/third_party/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp151 static const char* get_string(FcPattern* pattern, const char field[], int index = 0) { in get_string() argument
153 if (FcPatternGetString(pattern, field, index, (FcChar8**)&name) != FcResultMatch) { in get_string()
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource9.js187 this.checker.resolveTypeLink(scope, (<FieldSymbol>symbol).field.typeLink,
383 this.checker.resolveTypeLink(scope, symbol.field.typeLink, false);
/third_party/protobuf/src/google/protobuf/compiler/
H A Dimporter_unittest.cc183 foo->message_type(0)->field(0)->type()); in TEST_F()
185 foo->message_type(0)->field(0)->message_type()); in TEST_F()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DExtensionSchemaFull.java49 Field field = GeneratedMessageV3.ExtendableMessage.class.getDeclaredField("extensions"); in getExtensionsFieldOffset()
50 return UnsafeUtil.objectFieldOffset(field); in getExtensionsFieldOffset()
52 throw new IllegalStateException("Unable to lookup extension field offset"); in getExtensionsFieldOffset()
/third_party/python/Parser/
H A Dasdl.py14 # fields ::= "(" { field, "," } field ")"
15 # field ::= TypeId ["?" | "*"] [Id]
177 def visitField(self, field, name):
178 key = str(field.type)
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBUtil.php215 "Expect repeated field of different type.");
221 "Expect repeated field of " . $klass . ".");
240 throw new \Exception("Expect map field of key type.");
243 throw new \Exception("Expect map field of value type.");
249 "Expect map field of " . $klass . ".");
556 foreach ($fields as $field) {
557 $segments = explode('_', $field);
/third_party/protobuf/python/google/protobuf/internal/
H A Dgenerator_test.py302 set([field.name for field in desc.oneofs[0].fields]))
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_field_base.cc165 // for some field types the value of "use_parse_context" doesn't matter, in GenerateParsingCode()
171 // for some field types the value of "use_write_context" doesn't matter, in GenerateSerializationCode()
218 descriptor->message_type()->field(0); in type_name()
261 GOOGLE_LOG(FATAL)<< "Unknown field type."; in type_name()
303 GOOGLE_LOG(FATAL)<< "Unknown field type."; in has_default_value()
345 const FieldDescriptor* wrapped_field = descriptor->message_type()->field(0); in default_value()
403 GOOGLE_LOG(FATAL)<< "Unknown field type."; in default_value()
451 GOOGLE_LOG(FATAL)<< "Unknown field type."; in capitalized_type_name()
/third_party/rust/crates/nix/src/sys/
H A Daio.rs146 // Use mem::zeroed instead of explicitly zeroing each field, because the in common_init()
195 .field("aiocb", &self.aiocb.0) in fmt()
196 .field("in_progress", &self.in_progress) in fmt()
463 // To save some memory, store mode in an unused field of the AioCb. in new()
/third_party/rust/crates/nix/src/net/
H A Dif_.rs368 .field("index", &self.index()) in fmt()
369 .field("name", &self.name()) in fmt()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Ddsa.rs461 .field("r", self.r()) in fmt()
462 .field("s", self.s()) in fmt()

Completed in 27 milliseconds

1...<<51525354555657585960>>...77