HomeSort by relevance Sort by last modified time
    Searched refs:baseType (Results 26 - 50 of 135) sorted by null

12 3 4 5 6

  /prebuilts/tools/common/m2/repository/relaxngDatatype/relaxngDatatype/20020414/
relaxngDatatype-20020414.jar 
  /external/libxml2/
xmlschemas.c     [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 570 QualType baseType = Context.getBaseType();
573 if (!baseType.isNull()) {
575 if (const TagType *Tag = baseType->getAs<TagType>())
580 baseType->getAs<ObjCObjectPointerType>())
583 else if (const ObjCObjectType *Obj = baseType->getAs<ObjCObjectType>())
587 baseType->getAs<InjectedClassNameType>())
600 const Type *type = baseType.getTypePtrOrNull();
    [all...]
  /external/mesa3d/src/mesa/main/
es_generator.py 59 baseType = None
65 baseType = t
66 return (baseType, typeModifiers)
    [all...]
  /external/deqp/framework/randomshaders/
rsgBinaryOps.cpp 128 VariableType::Type baseType = state.getRandom().choose<VariableType::Type>(baseTypes.begin(), baseTypes.end());
131 valueRange = ValueRange(VariableType(baseType, numElements));
143 VariableType::Type baseType = this->m_type.getBaseType();
153 if ((baseType == VariableType::TYPE_FLOAT || baseType == VariableType::TYPE_INT) && isUndefinedValueRange(dst))
162 if (baseType == VariableType::TYPE_FLOAT)
166 else if (baseType == VariableType::TYPE_INT)
172 DE_ASSERT(baseType == VariableType::TYPE_BOOL);
rsgExpression.cpp 689 VariableType::Type baseType = type.getBaseType();
707 if (isConversionOk(VariableType::TYPE_FLOAT, baseType, comp)) inTypes[numInTypes++] = VariableType::TYPE_FLOAT;
708 if (isConversionOk(VariableType::TYPE_INT, baseType, comp)) inTypes[numInTypes++] = VariableType::TYPE_INT;
709 if (isConversionOk(VariableType::TYPE_BOOL, baseType, comp)) inTypes[numInTypes++] = VariableType::TYPE_BOOL;
    [all...]
  /external/emma/core/java12/com/vladium/jcd/lib/
Types.java 703 baseType ();
709 void baseType () throws IOException
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.3/
maven-antrun-plugin-1.3.jar 
  /frameworks/base/services/core/java/com/android/server/
IntentResolver.java 395 final String baseType = resolvedType.substring(0, slashpos);
396 if (!baseType.equals("*")) {
403 secondTypeCut = mWildTypeToFilter.get(baseType);
408 firstTypeCut = mBaseTypeToFilter.get(baseType);
410 secondTypeCut = mWildTypeToFilter.get(baseType);
  /frameworks/base/core/java/android/provider/
DocumentsProvider.java     [all...]
  /external/hamcrest/library/src/org/hamcrest/
Matchers.java 269 public static <T> org.hamcrest.Matcher<java.lang.Class<?>> typeCompatibleWith(java.lang.Class<T> baseType) {
270 return org.hamcrest.object.IsCompatibleType.typeCompatibleWith(baseType);
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.1/
hamcrest-library-1.1.jar 
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
CodeGenFunction.cpp     [all...]
  /external/autotest/frontend/client/src/autotest/common/spreadsheet/
Spreadsheet.java 76 public static Header fromBaseType(List<String> baseType) {
77 return new HeaderImpl(baseType);
  /external/libxml2/include/libxml/
schemasInternals.h 620 xmlSchemaTypePtr baseType; /* The base type component */
  /frameworks/base/core/java/android/content/
ContentProvider.java     [all...]
  /frameworks/rs/api/
Specification.cpp 118 void getVectorSizeAndBaseType(const string& type, string& vectorSize, string& baseType) {
120 baseType = type;
133 baseType = trimmed;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar 
  /external/clang/lib/AST/
Type.cpp 543 BaseType(Base)
631 QualType baseType(splitBaseType.Ty, 0);
634 baseType = baseObj->stripObjCKindOfTypeAndQuals(ctx);
637 return ctx.getObjCObjectType(ctx.getQualifiedType(baseType,
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 

Completed in 974 milliseconds

12 3 4 5 6