Searched refs:mType (Results 1 - 14 of 14) sorted by relevance

/external/doclava/src/com/google/doclava/
H A DParameterInfo.java28 mType = type;
34 return mType;
73 return mType.dimension().equals(dimension);
78 TypeInfo mType; field in class:ParameterInfo
H A DAnnotationInstanceInfo.java23 private ClassInfo mType; field in class:AnnotationInstanceInfo
29 mType = null;
34 mType = type;
39 return mType;
43 mType = cl;
62 if (mType == null) {
65 str.append(mType.qualifiedName());
H A DFieldInfo.java41 mType = type;
48 isVolatile(), isSynthetic(), mType, getRawCommentText(), mConstantValue, position(),
64 return mType;
413 return mType.equals(other.mType)
419 if (!mType.equals(fInfo.mType)) {
481 TypeInfo mType; field in class:FieldInfo
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontCacheLinux.cpp115 FontDescription::GenericFamilyType mType; member in struct:WebCore::__anon14662
127 if (type == fontDescriptions[i].mType) {
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DContext.h91 VertexAttribute() : mType(GL_FLOAT), mSize(0), mNormalized(false), mStride(0), mPointer(NULL), mArrayEnabled(false)
101 switch (mType)
119 GLenum mType; member in class:gl::VertexAttribute
H A DTexture.cpp50 mType = GL_UNSIGNED_BYTE;
182 return (mType == GL_FLOAT || mType == GL_HALF_FLOAT_OES);
955 createSurface(width, height, internalFormat, mType, image);
1087 return selectFormat(getFormat(), mType);
1224 bool typeOkay = (type == mType);
1257 mType = type;
1338 bool redefined = redefineTexture(level, internalFormat, width, height, mType);
1392 bool redefined = redefineTexture(0, mImageArray[0].format, mImageArray[0].width, mImageArray[0].height, mType);
1513 D3DFORMAT format = selectFormat(mImageArray[0].format, mType);
[all...]
H A DTexture.h155 GLenum mType; member in class:gl::Texture
H A DlibGLESv2.cpp3479 *params = (GLfloat)attribState.mType;
3532 *params = attribState.mType;
H A DContext.cpp753 mState.vertexAttribute[attribNum].mType = type;
/external/svox/pico/lib/
H A Dpicopr.c357 static void pr_ALLOCATE (picodata_ProcessingUnit this, pr_MemTypes mType, void * * adr, unsigned int byteSize) argument
358 /* allocates 'byteSize' bytes in the memery partition given by 'mType' */
363 if (mType == pr_WorkMem) {
386 else if (mType == pr_DynMem) {
413 static void pr_DEALLOCATE (picodata_ProcessingUnit this, pr_MemTypes mType, void * * adr) argument
417 if (mType == pr_WorkMem) {
420 else if (mType == pr_DynMem) {
433 static void pr_getMemState(picodata_ProcessingUnit this, pr_MemTypes mType, picoos_uint32 *lmemState) argument
436 mType = mType; /* avoi
441 pr_resetMemState(picodata_ProcessingUnit this, pr_MemTypes mType, picoos_uint32 lmemState) argument
1017 pr_newItem(picodata_ProcessingUnit this, pr_MemTypes mType, pr_ioItemPtr * item, picoos_uint8 itemType, picoos_int32 size, picoos_bool inItem) argument
1065 pr_copyItem(picodata_ProcessingUnit this, pr_MemTypes mType, pr_ioItemPtr inItem, pr_ioItemPtr * outItem) argument
[all...]
/external/srec/srec/cfront/
H A Dnisthdr.h175 char mType; member in class:Nist1AHeader::FieldDescription
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
H A DVertexDataManager.cpp716 VertexElement element = {attribute.mType, attribute.mSize, attribute.mNormalized, attributeOffset, mWritePosition};
753 if (mCache[element].type == attribute.mType && mCache[element].size == attribute.mSize && mCache[element].normalized == attribute.mNormalized)
767 return mAttributeTypes[typeIndex(attribute.mType)][attribute.mNormalized][attribute.mSize - 1];
/external/clang/lib/Parse/
H A DParseObjc.cpp966 tok::TokenKind mType,
972 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus,
990 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus,
1018 mType, DSRet, ReturnType,
1064 mType == tok::minus,
1092 mType == tok::minus,
1147 mType, DSRet, ReturnType,
965 ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType, tok::ObjCKeywordKind MethodImplKind, bool MethodDefinition) argument
/external/clang/include/clang/Parse/
H A DParser.h1177 Decl *ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType,

Completed in 250 milliseconds