/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/ |
D | DexDataWriterTest.java | 209 … 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()
|
D | DexWriterSleb128Test.java | 228 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()
|
D | DexWriterUleb128Test.java | 225 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/ |
D | ImmutableEncodedValueFactory.java | 46 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/ |
D | EncodedValueUtils.java | 38 public static boolean isDefaultValue(EncodedValue encodedValue) { in isDefaultValue()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/ |
D | BaseMethodParameter.java | 63 EncodedValue encodedValue = annotationElement.getValue(); in getSignature() local
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/EncodedValue/ |
D | EncodedValueAdaptor.java | 43 public static void writeTo(@Nonnull IndentingWriter writer, @Nonnull EncodedValue encodedValue, in writeTo()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/ |
D | DexPool.java | 103 … @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/ |
D | X509ExtensionUtil.java | 27 byte[] encodedValue) in fromExtensionValue()
|
D | AuthorityKeyIdentifierStructure.java | 35 byte[] encodedValue) in AuthorityKeyIdentifierStructure()
|
/external/apache-http/src/org/apache/http/client/utils/ |
D | URLEncodedUtils.java | 168 final String encodedValue = value != null ? encode(value, encoding) : ""; in format() local
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/ |
D | EncodedValueRewriter.java | 52 @Nonnull @Override public EncodedValue rewrite(@Nonnull EncodedValue encodedValue) { in rewrite()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | EncodedValueWriter.java | 66 … protected abstract void writeEncodedValue(@Nonnull EncodedValue encodedValue) throws IOException; in writeEncodedValue()
|
D | DexWriter.java | 161 … @Nonnull EncodedValue encodedValue) throws IOException; in writeEncodedValue()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | HttpUrl.java | 340 public Builder addEncodedQueryParameter(String encodedName, String encodedValue) { in addEncodedQueryParameter() 352 public Builder setEncodedQueryParameter(String encodedName, String encodedValue) { in setEncodedQueryParameter()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 1211 uint16_t encodedValue = glyphIDs[i]; in drawPosText() local
|
/external/smali/smali/src/main/java/org/jf/smali/ |
D | smaliTreeWalker.java | 1059 EncodedValue encodedValue = null; in field_initial_value() local 1120 EncodedValue encodedValue = null; in literal() local
|
/external/robolectric/lib/main/ |
D | httpclient-4.0.3.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |