/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() 92 *pvalue = WGL_SWAP_COPY_ARB; in stw_query_attrib() 94 *pvalue = WGL_SWAP_EXCHANGE_EXT; in stw_query_attrib() 96 *pvalue = WGL_SWAP_UNDEFINED_ARB; in stw_query_attrib() 100 *pvalue = FALSE; in stw_query_attrib() [all …]
|
/external/libxml2/result/ |
D | att6.sax | 9 …pvalue->ReferencedOrder.SellersOrderID.schemeID', schemeAgencyID='pvalue->ReferencedOrder.SellersO… 10 SAX.characters(pvalue-, 7)
|
D | att6.rde | 8 3 3 #text 0 1 pvalue->ReferencedOrder.SellersOrderID
|
D | att6.rdr | 8 3 3 #text 0 1 pvalue->ReferencedOrder.SellersOrderID
|
D | att6.sax2 | 10 SAX.characters(pvalue-, 7)
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_color.cpp | 30 PatternValue* pvalue = reinterpret_cast<PatternValue*>(m_pBuffer); in ReleaseBuffer() local 32 pvalue->m_pCountedPattern ? pvalue->m_pCountedPattern->get() : nullptr; in ReleaseBuffer() 101 PatternValue* pvalue = reinterpret_cast<PatternValue*>(m_pBuffer); in SetValue() local 102 if (pvalue->m_pPattern) { in SetValue() 103 pDocPageData = pvalue->m_pPattern->document()->GetPageData(); in SetValue() 104 pDocPageData->ReleasePattern(pvalue->m_pPattern->pattern_obj()); in SetValue() 106 pvalue->m_nComps = ncomps; in SetValue() 107 pvalue->m_pPattern = pPattern; in SetValue() 109 memcpy(pvalue->m_Comps, comps, ncomps * sizeof(float)); in SetValue() 111 pvalue->m_pCountedPattern = nullptr; in SetValue() [all …]
|
D | cpdf_patterncs.cpp | 56 PatternValue* pvalue = reinterpret_cast<PatternValue*>(pBuf); in GetRGB() local 57 if (m_pBaseCS->GetRGB(pvalue->m_Comps, R, G, B)) in GetRGB()
|
/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/ |
D | go.pass.cpp | 87 T const* pvalue = nullptr; member in channel 93 assert(pvalue == nullptr); in push() 95 pvalue = &value; in push() 109 assert(!pvalue); in sync_push() 110 pvalue = &value; in sync_push() 113 assert(!pvalue); in sync_push() 119 while (!pvalue) goroutine::run_one(); in sync_pull() 120 auto result = *pvalue; in sync_pull() 121 pvalue = nullptr; in sync_pull() 146 auto result = *ch->pvalue; in await_resume() [all …]
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | py_util.cc | 48 PyObject* pvalue; in PyExceptionFetch() local 50 PyErr_Fetch(&ptype, &pvalue, &ptraceback); in PyExceptionFetch() 51 PyErr_NormalizeException(&ptype, &pvalue, &ptraceback); in PyExceptionFetch() 53 if (pvalue) { in PyExceptionFetch() 54 PyObject* str = PyObject_Str(pvalue); in PyExceptionFetch() 63 Py_DECREF(pvalue); in PyExceptionFetch()
|
/external/ltp/testcases/kernel/syscalls/fork/ |
D | fork04.c | 169 char *penv, *cenv, *pvalue, *cvalue; in cmp_env_strings() local 175 pvalue = strchr(pstring, ':'); in cmp_env_strings() 176 if (pvalue == NULL) { in cmp_env_strings() 182 *pvalue = '\0'; in cmp_env_strings() 183 pvalue++; in cmp_env_strings() 184 if (*pvalue == '\0') { in cmp_env_strings() 217 if (strcmp(pvalue, cvalue) != 0) { in cmp_env_strings() 220 penv, pvalue, cvalue); in cmp_env_strings()
|
/external/libevent/include/event2/ |
D | rpc.h | 108 #define EVTAG_GET(msg, member, pvalue) \ argument 109 (*(msg)->base->member##_get)((msg), (pvalue)) 119 #define EVTAG_GET_WITH_LEN(msg, member, pvalue, plen) \ argument 120 (*(msg)->base->member##_get)((msg), (pvalue), (plen)) 137 #define EVTAG_ARRAY_GET(msg, member, offset, pvalue) \ argument 138 (*(msg)->base->member##_get)((msg), (offset), (pvalue))
|
/external/strace/tests/ |
D | overflowuid.c | 35 read_int_from_file(const char *const fname, int *const pvalue) in read_int_from_file() argument 66 *pvalue = (int) lval; in read_int_from_file()
|
/external/strace/tests-m32/ |
D | overflowuid.c | 35 read_int_from_file(const char *const fname, int *const pvalue) in read_int_from_file() argument 66 *pvalue = (int) lval; in read_int_from_file()
|
/external/strace/tests-mx32/ |
D | overflowuid.c | 35 read_int_from_file(const char *const fname, int *const pvalue) in read_int_from_file() argument 66 *pvalue = (int) lval; in read_int_from_file()
|
/external/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/mesa3d/scripts/ |
D | get_reviewer.pl | 1001 my $pvalue = $2; 1003 $role = $pvalue; 1051 my $pvalue = $2; 1053 my $list_address = $pvalue; 1087 my ($name, $address) = parse_email($pvalue); 1094 $pvalue = format_email($name, $address, $email_usename); 1101 push_email_addresses($pvalue, $role); 1104 my ($name, $address) = parse_email($pvalue); 1111 $pvalue = format_email($name, $address, $email_usename); 1118 push_email_addresses($pvalue, "reviewer:$subsystem"); [all …]
|
/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/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/pcre/dist2/src/ |
D | pcre2_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 (void)pvalue; in get_ucpname() 723 unsigned int pvalue = *ccode++; in pcre2_printint() local 741 get_ucpname(ptype, pvalue)); in pcre2_printint()
|
/external/python/cpython2/Objects/ |
D | dictobject.c | 974 PyDict_Next(PyObject *op, Py_ssize_t *ppos, PyObject **pkey, PyObject **pvalue) in PyDict_Next() argument 994 if (pvalue) in PyDict_Next() 995 *pvalue = ep[i].me_value; in PyDict_Next() 1001 _PyDict_Next(PyObject *op, Py_ssize_t *ppos, PyObject **pkey, PyObject **pvalue, long *phash) in _PyDict_Next() argument 1022 if (pvalue) in _PyDict_Next() 1023 *pvalue = ep[i].me_value; in _PyDict_Next() 1075 PyObject *pvalue = ep->me_value; in dict_print() local 1076 if (pvalue != NULL) { in dict_print() 1079 Py_INCREF(pvalue); in dict_print() 1086 Py_DECREF(pvalue); in dict_print() [all …]
|
/external/webrtc/webrtc/p2p/client/ |
D | basicportallocator.cc | 491 ProtocolType pvalue; in OnCandidateReady() local 510 StringToProto(c.protocol().c_str(), &pvalue) && in OnCandidateReady() 511 data->sequence()->ProtocolEnabled(pvalue); in OnCandidateReady() 576 ProtocolType pvalue; in OnProtocolEnabled() local 578 StringToProto(potentials[i].protocol().c_str(), &pvalue) && in OnProtocolEnabled() 579 pvalue == proto; in OnProtocolEnabled()
|
/external/toolchain-utils/cros_utils/ |
D | buildbot_utils.py | 100 pvalue = prop[1] 101 if pname == 'name' and pvalue == description:
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | parameterized_truncated_normal_op_test.py | 156 pvalue = scipy.stats.kstest(samples, truncated_cdf)[1] 157 self.assertGreater(pvalue, 1e-10)
|
/external/libxml2/result/noent/ |
D | att6.sax2 | 10 SAX.characters(pvalue-, 7)
|
/external/python/cpython2/Modules/ |
D | _hotshot.c | 278 unpack_packed_int(LogReaderObject *self, int *pvalue, int discard) in unpack_packed_int() argument 295 *pvalue = accum; in unpack_packed_int() 304 unpack_string(LogReaderObject *self, PyObject **pvalue) in unpack_string() argument 329 *pvalue = PyString_FromStringAndSize(buf, len); in unpack_string() 331 if (*pvalue == NULL) { in unpack_string()
|