Searched refs:mId (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DRefCountObject.cpp19 mId = id;
H A DRefCountObject.h34 GLuint id() const { return mId; }
37 GLuint mId; member in class:gl::RefCountObject
/external/srec/tools/make_cfst/
H A Dmake_cfst.cpp209 for( modelID mId=0; mId<=max_modelId; mId++) {
210 if( minifst[mId].modelId != MAXmodelID &&
211 // minifst[mId].phonemeId == rphonId &&
212 minifst[modelId].rcontexts[ minifst[mId].phonemeId] == 1 &&
213 minifst[mId].lcontexts[ cphonId] == 1) {
216 minifst[mId].stateSt));
/external/replicaisland/src/com/replica/replicaisland/
H A DKeyboardConfigDialogPreference.java58 private int mId; field in class:KeyboardConfigDialogPreference.ConfigClickListener
60 mId = id;
64 selectId(mId);
/external/svox/pico/lib/
H A Dpicotok.c673 static void tok_interpretMarkup (picodata_ProcessingUnit this, tok_subobj_t * tok, picoos_bool isStartTag, MarkupId mId) argument
692 switch (mId) {
1017 tok->markupLevel[mId]++;
1018 } else if ((tok->markupLevel[mId] > 0)) {
1019 tok->markupLevel[mId]--;
1265 MarkupId mId; local
1274 mId = tok_markupTagId(tok->markupTagName);
1276 tok_interpretMarkup(this, tok, TRUE, mId);
1281 tok_interpretMarkup(this, tok, FALSE,mId);
1405 MarkupId mId; local
[all...]

Completed in 178 milliseconds