HomeSort by relevance Sort by last modified time
    Searched refs:getValue (Results 276 - 300 of 8453) sorted by null

<<11121314151617181920>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
RSAPrivateKeyStructure.java 79 BigInteger v = ((ASN1Integer)e.nextElement()).getValue();
86 modulus = ((ASN1Integer)e.nextElement()).getValue();
87 publicExponent = ((ASN1Integer)e.nextElement()).getValue();
88 privateExponent = ((ASN1Integer)e.nextElement()).getValue();
89 prime1 = ((ASN1Integer)e.nextElement()).getValue();
90 prime2 = ((ASN1Integer)e.nextElement()).getValue();
91 exponent1 = ((ASN1Integer)e.nextElement()).getValue();
92 exponent2 = ((ASN1Integer)e.nextElement()).getValue();
93 coefficient = ((ASN1Integer)e.nextElement()).getValue();
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/visitor/
ModifierVisitorTest.java 49 String v = n.getValue();
65 assertEquals("extra c", list.get(0).getValue());
66 assertEquals("extra b", list.get(1).getValue());
67 assertEquals("extra a", list.get(2).getValue());
68 assertEquals("extra t", list.get(3).getValue());
69 assertEquals("x", list.get(4).getValue());
70 assertEquals("c", list.get(5).getValue());
79 if (integerLiteralExpr.getValue().equals("1")) {
93 if (integerLiteralExpr.getValue().equals("2")) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
CSVWriterFilter.java 75 float sharpness = ((Float)sharpnessValue.getValue()).floatValue();
79 float overExposure = ((Float)overExposureValue.getValue()).floatValue();
83 float underExposure = ((Float)underExposureValue.getValue()).floatValue();
87 float colorfulness = ((Float)colorfulnessValue.getValue()).floatValue();
91 float contrast = ((Float)contrastValue.getValue()).floatValue();
95 float brightness = ((Float)brightnessValue.getValue()).floatValue();
99 float[] motionValues = (float[]) motionValuesFrameValue.getValue();
105 String imageFileName = ((String)imageFileNameFrameValue.getValue());
109 String csvFilePath = ((String)csvFilePathFrameValue.getValue());
  /packages/services/Car/car-lib/src/android/car/
CarInfoManager.java 127 return carProp != null ? carProp.getValue() : null;
138 return carProp != null ? carProp.getValue() : null;
148 return carProp != null ? carProp.getValue() : null;
168 return carProp != null ? carProp.getValue() : 0f;
177 return carProp != null ? carProp.getValue() : new int[0];
187 return carProp != null ? carProp.getValue() : 0f;
197 return carProp != null ? carProp.getValue() : new int[0];
217 if (propVal != null && propVal.getValue() != null) {
218 Class<?> actualClass = propVal.getValue().getClass();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Extension.java 196 public ASN1OctetString getValue()
210 return this.getValue().hashCode();
213 return ~this.getValue().hashCode();
226 return other.getValue().equals(this.getValue())
242 return ASN1Primitive.fromByteArray(ext.getValue().getOctets());
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
MethodUtil.java 45 private static int directMask = AccessFlags.STATIC.getValue() | AccessFlags.PRIVATE.getValue() |
46 AccessFlags.CONSTRUCTOR.getValue();
73 return (method.getAccessFlags() & (AccessFlags.PRIVATE.getValue() |
74 AccessFlags.PROTECTED.getValue() |
75 AccessFlags.PUBLIC.getValue())) == 0;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DexBuilder.java 220 writer.writeBoolean(((BooleanEncodedValue)encodedValue).getValue());
223 writer.writeByte(((ByteEncodedValue)encodedValue).getValue());
226 writer.writeChar(((CharEncodedValue)encodedValue).getValue());
229 writer.writeDouble(((DoubleEncodedValue)encodedValue).getValue());
232 writer.writeEnum(((BuilderEnumEncodedValue)encodedValue).getValue());
238 writer.writeFloat(((FloatEncodedValue)encodedValue).getValue());
241 writer.writeInt(((IntEncodedValue)encodedValue).getValue());
244 writer.writeLong(((LongEncodedValue)encodedValue).getValue());
253 writer.writeShort(((ShortEncodedValue)encodedValue).getValue());
280 internEncodedValue(annotationElement.getValue()));
    [all...]
  /external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/
SmalideaField.java 67 flags |= AccessFlags.PUBLIC.getValue();
69 flags |= AccessFlags.PROTECTED.getValue();
71 flags |= AccessFlags.PRIVATE.getValue();
75 flags |= AccessFlags.STATIC.getValue();
79 flags |= AccessFlags.FINAL.getValue();
83 flags |= AccessFlags.VOLATILE.getValue();
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
PrefixConstructorTest.java 42 assertEquals("123", foo.getValue());
46 assertEquals("456", bar.getValue());
50 assertEquals("789", item.getValue());
54 assertEquals("bbb", immut.getValue());
82 String suffix = node.getTag().getValue().substring(prefix.length());
128 public String getValue() {
  /frameworks/support/swiperefreshlayout/src/androidTest/java/androidx/swiperefreshlayout/widget/
CircularProgressDrawableTest.java 76 assertTrue(captor.getValue().width() == captor.getValue().height());
77 assertTrue(captor.getValue().width() <= width);
78 assertTrue(captor.getValue().width() <= height);
95 assertEquals((radius + strokeWidth / 2f) * 2, boundsCaptor.getValue().width(), 0.5);
96 assertEquals((radius + strokeWidth / 2f) * 2, boundsCaptor.getValue().height(), 0.5);
  /frameworks/support/dynamic-animation/src/main/java/androidx/dynamicanimation/animation/
DynamicAnimation.java 64 public float getValue(View view) {
79 public float getValue(View view) {
94 public float getValue(View view) {
109 public float getValue(View view) {
124 public float getValue(View view) {
139 public float getValue(View view) {
154 public float getValue(View view) {
169 public float getValue(View view) {
184 public float getValue(View view) {
199 public float getValue(View view)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 108 const llvm::APSInt& getValue(uint64_t X, unsigned BitWidth, bool isUnsigned);
120 const llvm::APSInt& getValue(const llvm::APSInt& X);
121 const llvm::APSInt& getValue(const llvm::APInt& X, bool isUnsigned);
122 const llvm::APSInt& getValue(uint64_t X, QualType T);
139 return getValue(TargetType.convert(From));
147 return getValue(TargetType.convert(From));
152 return getValue(X, T);
156 return getValue(APSIntType(v).getMaxValue());
160 return getValue(APSIntType(v).getMinValue());
164 return getValue(getAPSIntType(T).getMaxValue())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 108 const llvm::APSInt& getValue(uint64_t X, unsigned BitWidth, bool isUnsigned);
120 const llvm::APSInt& getValue(const llvm::APSInt& X);
121 const llvm::APSInt& getValue(const llvm::APInt& X, bool isUnsigned);
122 const llvm::APSInt& getValue(uint64_t X, QualType T);
139 return getValue(TargetType.convert(From));
147 return getValue(TargetType.convert(From));
152 return getValue(X, T);
156 return getValue(APSIntType(v).getMaxValue());
160 return getValue(APSIntType(v).getMinValue());
164 return getValue(getAPSIntType(T).getMaxValue())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 108 const llvm::APSInt& getValue(uint64_t X, unsigned BitWidth, bool isUnsigned);
120 const llvm::APSInt& getValue(const llvm::APSInt& X);
121 const llvm::APSInt& getValue(const llvm::APInt& X, bool isUnsigned);
122 const llvm::APSInt& getValue(uint64_t X, QualType T);
139 return getValue(TargetType.convert(From));
147 return getValue(TargetType.convert(From));
152 return getValue(X, T);
156 return getValue(APSIntType(v).getMaxValue());
160 return getValue(APSIntType(v).getMinValue());
164 return getValue(getAPSIntType(T).getMaxValue())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 108 const llvm::APSInt& getValue(uint64_t X, unsigned BitWidth, bool isUnsigned);
120 const llvm::APSInt& getValue(const llvm::APSInt& X);
121 const llvm::APSInt& getValue(const llvm::APInt& X, bool isUnsigned);
122 const llvm::APSInt& getValue(uint64_t X, QualType T);
139 return getValue(TargetType.convert(From));
147 return getValue(TargetType.convert(From));
152 return getValue(X, T);
156 return getValue(APSIntType(v).getMaxValue());
160 return getValue(APSIntType(v).getMinValue());
164 return getValue(getAPSIntType(T).getMaxValue())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 108 const llvm::APSInt& getValue(uint64_t X, unsigned BitWidth, bool isUnsigned);
120 const llvm::APSInt& getValue(const llvm::APSInt& X);
121 const llvm::APSInt& getValue(const llvm::APInt& X, bool isUnsigned);
122 const llvm::APSInt& getValue(uint64_t X, QualType T);
139 return getValue(TargetType.convert(From));
147 return getValue(TargetType.convert(From));
152 return getValue(X, T);
156 return getValue(APSIntType(v).getMaxValue());
160 return getValue(APSIntType(v).getMinValue());
164 return getValue(getAPSIntType(T).getMaxValue())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 108 const llvm::APSInt& getValue(uint64_t X, unsigned BitWidth, bool isUnsigned);
120 const llvm::APSInt& getValue(const llvm::APSInt& X);
121 const llvm::APSInt& getValue(const llvm::APInt& X, bool isUnsigned);
122 const llvm::APSInt& getValue(uint64_t X, QualType T);
139 return getValue(TargetType.convert(From));
147 return getValue(TargetType.convert(From));
152 return getValue(X, T);
156 return getValue(APSIntType(v).getMaxValue());
160 return getValue(APSIntType(v).getMinValue());
164 return getValue(getAPSIntType(T).getMaxValue())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 108 const llvm::APSInt& getValue(uint64_t X, unsigned BitWidth, bool isUnsigned);
120 const llvm::APSInt& getValue(const llvm::APSInt& X);
121 const llvm::APSInt& getValue(const llvm::APInt& X, bool isUnsigned);
122 const llvm::APSInt& getValue(uint64_t X, QualType T);
139 return getValue(TargetType.convert(From));
147 return getValue(TargetType.convert(From));
152 return getValue(X, T);
156 return getValue(APSIntType(v).getMaxValue());
160 return getValue(APSIntType(v).getMinValue());
164 return getValue(getAPSIntType(T).getMaxValue())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 108 const llvm::APSInt& getValue(uint64_t X, unsigned BitWidth, bool isUnsigned);
120 const llvm::APSInt& getValue(const llvm::APSInt& X);
121 const llvm::APSInt& getValue(const llvm::APInt& X, bool isUnsigned);
122 const llvm::APSInt& getValue(uint64_t X, QualType T);
139 return getValue(TargetType.convert(From));
147 return getValue(TargetType.convert(From));
152 return getValue(X, T);
156 return getValue(APSIntType(v).getMaxValue());
160 return getValue(APSIntType(v).getMinValue());
164 return getValue(getAPSIntType(T).getMaxValue())
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
SimpleScalarValueChecker.java 75 final double p = previous.getValue();
76 final double c = current.getValue();
  /external/apache-harmony/support/src/test/java/tests/util/
CallVerificationStack.java 203 Boolean value = (Boolean) wrapper.getValue();
214 Character value = (Character) wrapper.getValue();
225 Double value = (Double) wrapper.getValue();
236 Float value = (Float) wrapper.getValue();
247 Integer value = (Integer) wrapper.getValue();
258 Long value = (Long) wrapper.getValue();
269 Short value = (Short) wrapper.getValue();
340 public Object getValue() {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/
OCSPResponseStatus.java 62 public BigInteger getValue()
64 return value.getValue();
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
BiMapPutTester.java 39 V v0 = samples.e0.getValue();
56 V v0 = samples.e0.getValue();
57 V v1 = samples.e1.getValue();
69 getMap().put(samples.e0.getKey(), samples.e0.getValue());
70 getMap().put(samples.e1.getKey(), samples.e1.getValue());
80 V v0 = samples.e0.getValue();
92 V v0 = samples.e0.getValue();
94 V v1 = samples.e1.getValue();
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
ImmutableEntry.java 31 public V getValue() {return v;}
40 return UnicodeMap.areEqual(e.getKey(), k) && UnicodeMap.areEqual(e.getValue(), v);
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
ImmutableEntry.java 28 public V getValue() {return v;}
37 return UnicodeMap.areEqual(e.getKey(), k) && UnicodeMap.areEqual(e.getValue(), v);

Completed in 1406 milliseconds

<<11121314151617181920>>