Searched refs:numValue (Results 1 - 15 of 15) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dconfig.cpp43 unsigned long numValue() const {return m_numValue;} function in class:CNfcParam
166 unsigned long numValue = 0; local
234 numValue = getDigitValue(c, base);
252 numValue = 0;
260 numValue = getDigitValue(c, base);
268 // fal through to numValue to handle numValue
273 numValue *= base;
274 numValue += getDigitValue(c, base);
284 unsigned char c = (numValue >> (
[all...]
/external/libnfc-nci/src/adaptation/
H A Dconfig.cpp43 unsigned long numValue() const {return m_numValue;} function in class:CNfcParam
166 unsigned long numValue = 0; local
245 numValue = getDigitValue(c, base);
263 numValue = 0;
271 numValue = getDigitValue(c, base);
279 // fal through to numValue to handle numValue
284 numValue *= base;
285 numValue += getDigitValue(c, base);
295 unsigned char c = (numValue >> (
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DColorChooserPopupUIController.cpp113 void ColorChooserPopupUIController::setValueAndClosePopup(int numValue, const String& stringValue) argument
117 if (numValue == ColorPickerPopupActionSetValue)
119 if (numValue == ColorPickerPopupActionChooseOtherColor)
H A DDateTimeChooserImpl.cpp186 void DateTimeChooserImpl::setValueAndClosePopup(int numValue, const String& stringValue) argument
189 if (numValue >= 0)
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPagePopupController.h47 void setValueAndClosePopup(int numValue, const String& stringValue);
H A DPagePopupController.cpp51 void PagePopupController::setValueAndClosePopup(int numValue, const String& stringValue) argument
54 m_popupClient->setValueAndClosePopup(numValue, stringValue);
H A DPagePopupClient.h61 virtual void setValueAndClosePopup(int numValue, const String& stringValue) = 0;
/external/chromium_org/third_party/icu/source/common/
H A Duchar.c413 double numValue; local
416 numValue=mant;
420 numValue*=10000.;
425 numValue*=1000.;
428 numValue*=100.;
431 numValue*=10.;
438 return numValue;
441 int32_t numValue=(ntv>>2)-0xbf; local
446 numValue*=60*60*60*60;
449 numValue*
[all...]
/external/icu/icu4c/source/common/
H A Duchar.c413 double numValue; local
416 numValue=mant;
420 numValue*=10000.;
425 numValue*=1000.;
428 numValue*=100.;
431 numValue*=10.;
438 return numValue;
441 int32_t numValue=(ntv>>2)-0xbf; local
446 numValue*=60*60*60*60;
449 numValue*
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdtst.c2819 double numValue; member in struct:__anon12261
2891 if(0.000001 <= fabs(nv - values[i].numValue)) {
2892 log_err("u_getNumericValue(U+%04lx)=%g should be %g\n", c, nv, values[i].numValue);
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c2818 double numValue; member in struct:__anon22062
2890 if(0.000001 <= fabs(nv - values[i].numValue)) {
2891 log_err("u_getNumericValue(U+%04lx)=%g should be %g\n", c, nv, values[i].numValue);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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/ ...

Completed in 224 milliseconds