Searched defs:fromInt (Results 1 - 8 of 8) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
H A DHashCodes.java29 static HashCode fromInt(int hash) { method in class:HashCodes
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DItemType.java112 public static ItemType fromInt(int itemType) { method in class:ItemType
/external/webkit/Source/JavaScriptCore/parser/
H A DResultType.h172 static OperandTypes fromInt(int value) function in struct:JSC::OperandTypes
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DMessageID.h152 static MessageID fromInt(unsigned i) function in class:CoreIPC::MessageID
/external/v8/benchmarks/
H A Dcrypto.js200 function nbv(i) { var r = nbi(); r.fromInt(i); return r; }
457 if(q != null) q.fromInt(0);
642 BigInteger.prototype.fromInt = bnpFromInt;
731 this.fromInt(0);
760 if(a < 2) this.fromInt(1);
1271 a.fromInt(lowprimes[i]);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js192 function nbv(i) { var r = nbi(); r.fromInt(i); return r; }
449 if(q != null) q.fromInt(0);
634 BigInteger.prototype.fromInt = bnpFromInt;
723 this.fromInt(0);
752 if(a < 2) this.fromInt(1);
1263 a.fromInt(lowprimes[i]);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js192 function nbv(i) { var r = nbi(); r.fromInt(i); return r; }
449 if(q != null) q.fromInt(0);
634 BigInteger.prototype.fromInt = bnpFromInt;
723 this.fromInt(0);
752 if(a < 2) this.fromInt(1);
1263 a.fromInt(lowprimes[i]);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js192 function nbv(i) { var r = nbi(); r.fromInt(i); return r; }
449 if(q != null) q.fromInt(0);
634 BigInteger.prototype.fromInt = bnpFromInt;
723 this.fromInt(0);
752 if(a < 2) this.fromInt(1);
1263 a.fromInt(lowprimes[i]);

Completed in 2664 milliseconds