Searched refs:pType (Results 1 - 23 of 23) sorted by relevance

/external/tcpdump/
H A Dipx.h21 u_int8_t pType; /* Packet Type (i.e. level 2 protocol) */ member in struct:ipxHdr
/external/chromium_org/chrome/common/importer/
H A Dpstore_declarations.h68 const GUID __RPC_FAR *pType,
74 const GUID __RPC_FAR *pType,
80 const GUID __RPC_FAR *pType,
85 const GUID __RPC_FAR *pType,
93 const GUID __RPC_FAR *pType,
100 const GUID __RPC_FAR *pType,
106 const GUID __RPC_FAR *pType,
113 const GUID __RPC_FAR *pType,
125 const GUID __RPC_FAR *pType,
/external/smack/src/org/jivesoftware/smack/proxy/
H A DProxyInfo.java45 public ProxyInfo( ProxyType pType, String pHost, int pPort, String pUser, argument
48 this.proxyType = pType;
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DParseContext.h103 bool samplerErrorCheck(const TSourceLoc& line, const TPublicType& pType, const char* reason);
104 bool structQualifierErrorCheck(const TSourceLoc& line, const TPublicType& pType);
105 bool locationDeclaratorListCheck(const TSourceLoc& line, const TPublicType &pType);
124 bool executeInitializer(const TSourceLoc& line, const TString& identifier, TPublicType& pType,
H A DParseContext.cpp598 bool TParseContext::boolErrorCheck(const TSourceLoc& line, const TPublicType& pType) argument
600 if (pType.type != EbtBool || pType.isAggregate()) {
608 bool TParseContext::samplerErrorCheck(const TSourceLoc& line, const TPublicType& pType, const char* reason) argument
610 if (pType.type == EbtStruct) {
611 if (containsSampler(*pType.userDef)) {
612 error(line, reason, getBasicString(pType.type), "(structure contains a sampler)");
618 } else if (IsSampler(pType.type)) {
619 error(line, reason, getBasicString(pType.type));
627 bool TParseContext::structQualifierErrorCheck(const TSourceLoc& line, const TPublicType& pType) argument
651 locationDeclaratorListCheck(const TSourceLoc& line, const TPublicType &pType) argument
1094 executeInitializer(const TSourceLoc& line, const TString& identifier, TPublicType& pType, TIntermTyped* initializer, TIntermNode*& intermNode, TVariable* variable) argument
[all...]
/external/libnfc-nxp/src/
H A DphFriNfc_LlcpUtils.h64 uint8_t *pType,
H A DphFriNfc_LlcpUtils.c34 uint8_t *pType,
42 if ((psRawData == NULL) || (pOffset == NULL) || (pType == NULL) || (psValueBuffer == NULL))
71 *pType = type;
32 phFriNfc_Llcp_DecodeTLV( phNfc_sData_t *psRawData, uint32_t *pOffset, uint8_t *pType, phNfc_sData_t *psValueBuffer ) argument
/external/pdfium/fpdfsdk/src/
H A Dfpdfppo.cpp201 CPDF_Object* pType = pDict->GetElement("Type")->GetDirect();
202 if(!pType || pType->GetType() != PDFOBJ_NAME) return NULL;
204 if(pType->GetString().Compare("Page")) return NULL;
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Console.h153 void SetElementList(LPCWSTR* pElement, int* pType , int iCount);
/external/svox/pico/lib/
H A Dpicopam.c179 picoos_uint8 pType; /*Phrase type*/ member in struct:pam_subobj
2968 = pam->nTotalSyllables = pam->sType = pam->pType = 0;
4439 pam->pType = pam_map_phrase_type(itemBase[1], itemBase[2]);
4442 pam->sType, pam->pType, itemBase[1], uMinDur,
4460 pam->pType = pam_map_phrase_type(itemBase[1], itemBase[2]);
4463 pam->sType, pam->pType, itemBase[1], uMinDur,
4485 pam->pType = pam_map_phrase_type(itemBase[1], itemBase[2]);
4506 pam->sType, pam->pType, itemBase[1], uMinDur,
4525 pam->sType, pam->pType, itemBase[1], uMinDur,
4552 /*insert an SBEG with sType and pType take
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duloc_tag.c1716 const char *pType = NULL; /* LDML type */ local
1736 pType = buf + bufIdx;
1742 pType = LOCALE_TYPE_YES;
1747 if (!variantExists && !uprv_strcmp(pKey, POSIX_KEY) && !uprv_strcmp(pType, POSIX_VALUE) ) {
1758 kwd->value = pType;
/external/icu/icu4c/source/common/
H A Duloc_tag.c1716 const char *pType = NULL; /* LDML type */ local
1736 pType = buf + bufIdx;
1742 pType = LOCALE_TYPE_YES;
1747 if (!variantExists && !uprv_strcmp(pKey, POSIX_KEY) && !uprv_strcmp(pType, POSIX_VALUE) ) {
1758 kwd->value = pType;
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp16 CPDF_Object* pType = pDict->GetElementValue(FX_BSTRC("Type")); local
17 if (!pType) {
18 pType = pDict->GetElementValue(FX_BSTRC("FT"));
19 if (!pType) {
23 if (pType->GetString() == FX_BSTRC("Sig")) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_emit_nv50.cpp42 inline void setProgramType(Program::Type pType) { progType = pType; } argument
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_emit_nv50.cpp42 inline void setProgramType(Program::Type pType) { progType = pType; } argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_emit_nvc0.cpp38 inline void setProgramType(Program::Type pType) { progType = pType; } argument
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_emit_nvc0.cpp38 inline void setProgramType(Program::Type pType) { progType = pType; } argument
/external/chromium_org/third_party/sqlite/src/src/
H A Dbuild.c1072 void sqlite3AddColumnType(Parse *pParse, Token *pType){ argument
1080 pCol->zType = sqlite3NameFromToken(pParse->db, pType);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c77911 sqlite3AddColumnType(Parse *pParse, Token *pType) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c87273 sqlite3AddColumnType(Parse *pParse, Token *pType) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c87293 sqlite3AddColumnType(Parse *pParse, Token *pType) argument
[all...]

Completed in 4426 milliseconds