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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1ObjectIdentifier.java 90 BigInteger bigValue = null;
132 if (bigValue == null)
134 bigValue = BigInteger.valueOf(value);
136 bigValue = bigValue.or(BigInteger.valueOf(b & 0x7f));
142 bigValue = bigValue.subtract(BigInteger.valueOf(80));
147 objId.append(bigValue);
148 bigValue = null;
153 bigValue = bigValue.shiftLeft(7)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mfinal_test.go 73 type bigValue struct {
86 v := &bigValue{0xDEADBEEFDEADBEEF, true, "It matters not how strait the gate"}
89 i, ok := v.(*bigValue)
91 t.Errorf("finalizer called with type %T, want *bigValue", v)
106 t.Errorf("finalizer for type *bigValue didn't run")
  /prebuilts/go/linux-x86/src/runtime/
mfinal_test.go 73 type bigValue struct {
86 v := &bigValue{0xDEADBEEFDEADBEEF, true, "It matters not how strait the gate"}
89 i, ok := v.(*bigValue)
91 t.Errorf("finalizer called with type %T, want *bigValue", v)
106 t.Errorf("finalizer for type *bigValue didn't run")
  /external/parameter-framework/upstream/test/test-fixed-point-parameter/
Main.py 88 # bigValue is to be sure a value far out of range is refused
89 bigValue = (2 * self._quantum)
93 Decimal(self._lowerAllowedBound) - Decimal(bigValue),
94 Decimal(self._upperAllowedBound) + Decimal(bigValue),
  /libcore/luni/src/test/java/libcore/java/math/
BigDecimalTest.java 331 BigDecimal bigValue = valueOf(value);
334 assertEquals(bigValue, bigHalfValue.multiply(two));
335 assertEquals(bigValue, bigHalfValue.add(bigHalfValue));
336 assertEquals(bigHalfValue, bigValue.subtract(bigHalfValue));
337 assertEquals(bigHalfValue, bigValue.divide(two, RoundingMode.UNNECESSARY));
339 assertEquals(two, bigValue.divide(bigHalfValue, RoundingMode.UNNECESSARY));
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
TextFormat.java     [all...]
  /prebuilts/tools/common/m2/repository/com/braintreepayments/encryption/2.1.0/
encryption-2.1.0.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /prebuilts/misc/common/robolectric/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 430 milliseconds