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

12 3 4 5 6 7 8 910

  /system/tools/hidl/
VectorType.cpp 148 std::string baseType = mElementType->getCppStackType();
296 std::string baseType = getCppStackType();
311 baseType,
321 baseType = mElementType->getCppStackType();
349 iteratorName + " * sizeof(" + baseType + ")");
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javassistmodel/
JavassistUtils.java 157 } else if (signatureType instanceof SignatureAttribute.BaseType) {
158 SignatureAttribute.BaseType baseType = (SignatureAttribute.BaseType) signatureType;
159 if (baseType.toString().equals("void")) {
162 return ResolvedPrimitiveType.byName(baseType.toString());
  /external/deqp/framework/randomshaders/
rsgUtils.cpp 165 VariableType::Type baseType = VariableType::TYPE_LAST;
166 state.getRandom().choose(baseTypes, baseTypes + DE_LENGTH_OF_ARRAY(baseTypes), &baseType, 1);
168 switch (baseType)
176 return VariableType(baseType, state.getRandom().getInt(minVecLength, de::min(maxScalars, maxVecLength)));
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);
  /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...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
reflection.cpp 171 void blowUpActiveAggregate(const TType& baseType, const TString& baseName, const TList<TIntermBinary*>& derefs,
176 const TType* terminalType = &baseType;
186 if (baseType.getBasicType() != EbtBlock)
198 if (baseType.getBasicType() != EbtBlock)
    [all...]
Intermediate.cpp     [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 
  /external/deqp/external/openglcts/modules/gles31/
es31cExplicitUniformLocationTest.cpp 291 baseType = 0;
314 return (baseType == 0);
324 switch (baseType)
346 return baseType;
396 baseType = GL_SAMPLER;
400 baseType = GL_FLOAT;
404 baseType = GL_INT;
408 baseType = GL_UNSIGNED_INT;
413 baseType = GL_FLOAT;
418 baseType = GL_FLOAT
    [all...]
  /frameworks/base/services/core/java/com/android/server/
IntentResolver.java 422 final String baseType = resolvedType.substring(0, slashpos);
423 if (!baseType.equals("*")) {
430 secondTypeCut = mWildTypeToFilter.get(baseType);
435 firstTypeCut = mBaseTypeToFilter.get(baseType);
437 secondTypeCut = mWildTypeToFilter.get(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/annotation-tools/annotation-file-utilities/src/annotator/find/
TreeFinder.java     [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 */
  /external/swiftshader/src/OpenGL/compiler/
OutputASM.cpp 555 TBasicType baseType = in->getType().getBasicType();
560 switch(baseType)
570 switch(baseType)
579 switch(baseType)
588 switch(baseType)
598 switch(baseType)
608 switch(baseType)
618 switch(baseType)
629 return baseType == EbtUInt ? sw::Shader::OPCODE_UMOD : op;
631 return baseType == EbtUInt ? sw::Shader::OPCODE_USHR : op
    [all...]
  /frameworks/base/core/java/android/content/
ContentProvider.java     [all...]
  /frameworks/base/core/java/android/provider/
DocumentsProvider.java     [all...]
  /frameworks/rs/script_api/
Specification.cpp 118 void getVectorSizeAndBaseType(const string& type, string& vectorSize, string& baseType) {
120 baseType = type;
133 baseType = trimmed;
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.contenttype_3.5.0.v20150421-2214.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 

Completed in 440 milliseconds

12 3 4 5 6 7 8 910