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

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DSelectPopupItem.java13 private final int mType; field in class:SelectPopupItem
17 mType = type;
25 return mType;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DQueryImpl.h20 explicit QueryImpl(GLenum type) : mType(type), mStatus(GL_FALSE), mResult(0) { }
28 GLenum getType() const { return mType; }
37 GLenum mType; member in class:rx::QueryImpl
H A DVertexBuffer.cpp231 if (mCache[element].type == attribute.mType &&
276 VertexElement element = { attrib.mType, attrib.mSize, attrib.stride(), attrib.mNormalized, attributeOffset, streamOffset };
H A DVertexBuffer11.cpp426 switch (attribute.mType)
H A DVertexBuffer9.cpp478 return mFormatConverters[typeIndex(attribute.mType)][attribute.mNormalized][attribute.mSize - 1];
/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)) {
485 TypeInfo mType; field in class:FieldInfo
H A DSampleCode.java454 private String mType; field in class:SampleCode.Node
462 mType = type;
562 renderString(buf, mType);
587 return mType.toString();
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DBookmarksBridge.java318 private final int mType; field in class:BookmarksBridge.BookmarkId
322 mType = type;
383 return mType;
387 switch (mType) {
407 return (item.mId == mId && item.mType == mType);
H A DChromeBrowserProvider.java765 private final Type mType; field in class:ChromeBrowserProvider.BookmarkNode
779 mType = type;
808 return mType;
869 mType == node.mType &&
933 dest.writeInt(mType.ordinal());
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DContentViewGestureHandlerTest.java592 mockDelegate.mMostRecentGestureEvent.mType);
610 mockDelegate.mMostRecentGestureEvent.mType);
647 mockDelegate.mMostRecentGestureEvent.mType);
663 mockDelegate.mMostRecentGestureEvent.mType);
704 mockDelegate.mMostRecentGestureEvent.mType);
709 mockDelegate.mMostRecentGestureEvent.mType);
723 mockDelegate.mMostRecentGestureEvent.mType);
728 mockDelegate.mMostRecentGestureEvent.mType);
754 mockDelegate.mMostRecentGestureEvent.mType);
803 mockDelegate.mMostRecentGestureEvent.mType);
1114 private final int mType; field in class:ContentViewGestureHandlerTest.GestureRecordingMotionEventDelegate.GestureEvent
[all...]
/external/chromium_org/third_party/angle/src/compiler/
H A DTypes.h23 TField(TType* type, TString* name) : mType(type), mName(name) {}
27 TType* type() { return mType; }
28 const TType* type() const { return mType; }
34 TType* mType; member in class:TField
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DContext.h76 VertexAttribute() : mType(GL_FLOAT), mSize(0), mNormalized(false), mStride(0), mPointer(NULL), mArrayEnabled(false), mDivisor(0)
86 switch (mType)
104 GLenum mType; member in class:gl::VertexAttribute
H A DContext.cpp647 mState.vertexAttribute[attribNum].mType = type;
H A DlibGLESv2.cpp4233 *params = (GLfloat)attribState.mType;
4289 *params = attribState.mType;
/external/chromium_org/third_party/codesighs/
H A Dmsdump2symdb.c125 ** mType Type of section, as string (.data, .text, et. al.)
132 char* mType; member in struct:__struct_MSDump_Section
514 inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mType = typeDup;
689 CLEANUP(inContainer->mObjects[objectLoop].mSections[sectionLoop].mType);
796 inContainer->mObjects[objectLoop].mSections[sectionLoop].mType,
/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/clang/lib/Parse/
H A DParseObjc.cpp981 tok::TokenKind mType,
987 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus,
1005 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus,
1033 mType, DSRet, ReturnType,
1078 mType == tok::minus,
1104 mType == tok::minus,
1165 mType, DSRet, ReturnType,
980 ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType, tok::ObjCKeywordKind MethodImplKind, bool MethodDefinition) argument
/external/clang/include/clang/Parse/
H A DParser.h1211 Decl *ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType,

Completed in 772 milliseconds