/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() 185 *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/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/icu/source/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/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/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/webkit/WebKitTools/DumpRenderTree/mac/PerlSupport/ |
D | DumpRenderTreeSupport_wrapTiger.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 | 443 skin_layout_event_decode( const char* event, int *ptype, int *pcode, int *pvalue ) in skin_layout_event_decode() argument 478 *pvalue = strtol(y+1, NULL, 0); in skin_layout_event_decode()
|
/external/openssl/include/openssl/ |
D | x509v3.h | 554 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
|