HomeSort by relevance Sort by last modified time
    Searched full:vartype (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/base/libs/rs/
spec.h 20 } VarType;
22 extern VarType *currType;
31 VarType ret;
32 VarType params[16];
rsg_generator.c 23 void printVarType(FILE *f, const VarType *vt) {
58 void printVarTypeAndName(FILE *f, const VarType *vt) {
164 const VarType *vt = &api->params[ct];
218 const VarType *vt = &api->params[ct2];
231 const VarType *vt = &api->params[ct2];
252 const VarType *vt = &api->params[ct2];
309 const VarType *vt = &api->params[ct2];
328 const VarType *vt = &api->params[ct2];
355 const VarType *vt = &api->params[ct2];
409 const VarType *vt = &api->params[ct2]
    [all...]
spec.l 16 VarType *currType = 0;
24 VarType *baseType = currType;
  /development/tools/emulator/opengl/host/tools/emugen/
Var.h 19 #include "VarType.h"
42 const VarType * vartype,
48 m_type(const_cast<VarType *>(vartype)),
59 void init(const std::string name, const VarType * vartype,
65 m_type = vartype;
76 const VarType * type() const { return m_type; }
98 const VarType * m_type
    [all...]
TypeFactory.h 20 #include "VarType.h"
30 const VarType * getVarTypeByName(const std::string &type);
VarType.h 50 class VarType {
52 VarType() :
57 VarType(size_t id, const std::string & name, const VarConverter * converter, const std::string & printFormat , const bool isPointer) :
62 ~VarType()
TypeFactory.cpp 17 #include "VarType.h"
32 typedef std::map<std::string, VarType> TypeMap;
52 g_varMap.insert(std::pair<std::string, VarType>(name, VarType(g_typeId++, name, &g_var##size , printformat , ispointer)));
136 g_varMap.insert(std::pair<std::string, VarType>(name, VarType(g_typeId++, name, v ,printString,isPointer)));
138 g_varMap.insert(std::pair<std::string, VarType>(constName, VarType(g_typeId++, constName, v ,printString,isPointer))); //add a const type
145 const VarType * TypeFactory::getVarTypeByName(const std::string & type)
EntryPoint.cpp 41 bool parseTypeField(const std::string & f, std::string *vartype, std::string *varname)
47 *vartype = "";
61 *vartype = "const ";
64 *vartype += str;
73 (*vartype) += "*";
79 (*vartype) += "*";
117 const VarType *theType = TypeFactory::instance()->getVarTypeByName(retTypeName);
132 std::string vartype, varname; local
133 if (!parseTypeField(field, &vartype, &varname)) {
138 const VarType *v = TypeFactory::instance()->getVarTypeByName(vartype)
    [all...]
  /external/javassist/src/main/javassist/compiler/ast/
Declarator.java 25 protected int varType;
32 varType = type;
40 varType = CLASS;
51 varType = type;
60 Declarator d = new Declarator(this.varType, this.arrayDim + dim);
70 public int getType() { return varType; }
  /external/clang/test/SemaCXX/
return.cpp 67 template <class VarType>
68 void Test(const VarType& value) {
  /external/chromium/base/win/
scoped_variant.h 45 explicit ScopedVariant(int value, VARTYPE vt = VT_I4);
49 explicit ScopedVariant(double value, VARTYPE vt = VT_R8);
65 inline VARTYPE type() const {
151 static bool IsLeakableVarType(VARTYPE vt);
scoped_variant.cc 29 ScopedVariant::ScopedVariant(int value, VARTYPE vt) {
34 ScopedVariant::ScopedVariant(double value, VARTYPE vt) {
214 DCHECK(!array) << "Unable to determine safearray vartype";
235 bool ScopedVariant::IsLeakableVarType(VARTYPE vt) {
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ShaderLang.cpp 34 static void getVariableInfo(ShShaderInfo varType,
44 ASSERT((varType == SH_ACTIVE_ATTRIBUTES) ||
45 (varType == SH_ACTIVE_UNIFORMS));
52 const TVariableInfoList& varList = varType == SH_ACTIVE_ATTRIBUTES ?
  /external/llvm/unittests/VMCore/
ValueMapTest.cpp 119 template<typename ExpectedType, typename VarType>
120 void CompileAssertHasType(VarType) {
121 typedef char assert[is_same<ExpectedType, VarType>::value ? 1 : -1];
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 780 int varType = d.getType();
790 atArrayVariableAssign((ArrayInit)right, varType, varArray, varClass);
792 atAssignCore(expr, op, right, varType, varArray, varClass);
795 if (is2word(varType, varArray))
802 else if (varType == DOUBLE)
804 else if (varType == FLOAT)
806 else if (varType == LONG)
808 else if (isRefType(varType))
813 exprType = varType;
819 int varType, int varArray, String varClass) throws CompileError
    [all...]
MemberCodeGen.java 410 protected void atArrayVariableAssign(ArrayInit init, int varType,
412 atNewArrayExpr2(varType, null, varClass, init);
    [all...]
TypeChecker.java 241 int varType = d.getType();
249 exprType = varType;
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
kixtart.php 165 'VarType',
lotusscript.php 52 'Weekday', 'VarType', 'Variant', 'Val', 'UString', 'UString$',
vbnet.php 122 'RSET', 'SGN', 'SQR', 'TERMINATE', 'VARIANT', 'VARTYPE', 'WEND'
inno.php 100 'Time', 'TimeToStr', 'Tomorrow', 'Trunc', 'UpCase', 'UpperCase', 'VarType', 'WideCharToString', 'WrapText', 'Yesterday',
sas.php 99 'VARNAME','VARNUM','VARRAYX','VARRAY','VARTYPE','VAR','VERIFY',
  /system/media/mca/filterfw/java/android/filterfw/core/
Filter.java 380 Class varType,
390 MutableFrameFormat format = ObjectFormat.fromClass(varType,
609 Class varType = generator.type();
611 addProgramPort(name, varName, field, varType, hasDefault);
  /external/webkit/Source/WebKit/win/
COMPropertyBag.h 146 VARTYPE requestedType = V_VT(pVar);
  /external/clang/lib/CodeGen/
CGCall.cpp 850 llvm::Type *varType = CGF.ConvertType(var->getType());
854 if (value->getType() == varType) return value;
856 assert((varType->isIntegerTy() || varType->isFloatingPointTy())
859 if (isa<llvm::IntegerType>(varType))
860 return CGF.Builder.CreateTrunc(value, varType, "arg.unpromote");
862 return CGF.Builder.CreateFPCast(value, varType, "arg.unpromote");
    [all...]

Completed in 1017 milliseconds

1 2