HomeSort by relevance Sort by last modified time
    Searched refs:bigint (Results 1 - 14 of 14) sorted by null

  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
PoloUtil.java 84 BigInteger bigint = new BigInteger(1, bytes); local
86 return String.format("%0" + formatLen + "x", bigint);
  /prebuilts/misc/common/swig/include/2.0.11/java/
typemaps.i 252 jobject bigint;
261 bigint = JCALL3(NewObject, jenv, clazz, mid, ba);
262 JCALL3(SetObjectArrayElement, jenv, $input, 0, bigint);
392 jobject bigint;
408 bigint = JCALL2(GetObjectArrayElement, jenv, $input, 0);
409 if (!bigint) {
413 clazz = JCALL1(GetObjectClass, jenv, bigint);
415 ba = (jbyteArray)JCALL2(CallObjectMethod, jenv, bigint, mid);
java.swg 346 jobject bigint;
355 bigint = JCALL3(NewObject, jenv, clazz, mid, ba);
356 $result = bigint;
365 jobject bigint;
374 bigint = JCALL3(NewObject, jenv, clazz, mid, ba);
375 $input = bigint;
587 jobject bigint;
596 bigint = JCALL3(NewObject, jenv, clazz, mid, ba);
597 $result = bigint;
    [all...]
  /external/v8/test/webkit/
dfg-int-overflow-in-loop.js 33 // Now trigger overflow that is so severe that the floating point result would be different than the bigint result.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fractions.py 252 bigint = 1234567890123456789
253 self.assertEqual((bigint, 1), _components(F.from_float(bigint)))
test_decimal.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fractions.py 252 bigint = 1234567890123456789
253 self.assertEqual((bigint, 1), _components(F.from_float(bigint)))
test_decimal.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py     [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 

Completed in 253 milliseconds