Home
last modified time | relevance | path

Searched refs:foundType (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/tlslite/tlslite/
DTLSConnection.py413 foundType = False
421 foundType = True
424 if not foundType and isinstance(clientCertChain,
430 foundType = True
431 if not foundType:
/external/chromium_org/third_party/icu/source/i18n/
Dzstrfmt.cpp482 UBool foundType = FALSE; in handleMatch() local
492 foundType = TRUE; in handleMatch()
496 if (!foundType) { in handleMatch()
/external/replicaisland/src/com/replica/replicaisland/
DGameObjectFactory.java167 GameObjectType foundType = INVALID; in indexToType() local
171 foundType = type; in indexToType()
175 return foundType; in indexToType()