Home
last modified time | relevance | path

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

/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
DPoloMessage.java67 private final PoloMessageType mType; field in PoloMessage
DEncodingOption.java56 private EncodingType mType; field in EncodingOption
/external/doclava/src/com/google/doclava/
DSampleCode.java579 private String mType; field in SampleCode.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()
DAnnotationInstanceInfo.java25 private ClassInfo mType; field in AnnotationInstanceInfo
DParameterInfo.java100 TypeInfo mType; field in ParameterInfo
DPageMetadata.java573 private String mType; // can be file, dir, video show, announcement, etc. field in PageMetadata.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()
DFieldInfo.java490 TypeInfo mType; field in FieldInfo
/external/svox/pico/lib/
Dpicopr.c357 static void pr_ALLOCATE (picodata_ProcessingUnit this, pr_MemTypes mType, void * * adr, unsigned in… in pr_ALLOCATE()
413 static void pr_DEALLOCATE (picodata_ProcessingUnit this, pr_MemTypes mType, void * * adr) in pr_DEALLOCATE()
433 static void pr_getMemState(picodata_ProcessingUnit this, pr_MemTypes mType, picoos_uint32 *lmemStat… in pr_getMemState()
441 static void pr_resetMemState(picodata_ProcessingUnit this, pr_MemTypes mType, picoos_uint32 lmemSta… in pr_resetMemState()
1017 static void pr_newItem (picodata_ProcessingUnit this, pr_MemTypes mType, pr_ioItemPtr * item, picoo… in pr_newItem()
1065 static void pr_copyItem (picodata_ProcessingUnit this, pr_MemTypes mType, pr_ioItemPtr inItem, pr_i… in pr_copyItem()
/external/clang/lib/Parse/
DParseObjc.cpp955 tok::TokenKind mType, in ParseObjCMethodDecl()