Home
last modified time | relevance | path

Searched refs:pvalue (Results 1 – 25 of 39) sorted by relevance

12

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_pixelformat.c56 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/
Datt6.sax9pvalue->ReferencedOrder.SellersOrderID.schemeID', schemeAgencyID='pvalue->ReferencedOrder.SellersO…
10 SAX.characters(pvalue-, 7)
Datt6.rdr8 3 3 #text 0 1 pvalue->ReferencedOrder.SellersOrderID
Datt6.rde8 3 3 #text 0 1 pvalue->ReferencedOrder.SellersOrderID
Datt6.sax210 SAX.characters(pvalue-, 7)
/external/pdfium/core/fpdfapi/page/
Dcpdf_color.cpp31 PatternValue* pvalue = (PatternValue*)m_pBuffer; in ReleaseBuffer() local
33 pvalue->m_pCountedPattern ? pvalue->m_pCountedPattern->get() : nullptr; in ReleaseBuffer()
88 PatternValue* pvalue = (PatternValue*)m_pBuffer; in SetValue() local
89 if (pvalue->m_pPattern && pvalue->m_pPattern->document()) { in SetValue()
90 pDocPageData = pvalue->m_pPattern->document()->GetPageData(); in SetValue()
92 pDocPageData->ReleasePattern(pvalue->m_pPattern->pattern_obj()); in SetValue()
94 pvalue->m_nComps = ncomps; in SetValue()
95 pvalue->m_pPattern = pPattern; in SetValue()
97 FXSYS_memcpy(pvalue->m_Comps, comps, ncomps * sizeof(FX_FLOAT)); in SetValue()
99 pvalue->m_pCountedPattern = nullptr; in SetValue()
[all …]
/external/ltp/testcases/kernel/syscalls/fork/
Dfork04.c168 char *penv, *cenv, *pvalue, *cvalue; in cmp_env_strings() local
174 pvalue = strchr(pstring, ':'); in cmp_env_strings()
175 if (pvalue == NULL) { in cmp_env_strings()
181 *pvalue = '\0'; in cmp_env_strings()
182 pvalue++; in cmp_env_strings()
183 if (*pvalue == '\0') { in cmp_env_strings()
216 if (strcmp(pvalue, cvalue) != 0) { in cmp_env_strings()
219 penv, pvalue, cvalue); in cmp_env_strings()
/external/libevent/include/event2/
Drpc.h108 #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-m32/
Doverflowuid.c35 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/
Doverflowuid.c35 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/
Doverflowuid.c35 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/clang/test/Sema/
Dexpr-address-of.c12 struct entry pvalue; in test() local
14 add_one(&pvalue.bitf); // expected-error {{address of bit-field requested}} in test()
/external/boringssl/src/crypto/x509v3/
Dv3_genn.c241 ASN1_OBJECT **poid, ASN1_TYPE **pvalue) in GENERAL_NAME_get0_otherName() argument
247 if (pvalue) in GENERAL_NAME_get0_otherName()
248 *pvalue = gen->d.otherName->value; in GENERAL_NAME_get0_otherName()
/external/mesa3d/scripts/
Dget_reviewer.pl1001 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/nist-sip/java/gov/nist/javax/sip/parser/
DURLParser.java156 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/
Dpcre2_printint.c236 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/
Ddictobject.c974 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/
Dbasicportallocator.cc491 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/libxml2/result/noent/
Datt6.sax210 SAX.characters(pvalue-, 7)
/external/python/cpython2/Modules/
D_hotshot.c278 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()
/external/ply/ply/example/BASIC/
Dbasinterp.py357 def eval_func(pvalue, name=pname, self=self, expr=expr): argument
358 self.assign((pname, None, None), pvalue)
/external/python/cpython2/Doc/c-api/
Ddict.rst151 .. c:function:: int PyDict_Next(PyObject *p, Py_ssize_t *ppos, PyObject **pkey, PyObject **pvalue)
157 pairs have been reported. The parameters *pkey* and *pvalue* should either
/external/strace/
Dutil.c1420 read_int_from_file(const char *const fname, int *const pvalue) in read_int_from_file() argument
1451 *pvalue = (int) lval; in read_int_from_file()
/external/python/cpython2/Python/
Dceval.c4973 PyObject *ptype, *pvalue, *ptraceback; in build_class() local
4975 PyErr_Fetch(&ptype, &pvalue, &ptraceback); in build_class()
4976 if (PyString_Check(pvalue)) { in build_class()
4981 PyString_AS_STRING(pvalue)); in build_class()
4983 Py_DECREF(pvalue); in build_class()
4984 pvalue = newmsg; in build_class()
4987 PyErr_Restore(ptype, pvalue, ptraceback); in build_class()
/external/skia/third_party/lua/src/
Dlvm.c267 case LUA_TLIGHTUSERDATA: return pvalue(t1) == pvalue(t2); in luaV_equalobj_()

12