/external/srec/srec/Nametag/src/ |
D | Nametag.c | 36 ESR_ReturnCode SR_NametagGetValue(const SR_Nametag* self, const char** pvalue, size_t* plen) in SR_NametagGetValue() argument 38 if (self == NULL || pvalue == NULL || plen == NULL) in SR_NametagGetValue() 43 return self->getValue(self, pvalue, plen); in SR_NametagGetValue()
|
D | NametagImpl.c | 202 ESR_ReturnCode SR_Nametag_GetValue(const SR_Nametag* self, const char** pvalue, size_t* plen) in SR_Nametag_GetValue() argument 206 *pvalue = (const char*)impl->value; in SR_Nametag_GetValue()
|
/external/qemu/android/ |
D | hw-events.c | 136 int *pvalue ) in android_event_from_str() argument 146 *pvalue = 0; in android_event_from_str() 189 *pvalue = (int)strtol( p, &end, 0 ); in android_event_from_str()
|
D | hw-events.h | 525 int *pvalue );
|
/external/srec/srec/Semproc/src/ |
D | SymbolTable.c | 126 LCHAR *pvalue; in ST_Copy() local 135 HashMapGet(self->hashmap, pkey, (void **)&pvalue); in ST_Copy() 137 copyValue = (LCHAR*) CALLOC(LSTRLEN(pvalue) + 1, sizeof(LCHAR), _MTAG); in ST_Copy() 143 LSTRCPY(copyValue, pvalue); in ST_Copy()
|
/external/clang/test/Sema/ |
D | expr-address-of.c | 12 struct entry pvalue; in test() local 14 add_one(&pvalue.bitf); // expected-error {{address of bit-field requested}} in test()
|
/external/openssl/crypto/x509v3/ |
D | v3_genn.c | 242 ASN1_OBJECT **poid, ASN1_TYPE **pvalue) in GENERAL_NAME_get0_otherName() argument 248 if (pvalue) in GENERAL_NAME_get0_otherName() 249 *pvalue = gen->d.otherName->value; in GENERAL_NAME_get0_otherName()
|
D | x509v3.h | 554 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
|
/external/bluetooth/glib/tests/ |
D | hash-test.c | 389 gint *pvalue; in main() local 398 pvalue = g_hash_table_find (hash_table, find_first, &value); in main() 399 if (!pvalue || *pvalue != value) in main()
|
D | testglib.c | 1033 gint *pvalue = NULL; in hash_table_tests() local 1043 pvalue = g_hash_table_find (hash_table, find_first_that, &value); in hash_table_tests() 1044 if (*pvalue != value) in hash_table_tests()
|
/external/stlport/src/ |
D | sparc_atomic64.s | 5 ! int _STLP_atomic_exchange (void *pvalue, int value) 26 ! int _STLP_atomic_increment (void *pvalue)
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | URLParser.java | 156 String pvalue = ""; in uriParam() local 162 pvalue = paramNameOrValue(); in uriParam() 166 ( pvalue == null || in uriParam() 167 pvalue.length() == 0)) in uriParam() 169 else return new NameValue(pname, pvalue, isFlagParam); in uriParam()
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
D | basicportallocator.cc | 440 ProtocolType pvalue; in OnAddressReady() local 441 if (!StringToProto(potentials[i].protocol().c_str(), &pvalue)) in OnAddressReady() 443 if (it->sequence->ProtocolEnabled(pvalue)) { in OnAddressReady() 462 ProtocolType pvalue; in OnProtocolEnabled() local 463 if (!StringToProto(potentials[i].protocol().c_str(), &pvalue)) in OnProtocolEnabled() 465 if (pvalue == proto) { in OnProtocolEnabled()
|
/external/pcre/ |
D | pcre_printint.src | 126 get_ucpname(int ptype, int pvalue) 132 if (ptype == _pcre_utt[i].type && pvalue == _pcre_utt[i].value) break; 137 ptype = ptype * pvalue; 138 return (ptype == pvalue)? "??" : "??"; 478 int pvalue = *ccode++; 479 fprintf(f, "\\p{%s}", get_ucpname(ptype, pvalue)); 484 int pvalue = *ccode++; 485 fprintf(f, "\\P{%s}", get_ucpname(ptype, pvalue));
|
/external/srec/srec/Nametag/include/ |
D | SR_NametagDefs.h | 64 ESR_ReturnCode (*getValue)(const struct SR_Nametag_t* self, const char** pvalue, size_t* plen);
|
D | SR_NametagImpl.h | 57 SREC_NAMETAG_API ESR_ReturnCode SR_Nametag_GetValue(const SR_Nametag* self, const char** pvalue, si…
|
D | SR_Nametag.h | 70 SREC_NAMETAG_API ESR_ReturnCode SR_NametagGetValue(const SR_Nametag* self, const char** pvalue, siz…
|
/external/icu4c/tools/dumpce/ |
D | dumpce.cpp | 681 const char *pvalue; in parseAttributes() local 684 pvalue = strchr(pname, '='); in parseAttributes() 685 if (pvalue == NULL) { in parseAttributes() 691 int count = pvalue - pname; in parseAttributes() 701 pvalue ++; in parseAttributes() 703 pname = strchr(pvalue, ','); in parseAttributes() 707 count = pname - pvalue; in parseAttributes() 708 strncpy(str, pvalue, count); in parseAttributes()
|
/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/ |
D | DumpRenderTreeSupport_wrapPregenerated.c | 885 void *pvalue; member 1150 sv_setpv(sv, (char *) swig_constants[i].pvalue); 1153 SWIG_MakePtr(sv, swig_constants[i].pvalue, *(swig_constants[i].ptype),0); 1156 …SWIG_MakePackedObj(sv, swig_constants[i].pvalue, swig_constants[i].lvalue, *(swig_constants[i].pty…
|
/external/qemu/android/skin/ |
D | file.c | 460 skin_layout_event_decode( const char* event, int *ptype, int *pcode, int *pvalue ) in skin_layout_event_decode() argument 495 *pvalue = strtol(y+1, NULL, 0); in skin_layout_event_decode()
|
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
D | scm.py | 595 def propset(self, pname, pvalue, path): argument 597 return self.run(['svn', 'pset', pname, pvalue, base], cwd=dir)
|
/external/openssl/include/openssl/ |
D | x509v3.h | 554 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
|