HomeSort by relevance Sort by last modified time
    Searched defs:pvalue (Results 1 - 25 of 46) sorted by null

1 2

  /external/pdfium/core/fpdfapi/page/
cpdf_patterncs.cpp 56 PatternValue* pvalue = reinterpret_cast<PatternValue*>(pBuf); local
57 if (m_pBaseCS->GetRGB(pvalue->m_Comps, R, G, B))
cpdf_color.cpp 30 PatternValue* pvalue = reinterpret_cast<PatternValue*>(m_pBuffer); local
32 pvalue->m_pCountedPattern ? pvalue->m_pCountedPattern->get() : nullptr;
101 PatternValue* pvalue = reinterpret_cast<PatternValue*>(m_pBuffer); local
102 if (pvalue->m_pPattern) {
103 pDocPageData = pvalue->m_pPattern->document()->GetPageData();
104 pDocPageData->ReleasePattern(pvalue->m_pPattern->pattern_obj());
106 pvalue->m_nComps = ncomps;
107 pvalue->m_pPattern = pPattern;
109 memcpy(pvalue->m_Comps, comps, ncomps * sizeof(float))
    [all...]
  /external/tensorflow/tensorflow/python/lib/core/
py_util.cc 48 PyObject* pvalue; local
50 PyErr_Fetch(&ptype, &pvalue, &ptraceback);
51 PyErr_NormalizeException(&ptype, &pvalue, &ptraceback);
53 if (pvalue) {
54 PyObject* str = PyObject_Str(pvalue);
63 Py_DECREF(pvalue);
  /external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
go.pass.cpp 87 T const* pvalue = nullptr; member in class:channel
93 assert(pvalue == nullptr);
95 pvalue = &value;
109 assert(!pvalue);
110 pvalue = &value;
113 assert(!pvalue);
119 while (!pvalue) goroutine::run_one();
120 auto result = *pvalue;
121 pvalue = nullptr;
146 auto result = *ch->pvalue;
    [all...]
  /external/ltp/testcases/kernel/syscalls/fork/
fork04.c 169 char *penv, *cenv, *pvalue, *cvalue; local
175 pvalue = strchr(pstring, ':');
176 if (pvalue == NULL) {
182 *pvalue = '\0';
183 pvalue++;
184 if (*pvalue == '\0') {
217 if (strcmp(pvalue, cvalue) != 0) {
220 penv, pvalue, cvalue);
  /external/pcre/dist2/src/
pcre2_printint.c 236 get_ucpname(unsigned int ptype, unsigned int pvalue)
242 if (ptype == PRIV(utt)[i].type && pvalue == PRIV(utt)[i].value) break;
247 (void)pvalue;
723 unsigned int pvalue = *ccode++; local
741 get_ucpname(ptype, pvalue));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/language.support/support.coroutines/end.to.end/
go.pass.cpp 87 T const* pvalue = nullptr; member in class:channel
93 assert(pvalue == nullptr);
95 pvalue = &value;
109 assert(!pvalue);
110 pvalue = &value;
113 assert(!pvalue);
119 while (!pvalue) goroutine::run_one();
120 auto result = *pvalue;
121 pvalue = nullptr;
146 auto result = *ch->pvalue;
    [all...]
  /external/clang/test/Sema/
expr-address-of.c 12 struct entry pvalue; local
14 add_one(&pvalue.bitf); // expected-error {{address of bit-field requested}}
  /external/nist-sip/java/gov/nist/javax/sip/parser/
URLParser.java 156 String pvalue = ""; local
162 pvalue = paramNameOrValue();
166 ( pvalue == null ||
167 pvalue.length() == 0))
169 else return new NameValue(pname, pvalue, isFlagParam);
  /external/webrtc/webrtc/p2p/client/
basicportallocator.cc 491 ProtocolType pvalue;
510 StringToProto(c.protocol().c_str(), &pvalue) &&
511 data->sequence()->ProtocolEnabled(pvalue);
576 ProtocolType pvalue; local
578 StringToProto(potentials[i].protocol().c_str(), &pvalue) &&
579 pvalue == proto;
    [all...]
  /external/libxaac/decoder/
ixheaacd_api.c 697 WORD32 *pvalue = local
701 *pui_value = pvalue[i_idx];
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java 1084 GLEnum pvalue = GLEnum.valueOf(msg.getArgs(2).getIntValue(0)); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.h 155 #define pvalue(o) check_exp(ttislightuserdata(o), val_(o).p) macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
dictobject.c 944 PyDict_Next(PyObject *op, Py_ssize_t *ppos, PyObject **pkey, PyObject **pvalue)
1045 PyObject *pvalue = ep->me_value; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
dictobject.c 919 PyDict_Next(PyObject *op, Py_ssize_t *ppos, PyObject **pkey, PyObject **pvalue)
939 if (pvalue)
940 *pvalue = ep[i].me_value;
946 _PyDict_Next(PyObject *op, Py_ssize_t *ppos, PyObject **pkey, PyObject **pvalue, long *phash)
1020 PyObject *pvalue = ep->me_value; local
    [all...]
  /external/python/cpython2/Objects/
dictobject.c 974 PyDict_Next(PyObject *op, Py_ssize_t *ppos, PyObject **pkey, PyObject **pvalue)
994 if (pvalue
1075 PyObject *pvalue = ep->me_value; local
    [all...]
  /external/syslinux/com32/lua/src/
lobject.h 155 #define pvalue(o) check_exp(ttislightuserdata(o), val_(o).p) macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c 4655 PyObject *ptype, *pvalue, *ptraceback; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c 4633 PyObject *ptype, *pvalue, *ptraceback; local
    [all...]
  /external/python/cpython2/Python/
ceval.c 4973 PyObject *ptype, *pvalue, *ptraceback; local
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 1102 void *pvalue; member in struct:swig_const_info
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /external/annotation-tools/annotation-file-utilities/lib/
plume-core.jar 
  /external/guice/extensions/persist/lib/
commons-collections.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 

Completed in 831 milliseconds

1 2