Searched refs:rValue (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DBookmarkUtils.java54 * @param rValue Red component of the dominant favicon color.
60 Bitmap favicon, int rValue, int gValue, int bValue) {
64 i.putExtra(Intent.EXTRA_SHORTCUT_ICON, createIcon(context, favicon, rValue,
75 * @param rValue Red component of the dominant favicon color.
81 Bitmap favicon, int rValue, int gValue, int bValue) {
84 context, shortcutIntent, title, favicon, rValue, gValue, bValue);
117 * @param rValue Red component of the dominant favicon color.
122 private static Bitmap createIcon(Context context, Bitmap favicon, int rValue, argument
133 rValue = gValue = bValue = DEFAULT_RGB_VALUE;
140 Color.rgb(rValue, gValu
59 createAddToHomeIntent(Context context, Intent shortcutIntent, String title, Bitmap favicon, int rValue, int gValue, int bValue) argument
80 createAddToHomeIntent(Context context, String url, String title, Bitmap favicon, int rValue, int gValue, int bValue) argument
[all...]
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A 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
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/
H A 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
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/pdfium/core/src/fxcrt/
H A Dfx_basic_maps.cpp48 void CFX_MapPtrToPtr::GetNextAssoc(FX_POSITION& rNextPosition, void*& rKey, void*& rValue) const
70 rValue = pAssocRet->value;
72 FX_BOOL CFX_MapPtrToPtr::Lookup(void* key, void*& rValue) const
79 rValue = pAssoc->value;
222 CFX_ByteString& rKey, void*& rValue) const
244 rValue = pAssocRet->value;
332 FX_BOOL CFX_MapByteStringToPtr::Lookup(FX_BSTR key, void*& rValue) const
339 rValue = pAssoc->value;
468 void CFX_CMapByteStringToPtr::GetNextAssoc(FX_POSITION& rNextPosition, CFX_ByteString& rKey, void*& rValue) const
476 rValue
496 FX_LPVOID rValue = *(void**)(pKey + 1); local
[all...]
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h864 FX_BOOL Lookup(void* key, void*& rValue) const;
884 void GetNextAssoc(FX_POSITION& rNextPosition, void*& rKey, void*& rValue) const;
923 FX_BOOL Lookup(KeyType key, ValueType& rValue) const
929 rValue = (ValueType)(FX_UINTPTR)pValue;
948 void GetNextAssoc(FX_POSITION& rNextPosition, KeyType& rKey, ValueType& rValue) const
954 rValue = (ValueType)(FX_UINTPTR)pValue;
1004 FX_BOOL Lookup(FX_BSTR key, void*& rValue) const;
1022 void GetNextAssoc(FX_POSITION& rNextPosition, CFX_ByteString& rKey, void*& rValue) const;
1071 void GetNextAssoc(FX_POSITION& rNextPosition, CFX_ByteString& rKey, void*& rValue) const;
1075 FX_BOOL Lookup(FX_BSTR key, void*& rValue) cons
[all...]
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c241 double rValue; /* Constraint value. */ member in struct:RtreeConstraint
910 bRes = p->rValue<cell_min;
914 bRes = p->rValue>cell_max;
918 bRes = (p->rValue>cell_max || p->rValue<cell_min);
960 case RTREE_LE: res = (coord<=p->rValue); break;
961 case RTREE_LT: res = (coord<p->rValue); break;
962 case RTREE_GE: res = (coord>=p->rValue); break;
963 case RTREE_GT: res = (coord>p->rValue); break;
964 case RTREE_EQ: res = (coord==p->rValue); brea
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbeapi.c1067 int sqlite3_bind_double(sqlite3_stmt *pStmt, int i, double rValue){ argument
1072 sqlite3VdbeMemSetDouble(&p->aVar[i-1], rValue);
H A Dvdbe.c252 double rValue; local
256 if( sqlite3AtoF(pRec->z, &rValue, pRec->n, enc)==0 ) return;
261 pRec->r = rValue;
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_form.cpp1370 void *rValue = NULL; local
1371 if (m_ControlMap.Lookup((CPDF_Dictionary*)pWidgetDict, rValue)) {
1372 return (CPDF_FormControl*)rValue;
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c61401 sqlite3_bind_double(sqlite3_stmt *pStmt, int i, double rValue) argument
62068 double rValue; local
124509 double rValue; /* Constraint value. */ member in struct:RtreeConstraint
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c67361 sqlite3_bind_double(sqlite3_stmt *pStmt, int i, double rValue) argument
68135 double rValue; local
144919 RtreeDValue rValue; /* Constraint value. */ member in union:RtreeConstraint::__anon31026
[all...]
/external/sqlite/dist/
H A Dsqlite3.c67381 sqlite3_bind_double(sqlite3_stmt *pStmt, int i, double rValue) argument
68155 double rValue; local
144951 RtreeDValue rValue; /* Constraint value. */ member in union:RtreeConstraint::__anon31057
[all...]

Completed in 743 milliseconds