Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
DDexDataWriterTest.java209 … private void testWriteEncodedIntHelper(int integerValue, int... encodedValue) throws IOException { in testWriteEncodedIntHelper()
243 …private void testWriteEncodedUintHelper(int integerValue, int... encodedValue) throws IOException { in testWriteEncodedUintHelper()
281 … private void testWriteEncodedLongHelper(long longValue, int... encodedValue) throws IOException { in testWriteEncodedLongHelper()
348 …private void testWriteRightZeroExtendedIntHelper(int intValue, int... encodedValue) throws IOExcep… in testWriteRightZeroExtendedIntHelper()
393 …private void testWriteRightZeroExtendedLongHelper(long longValue, int... encodedValue) throws IOEx… in testWriteRightZeroExtendedLongHelper()
472 private void testWriteStringHelper(String stringValue, int... encodedValue) throws IOException { in testWriteStringHelper()
DDexWriterSleb128Test.java228 private void performTest(int integerValue, byte[] encodedValue) throws IOException { in performTest()
232 …private void performTest(int integerValue, byte[] encodedValue, int encodedLength) throws IOExcept… in performTest()
DDexWriterUleb128Test.java225 private void performTest(int integerValue, byte[] encodedValue) throws IOException { in performTest()
229 …private void performTest(int integerValue, byte[] encodedValue, int encodedLength) throws IOExcept… in performTest()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/
DImmutableEncodedValueFactory.java46 public static ImmutableEncodedValue of(@Nonnull EncodedValue encodedValue) { in of()
114 public static ImmutableEncodedValue ofNullable(@Nullable EncodedValue encodedValue) { in ofNullable()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DEncodedValueUtils.java38 public static boolean isDefaultValue(EncodedValue encodedValue) { in isDefaultValue()
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/EncodedValue/
DEncodedValueAdaptor.java41 … public static void writeTo(IndentingWriter writer, EncodedValue encodedValue) throws IOException { in writeTo()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/
DBaseMethodParameter.java63 EncodedValue encodedValue = annotationElement.getValue(); in getSignature() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/
DSubjectKeyIdentifierStructure.java25 byte[] encodedValue) in SubjectKeyIdentifierStructure()
DX509ExtensionUtil.java27 byte[] encodedValue) in fromExtensionValue()
DAuthorityKeyIdentifierStructure.java35 byte[] encodedValue) in AuthorityKeyIdentifierStructure()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DDexPool.java94@Nonnull EncodedValue encodedValue) throws IOException { in writeEncodedValue()
151 public static void internEncodedValue(@Nonnull EncodedValue encodedValue, in internEncodedValue()
/external/apache-http/src/org/apache/http/client/utils/
DURLEncodedUtils.java163 final String encodedValue = value != null ? encode(value, encoding) : ""; in format() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DEncodedValueWriter.java66 … protected abstract void writeEncodedValue(@Nonnull EncodedValue encodedValue) throws IOException; in writeEncodedValue()
DDexWriter.java153@Nonnull EncodedValue encodedValue) throws IOException; in writeEncodedValue()
/external/skia/src/pdf/
DSkPDFDevice.cpp1293 uint16_t encodedValue = glyphIDs[i]; in drawPosText() local
/external/chromium_org/third_party/skia/src/pdf/
DSkPDFDevice.cpp1293 uint16_t encodedValue = glyphIDs[i]; in drawPosText() local
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliTreeWalker.java1078 EncodedValue encodedValue = null; in field_initial_value() local
1139 EncodedValue encodedValue = null; in literal() local