Home
last modified time | relevance | path

Searched refs:pType (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DParseHelper.cpp610 bool TParseContext::boolErrorCheck(int line, const TPublicType& pType) in boolErrorCheck() argument
612 if (pType.type != EbtBool || pType.array || pType.matrix || (pType.size > 1)) { in boolErrorCheck()
620 bool TParseContext::samplerErrorCheck(int line, const TPublicType& pType, const char* reason) in samplerErrorCheck() argument
622 if (pType.type == EbtStruct) { in samplerErrorCheck()
623 if (containsSampler(*pType.userDef)) { in samplerErrorCheck()
624 error(line, reason, getBasicString(pType.type), "(structure contains a sampler)"); in samplerErrorCheck()
630 } else if (IsSampler(pType.type)) { in samplerErrorCheck()
631 error(line, reason, getBasicString(pType.type), ""); in samplerErrorCheck()
639 bool TParseContext::structQualifierErrorCheck(int line, const TPublicType& pType) in structQualifierErrorCheck() argument
641 …if ((pType.qualifier == EvqVaryingIn || pType.qualifier == EvqVaryingOut || pType.qualifier == Evq… in structQualifierErrorCheck()
[all …]
DParseHelper.h77 bool samplerErrorCheck(int line, const TPublicType& pType, const char* reason);
78 bool structQualifierErrorCheck(int line, const TPublicType& pType);
86 bool executeInitializer(TSourceLoc line, TString& identifier, TPublicType& pType,
/external/smack/src/org/jivesoftware/smack/proxy/
DProxyInfo.java45 public ProxyInfo( ProxyType pType, String pHost, int pPort, String pUser, in ProxyInfo() argument
48 this.proxyType = pType; in ProxyInfo()
/external/libnfc-nxp/src/
DphFriNfc_LlcpUtils.c34 uint8_t *pType, in phFriNfc_Llcp_DecodeTLV() argument
42 if ((psRawData == NULL) || (pOffset == NULL) || (pType == NULL) || (psValueBuffer == NULL)) in phFriNfc_Llcp_DecodeTLV()
71 *pType = type; in phFriNfc_Llcp_DecodeTLV()
DphFriNfc_LlcpUtils.h64 uint8_t *pType,
/external/tcpdump/
Dipx.h21 u_int8_t pType; /* Packet Type (i.e. level 2 protocol) */ member
/external/svox/pico/lib/
Dpicopam.c179 picoos_uint8 pType; /*Phrase type*/ member
2968 = pam->nTotalSyllables = pam->sType = pam->pType = 0; in pam_reset_processors()
4439 pam->pType = pam_map_phrase_type(itemBase[1], itemBase[2]); in pam_adapter_forward_step()
4442 pam->sType, pam->pType, itemBase[1], uMinDur, in pam_adapter_forward_step()
4460 pam->pType = pam_map_phrase_type(itemBase[1], itemBase[2]); in pam_adapter_forward_step()
4463 pam->sType, pam->pType, itemBase[1], uMinDur, in pam_adapter_forward_step()
4485 pam->pType = pam_map_phrase_type(itemBase[1], itemBase[2]); in pam_adapter_forward_step()
4506 pam->sType, pam->pType, itemBase[1], uMinDur, in pam_adapter_forward_step()
4525 pam->sType, pam->pType, itemBase[1], uMinDur, in pam_adapter_forward_step()
4554 pam->sType, pam->pType, PICODATA_ITEMINFO1_BOUND_SBEG, in pam_adapter_forward_step()
[all …]
/external/icu4c/common/
Duloc_tag.c1716 const char *pType = NULL; /* LDML type */ in _appendLDMLExtensionAsKeywords() local
1736 pType = buf + bufIdx; in _appendLDMLExtensionAsKeywords()
1742 pType = LOCALE_TYPE_YES; in _appendLDMLExtensionAsKeywords()
1747 … if (!variantExists && !uprv_strcmp(pKey, POSIX_KEY) && !uprv_strcmp(pType, POSIX_VALUE) ) { in _appendLDMLExtensionAsKeywords()
1758 kwd->value = pType; in _appendLDMLExtensionAsKeywords()
/external/sqlite/dist/
Dsqlite3.c82302 SQLITE_PRIVATE void sqlite3AddColumnType(Parse *pParse, Token *pType){
82310 pCol->zType = sqlite3NameFromToken(pParse->db, pType);
/external/sqlite/dist/orig/
Dsqlite3.c82266 SQLITE_PRIVATE void sqlite3AddColumnType(Parse *pParse, Token *pType){
82274 pCol->zType = sqlite3NameFromToken(pParse->db, pType);