HomeSort by relevance Sort by last modified time
    Searched refs:numValue (Results 1 - 16 of 16) 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/Source/core/page/
PagePopupController.h 47 void setValueAndClosePopup(int numValue, const String& stringValue);
PagePopupClient.h 61 virtual void setValueAndClosePopup(int numValue, const String& stringValue) = 0;
PagePopupController.cpp 51 void PagePopupController::setValueAndClosePopup(int numValue, const String& stringValue)
54 m_popupClient->setValueAndClosePopup(numValue, stringValue);
  /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/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 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 661 milliseconds