Home
last modified time | relevance | path

Searched refs:rValue (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfx_basic_maps.cpp43 void*& rValue) const { in GetNextAssoc()
65 rValue = pAssocRet->value; in GetNextAssoc()
67 FX_BOOL CFX_MapPtrToPtr::Lookup(void* key, void*& rValue) const { in Lookup()
73 rValue = pAssoc->value; in Lookup()
246 void*& rValue) const { in GetNextAssoc()
253 rValue = *(void**)(pKey + 1); in GetNextAssoc()
272 void* rValue = *(void**)(pKey + 1); in GetNextValue() local
279 return rValue; in GetNextValue()
284 return rValue; in GetNextValue()
292 void*& rValue) const { in Lookup()
[all …]
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dconfig.cpp59 bool getValue(const char* name, unsigned long& rValue) const;
60 bool getValue(const char* name, unsigned short & rValue) const;
427 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const in getValue()
435 rValue = static_cast<unsigned long>(pParam->numValue()); in getValue()
451 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const in getValue()
459 rValue = static_cast<unsigned short>(pParam->numValue()); in getValue()
/external/libnfc-nci/src/adaptation/
Dconfig.cpp59 bool getValue(const char* name, unsigned long& rValue) const;
60 bool getValue(const char* name, unsigned short & rValue) const;
442 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const in getValue()
450 rValue = static_cast<unsigned long>(pParam->numValue()); in getValue()
466 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const in getValue()
474 rValue = static_cast<unsigned short>(pParam->numValue()); in getValue()
/external/libnfc-nci/halimpl/pn54x/utils/
DphNxpConfig.cpp94 bool getValue(const char* name, unsigned long& rValue) const;
95 bool getValue(const char* name, unsigned short & rValue) const;
522 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const in getValue()
530 rValue = static_cast<unsigned long>(pParam->numValue()); in getValue()
546 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const in getValue()
554 rValue = static_cast<unsigned short>(pParam->numValue()); in getValue()
/external/pdfium/core/include/fxcrt/
Dfx_basic.h662 FX_BOOL Lookup(void* key, void*& rValue) const;
680 void*& rValue) const;
713 FX_BOOL Lookup(KeyType key, ValueType& rValue) const { in Lookup() argument
718 rValue = (ValueType)(uintptr_t)pValue; in Lookup()
736 ValueType& rValue) const { in GetNextAssoc() argument
741 rValue = (ValueType)(uintptr_t)pValue; in GetNextAssoc()
757 void*& rValue) const;
761 FX_BOOL Lookup(const CFX_ByteStringC& key, void*& rValue) const;
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_noteimp.cpp70 FX_DWORD vrKey, rValue; in TranslateAccelerator() local
72 accel.GetNextAssoc(pos, vrKey, rValue); in TranslateAccelerator()
76 GenerateCommondEvent(rValue); in TranslateAccelerator()
Dfwl_formimp.cpp457 FX_DWORD vrKey, rValue; in SetAccelerator() local
460 pAccelerators->GetNextAssoc(pos, vrKey, rValue); in SetAccelerator()
461 m_mapAccelerators.SetAt(vrKey, rValue); in SetAccelerator()
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp5582 FXJSE_HVALUE rValue = GetSimpleHValue(hThis, args, 1); in assign_value_operator() local
5595 bSetStatus = SetObjectDefaultValue(jsObjectValue, rValue); in assign_value_operator()
5606 FXJSE_Value_SetObjectProp(jsObjectValue, propertyStr, rValue); in assign_value_operator()
5612 bSetStatus = SetObjectDefaultValue(lValue, rValue); in assign_value_operator()
5617 FXJSE_Value_Set(args.GetReturnValue(), rValue); in assign_value_operator()
5619 FXJSE_Value_Release(rValue); in assign_value_operator()
/external/sqlite/dist/
Dsqlite3.c72283 SQLITE_API int SQLITE_STDCALL sqlite3_bind_double(sqlite3_stmt *pStmt, int i, double rValue){
72288 sqlite3VdbeMemSetDouble(&p->aVar[i-1], rValue);
73071 double rValue;
73075 if( sqlite3AtoF(pRec->z, &rValue, pRec->n, enc)==0 ) return;
73080 pRec->u.r = rValue;
154343 RtreeDValue rValue; /* Constraint value. */
155087 if( p->u.rValue>=val ) return;
155095 if( p->u.rValue<=val ) return;
155123 case RTREE_LE: if( xN <= p->u.rValue ) return; break;
155124 case RTREE_LT: if( xN < p->u.rValue ) return; break;
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c72265 SQLITE_API int SQLITE_STDCALL sqlite3_bind_double(sqlite3_stmt *pStmt, int i, double rValue){
72270 sqlite3VdbeMemSetDouble(&p->aVar[i-1], rValue);
73053 double rValue;
73057 if( sqlite3AtoF(pRec->z, &rValue, pRec->n, enc)==0 ) return;
73062 pRec->u.r = rValue;
154313 RtreeDValue rValue; /* Constraint value. */
155057 if( p->u.rValue>=val ) return;
155065 if( p->u.rValue<=val ) return;
155093 case RTREE_LE: if( xN <= p->u.rValue ) return; break;
155094 case RTREE_LT: if( xN < p->u.rValue ) return; break;
[all …]