/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_pixelformat.c | 56 int *pvalue ) in stw_query_attrib() argument 64 *pvalue = (int) count; in stw_query_attrib() 75 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_WINDOW ? TRUE : FALSE; in stw_query_attrib() 79 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_BITMAP ? TRUE : FALSE; in stw_query_attrib() 83 *pvalue = pfi->pfd.dwFlags & PFD_NEED_PALETTE ? TRUE : FALSE; in stw_query_attrib() 87 *pvalue = pfi->pfd.dwFlags & PFD_NEED_SYSTEM_PALETTE ? TRUE : FALSE; in stw_query_attrib() 91 *pvalue = pfi->pfd.dwFlags & PFD_SWAP_COPY ? WGL_SWAP_COPY_ARB : WGL_SWAP_UNDEFINED_ARB; in stw_query_attrib() 95 *pvalue = FALSE; in stw_query_attrib() 99 *pvalue = 0; in stw_query_attrib() 103 *pvalue = 0; in stw_query_attrib() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
D | stw_ext_pixelformat.c | 56 int *pvalue ) in stw_query_attrib() argument 64 *pvalue = (int) count; in stw_query_attrib() 75 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_WINDOW ? TRUE : FALSE; in stw_query_attrib() 79 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_BITMAP ? TRUE : FALSE; in stw_query_attrib() 83 *pvalue = pfi->pfd.dwFlags & PFD_NEED_PALETTE ? TRUE : FALSE; in stw_query_attrib() 87 *pvalue = pfi->pfd.dwFlags & PFD_NEED_SYSTEM_PALETTE ? TRUE : FALSE; in stw_query_attrib() 91 *pvalue = pfi->pfd.dwFlags & PFD_SWAP_COPY ? WGL_SWAP_COPY_ARB : WGL_SWAP_UNDEFINED_ARB; in stw_query_attrib() 95 *pvalue = FALSE; in stw_query_attrib() 99 *pvalue = 0; in stw_query_attrib() 103 *pvalue = 0; in stw_query_attrib() [all …]
|
/external/lldb/scripts/Python/ |
D | python-wrapper.swig | 232 PyObject* pvalue = NULL; 233 …pvalue = pfunc(sb_frame, sb_bp_loc, session_dict = FindSessionDictionary(session_dictionary_name)); 237 if (pvalue == Py_False) 240 Py_XDECREF (pvalue); 272 PyObject* pvalue = NULL; 273 … pvalue = pfunc(sb_frame, sb_wp, session_dict = FindSessionDictionary(session_dictionary_name)); 277 if (pvalue == Py_False) 280 Py_XDECREF (pvalue); 330 PyObject *session_dict = (PyObject*)session_dictionary, *pfunc_impl = NULL, *pvalue = NULL; 365 pvalue = pfunc(sb_value,session_dict); [all …]
|
/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/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_colors.cpp | 864 PatternValue* pvalue = (PatternValue*)pBuf; in GetRGB() local 865 m_pBaseCS->GetRGB(pvalue->m_Comps, R, G, B); in GetRGB() 1268 PatternValue* pvalue = (PatternValue*)m_pBuffer; in ReleaseBuffer() local 1269 CPDF_Pattern* pPattern = pvalue->m_pPattern; in ReleaseBuffer() 1324 PatternValue* pvalue = (PatternValue*)m_pBuffer; in SetValue() local 1325 if (pvalue->m_pPattern && pvalue->m_pPattern->m_pDocument) { in SetValue() 1326 pDocPageData = pvalue->m_pPattern->m_pDocument->GetPageData(); in SetValue() 1327 pDocPageData->ReleasePattern(pvalue->m_pPattern->m_pPatternObj); in SetValue() 1329 pvalue->m_nComps = ncomps; in SetValue() 1330 pvalue->m_pPattern = pPattern; in SetValue() [all …]
|
/external/chromium_org/third_party/cython/src/Cython/Utility/ |
D | Optimize.c | 244 … PyObject** pkey, PyObject** pvalue, PyObject** pitem, int is_dict); 280 … PyObject** pkey, PyObject** pvalue, PyObject** pitem, int source_is_dict) { argument 307 if (pvalue) { 309 *pvalue = value; 335 } else if (pkey && pvalue) { 336 if (__Pyx_unpack_tuple2(next_item, pkey, pvalue, source_is_dict, source_is_dict, 1)) 341 *pvalue = next_item;
|
D | Generator.c | 51 static int __Pyx_PyGen_FetchStopIterationValue(PyObject **pvalue); 53 #define __Pyx_PyGen_FetchStopIterationValue(pvalue) PyGen_FetchStopIterationValue(pvalue) argument 80 static int __Pyx_PyGen_FetchStopIterationValue(PyObject **pvalue) { in __Pyx_PyGen_FetchStopIterationValue() argument 90 *pvalue = Py_None; in __Pyx_PyGen_FetchStopIterationValue() 110 *pvalue = ev; in __Pyx_PyGen_FetchStopIterationValue() 142 *pvalue = value; in __Pyx_PyGen_FetchStopIterationValue()
|
/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()
|
/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/chromium_org/third_party/boringssl/src/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()
|
/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()
|
/external/stlport/src/ |
D | sparc_atomic64.s | 5 ! int _STLP_atomic_exchange (void *pvalue, int value) 26 ! int _STLP_atomic_increment (void *pvalue)
|
/external/pcre/dist/ |
D | pcre_printint.c | 236 get_ucpname(unsigned int ptype, unsigned int pvalue) in get_ucpname() argument 242 if (ptype == PRIV(utt)[i].type && pvalue == PRIV(utt)[i].value) break; in get_ucpname() 247 ptype = ptype * pvalue; in get_ucpname() 248 return (ptype == pvalue)? "??" : "??"; in get_ucpname() 725 unsigned int pvalue = *ccode++; in pcre_printint() local 743 get_ucpname(ptype, pvalue)); in pcre_printint()
|
/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/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/chromium_org/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/chromium_org/third_party/libjingle/source/talk/p2p/client/ |
D | basicportallocator.cc | 535 ProtocolType pvalue; local 537 if (StringToProto(c.protocol().c_str(), &pvalue) && 538 data->sequence()->ProtocolEnabled(pvalue) && 600 ProtocolType pvalue; local 601 if (!StringToProto(potentials[i].protocol().c_str(), &pvalue)) 603 if (pvalue == proto) {
|
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/ |
D | dict.pxd | 102 int PyDict_Next(object p, Py_ssize_t *ppos, PyObject* *pkey, PyObject* *pvalue) 107 # pairs have been reported. The parameters pkey and pvalue should
|
/external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/ |
D | nacltest.js | 132 pvalue = params[pname]; 133 args.push(encodeURIComponent(pname) + '=' + encodeURIComponent(pvalue));
|
/external/qemu/android/skin/ |
D | file.c | 463 skin_layout_event_decode( const char* event, int *ptype, int *pcode, int *pvalue ) in skin_layout_event_decode() argument 498 *pvalue = strtol(y+1, NULL, 0); in skin_layout_event_decode()
|
/external/lldb/source/Interpreter/ |
D | ScriptInterpreterPython.cpp | 813 PyObject *pvalue = NULL; in ExecuteOneLine() local 816 pvalue = PyObject_CallObject (pfunc, pargs); in ExecuteOneLine() 819 if (pvalue != NULL) in ExecuteOneLine() 821 Py_XDECREF (pvalue); in ExecuteOneLine()
|