| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
| H A D | EthiopicTest.java | 53 // 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 D | CopticTest.java | 387 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 D | EthiopicTest.java | 56 // 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 D | CopticTest.java | 390 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 D | DataDrivenNumberFormatTestData.java | 49 * 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 D | DeprecatedAPIChecker.java | 285 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 D | lava_job_submitter.py | 358 for field, value in show.items(): 359 print("{}\t: {}".format(field, value))
|
| /third_party/node/src/ |
| H A D | node_file-inl.h | 150 #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 D | loader.c | 474 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 D | intl-objects.h | 67 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 D | Layout.cpp | 129 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 D | OutputTree.cpp | 281 // 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 D | ProgramExecutable.h | 71 TransformFeedbackVarying(const sh::ShaderVariable &field, const sh::ShaderVariable &parent) in TransformFeedbackVarying() 75 *thisVar = field; in TransformFeedbackVarying()
|
| /third_party/skia/src/ports/ |
| H A D | SkFontConfigInterface_direct.cpp | 151 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 D | parserRealSource9.js | 187 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 D | importer_unittest.cc | 183 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 D | ExtensionSchemaFull.java | 49 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 D | asdl.py | 14 # 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 D | GPBUtil.php | 215 "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 D | generator_test.py | 302 set([field.name for field in desc.oneofs[0].fields]))
|
| /third_party/protobuf/src/google/protobuf/compiler/csharp/ |
| H A D | csharp_field_base.cc | 165 // 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 D | aio.rs | 146 // 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 D | if_.rs | 368 .field("index", &self.index()) in fmt() 369 .field("name", &self.name()) in fmt()
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| H A D | dsa.rs | 461 .field("r", self.r()) in fmt() 462 .field("s", self.s()) in fmt()
|
| /third_party/rust/crates/serde/test_suite/tests/ |
| H A D | test_gen.rs | 266 field: PhantomDataAlias<T>, 739 ($field:ty) => { 743 field: $field,
|