/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/ |
D | EncodingOption.java | 56 private EncodingType mType; field in EncodingOption 61 mType = type; in EncodingOption() 67 return mType + ":" + mSymbolLength; in toString() 71 return mType; in getType() 89 if (mType == null) { in equals() 90 if (other.mType != null) { in equals() 93 } else if (!mType.equals(other.mType)) { in equals() 103 result = result * 31 + (mType != null ? mType.hashCode() : 0); in hashCode()
|
D | PoloMessage.java | 67 private final PoloMessageType mType; field in PoloMessage 70 mType = type; in PoloMessage() 74 return mType; in getType() 79 return "[" + mType.toString() + "]"; in toString()
|
/external/doclava/src/com/google/doclava/ |
D | AnnotationInstanceInfo.java | 25 private ClassInfo mType; field in AnnotationInstanceInfo 31 mType = null; in AnnotationInstanceInfo() 36 mType = type; in AnnotationInstanceInfo() 41 return mType; in type() 45 mType = cl; in setClass() 64 if (mType == null) { in toString() 67 str.append(mType.qualifiedName()); in toString()
|
D | ParameterInfo.java | 30 mType = type; in ParameterInfo() 40 mName, mTypeName, mType.getTypeWithArguments(typeArgumentMapping), mIsVarArg, mPosition); in cloneWithTypeArguments() 44 return mType; in type() 95 return mType.dimension().equals(dimension); in matchesDimension() 100 TypeInfo mType; field in ParameterInfo
|
D | FieldInfo.java | 41 mType = type; in FieldInfo() 48 isVolatile(), isSynthetic(), mType, getRawCommentText(), mConstantValue, position(), in cloneForClass() 64 return mType; in type() 418 return mType.equals(other.mType) in valueEquals() 424 if (!mType.equals(fInfo.mType)) { in isConsistent() 426 + " has changed type from " + mType + " to " + fInfo.mType); in isConsistent() 490 TypeInfo mType; field in FieldInfo
|
D | PageMetadata.java | 573 private String mType; // can be file, dir, video show, announcement, etc. field in PageMetadata.Node 586 mType = builder.mType; in Node() 590 private String mLabel, mTitleFriendly, mSummary, mLink, mGroup, mImage, mLang, mType; field in PageMetadata.Node.Builder 608 public Builder setType(String mType) {this.mType = mType; return this;} in setType() argument 623 buf.append("var " + list.get(i).mType.toUpperCase() + "_RESOURCES = ["); in renderTypeResources() 650 buf.append(" \"type\":\"" + list.get(i).mType + "\""); in renderTypes() 670 buf.append("var " + list.get(i).mType.toUpperCase() + "_BY_TAG = {"); in renderTypesByTag() 849 return mType; in getType() 853 mType = type; in setType()
|
D | SampleCode.java | 579 private String mType; field in SampleCode.Node 586 mType = builder.mType; in Node() 590 private String mLabel, mLink, mGroup, mType; field in SampleCode.Node.Builder 596 public Builder setType(String mType) { this.mType = mType; return this;} in setType() argument 726 return mType; in getType() 730 mType = type; in setType()
|
/external/svox/pico/lib/ |
D | picopr.c | 357 static void pr_ALLOCATE (picodata_ProcessingUnit this, pr_MemTypes mType, void * * adr, unsigned in… in pr_ALLOCATE() argument 363 if (mType == pr_WorkMem) { in pr_ALLOCATE() 386 else if (mType == pr_DynMem) { in pr_ALLOCATE() 413 static void pr_DEALLOCATE (picodata_ProcessingUnit this, pr_MemTypes mType, void * * adr) in pr_DEALLOCATE() argument 417 if (mType == pr_WorkMem) { in pr_DEALLOCATE() 420 else if (mType == pr_DynMem) { in pr_DEALLOCATE() 433 static void pr_getMemState(picodata_ProcessingUnit this, pr_MemTypes mType, picoos_uint32 *lmemStat… in pr_getMemState() argument 436 mType = mType; /* avoid warning "var not used in this function"*/ in pr_getMemState() 441 static void pr_resetMemState(picodata_ProcessingUnit this, pr_MemTypes mType, picoos_uint32 lmemSta… in pr_resetMemState() argument 448 mType = mType; /* avoid warning "var not used in this function"*/ in pr_resetMemState() [all …]
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 955 tok::TokenKind mType, in ParseObjCMethodDecl() argument 961 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus, in ParseObjCMethodDecl() 980 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus, in ParseObjCMethodDecl() 1008 mType, DSRet, ReturnType, in ParseObjCMethodDecl() 1050 mType == tok::minus, in ParseObjCMethodDecl() 1077 mType == tok::minus, in ParseObjCMethodDecl() 1138 mType, DSRet, ReturnType, in ParseObjCMethodDecl()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1296 Decl *ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType,
|