HomeSort by relevance Sort by last modified time
    Searched refs:getTypeElement (Results 1 - 24 of 24) sorted by null

  /external/parameter-framework/parameter/
InstanceConfigurableElement.cpp 51 const CTypeElement* CInstanceConfigurableElement::getTypeElement() const
60 return getTypeElement()->getMappingData(strKey, pStrValue);
67 return getTypeElement()->getFormattedMapping();
72 bool bHasMappingData = getTypeElement()->hasMappingData();
111 const CTypeElement* pTypeElement = getTypeElement();
224 getTypeElement()->setXmlDescriptionAttribute(xmlElement);
BitParameter.cpp 81 if (static_cast<const CBitParameterType*>(getTypeElement())->getBitSize() != 1) {
149 if (!static_cast<const CBitParameterType*>(getTypeElement())->toBlackboard(value, uiData, parameterAccessContext)) {
171 static_cast<const CBitParameterType*>(getTypeElement())->fromBlackboard(value, uiData, parameterAccessContext);
184 return static_cast<const CBitParameterType*>(getTypeElement())->merge(uiOriginData, uiNewData);
BitParameterBlock.cpp 57 return static_cast<const CBitParameterBlockType*>(getTypeElement())->getSize();
Parameter.cpp 63 static_cast<const CParameterType*>(getTypeElement())->handleValueSpaceAttribute(xmlConfigurableElementSettingsElement, configurationAccessContext);
73 return static_cast<const CParameterType*>(getTypeElement())->getSize();
80 uint32_t uiDefaultValue = static_cast<const CParameterType*>(getTypeElement())->getDefaultValue();
162 if (!static_cast<const CParameterType*>(getTypeElement())->toBlackboard(value, uiData, parameterAccessContext)) {
186 return static_cast<const CParameterType*>(getTypeElement())->fromBlackboard(value, uiData, parameterAccessContext);
StringParameter.cpp 56 return static_cast<const CStringParameterType*>(getTypeElement())->getMaxLength() + 1;
InstanceConfigurableElement.h 57 const CTypeElement* getTypeElement() const;
ArrayParameter.cpp 56 return getTypeElement()->getArrayLength();
190 uint32_t uiDefaultValue = static_cast<const CParameterType*>(getTypeElement())->getDefaultValue();
409 if (!static_cast<const CParameterType*>(getTypeElement())->toBlackboard(value, uiData, parameterAccessContext)) {
433 return static_cast<const CParameterType*>(getTypeElement())->fromBlackboard(value, uiData, parameterAccessContext);
BaseParameter.cpp 227 getTypeElement()->toXml(xmlElement, serializingContext);
SubsystemObject.cpp 101 static_cast<const CParameterType *>(instanceConfigurableElement->getTypeElement());
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
AnnotationAnalyzer.java 94 TypeElement typeElement = getTypeElement(className, imports);
104 TypeElement typeElement = getTypeElement(baseClassName, imports);
135 private TypeElement getTypeElement(String className, Map<String, String> imports) {
149 TypeElement javaLang = elementUtils.getTypeElement(javaLangClass);
158 TypeElement typeElement = elementUtils.getTypeElement(className);
161 TypeElement parent = getTypeElement(className.substring(0, lastDot), imports);
166 return getTypeElement(name, null);
AnnotationClass.java 214 TypeElement targetApi = getElementUtils().getTypeElement("android.annotation.TargetApi");
  /external/parameter-framework/skeleton-subsystem/
SkeletonSubsystemObject.cpp 61 const CParameterType* pParameterType = static_cast<const CParameterType*>(pInstanceConfigurableElement->getTypeElement());
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
VolumeProfile.cpp 52 instanceConfigurableElement->getTypeElement());
  /external/parameter-framework/test/test-subsystem/
TESTSubsystemObject.cpp 45 const CParameterType* pParameterType = static_cast<const CParameterType*>(pInstanceConfigurableElement->getTypeElement());
  /frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
ProcessMethodAdapters.java 147 TypeMirror viewElement = elementUtils.getTypeElement("android.view.View").asType();
159 getTypeElement("android.databinding.ViewStubProxy").asType();
ProcessBindable.java 61 getTypeElement("android.databinding.Observable");
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/
org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
  /prebuilts/sdk/tools/
jill.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 

Completed in 354 milliseconds