Searched defs:mType (Results 1 - 9 of 9) sorted by relevance

/external/doclava/src/com/google/doclava/
H A DAnnotationInstanceInfo.java25 private ClassInfo mType; field in class:AnnotationInstanceInfo
31 mType = null;
36 mType = type;
41 return mType;
45 mType = cl;
64 if (mType == null) {
67 str.append(mType.qualifiedName());
H A DParameterInfo.java30 mType = type;
40 mName, mTypeName, mType.getTypeWithArguments(typeArgumentMapping), mIsVarArg, mPosition);
44 return mType;
95 return mType.dimension().equals(dimension);
100 TypeInfo mType; field in class:ParameterInfo
H A DFieldInfo.java41 mType = type;
48 isVolatile(), isSynthetic(), mType, getRawCommentText(), mConstantValue, position(),
64 return mType;
418 return mType.equals(other.mType)
424 if (!mType.equals(fInfo.mType)) {
426 + " has changed type from " + mType + " to " + fInfo.mType);
490 TypeInfo mType; field in class:FieldInfo
[all...]
H A DPageMetadata.java573 private String mType; // can be file, dir, video show, announcement, etc. field in class:PageMetadata.Node
586 mType = builder.mType;
590 private String mLabel, mTitleFriendly, mSummary, mLink, mGroup, mImage, mLang, mType; field in class:PageMetadata.Node.Builder
608 public Builder setType(String mType) {this.mType = mType; return this;} argument
623 buf.append("var " + list.get(i).mType.toUpperCase() + "_RESOURCES = [");
650 buf.append(" \"type\":\"" + list.get(i).mType + "\"");
670 buf.append("var " + list.get(i).mType
[all...]
H A DSampleCode.java579 private String mType; field in class:SampleCode.Node
586 mType = builder.mType;
590 private String mLabel, mLink, mGroup, mType; field in class:SampleCode.Node.Builder
596 public Builder setType(String mType) { this.mType = mType; return this;} argument
726 return mType;
730 mType = type;
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
H A DEncodingOption.java56 private EncodingType mType; field in class:EncodingOption
61 mType = type;
67 return mType + ":" + mSymbolLength;
71 return mType;
89 if (mType == null) {
90 if (other.mType != null) {
93 } else if (!mType.equals(other.mType)) {
103 result = result * 31 + (mType != null ? mType
[all...]
H A DPoloMessage.java67 private final PoloMessageType mType; field in class:PoloMessage
70 mType = type;
74 return mType;
79 return "[" + mType.toString() + "]";
/external/clang/lib/Parse/
H A DParseObjc.cpp955 tok::TokenKind mType,
961 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus,
980 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus,
1008 mType, DSRet, ReturnType,
1050 mType == tok::minus,
1077 mType == tok::minus,
1138 mType, DSRet, ReturnType,
954 ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType, tok::ObjCKeywordKind MethodImplKind, bool MethodDefinition) argument
/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...]

Completed in 214 milliseconds