Home
last modified time | relevance | path

Searched defs:encodedValue (Results 1 – 18 of 18) 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/dexlib2/src/main/java/org/jf/dexlib2/base/
DBaseMethodParameter.java63 EncodedValue encodedValue = annotationElement.getValue(); in getSignature() local
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/EncodedValue/
DEncodedValueAdaptor.java43 public static void writeTo(@Nonnull IndentingWriter writer, @Nonnull EncodedValue encodedValue, in writeTo()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DDexPool.java103@Nonnull EncodedValue encodedValue) throws IOException { in writeEncodedValue()
160 public static void internEncodedValue(@Nonnull EncodedValue encodedValue, in internEncodedValue()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/
DX509ExtensionUtil.java27 byte[] encodedValue) in fromExtensionValue()
DAuthorityKeyIdentifierStructure.java35 byte[] encodedValue) in AuthorityKeyIdentifierStructure()
/external/apache-http/src/org/apache/http/client/utils/
DURLEncodedUtils.java168 final String encodedValue = value != null ? encode(value, encoding) : ""; in format() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
DEncodedValueRewriter.java52 @Nonnull @Override public EncodedValue rewrite(@Nonnull EncodedValue encodedValue) { in rewrite()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DEncodedValueWriter.java66 … protected abstract void writeEncodedValue(@Nonnull EncodedValue encodedValue) throws IOException; in writeEncodedValue()
DDexWriter.java161@Nonnull EncodedValue encodedValue) throws IOException; in writeEncodedValue()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DHttpUrl.java340 public Builder addEncodedQueryParameter(String encodedName, String encodedValue) { in addEncodedQueryParameter()
352 public Builder setEncodedQueryParameter(String encodedName, String encodedValue) { in setEncodedQueryParameter()
/external/skia/src/pdf/
DSkPDFDevice.cpp1211 uint16_t encodedValue = glyphIDs[i]; in drawPosText() local
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliTreeWalker.java1059 EncodedValue encodedValue = null; in field_initial_value() local
1120 EncodedValue encodedValue = null; in literal() local
/external/robolectric/lib/main/
Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...