HomeSort by relevance Sort by last modified time
    Searched refs:rValue (Results 1 - 16 of 16) sorted by null

  /external/pdfium/core/src/fxcrt/
fx_basic_maps.cpp 43 void*& rValue) const {
65 rValue = pAssocRet->value;
67 FX_BOOL CFX_MapPtrToPtr::Lookup(void* key, void*& rValue) const {
73 rValue = pAssoc->value;
246 void*& rValue) const {
253 rValue = *(void**)(pKey + 1);
272 void* rValue = *(void**)(pKey + 1);
279 return rValue;
284 return rValue;
292 void*& rValue) const
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
config.cpp 59 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
435 rValue = static_cast<unsigned long>(pParam->numValue());
451 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const
459 rValue = static_cast<unsigned short>(pParam->numValue());
  /external/libnfc-nci/src/adaptation/
config.cpp 59 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
450 rValue = static_cast<unsigned long>(pParam->numValue());
466 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const
474 rValue = static_cast<unsigned short>(pParam->numValue());
  /external/libnfc-nci/halimpl/pn54x/utils/
phNxpConfig.cpp 94 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
530 rValue = static_cast<unsigned long>(pParam->numValue());
546 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const
554 rValue = static_cast<unsigned short>(pParam->numValue());
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
phNxpConfig.cpp 71 bool getValue (const char* name, unsigned long& rValue) const;
72 bool getValue (const char* name, unsigned short & rValue) const;
513 bool CNxpNfcConfig::getValue (const char* name, unsigned long& rValue) const
521 rValue = static_cast<unsigned long> (pParam->numValue ());
537 bool CNxpNfcConfig::getValue (const char* name, unsigned short& rValue) const
545 rValue = static_cast<unsigned short> (pParam->numValue ());
  /libcore/ojluni/src/main/java/sun/misc/
FormattedFloatingDecimal.java     [all...]
  /libcore/ojluni/src/main/java/java/lang/
FloatingDecimal.java     [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 662 FX_BOOL Lookup(void* key, void*& rValue) const;
680 void*& rValue) const;
713 FX_BOOL Lookup(KeyType key, ValueType& rValue) const {
718 rValue = (ValueType)(uintptr_t)pValue;
736 ValueType& rValue) const {
741 rValue = (ValueType)(uintptr_t)pValue;
757 void*& rValue) const;
761 FX_BOOL Lookup(const CFX_ByteStringC& key, void*& rValue) const;
  /frameworks/av/media/libstagefright/yuv/
YUVImage.cpp 401 uint8_t rValue;
404 yuv2rgb(yValue, uValue, vValue, &rValue, &gValue, &bValue);
406 fprintf(fp, "%d %d %d\n", (int32_t)rValue, (int32_t)gValue, (int32_t)bValue);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 667 WINBOOL Lookup(ARG_KEY key,VALUE& rValue) const;
673 void GetNextAssoc(DXLISTPOS &rNextPosition,KEY& rKey,VALUE& rValue) const;
805 WINBOOL CDXMap<KEY,ARG_KEY,VALUE,ARG_VALUE>::Lookup(ARG_KEY key,VALUE& rValue) const {
810 rValue = pAssoc->value;
849 void CDXMap<KEY,ARG_KEY,VALUE,ARG_VALUE>::GetNextAssoc(DXLISTPOS &rNextPosition,KEY& rKey,VALUE& rValue) const {
869 rValue = pAssocRet->value;
  /external/pdfium/xfa/src/fwl/src/core/
fwl_noteimp.cpp 70 FX_DWORD vrKey, rValue;
72 accel.GetNextAssoc(pos, vrKey, rValue);
76 GenerateCommondEvent(rValue);
    [all...]
fwl_formimp.cpp 457 FX_DWORD vrKey, rValue;
460 pAccelerators->GetNextAssoc(pos, vrKey, rValue);
461 m_mapAccelerators.SetAt(vrKey, rValue);
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar 

Completed in 559 milliseconds