/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | TimeVal.java | 39 private Long mValue = null; field in TimeVal 45 mValue = value; in TimeVal() 54 mValue = fromString(value); in TimeVal() 61 return mValue; in asLong() 133 return mValue.doubleValue(); in doubleValue() 141 return mValue.floatValue(); in floatValue() 149 return mValue.intValue(); in intValue() 157 return mValue.longValue(); in longValue() 165 return mValue.compareTo(other); in compareTo()
|
D | RegexTrie.java | 58 private V mValue = null; field in RegexTrie 107 mValue = null; in clear() 123 V oldValue = mValue; in recursivePut() 124 mValue = value; in recursivePut() 200 return mValue; in recursiveRetrieve() 285 return mValue; in getValue() 290 return String.format("{V: %s, C: %s}", mValue, mChildren); in toString()
|
D | TestMapping.java | 50 private String mValue = null; field in TestMapping.TestOption 54 mValue = value; in TestOption() 62 return mValue; in getValue()
|
/tools/tradefederation/core/src/com/android/tradefed/util/hostmetric/ |
D | HostMetric.java | 28 private long mValue; field in HostMetric 42 mValue = value; in HostMetric() 56 json.put("value", mValue); in toJson()
|
/tools/apksig/src/main/java/com/android/apksig/internal/asn1/ber/ |
D | BerDataValue.java | 99 private final BerDataValue mValue; field in BerDataValue.ParsedValueReader 103 mValue = value; in ParsedValueReader() 112 return mValue; in readDataValue()
|
/tools/loganalysis/src/com/android/loganalysis/util/ |
D | RegexTrie.java | 58 private V mValue = null; field in RegexTrie 107 mValue = null; in clear() 123 V oldValue = mValue; in recursivePut() 124 mValue = value; in recursivePut() 200 return mValue; in recursiveRetrieve() 285 return mValue; in getValue() 290 return String.format("{V: %s, C: %s}", mValue, mChildren); in toString()
|
/tools/tradefederation/core/src/com/android/tradefed/util/net/ |
D | XmlRpcHelper.java | 163 private StringBuilder mValue = new StringBuilder(); field in XmlRpcHelper.RpcResponseHandler 200 mResponses.add(mValue.toString()); in endElement() 204 mValue.delete(0, mValue.length()); in endElement() 215 mValue.append(ch, start, length); in characters()
|
/tools/apksig/src/main/java/com/android/apksig/internal/jar/ |
D | ManifestParser.java | 260 private final String mValue; field in ManifestParser.Attribute 267 mValue = value; in Attribute() 281 return mValue; in getValue()
|
/tools/apksig/src/main/java/com/android/apksig/internal/apk/ |
D | ApkSigningBlockUtils.java | 1055 private final byte[] mValue; field in ApkSigningBlockUtils.Result.SignerInfo.ContentDigest 1059 mValue = value; in ContentDigest() 1067 return mValue; in getValue() 1073 private final byte[] mValue; field in ApkSigningBlockUtils.Result.SignerInfo.Signature 1077 mValue = value; in Signature() 1085 return mValue; in getValue() 1091 private final byte[] mValue; field in ApkSigningBlockUtils.Result.SignerInfo.AdditionalAttribute 1095 mValue = value.clone(); in AdditionalAttribute() 1103 return mValue.clone(); in getValue()
|
/tools/loganalysis/src/com/android/loganalysis/util/config/ |
D | OptionSetter.java | 392 map.put(pair.mKey, pair.mValue); in setOptionMapValue() 844 public Object mValue = null; field in OptionSetter.MapEntry 851 mValue = value; in MapEntry()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | CodeCoverageTestBaseTest.java | 233 private ByteString mValue; 239 mValue = ByteString.readFrom(reportStream); 244 return mValue;
|