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 44 unsigned long numValue() const {return m_numValue;}
167 unsigned long numValue = 0;
235 numValue = getDigitValue(c, base);
253 numValue = 0;
261 numValue = getDigitValue(c, base);
269 // fal through to numValue to handle numValue
274 numValue *= base;
275 numValue += getDigitValue(c, base);
285 unsigned char c = (numValue >> (n * 8)) & 0xFF
    [all...]
  /external/libnfc-nci/src/adaptation/
config.cpp 44 unsigned long numValue() const {return m_numValue;}
167 unsigned long numValue = 0;
235 numValue = getDigitValue(c, base);
253 numValue = 0;
261 numValue = getDigitValue(c, base);
269 // fal through to numValue to handle numValue
274 numValue *= base;
275 numValue += getDigitValue(c, base);
285 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 307 setValueAndClosePopup: function(numValue, stringValue) {
308 window.log('number=' + numValue + ', string="' + stringValue + '"');
309 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 110 void ColorChooserPopupUIController::setValueAndClosePopup(int numValue, const String& stringValue)
114 if (numValue == ColorPickerPopupActionSetValue)
116 if (numValue == ColorPickerPopupActionChooseOtherColor)
DateTimeChooserImpl.cpp 175 void DateTimeChooserImpl::setValueAndClosePopup(int numValue, const String& stringValue)
178 if (numValue >= 0)
  /external/icu4c/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 52 void PagePopupController::setValueAndClosePopup(int numValue, const String& stringValue)
55 m_popupClient->setValueAndClosePopup(numValue, stringValue);
PagePopupController.h 45 void setValueAndClosePopup(int numValue, const String& stringValue);
PagePopupClient.h 60 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/common/
uchar.c 412 double numValue;
415 numValue=mant;
419 numValue*=10000.;
424 numValue*=1000.;
427 numValue*=100.;
430 numValue*=10.;
437 return numValue;
  /external/chromium_org/third_party/icu/source/test/cintltst/
cucdtst.c     [all...]
  /external/icu4c/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 1142 milliseconds