Searched refs:pValue (Results 1 - 25 of 90) sorted by relevance

1234

/external/pdfium/xfa/src/fdp/src/css/
H A Dfde_cssdeclaration.cpp15 return pHolder->pValue;
25 IFDE_CSSValue*& pValue,
31 pValue = pHolder->pValue;
91 IFDE_CSSValue* pValue,
97 pHolder->pValue = pValue;
295 FDE_LPCCSSPROPERTYVALUETABLE pValue = local
297 return pValue ? NewEnumValue(pArgs->pStaticStore, pValue
23 GetNextProperty(FX_POSITION& pos, FDE_CSSPROPERTY& eProperty, IFDE_CSSValue*& pValue, FX_BOOL& bImportant) const argument
89 AddPropertyHolder(IFX_MEMAllocator* pStaticStore, FDE_CSSPROPERTY eProperty, IFDE_CSSValue* pValue, FX_BOOL bImportant) argument
420 FDE_LPCCSSPROPERTYVALUETABLE pValue = local
552 FDE_LPCCSSPROPERTYVALUETABLE pValue = local
691 FDE_LPCCSSPROPERTYVALUETABLE pValue = local
773 FDE_LPCCSSPROPERTYVALUETABLE pValue = local
865 FDE_LPCCSSPROPERTYVALUETABLE pValue = local
986 FDE_LPCCSSPROPERTYVALUETABLE pValue = local
1124 FDE_LPCCSSPROPERTYVALUETABLE pValue = local
1221 FDE_LPCCSSPROPERTYVALUETABLE pValue = local
1272 FDE_LPCCSSPROPERTYVALUETABLE pValue = local
1323 FDE_LPCCSSPROPERTYVALUETABLE pValue = local
[all...]
/external/testng/doc/
H A Dbanner.js11 // @param pValue the string that should apear as the value
13 function writeTD(pCurrentPage, pHRef, pValue)
20 document.write(pValue)
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_formfield.cpp288 CPDF_Object* pValue = FPDF_GetFieldAttr(m_pDict, bDefault ? "DV" : "V"); local
289 if (!pValue) {
292 pValue = FPDF_GetFieldAttr(m_pDict, "V");
294 if (!pValue && m_Type != Text) {
295 pValue = FPDF_GetFieldAttr(m_pDict, "DV");
298 if (!pValue) {
302 switch (pValue->GetType()) {
305 return pValue->GetUnicodeText();
307 pValue = pValue
414 CPDF_Object* pValue = FPDF_GetFieldAttr(m_pDict, "V"); local
428 CPDF_Object* pValue = FPDF_GetFieldAttr(m_pDict, "V"); local
509 CPDF_Object* pValue = FPDF_GetFieldAttr(m_pDict, "V"); local
565 CPDF_Object* pValue = FPDF_GetFieldAttr(m_pDict, "V"); local
651 CPDF_Object* pValue = FPDF_GetFieldAttr(m_pDict, "DV"); local
748 CPDF_Object* pValue = FPDF_GetFieldAttr(m_pDict, "Opt"); local
[all...]
H A Ddoc_basic.cpp225 CPDF_Object* pValue = LookupValue(sName); local
226 if (!pValue) {
230 pValue = pDests->GetElementValue(sName);
232 if (!pValue)
234 if (CPDF_Array* pArray = pValue->AsArray())
236 if (CPDF_Dictionary* pDict = pValue->AsDictionary())
480 CPDF_Object* pValue = NULL; local
483 pValue = numberTree.LookupValue(n);
484 if (pValue) {
489 if (pValue) {
[all...]
/external/pdfium/fpdfsdk/src/javascript/
H A Dapp.cpp299 v8::Local<v8::Value> pValue = local
301 swMsg = CJS_Value(pRuntime, pValue, CJS_Value::VT_unknown)
304 pValue = FXJS_GetObjectElement(isolate, pObj, L"cTitle");
305 swTitle = CJS_Value(pRuntime, pValue, CJS_Value::VT_unknown)
308 pValue = FXJS_GetObjectElement(isolate, pObj, L"nIcon");
309 iIcon = CJS_Value(pRuntime, pValue, CJS_Value::VT_unknown).ToInt();
311 pValue = FXJS_GetObjectElement(isolate, pObj, L"nType");
312 iType = CJS_Value(pRuntime, pValue, CJS_Value::VT_unknown).ToInt();
319 CJS_Value* pValue = new CJS_Value(pRuntime); local
321 carray.GetElement(i, *pValue);
627 v8::Local<v8::Value> pValue = FXJS_GetObjectElement(isolate, pObj, L"bUI"); local
762 v8::Local<v8::Value> pValue = local
[all...]
H A DDocument.cpp606 v8::Local<v8::Value> pValue = FXJS_GetObjectElement(isolate, pObj, L"cURL"); local
607 if (!pValue.IsEmpty())
609 CJS_Value(pRuntime, pValue, GET_VALUE_TYPE(pValue)).ToCFXWideString();
611 pValue = FXJS_GetObjectElement(isolate, pObj, L"bFDF");
612 bFDF = CJS_Value(pRuntime, pValue, GET_VALUE_TYPE(pValue)).ToBool();
614 pValue = FXJS_GetObjectElement(isolate, pObj, L"bEmpty");
615 bEmpty = CJS_Value(pRuntime, pValue, GET_VALUE_TYPE(pValue))
705 v8::Local<v8::Value> pValue = FXJS_GetObjectElement(isolate, pObj, L"bUI"); local
[all...]
/external/libnfc-nci/halimpl/pn54x/utils/
H A DphNxpConfig.cpp93 bool getValue(const char* name, char* pValue, size_t len) const;
96 bool getValue(const char* name, char* pValue, long len,long* readlen) const;
473 bool CNfcConfig::getValue(const char* name, char* pValue, size_t len) const argument
481 memset(pValue, 0, len);
482 memcpy(pValue, pParam->str_value(), pParam->str_len());
488 bool CNfcConfig::getValue(const char* name, char* pValue, long len,long* readlen) const argument
498 memset(pValue, 0, len);
499 memcpy(pValue, pParam->str_value(), pParam->str_len());
881 extern "C" int GetNxpStrValue(const char* name, char* pValue, unsigned long len) argument
885 return rConfig.getValue(name, pValue, le
904 GetNxpByteArrayValue(const char* name, char* pValue,long bufflen, long *len) argument
920 GetNxpNumValue(const char* name, void* pValue, unsigned long len) argument
[all...]
H A DphNxpConfig.h49 int GetNxpByteArrayValue(const char* name, char* pValue,long bufflen, long *len);
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_dlssynth.c45 static void DLS_UpdateEnvelope (S_SYNTH_VOICE *pVoice, S_SYNTH_CHANNEL *pChannel, const S_DLS_ENVELOPE *pEnvParams, EAS_I16 *pValue, EAS_I16 *pIncrement, EAS_U8 *pState);
467 static void DLS_UpdateEnvelope (S_SYNTH_VOICE *pVoice, S_SYNTH_CHANNEL *pChannel, const S_DLS_ENVELOPE *pEnvParams, EAS_I16 *pValue, EAS_I16 *pIncrement, EAS_U8 *pState) argument
476 *pValue = 0;
499 *pValue = SYNTH_FULL_SCALE_EG1_GAIN;
503 if (*pValue < SYNTH_FULL_SCALE_EG1_GAIN)
505 temp = *pValue + *pIncrement;
506 *pValue = (EAS_I16) (temp < SYNTH_FULL_SCALE_EG1_GAIN ? temp : SYNTH_FULL_SCALE_EG1_GAIN);
540 // *pValue = pEnvParams->sustainLevel;
544 if (*pValue > pEnvParams->sustainLevel)
546 temp = *pValue
[all...]
H A Deas_effects.h40 EAS_RESULT (*pFGetParam)(EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
49 EAS_RESULT (*pFGetParam)(EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
H A Deas_rtttl.c75 static EAS_RESULT RTTTL_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
80 static EAS_RESULT RTTTL_GetNumber (EAS_HW_DATA_HANDLE hwInstData, S_RTTTL_DATA *pData, EAS_I32 *pValue);
82 static EAS_RESULT RTTTL_GetNextChar (EAS_HW_DATA_HANDLE hwInstData, S_RTTTL_DATA *pData, EAS_I8 *pValue);
83 static EAS_RESULT RTTTL_PeekNextChar (EAS_HW_DATA_HANDLE hwInstData, S_RTTTL_DATA *pData, EAS_I8 *pValue);
744 static EAS_RESULT RTTTL_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue) argument
753 *pValue = EAS_FILE_RTTTL;
759 *pValue = pData->transposition;
764 *pValue = (EAS_I32) pData->pSynth;
768 *pValue = RTTTL_GAIN_OFFSET;
931 static EAS_RESULT RTTTL_GetNumber (EAS_HW_DATA_HANDLE hwInstData, S_RTTTL_DATA *pData, EAS_I32 *pValue) argument
1124 RTTTL_GetNextChar(EAS_HW_DATA_HANDLE hwInstData, S_RTTTL_DATA *pData, EAS_I8 *pValue) argument
1170 RTTTL_PeekNextChar(EAS_HW_DATA_HANDLE hwInstData, S_RTTTL_DATA *pData, EAS_I8 *pValue) argument
[all...]
H A Deas_chorus.c44 static EAS_RESULT ChorusGetParam (EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
421 * *pValue - pointer to variable to hold retrieved value
430 static EAS_RESULT ChorusGetParam (EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue) argument
439 *pValue = (EAS_I32) p->bypass;
442 *pValue = (EAS_I8) p->m_nCurrentChorus;
445 *pValue = (EAS_I32) p->m_nRate;
448 *pValue = (EAS_I32) p->m_nDepth;
451 *pValue = (EAS_I32) p->m_nLevel;
469 * *pValue - new paramter value
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dconfig.cpp58 bool getValue(const char* name, char* pValue, size_t& len) const;
400 bool CNfcConfig::getValue(const char* name, char* pValue, size_t& len) const argument
408 memset(pValue, 0, len);
411 memcpy(pValue, pParam->str_value(), len);
647 extern "C" int GetStrValue(const char* name, char* pValue, unsigned long l) argument
652 bool b = rConfig.getValue(name, pValue, len);
665 extern "C" int GetNumValue(const char* name, void* pValue, unsigned long len) argument
667 if (!pValue)
688 *(static_cast<unsigned long*>(pValue)) = (unsigned long)v;
691 *(static_cast<unsigned short*>(pValue))
[all...]
/external/libnfc-nci/src/adaptation/
H A Dconfig.cpp58 bool getValue(const char* name, char* pValue, size_t& len) const;
415 bool CNfcConfig::getValue(const char* name, char* pValue, size_t& len) const argument
423 memset(pValue, 0, len);
426 memcpy(pValue, pParam->str_value(), len);
662 extern "C" int GetStrValue(const char* name, char* pValue, unsigned long l) argument
667 bool b = rConfig.getValue(name, pValue, len);
680 extern "C" int GetNumValue(const char* name, void* pValue, unsigned long len) argument
682 if (!pValue)
703 *(static_cast<unsigned long*>(pValue)) = (unsigned long)v;
706 *(static_cast<unsigned short*>(pValue))
[all...]
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_basic_imp.cpp124 FX_BOOL XFA_GetAttributeDefaultValue(void*& pValue, argument
137 pValue = pInfo->pDefValue;
143 pValue = pAttr->pValue;
152 void* pValue; local
153 if (XFA_GetAttributeDefaultValue(pValue, eElement, eAttribute,
155 return (XFA_ATTRIBUTEENUM)(uintptr_t)pValue;
162 void* pValue; local
163 if (XFA_GetAttributeDefaultValue(pValue, eElement, eAttribute,
165 return (const FX_WCHAR*)pValue;
172 void* pValue; local
182 void* pValue; local
192 void* pValue; local
[all...]
H A Dxfa_script_imp.cpp40 FXJSE_HVALUE pValue; local
41 m_mapXFAToHValue.GetNextAssoc(ps, pXFAObj, pValue);
42 FXJSE_Value_Release(pValue);
67 void* pValue = NULL; local
68 m_JSBuiltInObjects.GetNextAssoc(ps, bsKey, pValue);
69 if (pValue) {
70 FXJSE_Value_Release((FXJSE_HVALUE)pValue);
115 void* pValue; local
116 m_JSBuiltInObjects.GetNextAssoc(ps, bsKey, pValue);
134 FXJSE_HVALUE pValue local
186 FXJSE_HVALUE pValue = GetJSValueFromMap(resolveRs.nodes[0]); local
272 FXJSE_HVALUE pValue = lpScriptContext->GetJSValueFromMap( local
778 void* pValue = m_mapXFAToHValue.GetValueAt(pObject); local
[all...]
/external/libnfc-nxp/src/
H A DphFriNfc_LlcpUtils.h71 uint8_t *pValue);
77 uint8_t *pValue);
H A DphFriNfc_LlcpUtils.c86 uint8_t *pValue)
93 if ((psValueBuffer == NULL) || (pOffset == NULL) || (pValue == NULL))
121 psValueBuffer->buffer[offset] = pValue[i];
134 uint8_t *pValue)
140 if ((psValueBuffer == NULL) || (pCurrentOffset == NULL) || (pValue == NULL))
161 memcpy(psValueBuffer->buffer + offset, pValue, length);
82 phFriNfc_Llcp_EncodeTLV( phNfc_sData_t *psValueBuffer, uint32_t *pOffset, uint8_t type, uint8_t length, uint8_t *pValue) argument
130 phFriNfc_Llcp_AppendTLV( phNfc_sData_t *psValueBuffer, uint32_t nTlvOffset, uint32_t *pCurrentOffset, uint8_t length, uint8_t *pValue) argument
/external/sonivox/arm-wt-22k/host_src/
H A Deas_wave.c58 static void FlipDWord (EAS_U32 *pValue) argument
63 p = (EAS_U8*) pValue;
65 *pValue = temp;
79 static void FlipWord (EAS_U16 *pValue) argument
84 p = (EAS_U8*) pValue;
86 *pValue = temp;
/external/pdfium/fpdfsdk/include/jsapi/
H A Dfxjs_v8.h221 v8::Local<v8::Value> pValue);
237 int FXJS_ToInt32(v8::Isolate* pIsolate, v8::Local<v8::Value> pValue);
238 bool FXJS_ToBoolean(v8::Isolate* pIsolate, v8::Local<v8::Value> pValue);
239 double FXJS_ToNumber(v8::Isolate* pIsolate, v8::Local<v8::Value> pValue);
241 v8::Local<v8::Value> pValue);
243 v8::Local<v8::Value> pValue);
245 v8::Local<v8::Value> pValue);
/external/pdfium/fpdfsdk/src/jsapi/
H A Dfxjs_v8.cpp660 v8::Local<v8::Value> pValue) {
663 if (pArray->Set(pIsolate->GetCurrentContext(), index, pValue).IsNothing())
728 int FXJS_ToInt32(v8::Isolate* pIsolate, v8::Local<v8::Value> pValue) { argument
729 if (pValue.IsEmpty())
732 return pValue->ToInt32(context).ToLocalChecked()->Value();
735 bool FXJS_ToBoolean(v8::Isolate* pIsolate, v8::Local<v8::Value> pValue) { argument
736 if (pValue.IsEmpty())
739 return pValue->ToBoolean(context).ToLocalChecked()->Value();
742 double FXJS_ToNumber(v8::Isolate* pIsolate, v8::Local<v8::Value> pValue) { argument
743 if (pValue
657 FXJS_PutArrayElement(v8::Isolate* pIsolate, v8::Local<v8::Array> pArray, unsigned index, v8::Local<v8::Value> pValue) argument
749 FXJS_ToObject(v8::Isolate* pIsolate, v8::Local<v8::Value> pValue) argument
757 FXJS_ToString(v8::Isolate* pIsolate, v8::Local<v8::Value> pValue) argument
766 FXJS_ToArray(v8::Isolate* pIsolate, v8::Local<v8::Value> pValue) argument
[all...]
/external/aac/libAACdec/src/
H A Dblock.h227 * \param pValue pointer to quantized value. The inverse quantized result is stored back here.
230 * \return the exponent of the result (mantissa) stored into *pValue.
233 int EvaluatePower43 ( FIXP_DBL *pValue, argument
240 value = *pValue;
258 *pValue = fMultDiv2 (invQVal, MantissaTable [lsb][exponent]) ;
/external/icu/icu4c/source/tools/toolutil/
H A Ducmstate.c206 char *line, char **pKey, char **pValue) {
253 *pValue=s;
256 *pValue=s+1;
257 if(end>*pValue && *(end-1)=='"') {
264 if(uprv_strcmp(*pValue, "DBCS")==0) {
266 } else if(uprv_strcmp(*pValue, "SBCS")==0) {
268 } else if(uprv_strcmp(*pValue, "MBCS")==0) {
270 } else if(uprv_strcmp(*pValue, "EBCDIC_STATEFUL")==0) {
273 fprintf(stderr, "ucm error: unknown <uconv_class> %s\n", *pValue);
278 c=**pValue;
205 ucm_parseHeaderLine(UCMFile *ucm, char *line, char **pKey, char **pValue) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/pdfium/xfa/src/fxfa/src/common/
H A Dxfa_utils.h160 void* pValue = NULL; local
161 return CFX_MapPtrToPtr::Lookup((void*)key, pValue);
180 void* pValue = NULL; local
181 CFX_MapPtrToPtr::GetNextAssoc(rNextPosition, pKey, pValue);

Completed in 971 milliseconds

1234