Searched defs:encodedValue (Results 1 – 17 of 17) sorted by relevance
| /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/baksmali/src/main/java/org/jf/baksmali/Adaptors/EncodedValue/ |
| D | EncodedValueAdaptor.java | 41 … public static void writeTo(IndentingWriter writer, EncodedValue encodedValue) throws IOException { in writeTo()
|
| /external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/ |
| D | BaseMethodParameter.java | 63 EncodedValue encodedValue = annotationElement.getValue(); in getSignature() local
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/ |
| D | SubjectKeyIdentifierStructure.java | 25 byte[] encodedValue) in SubjectKeyIdentifierStructure()
|
| D | X509ExtensionUtil.java | 27 byte[] encodedValue) in fromExtensionValue()
|
| D | AuthorityKeyIdentifierStructure.java | 35 byte[] encodedValue) in AuthorityKeyIdentifierStructure()
|
| /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/ |
| D | DexPool.java | 94 … @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/ |
| D | URLEncodedUtils.java | 163 final String encodedValue = value != null ? encode(value, encoding) : ""; in format() local
|
| /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 | 153 … @Nonnull EncodedValue encodedValue) throws IOException; in writeEncodedValue()
|
| /external/skia/src/pdf/ |
| D | SkPDFDevice.cpp | 1293 uint16_t encodedValue = glyphIDs[i]; in drawPosText() local
|
| /external/chromium_org/third_party/skia/src/pdf/ |
| D | SkPDFDevice.cpp | 1293 uint16_t encodedValue = glyphIDs[i]; in drawPosText() local
|
| /external/smali/smali/src/main/java/org/jf/smali/ |
| D | smaliTreeWalker.java | 1078 EncodedValue encodedValue = null; in field_initial_value() local 1139 EncodedValue encodedValue = null; in literal() local
|