HomeSort by relevance Sort by last modified time
    Searched full:pvalue (Results 276 - 300 of 456) sorted by null

<<111213141516171819

  /external/pdfium/xfa/fxfa/parser/
xfa_document_datamerger_imp.cpp 172 CXFA_Node* pValue =
174 pValue->JSObject()->SetCData(XFA_Attribute::Name, L"value", false,
176 pValue->CreateXMLMappingNode();
177 pDataNode->InsertChild(pValue, nullptr);
178 pValue->JSObject()->SetCData(XFA_Attribute::Value, text, false,
207 auto* pValue =
209 if (!pValue)
212 wsValue = pValue->GetChildValueContent();
245 CXFA_Value* pValue =
258 FormValueNode_SetChildContent(pValue, wsContent, XFA_Element::Text)
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_parser.h 62 EAS_RESULT (* EAS_CONST pfGetData)(struct s_eas_data_tag *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
eas_smf.h 44 EAS_RESULT SMF_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
  /frameworks/compile/mclinker/include/mcld/LD/
ELFReaderIf.h 106 uint64_t getSymValue(uint64_t pValue,
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 70 static inline void helper_clear_thumb_bit(Relocator::DWord& pValue) {
71 pValue &= (~0x1);
186 Relocator::DWord pValue) {
189 (((pValue >> 4) & 0xf000U) | ((pValue >> 15) & 0x0800U) |
190 ((pValue >> 4) & 0x0700U) | (pValue & 0x00ffU)),
195 Relocator::DWord pValue,
198 pValue &= 0xfbf08f00U;
199 pValue |= (pImm & 0xf000U) << 4
    [all...]
ARMELFAttributeData.cpp 99 const ELFAttributeValue& pValue) {
109 assert((pValue.type() == ELFAttributeValue::String) &&
112 const std::string& data = pValue.getStringValue();
474 static void encode_secondary_compatibility_attribute(ELFAttributeValue& pValue,
477 pValue.setStringValue("");
481 pValue.setStringValue(std::string(new_value, sizeof(new_value)));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wdspxe.h 77 DWORD PXEAPI PxeDhcpAppendOption(PVOID pReplyPacket,ULONG uMaxReplyPacketLen,PULONG puReplyPacketLen,BYTE bOption,BYTE bOptionLen,PVOID pValue);
xmllite.h 830 LONG_PTR pValue) = 0;
962 LONG_PTR pValue);
    [all...]
cor.h 320 STDMETHOD (DefineField) (THIS_ mdTypeDef td, LPCWSTR szName, DWORD dwFieldFlags, PCCOR_SIGNATURE pvSigBlob, ULONG cbSigBlob, DWORD dwCPlusTypeFlag, void const *pValue, ULONG cchValue, mdFieldDef *pmd) PURE;
321 STDMETHOD (DefineProperty) (THIS_ mdTypeDef td, LPCWSTR szProperty, DWORD dwPropFlags, PCCOR_SIGNATURE pvSig, ULONG cbSig, DWORD dwCPlusTypeFlag, void const *pValue, ULONG cchValue, mdMethodDef mdSetter, mdMethodDef mdGetter, mdMethodDef rmdOtherMethods[], mdProperty *pmdProp) PURE;
322 STDMETHOD (DefineParam) (THIS_ mdMethodDef md, ULONG ulParamSeq, LPCWSTR szName, DWORD dwParamFlags, DWORD dwCPlusTypeFlag, void const *pValue, ULONG cchValue, mdParamDef *ppd) PURE;
323 STDMETHOD (SetFieldProps) (THIS_ mdFieldDef fd, DWORD dwFieldFlags, DWORD dwCPlusTypeFlag, void const *pValue, ULONG cchValue) PURE;
324 STDMETHOD (SetPropertyProps) (THIS_ mdProperty pr, DWORD dwPropFlags, DWORD dwCPlusTypeFlag, void const *pValue, ULONG cchValue, mdMethodDef mdSetter, mdMethodDef mdGetter, mdMethodDef rmdOtherMethods[]) PURE;
325 STDMETHOD (SetParamProps) (THIS_ mdParamDef pd, LPCWSTR szName, DWORD dwParamFlags, DWORD dwCPlusTypeFlag, void const *pValue, ULONG cchValue) PURE;
381 STDMETHOD (DefineField) (THIS_ mdTypeDef td, LPCWSTR szName, DWORD dwFieldFlags, PCCOR_SIGNATURE pvSigBlob, ULONG cbSigBlob, DWORD dwCPlusTypeFlag, void const *pValue, ULONG cchValue, mdFieldDef *pmd) PURE;
382 STDMETHOD (DefineProperty) (THIS_ mdTypeDef td, LPCWSTR szProperty, DWORD dwPropFlags, PCCOR_SIGNATURE pvSig, ULONG cbSig, DWORD dwCPlusTypeFlag, void const *pValue, ULONG cchValue, mdMethodDef mdSetter, mdMethodDef mdGetter, mdMethodDef rmdOtherMethods[], mdProperty *pmdProp) PURE;
383 STDMETHOD (DefineParam) (THIS_ mdMethodDef md, ULONG ulParamSeq, LPCWSTR szName, DWORD dwParamFlags, DWORD dwCPlusTypeFlag, void const *pValue, ULONG cchValue, mdParamDef *ppd) PURE;
384 STDMETHOD (SetFieldProps) (THIS_ mdFieldDef fd, DWORD dwFieldFlags, DWORD dwCPlusTypeFlag, void const *pValue, ULONG cchValue) PURE
    [all...]
wmcontainer.h     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyapi.swg 23 void *pvalue;
pyinit.swg 246 obj = SWIG_InternalNewPointerObj(constants[i].pvalue, *(constants[i]).ptype,0);
249 obj = SWIG_NewPackedObj(constants[i].pvalue, constants[i].lvalue, *(constants[i].ptype));
286 void *ptr = (ci->type == SWIG_PY_POINTER) ? ci->pvalue : 0;
  /external/pdfium/xfa/fxfa/
fxfa.h 255 CFXJSE_Value* pValue) = 0;
258 CFXJSE_Value* pValue) = 0;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
lex.c 687 char *pValue;
695 &pValue,
761 char *pValue;
771 &pValue,
841 char *pValue;
851 &pValue,
  /external/icu/icu4c/source/common/
ucnvmbcs.h 537 * as one 32-bit value. The function returns the number of bytes in *pValue:
538 * 1..4 the number of bytes in *pValue
539 * 0 unassigned (*pValue undefined)
540 * -1 illegal (currently not used, *pValue undefined)
542 * *pValue will contain the resulting bytes with the last byte in bits 7..0,
548 UChar32 c, uint32_t *pValue,
ucnv_ct.cpp 347 uint32_t pValue;
413 pValueLength = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[i], sourceChar, &pValue, useFallback);
423 tmpTargetBuffer[tmpTargetBufferLength++] = (uint8_t)(pValue >> (n * 8));
431 pValueLength = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[currentState], sourceChar, &pValue, useFallback);
434 tmpTargetBuffer[tmpTargetBufferLength++] = (uint8_t)(pValue >> (n * 8));
  /external/sonivox/arm-wt-22k/host_src/
eas_wave.c 58 static void FlipDWord (EAS_U32 *pValue)
63 p = (EAS_U8*) pValue;
65 *pValue = temp;
79 static void FlipWord (EAS_U16 *pValue)
84 p = (EAS_U8*) pValue;
86 *pValue = temp;
  /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/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));
  /system/tpm/attestation/server/
pkcs11_key_store_test.cc 213 (parsed.attributes()[0].pValue &&
217 if (parsed.attributes()[0].pValue)
218 memcpy(parsed.attributes()[0].pValue, value.data(), value.size());
283 if (!array[i].pValue)
285 return std::string(reinterpret_cast<char*>(array[i].pValue),
  /external/mesa3d/src/gallium/state_trackers/nine/
device9.h 530 DWORD *pValue );
566 DWORD *pValue );
578 DWORD *pValue );
  /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/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
ChiSquareTest.java 59 * "http://www.cas.lancs.ac.uk/glossary_v1.1/hyptest.html#pvalue">
155 * "http://www.cas.lancs.ac.uk/glossary_v1.1/hyptest.html#pvalue">
  /external/python/cpython2/Doc/c-api/
dict.rst 151 .. 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/python/cpython3/Doc/c-api/
dict.rst 147 .. c:function:: int PyDict_Next(PyObject *p, Py_ssize_t *ppos, PyObject **pkey, PyObject **pvalue)
153 pairs have been reported. The parameters *pkey* and *pvalue* should either

Completed in 1111 milliseconds

<<111213141516171819