Home
last modified time | relevance | path

Searched refs:newField (Results 1 – 9 of 9) sorted by relevance

/external/jdiff/src/jdiff/
DAPIComparator.java702 FieldAPI newField = (FieldAPI)(newClass.fields_.get(existsNew)); in compareAllFields() local
704 newField.inheritedFrom_ == null) { in compareAllFields()
708 memberDiff.newType_ = newField.type_; in compareAllFields()
710 … int inh = changedInheritance(oldField.inheritedFrom_, newField.inheritedFrom_); in compareAllFields()
714 …hange("Field was locally defined, but is now inherited from " + linkToClass(newField, true) + "."); in compareAllFields()
715 memberDiff.inheritedFrom_ = newField.inheritedFrom_; in compareAllFields()
719 …linkToClass(oldField, false) + ", and is now inherited from " + linkToClass(newField, true) + "."); in compareAllFields()
720 memberDiff.inheritedFrom_ = newField.inheritedFrom_; in compareAllFields()
723 if (oldField.isTransient_ != newField.isTransient_) { in compareAllFields()
733 if (oldField.isVolatile_ != newField.isVolatile_) { in compareAllFields()
[all …]
/external/autotest/frontend/client/src/autotest/tko/
DParameterizedField.java65 ParameterizedField newField = prototype.freshInstance(); in newInstance() local
66 newField.setValue(value); in newInstance()
67 return newField; in newInstance()
/external/cldr/tools/java/org/unicode/cldr/util/
DLanguageTagCanonicalizer.java128 String newField = null; in getReplacement() local
131 newField = list.get(0); in getReplacement()
139 newField = region; in getReplacement()
143 return newField; in getReplacement()
/external/angle/src/compiler/translator/tree_ops/
DRewriteRowMajorMatrices.cpp577 TField *newField = nullptr; in convertInterfaceBlock() local
581 newField = convertField(field, &newDeclarations); in convertInterfaceBlock()
588 newField = DuplicateField(field); in convertInterfaceBlock()
591 newFields->push_back(newField); in convertInterfaceBlock()
737 TField *newField = nullptr; in convertField() local
763 newField = new TField(newType, field->name(), field->line(), field->symbolType()); in convertField()
767 newField = DuplicateField(field); in convertField()
770 return newField; in convertField()
DRewriteStructSamplers.cpp467 TField *newField = in stripStructSpecifierSamplers() local
469 newFieldList->push_back(newField); in stripStructSpecifierSamplers()
/external/llvm-project/mlir/lib/TableGen/
DOpClass.cpp244 void Class::newField(StringRef type, StringRef name, StringRef defaultValue) { in newField() function in Class
/external/pdfium/core/fpdfdoc/
Dcpdf_interactiveform.cpp935 auto newField = pdfium::MakeUnique<CPDF_FormField>(this, pParent); in AddTerminalField() local
936 pField = newField.get(); in AddTerminalField()
945 if (!m_pFieldTree->SetField(csWName, std::move(newField))) in AddTerminalField()
/external/llvm-project/mlir/include/mlir/TableGen/
DOpClass.h345 void newField(StringRef type, StringRef name, StringRef defaultValue = "");
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpDefinitionsGen.cpp2137 adaptor.newField("::mlir::ValueRange", "odsOperands"); in OpOperandAdaptorEmitter()
2138 adaptor.newField("::mlir::DictionaryAttr", "odsAttrs"); in OpOperandAdaptorEmitter()