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

  /frameworks/base/libs/androidfw/tests/
ObbFile_test.cpp 63 const int32_t versionNum = 1;
66 mObbFile->setVersion(versionNum);
80 EXPECT_EQ(versionNum, mObbFile->getVersion())
  /external/deqp/modules/glshared/
glsShaderLibrary.cpp 1026 int versionNum = 0;
1030 versionNum = parseIntLiteral(m_curTokenStr.c_str());
1039 if (versionNum == 100 && postfix == "es") version = glu::GLSL_VERSION_100_ES;
1040 else if (versionNum == 300 && postfix == "es") version = glu::GLSL_VERSION_300_ES;
1041 else if (versionNum == 310 && postfix == "es") version = glu::GLSL_VERSION_310_ES;
1042 else if (versionNum == 130) version = glu::GLSL_VERSION_130;
1043 else if (versionNum == 140) version = glu::GLSL_VERSION_140;
1044 else if (versionNum == 150) version = glu::GLSL_VERSION_150;
1045 else if (versionNum == 330) version = glu::GLSL_VERSION_330;
1046 else if (versionNum == 400) version = glu::GLSL_VERSION_400
    [all...]
  /external/zxing/core/
core.jar 

Completed in 163 milliseconds