HomeSort by relevance Sort by last modified time
    Searched refs:fromInt (Results 1 - 25 of 29) sorted by null

1 2

  /external/guava/guava-tests/test/com/google/common/hash/
PackageSanityTests.java 31 setDefault(HashCode.class, HashCode.fromInt(1));
HashCodeTest.java 69 HashCode fromInt = HashCode.fromInt(expected.asInt);
70 assertExpectedHashCode(expected, fromInt);
136 assertEquals(0x0000000011111111L, HashCode.fromInt(0x11111111).padToLong());
137 assertEquals(0x0000000099999999L, HashCode.fromInt(0x99999999).padToLong());
180 HashCode hashCode42 = HashCode.fromInt(42);
263 HashCode.fromInt(42).writeBytesTo(dest, 0, 4);
265 HashCode.fromInt(42).asBytes(),
Murmur3Hash32Test.java 56 assertEquals(HashCode.fromInt(expected), actual);
HashingTest.java 212 checkSameResult(HashCode.fromInt(0x99999999), 0x0000000099999999L);
251 Hashing.combineOrdered(ImmutableList.of(HashCode.fromInt(32), HashCode.fromLong(32L)));
258 HashCode hash31 = HashCode.fromInt(31);
259 HashCode hash32 = HashCode.fromInt(32);
293 Hashing.combineUnordered(ImmutableList.of(HashCode.fromInt(32), HashCode.fromLong(32L)));
300 HashCode hash31 = HashCode.fromInt(31);
301 HashCode hash32 = HashCode.fromInt(32);
303 assertEquals(HashCode.fromInt(64), Hashing.combineUnordered(ImmutableList.of(hash32, hash32)));
304 assertEquals(HashCode.fromInt(96),
  /external/guava/guava/src/com/google/common/hash/
ChecksumHashFunction.java 88 return HashCode.fromInt((int) value);
Crc32cHashFunction.java 121 return HashCode.fromInt(crc);
Murmur3_32HashFunction.java 147 return HashCode.fromInt(h1);
HashCode.java 119 public static HashCode fromInt(int hash) {
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameView.java 64 public static State fromInt(int i) {
150 mData[i] = State.fromInt(rnd.nextInt(3));
400 mData[i] = State.fromInt(data[i]);
405 mSelectedValue = State.fromInt(b.getInt("gv_sel_val", State.EMPTY.getValue()));
406 mCurrentPlayer = State.fromInt(b.getInt("gv_curr_play", State.EMPTY.getValue()));
407 mWinner = State.fromInt(b.getInt("gv_winner", State.EMPTY.getValue()));
GameActivity.java 90 player = State.fromInt(getIntent().getIntExtra(EXTRA_START_PLAYER, 1));
  /external/swiftshader/third_party/subzero/src/
IceRegAlloc.cpp 342 RegAliases[Reg] = &Target->getAliasesForRegister(RegNumT::fromInt(Reg));
546 Iter.PreferReg = RegNumT::fromInt(SrcReg);
773 Iter.Cur->setRegNumTmp(RegNumT::fromInt(MinWeightIndex));
    [all...]
IceOperand.h 478 /// needed, the fromInt() method can be used, such as when a RegNumT is based
496 static RegNumT fromInt(BaseType Value) { return RegNumT(Value); }
520 /// Private ctor called only by fromInt() and fixme().
538 /// RegNumT RegNum = RegNumT::fromInt(i);
563 return RegNumT::fromInt(Current);
    [all...]
IceTargetLowering.cpp 185 const auto RegNum = RegNumT::fromInt(RegIndex);
    [all...]
IceTargetLoweringARM32.cpp 341 const auto RegNum = RegNumT::fromInt(i);
    [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
IceTargetLoweringMIPS32.cpp     [all...]
  /external/v8/benchmarks/
crypto.js 200 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);
    [all...]
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
Asset.java 72 public static AccessMode fromInt(int mode) {
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowArscAssetManager10.java 702 assetmanager.Open(asset_path_utf8, Asset.AccessMode.fromInt(access_mode));
755 Asset.AccessMode.fromInt(access_mode));
758 Asset.AccessMode.fromInt(access_mode));
    [all...]
ShadowArscAssetManager9.java 698 assetmanager.Open(asset_path_utf8, Asset.AccessMode.fromInt(access_mode));
751 Asset.AccessMode.fromInt(access_mode));
754 Asset.AccessMode.fromInt(access_mode));
    [all...]
ShadowArscAssetManager.java 332 Asset a = am.open(fileName8, AccessMode.fromInt(mode));
375 AccessMode mode = AccessMode.fromInt(accessMode);
    [all...]
  /external/kotlinc/lib/
kotlin-stdlib.jar 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /external/cldr/tools/java/libs/
guava.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 1074 milliseconds

1 2