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

1 2

  /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/chromium_org/third_party/sqlite/src/src/
update.c 63 sqlite3_value *pValue;
69 pCol->affinity, &pValue);
70 if( pValue ){
71 sqlite3VdbeChangeP4(v, -1, (const char *)pValue, P4_MEM);
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_utility.cpp 378 CPDF_Object* pValue = p->GetNextElement(pos, key);
380 if (pValue->GetObjNum()) {
381 buf << " " << pValue->GetObjNum() << FX_BSTRC(" 0 R ");
383 buf << pValue;
  /external/pdfium/core/src/fpdfdoc/
doc_basic.cpp 229 CPDF_Object* pValue = LookupValue(sName);
230 if (pValue == NULL) {
235 pValue = pDests->GetElementValue(sName);
237 if (pValue == NULL) {
240 if (pValue->GetType() == PDFOBJ_ARRAY) {
241 return (CPDF_Array*)pValue;
243 if (pValue->GetType() == PDFOBJ_DICTIONARY) {
244 return ((CPDF_Dictionary*)pValue)->GetArray(FX_BSTRC("D"));
512 CPDF_Object* pValue = NULL;
515 pValue = numberTree.LookupValue(n);
    [all...]
doc_formfield.cpp 307 CPDF_Object* pValue = FPDF_GetFieldAttr(m_pDict, bDefault ? "DV" : "V");
308 if (pValue == NULL) {
311 pValue = FPDF_GetFieldAttr(m_pDict, "V");
313 if (pValue == NULL && m_Type != Text) {
314 pValue = FPDF_GetFieldAttr(m_pDict, "DV");
317 if (pValue == NULL) {
321 switch (pValue->GetType()) {
324 return pValue->GetUnicodeText();
326 pValue = ((CPDF_Array*)pValue)->GetElementValue(0);
    [all...]
  /device/lge/mako/camera/inc/
omx_jpeg_common.h 156 void * pValue;
  /external/icu/icu4c/source/common/
ucnv_ct.c 342 uint32_t pValue;
408 pValueLength = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[i], sourceChar, &pValue, useFallback);
418 tmpTargetBuffer[tmpTargetBufferLength++] = (uint8_t)(pValue >> (n * 8));
426 pValueLength = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[currentState], sourceChar, &pValue, useFallback);
429 tmpTargetBuffer[tmpTargetBufferLength++] = (uint8_t)(pValue >> (n * 8));
uloc_tag.c     [all...]
  /external/libnfc-nxp/src/
phFriNfc_Llcp.c     [all...]
  /external/pdfium/core/src/fxcrt/
fx_xml_parser.cpp 784 const CFX_WideStringL* pValue = m_AttrMap.Lookup(bsSpace, bsName);
785 if (pValue) {
786 attribute = CFX_WideString(pValue->GetPtr(), pValue->GetLength());
799 const CFX_WideStringL* pValue = m_AttrMap.Lookup(space, name);
800 if (pValue) {
801 attribute = CFX_WideString(pValue->GetPtr(), pValue->GetLength());
839 const CFX_WideStringL* pValue = m_AttrMap.Lookup(space, name);
840 if (pValue) {
    [all...]
  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.cpp 237 CFPF_SkiaFont *pValue = NULL;
240 m_FamilyFonts.GetNextAssoc(pos, pkey, (void*&)pValue);
241 if (pValue) {
242 pValue->Release();
  /external/pdfium/fpdfsdk/src/javascript/
app.cpp 348 v8::Handle<v8::Value> pValue = JS_GetObjectElement(isolate, pObj, L"cMsg");
349 swMsg = CJS_Value(isolate,pValue,VT_unknown).operator CFX_WideString();
351 pValue = JS_GetObjectElement(isolate,pObj,L"cTitle");
352 swTitle = CJS_Value(isolate, pValue,VT_unknown).operator CFX_WideString();
354 pValue = JS_GetObjectElement(isolate,pObj,L"nIcon");
355 iIcon = (int)CJS_Value(isolate,pValue,VT_unknown);
357 pValue = JS_GetObjectElement(isolate,pObj,L"nType");
358 iType = (int)CJS_Value(isolate,pValue,VT_unknown);
367 CJS_Value* pValue = new CJS_Value(isolate);
369 // pValue = new CJS_Value(isolate);
    [all...]
Document.cpp 845 v8::Handle<v8::Value> pValue = JS_GetObjectElement(isolate,pObj, L"cURL");
846 if (!pValue.IsEmpty())
847 strURL = CJS_Value(isolate,pValue,GET_VALUE_TYPE(pValue));
848 pValue = JS_GetObjectElement(isolate,pObj, L"bFDF");
849 bFDF = CJS_Value(isolate,pValue, GET_VALUE_TYPE(pValue));
850 pValue = JS_GetObjectElement(isolate,pObj, L"bEmpty");
851 bEmpty = CJS_Value(isolate,pValue, GET_VALUE_TYPE(pValue));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /external/icu/icu4c/source/i18n/
collationdatabuilder.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_create.cpp 116 CPDF_Object* pValue = p->GetNextElement(pos, key);
124 if (pValue->GetObjNum()) {
128 if ((len = pFile->AppendDWord(pValue->GetObjNum())) < 0) {
136 if (PDF_CreatorAppendObject(pValue, pFile, offset) < 0) {
185 CPDF_Object* pValue = p->GetNextElement(pos, key);
201 if (pValue->GetObjNum()) {
205 if ((len = pFile->AppendDWord(pValue->GetObjNum())) < 0) {
213 if (PDF_CreatorAppendObject(pValue, pFile, offset) < 0) {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_colors.cpp 864 PatternValue* pvalue = (PatternValue*)pBuf; local
865 m_pBaseCS->GetRGB(pvalue->m_Comps, R, G, B);
1268 PatternValue* pvalue = (PatternValue*)m_pBuffer; local
1324 PatternValue* pvalue = (PatternValue*)m_pBuffer; local
1352 PatternValue* pvalue = (PatternValue*)m_pBuffer; local
1377 PatternValue* pvalue = (PatternValue*)m_pBuffer; local
1392 PatternValue* pvalue = (PatternValue*)m_pBuffer; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
authz.h 141 PVOID pValue;
  /external/pdfium/core/include/fxcrt/
fx_basic.h 925 FX_LPVOID pValue = NULL;
926 if (!CFX_MapPtrToPtr::Lookup((void*)(FX_UINTPTR)key, pValue)) {
929 rValue = (ValueType)(FX_UINTPTR)pValue;
951 void* pValue = NULL;
952 CFX_MapPtrToPtr::GetNextAssoc(rNextPosition, pKey, pValue);
954 rValue = (ValueType)(FX_UINTPTR)pValue;
1083 void AddValue(FX_BSTR key, void* pValue);
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 82 void *pValue;
92 void LinkedList_AddElement(LinkedList *LinkedList, void *pValue);
93 void LinkedList_FreeElement(LinkedList *LinkedList, void *pValue);

Completed in 359 milliseconds

1 2