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

1 2 3

  /external/pdfium/xfa/src/fdp/src/css/
fde_cssdeclaration.h 13 IFDE_CSSValue* pValue;
39 IFDE_CSSValue*& pValue,
139 IFDE_CSSValue* pValue,
fde_cssdeclaration.cpp 15 return pHolder->pValue;
25 IFDE_CSSValue*& pValue,
31 pValue = pHolder->pValue;
91 IFDE_CSSValue* pValue,
97 pHolder->pValue = pValue;
295 FDE_LPCCSSPROPERTYVALUETABLE pValue =
297 return pValue ? NewEnumValue(pArgs->pStaticStore, pValue->eName) : NULL;
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_basic_imp.h 13 void* pValue;
xfa_basic_imp.cpp 124 FX_BOOL XFA_GetAttributeDefaultValue(void*& pValue,
137 pValue = pInfo->pDefValue;
143 pValue = pAttr->pValue;
152 void* pValue;
153 if (XFA_GetAttributeDefaultValue(pValue, eElement, eAttribute,
155 return (XFA_ATTRIBUTEENUM)(uintptr_t)pValue;
162 void* pValue;
163 if (XFA_GetAttributeDefaultValue(pValue, eElement, eAttribute,
165 return (const FX_WCHAR*)pValue;
    [all...]
xfa_script_imp.cpp 40 FXJSE_HVALUE pValue;
41 m_mapXFAToHValue.GetNextAssoc(ps, pXFAObj, pValue);
42 FXJSE_Value_Release(pValue);
67 void* pValue = NULL;
68 m_JSBuiltInObjects.GetNextAssoc(ps, bsKey, pValue);
69 if (pValue) {
70 FXJSE_Value_Release((FXJSE_HVALUE)pValue);
115 void* pValue;
116 m_JSBuiltInObjects.GetNextAssoc(ps, bsKey, pValue);
134 FXJSE_HVALUE pValue = pThisObject ? GetJSValueFromMap(pThisObject) : NULL;
    [all...]
  /external/pdfium/xfa/src/fgas/src/crt/
fx_system.cpp 150 FX_DWORD* pValue = (FX_DWORD*)pSrc;
152 *pStart++ = *pValue++;
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_utils.h 160 void* pValue = NULL;
161 return CFX_MapPtrToPtr::Lookup((void*)key, pValue);
180 void* pValue = NULL;
181 CFX_MapPtrToPtr::GetNextAssoc(rNextPosition, pKey, pValue);
  /hardware/ti/omap4-aah/security/tf_daemon/
lib_manifest2.c 648 uint8_t* pValue;
662 &pValue,
smc_properties_parser.h 76 char* pValue;
115 uint32_t SMCPropStringToInt (char* pValue);
smc_properties_parser.c 256 uint8_t* pValue;
285 &pValue,
312 if (pValue == NULL)
371 memcpy(pValueZ, pValue, nValueLength);
383 pProperty->pValue=pValueZ;
408 char* p=pProperty->pValue;
416 _strupr(pProperty->pValue);
418 memcpy(pService->sNode.pName,pProperty->pValue,nValueLength+1);
420 if (!libUUIDFromString((const uint8_t*)pProperty->pValue,&pService->sUUID))
555 return pProperty->pValue;
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 648 uint8_t* pValue;
662 &pValue,
smc_properties_parser.c 255 uint8_t* pValue;
275 &pValue,
302 if (pValue == NULL)
361 memcpy(pValueZ, pValue, nValueLength);
373 pProperty->pValue=pValueZ;
504 return pProperty->pValue;
512 char* pValue=SMCPropGetSystemProperty(pConfFile,pPropertyName);
514 if (libString2GetStringAsInt(pValue, &nValue) == S_SUCCESS)
smc_properties_parser.h 76 char* pValue;
115 uint32_t SMCPropStringToInt (char* pValue);
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_utility.cpp 388 CPDF_Object* pValue = it.second;
390 if (pValue && pValue->GetObjNum()) {
391 buf << " " << pValue->GetObjNum() << " 0 R ";
393 buf << pValue;
  /external/pdfium/core/src/fpdfdoc/
doc_basic.cpp 225 CPDF_Object* pValue = LookupValue(sName);
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;
483 pValue = numberTree.LookupValue(n);
484 if (pValue) {
489 if (pValue) {
    [all...]
doc_formfield.cpp 288 CPDF_Object* pValue = FPDF_GetFieldAttr(m_pDict, bDefault ? "DV" : "V");
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->AsArray()->GetElementValue(0)
    [all...]
  /external/icu/icu4c/source/common/
ucnv_ct.c 340 uint32_t pValue;
406 pValueLength = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[i], sourceChar, &pValue, useFallback);
416 tmpTargetBuffer[tmpTargetBufferLength++] = (uint8_t)(pValue >> (n * 8));
424 pValueLength = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[currentState], sourceChar, &pValue, useFallback);
427 tmpTargetBuffer[tmpTargetBufferLength++] = (uint8_t)(pValue >> (n * 8));
  /external/libnfc-nxp/src/
phFriNfc_Llcp.c     [all...]
  /external/pdfium/core/src/fxcrt/
fx_xml_parser.cpp 647 const CFX_WideString* pValue = m_AttrMap.Lookup(space, name);
648 if (pValue) {
649 attribute = *pValue;
684 const CFX_WideString* pValue = m_AttrMap.Lookup(space, name);
685 if (pValue) {
686 attribute = pValue->GetFloat();
  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.cpp 221 CFPF_SkiaFont* pValue = NULL;
224 m_FamilyFonts.GetNextAssoc(pos, pkey, (void*&)pValue);
225 if (pValue) {
226 pValue->Release();
  /external/pdfium/fpdfsdk/src/javascript/
app.cpp 299 v8::Local<v8::Value> pValue =
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);
321 carray.GetElement(i, *pValue);
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuExecutable.cpp 633 char *pValue = new char[strlen(value)+1];
634 strcpy(pValue, value);
635 pragmaValues[i] = pValue;
636 //ALOGE("Pragma %zu: Key: '%s' Value: '%s'", i, pKey, pValue);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /art/dexdump/
dexdump.cc     [all...]
  /external/icu/icu4c/source/i18n/
collationdatabuilder.cpp     [all...]

Completed in 586 milliseconds

1 2 3