Home
last modified time | relevance | path

Searched defs:encodedValue (Results 1 – 25 of 48) sorted by relevance

12

/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/writer/
DDexDataWriterTest.java207 … private void testWriteEncodedIntHelper(int integerValue, int... encodedValue) throws IOException { in testWriteEncodedIntHelper()
241 …private void testWriteEncodedUintHelper(int integerValue, int... encodedValue) throws IOException { in testWriteEncodedUintHelper()
279 … private void testWriteEncodedLongHelper(long longValue, int... encodedValue) throws IOException { in testWriteEncodedLongHelper()
346 …private void testWriteRightZeroExtendedIntHelper(int intValue, int... encodedValue) throws IOExcep… in testWriteRightZeroExtendedIntHelper()
391 …private void testWriteRightZeroExtendedLongHelper(long longValue, int... encodedValue) throws IOEx… in testWriteRightZeroExtendedLongHelper()
470 private void testWriteStringHelper(String stringValue, int... encodedValue) throws IOException { in testWriteStringHelper()
DDexWriterUleb128Test.java223 private void performTest(int integerValue, byte[] encodedValue) throws IOException { in performTest()
227 …private void performTest(int integerValue, byte[] encodedValue, int encodedLength) throws IOExcept… in performTest()
DDexWriterSleb128Test.java226 private void performTest(int integerValue, byte[] encodedValue) throws IOException { in performTest()
230 …private void performTest(int integerValue, byte[] encodedValue, int encodedLength) throws IOExcept… in performTest()
/external/cbor-java/src/test/java/co/nstant/in/cbor/model/
DAbstractNumberTest.java22 private final byte[] encodedValue; field in AbstractNumberTest
24 public AbstractNumberTest(long value, byte[] encodedValue) { in AbstractNumberTest()
29 public AbstractNumberTest(BigInteger value, byte[] encodedValue) { in AbstractNumberTest()
DAbstractHalfPrecisionFloatTest.java19 private final byte[] encodedValue; field in AbstractHalfPrecisionFloatTest
21 public AbstractHalfPrecisionFloatTest(float value, byte[] encodedValue) { in AbstractHalfPrecisionFloatTest()
DAbstractByteStringTest.java19 private final byte[] encodedValue; field in AbstractByteStringTest
21 public AbstractByteStringTest(byte[] value, byte[] encodedValue) { in AbstractByteStringTest()
DAbstractSinglePrecisionFloatTest.java19 private final byte[] encodedValue; field in AbstractSinglePrecisionFloatTest
21 public AbstractSinglePrecisionFloatTest(float value, byte[] encodedValue) { in AbstractSinglePrecisionFloatTest()
DAbstractStringTest.java19 private final byte[] encodedValue; field in AbstractStringTest
21 public AbstractStringTest(String value, byte[] encodedValue) { in AbstractStringTest()
DAbstractDoublePrecisionFloatTest.java21 private final byte[] encodedValue; field in AbstractDoublePrecisionFloatTest
23 public AbstractDoublePrecisionFloatTest(double value, byte[] encodedValue) { in AbstractDoublePrecisionFloatTest()
/external/google-smali/baksmali/src/main/java/com/android/tools/smali/baksmali/formatter/
DBaksmaliWriter.java185 public void writeEncodedValue(EncodedValue encodedValue) throws IOException { in writeEncodedValue()
246 protected void writeBooleanEncodedValue(BooleanEncodedValue encodedValue) throws IOException { in writeBooleanEncodedValue()
263 protected void writeCharEncodedValue(CharEncodedValue encodedValue) throws IOException { in writeCharEncodedValue()
298 protected void writeFloatEncodedValue(FloatEncodedValue encodedValue) throws IOException { in writeFloatEncodedValue()
303 protected void writeDoubleEncodedValue(DoubleEncodedValue encodedValue) throws IOException { in writeDoubleEncodedValue()
307 protected void writeEnum(EnumEncodedValue encodedValue) throws IOException { in writeEnum()
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/reference/
DDexBackedCallSiteReference.java76 EncodedValue encodedValue = getCallSiteIterator().getNextOrNull(); in getMethodHandle() local
95 EncodedValue encodedValue = iter.getNextOrNull(); in getMethodName() local
115 EncodedValue encodedValue = iter.getNextOrNull(); in getMethodProto() local
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/value/
DImmutableEncodedValueFactory.java61 public static ImmutableEncodedValue of(@Nonnull EncodedValue encodedValue) { in of()
132 public static ImmutableEncodedValue ofNullable(@Nullable EncodedValue encodedValue) { in ofNullable()
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/util/
DEncodedValueUtils.java64 public static boolean isDefaultValue(EncodedValue encodedValue) { in isDefaultValue()
92 …public static void writeEncodedValue(Writer writer, EncodedValue encodedValue) throws IOException { in writeEncodedValue()
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/pool/
DDexPool.java155@Nonnull EncodedValue encodedValue) throws IOException { in writeEncodedValue()
218 void internEncodedValue(@Nonnull EncodedValue encodedValue) { in internEncodedValue()
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/base/
DBaseMethodParameter.java62 EncodedValue encodedValue = annotationElement.getValue(); in getSignature() local
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/builder/
DDexBuilder.java291@Nonnull BuilderEncodedValue encodedValue) throws IOException { in writeEncodedValue()
365 @Nullable BuilderEncodedValue internNullableEncodedValue(@Nullable EncodedValue encodedValue) { in internNullableEncodedValue()
372 @Nonnull BuilderEncodedValue internEncodedValue(@Nonnull EncodedValue encodedValue) { in internEncodedValue()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/x509/extension/
DX509ExtensionUtil.java35 byte[] encodedValue) in fromExtensionValue()
DAuthorityKeyIdentifierStructure.java35 byte[] encodedValue) in AuthorityKeyIdentifierStructure()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/x509/extension/
DX509ExtensionUtil.java35 byte[] encodedValue) in fromExtensionValue()
DAuthorityKeyIdentifierStructure.java35 byte[] encodedValue) in AuthorityKeyIdentifierStructure()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/
DX509ExtensionUtil.java33 byte[] encodedValue) in fromExtensionValue()
DAuthorityKeyIdentifierStructure.java33 byte[] encodedValue) in AuthorityKeyIdentifierStructure()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
DX509v3CertificateBuilder.java250 byte[] encodedValue) in addExtension()
319 byte[] encodedValue) in replaceExtension()
/external/bouncycastle/repackaged_platform/bcpkix/src/main/java/com/android/internal/org/bouncycastle/cert/
DX509v3CertificateBuilder.java252 byte[] encodedValue) in addExtension()
321 byte[] encodedValue) in replaceExtension()
/external/armnn/profiling/common/include/
DEncodeVersion.hpp32 Version(uint32_t encodedValue) in Version()

12