HomeSort by relevance Sort by last modified time
    Searched refs:Number (Results 126 - 150 of 441) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Number/
15.7.3.1-2.js 24 ECMA Section: 15.7.3.1 Number.prototype
25 Description: All value properties of the Number object should have
28 this test checks the ReadOnly attribute of Number.prototype
38 var TITLE = "Number.prototype";
51 "var NUM_PROT = Number.prototype; Number.prototype = null; Number.prototype == NUM_PROT",
53 eval("var NUM_PROT = Number.prototype; Number.prototype = null; Number.prototype == NUM_PROT") )
    [all...]
15.7.3.3-1.js 24 ECMA Section: 15.7.3.3 Number.MIN_VALUE
25 Description: All value properties of the Number object should have
28 this test checks the value of Number.MIN_VALUE
38 var TITLE = "Number.MIN_VALUE";
51 array[item++] = new TestCase( SECTION, "Number.MIN_VALUE", MIN_VAL, Number.MIN_VALUE );
15.7.3.3-3.js 24 ECMA Section: 15.7.3.3 Number.MIN_VALUE
25 Description: All value properties of the Number object should have
28 this test checks the ReadOnly attribute of Number.MIN_VALUE
36 var TITLE = "Number.MIN_VALUE: ReadOnly Attribute";
48 "Number.MIN_VALUE=0; Number.MIN_VALUE",
49 Number.MIN_VALUE,
50 "Number.MIN_VALUE=0; Number.MIN_VALUE" );
15.7.3.4-1.js 24 ECMA Section: 15.7.3.4 Number.NaN
25 Description: All value properties of the Number object should have
28 this test checks the value of Number.NaN
38 var TITLE = "Number.NaN";
48 array[item++] = new TestCase(SECTION, "NaN", NaN, Number.NaN );
15.7.3.4-3.js 24 ECMA Section: 15.7.3.4 Number.NaN
25 Description: All value properties of the Number object should have
28 this test checks the ReadOnly attribute of Number.NaN
37 var TITLE = "Number.NaN";
51 "Number.NaN=0; Number.NaN",
52 Number.NaN,
53 "Number.NaN=0; Number.NaN" );
15.7.3.5-1.js 24 ECMA Section: 15.7.3.5 Number.NEGATIVE_INFINITY
25 Description: All value properties of the Number object should have
28 this test checks the value of Number.NEGATIVE_INFINITY
36 var TITLE = "Number.NEGATIVE_INFINITY";
46 array[item++] = new TestCase(SECTION, "Number.NEGATIVE_INFINITY", -Infinity, Number.NEGATIVE_INFINITY );
15.7.3.6-1.js 24 ECMA Section: 15.7.3.6 Number.POSITIVE_INFINITY
25 Description: All value properties of the Number object should have
28 this test checks the value of Number.POSITIVE_INFINITY
37 var TITLE = "Number.POSITIVE_INFINITY";
46 array[item++] = new TestCase( SECTION, "Number.POSITIVE_INFINITY", Infinity, Number.POSITIVE_INFINITY );
15.7.3.6-3.js 24 ECMA Section: 15.7.3.6 Number.POSITIVE_INFINITY
25 Description: All value properties of the Number object should have
28 this test checks the ReadOnly attribute of Number.POSITIVE_INFINITY
37 var TITLE = "Number.POSITIVE_INFINITY";
50 "Number.POSITIVE_INFINITY=0; Number.POSITIVE_INFINITY",
51 Number.POSITIVE_INFINITY,
52 "Number.POSITIVE_INFINITY=0; Number.POSITIVE_INFINITY" );
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Statements/
12.6.3-11.js 72 for ( p in Number ) { result += String(p) };
75 "result = \"\"; for ( p in Number ) { result += String(p) };",
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
expression-002.js 52 function Property( object, value, string, number ) {
55 this.number = Number(value);
expression-003.js 47 function Property( object, value, string, number ) {
50 this.number = Number(value);
expression-004.js 41 function Property( object, value, string, number ) {
44 this.number = Number(value);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
dowhile-003.js 6 * Test do while, when the while expression is a JavaScript Number object.
57 Number( object.value )
try-001.js 39 * return Number( v )
44 value = Number( v );
  /external/webkit/SunSpider/hosted/
json2.js 31 be packed without extra whitespace. If it is a number,
32 it will specify the number of spaces to indent at each
84 be used for indentation. If the space parameter is a number, then
187 Number.prototype.toJSON =
259 case 'number':
368 // If the space parameter is a number, make an indent string containing that
371 if (typeof space === 'number') {
388 typeof replacer.length !== 'number')) {
  /external/webkit/WebCore/bindings/v8/custom/
V8SVGLengthCustom.cpp 48 return v8::Number::New(imp.value(V8Proxy::svgContext(wrapper)));
  /cts/tools/signature-tools/test/signature/comparator/
ClassCompareTest.java 205 static class A0<E extends Number> extends B<E> implements I<E>{}
206 static class A1<S extends Number> extends B<S>{}
238 CompilationUnit Number = new CompilationUnit("a.Number",
240 "public class Number implements java.io.Serializable{}");
243 "public interface I<T extends Number & java.io.Serializable>{}");
246 "public interface I<T extends Number>{}");
247 IApi fromApi = convert(I0,Number);
248 IApi toApi = convert(I1,Number);
255 CompilationUnit Number = new CompilationUnit("a.Number",
    [all...]
  /external/oauth/core/src/main/java/net/oauth/
OAuthProblemException.java 97 } else if (code instanceof Number) { // the usual case
98 return ((Number) code).intValue();
  /external/v8/test/mjsunit/
unicode-string-to-number.js 30 assertEquals(272, Number('2\u00372'));
31 assertTrue(isNaN(Number('2\u11372')), "short-string");
38 assertTrue(isFinite(Number(s)));
45 assertTrue(isNaN(Number(s)), "long-string");
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Boolean/
15.6.1.js 71 array[item++] = new TestCase( SECTION, "Boolean(-Infinity)", true, Boolean(Number.NEGATIVE_INFINITY) );
72 array[item++] = new TestCase( SECTION, "Boolean(NaN)", false, Boolean(Number.NaN) );
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.7-3.js 41 5.Compute the number of characters in Result(1).
43 7.Compute the number of characters in the string that is Result(2).
119 position = Number( position )
155 n = Number( n );
  /external/webkit/WebCore/xml/
XPathPredicate.h 39 class Number : public Expression {
41 Number(double);
  /external/v8/test/mjsunit/regress/
regress-877615.js 28 Number.prototype.toLocaleString = function() { return 'invalid'};
31 Number.prototype.toLocaleString = 'invalid';
34 Number.prototype.toString = function() { return 'invalid' };
  /external/webkit/WebCore/bindings/v8/
ScriptObject.cpp 89 v8Object()->Set(v8::String::New(name), v8::Number::New(value));
96 v8Object()->Set(v8::String::New(name), v8::Number::New(value));
103 v8Object()->Set(v8::String::New(name), v8::Number::New(value));
110 v8Object()->Set(v8::String::New(name), v8::Number::New(value));
117 v8Object()->Set(v8::String::New(name), v8::Number::New(value));
124 v8Object()->Set(v8::String::New(name), v8::Number::New(value));
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
osmemapi.c 160 section - section number
205 Number - Number of elements
215 UINT32 Number,
223 os_printf("MTT:%s:%d ::os_memoryCAlloc(0x%p, %lu, %lu) : %lu\n",__FUNCTION__,__LINE__,OsContext,Number,Size,Number*Size);
225 MemSize = Number * Size;
227 if( (Number > 0) && (Size >= (0xFFFFFFFFUL / Number)) ) { /* Dm: Security fix */
434 DESCRIPTION: This function copies a specified number of bytes from one caller-supplie
    [all...]

Completed in 349 milliseconds

1 2 3 4 56 7 8 91011>>