HomeSort by relevance Sort by last modified time
    Searched full:numvalue (Results 1 - 17 of 17) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
config.cpp 43 unsigned long numValue() const {return m_numValue;}
166 unsigned long numValue = 0;
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 >> (n * 8)) & 0xFF
    [all...]
  /external/libnfc-nci/src/adaptation/
config.cpp 43 unsigned long numValue() const {return m_numValue;}
166 unsigned long numValue = 0;
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 >> (n * 8)) & 0xFF
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/forms/
color-suggestion-picker.html 55 setValueAndClosePopup: function(numValue, stringValue) {
56 window.log('number=' + numValue + ', string="' + stringValue + '"');
57 if (numValue === 0)
calendar-picker.html 311 setValueAndClosePopup: function(numValue, stringValue) {
312 window.log('number=' + numValue + ', string="' + stringValue + '"');
313 if (numValue == 0)
date-suggestion-picker.html 226 setValueAndClosePopup: function(numValue, stringValue) {
227 window.log('number=' + numValue + ', string="' + stringValue + '"');
228 if (numValue == 0)
  /external/chromium_org/third_party/WebKit/Source/web/
ColorChooserPopupUIController.cpp 113 void ColorChooserPopupUIController::setValueAndClosePopup(int numValue, const String& stringValue)
117 if (numValue == ColorPickerPopupActionSetValue)
119 if (numValue == ColorPickerPopupActionChooseOtherColor)
DateTimeChooserImpl.cpp 186 void DateTimeChooserImpl::setValueAndClosePopup(int numValue, const String& stringValue)
189 if (numValue >= 0)
  /external/chromium_org/third_party/icu/source/common/
uchar.c 413 double numValue;
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;
446 numValue*=60*60*60*60;
449 numValue*=60*60*60
    [all...]
  /external/icu/icu4c/source/common/
uchar.c 413 double numValue;
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;
446 numValue*=60*60*60*60;
449 numValue*=60*60*60
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
PagePopupController.cpp 51 void PagePopupController::setValueAndClosePopup(int numValue, const String& stringValue)
54 m_popupClient->setValueAndClosePopup(numValue, stringValue);
PagePopupController.h 47 void setValueAndClosePopup(int numValue, const String& stringValue);
PagePopupClient.h 61 virtual void setValueAndClosePopup(int numValue, const String& stringValue) = 0;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasmlib.c 18 #define numvalue(c) ((c)>='a' ? (c)-'a'+10 : (c)>='A' ? (c)-'A'+10 : (c)-'0') macro
79 if (*p<'0' || (*p>'9' && *p<'A') || (digit = numvalue(*p)) >= radix)
nasm.h 255 #define numvalue(c) ((c)>='a' ? (c)-'a'+10 : (c)>='A' ? (c)-'A'+10 : (c)-'0') macro
  /external/chromium_org/third_party/icu/source/test/cintltst/
cucdtst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 760 milliseconds