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

  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
Uniform.java 59 protected VarType varType;
73 oc.write(varType, "varType", null);
75 switch (varType){
120 varType = ic.readEnum("varType", VarType.class, null);
122 switch (varType){
167 if (varType != null)
    [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/lzma/CPP/7zip/Archive/
IArchive.h 132 STDMETHOD(GetPropertyInfo)(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) x; \
134 STDMETHOD(GetArchivePropertyInfo)(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) x;
190 (UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) \
193 *propID = srcItem.propid; *varType = srcItem.vt; *name = 0; return S_OK; } \
196 (UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) \
199 *propID = srcItem.propid; *varType = srcItem.vt; \
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
ShaderLang.cpp 41 static void getVariableInfo(ShShaderInfo varType,
52 ASSERT((varType == SH_ACTIVE_ATTRIBUTES) ||
53 (varType == SH_ACTIVE_UNIFORMS));
60 const TVariableInfoList& varList = varType == SH_ACTIVE_ATTRIBUTES ?
  /external/chromium_org/third_party/angle_dx11/samples/translator/
translator.cpp 30 static void PrintActiveVariables(ShHandle compiler, ShShaderInfo varType, bool mapLongVariableNames);
283 void PrintActiveVariables(ShHandle compiler, ShShaderInfo varType, bool mapLongVariableNames)
286 switch (varType) {
309 ShGetInfo(compiler, varType, &activeVars);
311 switch (varType) {
  /external/lzma/CPP/7zip/Archive/7z/
7zProperties.cpp 150 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType)
159 *varType = srcItem.vt;
  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.cpp 108 VARTYPE VarType;
133 static bool ConvertProperty(PROPVARIANT srcProp, VARTYPE varType, NCOM::CPropVariant &destProp)
135 if (varType == srcProp.vt)
140 if (varType == VT_UI1)
151 else if (varType == VT_BOOL)
352 if (nameToPropID.VarType == VT_BSTR)
354 else if (nameToPropID.VarType == VT_BOOL)
370 if (!ConvertProperty(propValue, nameToPropID.VarType, prop.Value))
    [all...]
  /frameworks/base/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/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/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 550 QualType varType = varDecl->getType();
556 if (const ReferenceType *refType = varType->getAs<ReferenceType>()) {
557 varType = refType->getPointeeType();
561 VisitCXXDestructor(varType, Region, Dtor.getTriggerStmt(), /*IsBase=*/ false,
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1381 milliseconds