Searched defs:isNumber (Results 1 - 21 of 21) sorted by relevance

/external/srec/portable/src/
H A Dptypes.c22 PINLINE ESR_BOOL isNumber(const LCHAR* str) function
/external/chromium/webkit/glue/
H A Dcpp_variant.h84 bool isNumber() const { return (isInt32() || isDouble()); } function in class:CppVariant
92 // For example, ToInt32() works only if isNumber() is true.
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DCppVariant.h108 bool isNumber() const { return (isInt32() || isDouble()); } function in class:WebTestRunner::CppVariant
116 // For example, toInt32() works only if isNumber() is true.
/external/chromium_org/webkit/renderer/
H A Dcpp_variant.h87 bool isNumber() const { return (isInt32() || isDouble()); } function in class:webkit_glue::CppVariant
95 // For example, ToInt32() works only if isNumber() is true.
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dbackground.js217 function isNumber(n) { function
221 if (!isNumber(localStorage.popupLastOpened)) {
260 if (isNumber(request.openWhenComplete)) {
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Dprototype-1.7.js334 function isNumber(object) { function
360 isNumber: isNumber,
2075 if (Object.isString(insertions) || Object.isNumber(insertions) ||
2197 return Object.isNumber(expression) ? ancestors[expression] :
2204 return Object.isNumber(expression) ? Element.descendants(element)[expression] :
2210 if (Object.isNumber(expression)) index = expression, expression = false;
2211 if (!Object.isNumber(index)) index = 0;
2222 if (Object.isNumber(expression)) index = expression, expression = false;
2223 if (!Object.isNumber(inde
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimatableValue.h51 bool isNumber() const { return m_type == TypeNumber; } function in class:WebCore::AnimatableValue
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathValue.h76 bool isNumber() const { return m_type == NumberValue; } function in class:WebCore::XPath::Value
/external/chromium_org/v8/test/webkit/
H A Dtypeof-constant-string.js62 function isNumber(a) function
67 shouldBeTrue("isNumber(1)");
68 shouldBeFalse("isNumber(undefined)");
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.h175 bool isNumber() const { return primitiveType() == CSS_NUMBER; } function in class:WebCore::CSSPrimitiveValue
/external/chromium_org/third_party/sqlite/src/src/
H A Dshell.c266 static int isNumber(const char *z, int *realnum){ function
815 }else if( isNumber(azArg[i], 0) ){
/external/chromium_org/v8/src/
H A Dd8.js1835 this.isNumber() || this.isString();
1879 ProtocolValue.prototype.isNumber = function() {
H A Dmirror-debugger.js64 if (mirror.isNumber() && isNaN(mirror.value()) &&
276 Mirror.prototype.isNumber = function() {
/external/sqlite/dist/orig/
H A Dshell.c282 static int isNumber(const char *z, int *realnum){ function
832 }else if( isNumber(azArg[i], 0) ){
/external/sqlite/dist/
H A Dshell.c287 static int isNumber(const char *z, int *realnum){ function
837 }else if( isNumber(azArg[i], 0) ){
/external/v8/src/
H A Dd8.js2452 this.isNumber() || this.isString();
2496 ProtocolValue.prototype.isNumber = function() {
H A Dmirror-debugger.js64 if (mirror.isNumber() && isNaN(mirror.value()) &&
276 Mirror.prototype.isNumber = function() {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 3964 milliseconds