/external/dagger2/compiler/src/test/java/dagger/internal/codegen/ |
D | KeyTest.java | 69 compilationRule.getElements().getTypeElement(InjectedClass.class.getCanonicalName()); in forInjectConstructorWithResolvedType() 85 TypeMirror stringType = elements.getTypeElement(String.class.getCanonicalName()).asType(); in forProvidesMethod() 87 elements.getTypeElement(ProvidesMethodModule.class.getCanonicalName()); in forProvidesMethod() 105 TypeMirror stringType = elements.getTypeElement(String.class.getCanonicalName()).asType(); in forProvidesMethod_qualified() 107 elements.getTypeElement(TestQualifier.class.getCanonicalName()); in forProvidesMethod_qualified() 109 elements.getTypeElement(QualifiedProvidesMethodModule.class.getCanonicalName()); in forProvidesMethod_qualified() 121 elements.getTypeElement(QualifiedProvidesMethodModule.class.getCanonicalName()); in qualifiedKeyEquivalents() 127 TypeMirror type = elements.getTypeElement(String.class.getCanonicalName()).asType(); in qualifiedKeyEquivalents() 129 elements.getTypeElement(QualifiedFieldHolder.class.getCanonicalName()); in qualifiedKeyEquivalents() 159 TypeElement setElement = elements.getTypeElement(Set.class.getCanonicalName()); in forProvidesMethod_sets() [all …]
|
D | ValidationReportTest.java | 51 ValidationReport.about(getTypeElement("test.TestClass")); in basicReport() 71 ValidationReport.about(getTypeElement("test.TestClass")); in messageOnDifferentElement() 72 reportBuilder.addError("simple error", getTypeElement(String.class)); in messageOnDifferentElement() 91 ValidationReport.about(getTypeElement("test.TestClass")); in subreport() 94 ValidationReport.about(getTypeElement(String.class)) in subreport() 119 protected final TypeElement getTypeElement(Class<?> clazz) { in getTypeElement() method in ValidationReportTest.SimpleTestProcessor 120 return getTypeElement(clazz.getCanonicalName()); in getTypeElement() 123 protected final TypeElement getTypeElement(String canonicalName) { in getTypeElement() method in ValidationReportTest.SimpleTestProcessor 124 return processingEnv.getElementUtils().getTypeElement(canonicalName); in getTypeElement()
|
D | DependencyRequestMapperTest.java | 65 elements.getTypeElement(ProvidesMethodModule.class.getCanonicalName()); in sampleProviderParameters() 73 elements.getTypeElement(ProducesMethodModule.class.getCanonicalName()); in sampleProducerParameters()
|
D | MethodSignatureFormatterTest.java | 52 TypeElement inner = elements.getTypeElement(InnerClass.class.getCanonicalName()); in methodSignatureTest()
|
D | BindingFieldTest.java | 58 TypeElement classElement = elements.getTypeElement(X.class.getCanonicalName()); in getXConstructor()
|
/external/parameter-framework/upstream/parameter/ |
D | InstanceConfigurableElement.cpp | 59 const CTypeElement *CInstanceConfigurableElement::getTypeElement() const in getTypeElement() function in CInstanceConfigurableElement 69 return getTypeElement()->getMappingData(strKey, pStrValue); in getMappingData() 76 return getTypeElement()->getFormattedMapping(); in getFormattedMapping() 81 bool bHasMappingData = getTypeElement()->hasMappingData(); in map() 223 getTypeElement()->setXmlDescriptionAttribute(xmlElement); in structureToXml()
|
D | Parameter.cpp | 68 static_cast<const CParameterType *>(getTypeElement()) in handleValueSpaceAttribute() 80 return static_cast<const CParameterType *>(getTypeElement())->getSize(); in getSize() 88 static_cast<const CParameterType *>(getTypeElement())->getDefaultValue(); in setDefaultValues() 177 if (!static_cast<const CParameterType *>(getTypeElement()) in doSet() 203 return static_cast<const CParameterType *>(getTypeElement()) in doGet()
|
D | BitParameter.cpp | 84 if (static_cast<const CBitParameterType *>(getTypeElement())->getBitSize() != 1) { in access() 153 if (!static_cast<const CBitParameterType *>(getTypeElement()) in doSet() 177 static_cast<const CBitParameterType *>(getTypeElement()) in doGet() 191 return static_cast<const CBitParameterType *>(getTypeElement())->merge(uiOriginData, uiNewData); in merge()
|
D | ArrayParameter.cpp | 57 return getTypeElement()->getArrayLength(); in getArrayLength() 182 static_cast<const CParameterType *>(getTypeElement())->getDefaultValue(); in setDefaultValues() 406 if (!static_cast<const CParameterType *>(getTypeElement()) in doSet() 432 return static_cast<const CParameterType *>(getTypeElement()) in doGet()
|
D | BitParameterBlock.cpp | 58 return static_cast<const CBitParameterBlockType *>(getTypeElement())->getSize(); in getSize()
|
D | StringParameter.cpp | 57 return static_cast<const CStringParameterType *>(getTypeElement())->getMaxLength() + 1; in getSize()
|
D | InstanceConfigurableElement.h | 60 const CTypeElement *getTypeElement() const;
|
D | SubsystemObject.cpp | 85 static_cast<const CParameterType *>(instanceConfigurableElement->getTypeElement()); in toPlainInteger()
|
D | BaseParameter.cpp | 202 getTypeElement()->toXml(xmlElement, serializingContext); in structureToXml()
|
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/writer/ |
D | ClassNameTest.java | 80 TypeElement element = elements.getTypeElement(Object.class.getCanonicalName()); in classNameFromTypeElement() 87 TypeElement element = elements.getTypeElement(ClassNameTest.class.getCanonicalName()); in peerNamed_topLevelClass() 96 TypeElement element = elements.getTypeElement(OuterClass.class.getCanonicalName()); in peerNamed_nestedClass() 105 TypeElement element = elements.getTypeElement(InnerClass.class.getCanonicalName()); in peerNamed_deeplyNestedClass()
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/ |
D | SmaliField.java | 99 PsiTypeElement typeElement = getTypeElement(); in getType() 105 return getTypeElement().getType(); in getType() 108 @Nullable @Override public SmaliTypeElement getTypeElement() { in getTypeElement() method in SmaliField
|
D | SmaliMethodParameter.java | 78 @NotNull @Override public SmaliTypeElement getTypeElement() { in getTypeElement() method in SmaliMethodParameter 89 return getTypeElement().getType(); in getType()
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
D | Key.java | 168 return elements.getTypeElement(Set.class.getCanonicalName()); 172 return elements.getTypeElement(Map.class.getCanonicalName()); 176 return elements.getTypeElement(Provider.class.getCanonicalName()); 180 return elements.getTypeElement(Producer.class.getCanonicalName()); 184 return elements.getTypeElement(cls.getCanonicalName());
|
D | ComponentDescriptor.java | 293 ? Optional.of(elements.getTypeElement(Executor.class.getCanonicalName())) 464 TypeElement monitoringModule = elements.getTypeElement(generatedMonitorModuleName); 475 && !elements.getTypeElement(Object.class.getCanonicalName())
|
/external/parameter-framework/upstream/test/introspection-subsystem/ |
D | IntrospectionSubsystemObject.cpp | 45 return static_cast<const CParameterType *>(element->getTypeElement()); in geParameterType()
|
/external/parameter-framework/upstream/skeleton-subsystem/ |
D | SkeletonSubsystemObject.cpp | 57 static_cast<const CParameterType *>(pInstanceConfigurableElement->getTypeElement()); in CSkeletonSubsystemObject()
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/stub/element/ |
D | SmaliMethodParameterElementType.java | 66 …return new SmaliMethodParameterStub(parentStub, psi.getTypeElement().getSmaliName(), psi.getName()… in createStub()
|
D | SmaliFieldElementType.java | 69 SmaliTypeElement typeElement = psi.getTypeElement(); in createStub()
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/ |
D | SmaliFieldTest.java | 59 PsiTypeElement typeElement = fields[0].getTypeElement(); in testBasicField() 226 PsiTypeElement typeElement = fields[0].getTypeElement(); in testFieldAnnotations()
|
/external/parameter-framework/upstream/test/test-subsystem/ |
D | TESTSubsystemObject.cpp | 50 static_cast<const CParameterType *>(pInstanceConfigurableElement->getTypeElement()); in CTESTSubsystemObject()
|