Searched defs:resType (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
H A Dparse.cpp1841 enum EResourceType resType = RESTYPE_UNKNOWN; local
1870 resType = parseResourceType(state, status);
1890 if (resType == RESTYPE_UNKNOWN)
1913 resType = RESTYPE_ARRAY;
1926 case TOK_COMMA: resType = RESTYPE_ARRAY; break;
1927 case TOK_OPEN_BRACE: resType = RESTYPE_TABLE; break;
1928 case TOK_CLOSE_BRACE: resType = RESTYPE_STRING; break;
1929 case TOK_COLON: resType = RESTYPE_TABLE; break;
1943 /* printf("Type guessed as %s\n", resourceNames[resType]); */
1944 } else if(resType
[all...]
/external/deqp/modules/egl/
H A DteglRobustnessTests.cpp1335 glw::GLenum resType = (m_isUBO) ? GL_UNIFORM_BUFFER : GL_SHADER_STORAGE_BUFFER; local
1344 GLU_CHECK_GLW_CALL(m_gl, bindBuffer(resType, m_buffers[bufNdx]));
1345 GLU_CHECK_GLW_CALL(m_gl, bufferData(resType, sizeof(tcu::Vec4), &(refValues[bufNdx]), GL_STATIC_DRAW));
1346 GLU_CHECK_GLW_CALL(m_gl, bindBufferBase(resType, bufNdx, m_buffers[bufNdx]));
/external/robolectric/v3/
H A Drobolectric-resources-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/shadows/ org/robolectric/manifest/ org/ ...
/external/clang/lib/Sema/
H A DSemaExpr.cpp11896 QualType resType; local
11900 resType = Context.DependentTy;
11916 resType = ActiveExpr->getType();
11923 ChooseExpr(BuiltinLoc, CondExpr, LHSExpr, RHSExpr, resType, VK, OK, RPLoc,
11924 CondIsTrue, resType->isDependentType(), ValueDependent);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 478 milliseconds