HomeSort by relevance Sort by last modified time
    Searched refs:base32 (Results 1 - 13 of 13) sorted by null

  /external/guava/guava-gwt/test-super/com/google/common/io/super/com/google/common/io/
BaseEncodingTest.java 18 import static com.google.common.io.BaseEncoding.base32;
50 testEncodes(base32().withSeparator("*", 4), "foobar", "MZXW*6YTB*OI==*====");
148 testEncodingWithCasing(base32(), "", ""); method
149 testEncodingWithCasing(base32(), "f", "MY======"); method
150 testEncodingWithCasing(base32(), "fo", "MZXQ===="); method
151 testEncodingWithCasing(base32(), "foo", "MZXW6==="); method
152 testEncodingWithCasing(base32(), "foob", "MZXW6YQ="); method
153 testEncodingWithCasing(base32(), "fooba", "MZXW6YTB"); method
154 testEncodingWithCasing(base32(), "foobar", "MZXW6YTBOI======"); method
158 testDecodes(base32(), "MZXW6", "foo") method
159 testDecodes(base32(), "MZXW6=", "foo"); method
160 testDecodes(base32(), "MZXW6==", "foo"); method
161 testDecodes(base32(), "MZXW6===", "foo"); \/\/ proper padding length method
162 testDecodes(base32(), "MZXW6====", "foo"); method
163 testDecodes(base32(), "MZXW6=====", "foo"); method
179 assertFailsToDecode(base32(), "\\u007f"); method
180 assertFailsToDecode(base32(), "Wf2!"); method
182 assertFailsToDecode(base32(), "let's not talk of love or chains!"); method
184 assertFailsToDecode(base32(), "A"); method
185 assertFailsToDecode(base32(), "ABC"); method
186 assertFailsToDecode(base32(), "ABCDEF"); method
190 assertSame(base32(), base32().upperCase()); method
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/
BaseEncodingTest.java 18 import static com.google.common.io.BaseEncoding.base32;
56 testEncodes(base32().withSeparator("*", 4), "foobar", "MZXW*6YTB*OI==*====");
190 testEncodingWithCasing(base32(), "", ""); method
191 testEncodingWithCasing(base32(), "f", "MY======"); method
192 testEncodingWithCasing(base32(), "fo", "MZXQ===="); method
193 testEncodingWithCasing(base32(), "foo", "MZXW6==="); method
194 testEncodingWithCasing(base32(), "foob", "MZXW6YQ="); method
195 testEncodingWithCasing(base32(), "fooba", "MZXW6YTB"); method
196 testEncodingWithCasing(base32(), "foobar", "MZXW6YTBOI======"); method
202 testStreamingEncodingWithCasing(base32(), "", ""); method
203 testStreamingEncodingWithCasing(base32(), "f", "MY======"); method
204 testStreamingEncodingWithCasing(base32(), "fo", "MZXQ===="); method
205 testStreamingEncodingWithCasing(base32(), "foo", "MZXW6==="); method
206 testStreamingEncodingWithCasing(base32(), "foob", "MZXW6YQ="); method
207 testStreamingEncodingWithCasing(base32(), "fooba", "MZXW6YTB"); method
208 testStreamingEncodingWithCasing(base32(), "foobar", "MZXW6YTBOI======"); method
212 testDecodes(base32(), "MZXW6", "foo"); method
213 testDecodes(base32(), "MZXW6=", "foo"); method
214 testDecodes(base32(), "MZXW6==", "foo"); method
215 testDecodes(base32(), "MZXW6===", "foo"); \/\/ proper padding length method
216 testDecodes(base32(), "MZXW6====", "foo"); method
217 testDecodes(base32(), "MZXW6=====", "foo"); method
233 assertFailsToDecode(base32(), "\\u007f"); method
234 assertFailsToDecode(base32(), "Wf2!"); method
236 assertFailsToDecode(base32(), "let's not talk of love or chains!"); method
238 assertFailsToDecode(base32(), "A"); method
239 assertFailsToDecode(base32(), "ABC"); method
240 assertFailsToDecode(base32(), "ABCDEF"); method
244 assertSame(base32(), base32().upperCase()); method
    [all...]
  /external/guava/guava/src/com/google/common/io/
BaseEncoding.java 58 * BaseEncoding.base32().encode("foo".getBytes(Charsets.US_ASCII))}</pre>
61 * byte[] decoded = BaseEncoding.base32().decode("MZXW6===");}</pre>
100 * <td>{@link #base32()}
426 private static final BaseEncoding BASE32 =
427 new StandardBaseEncoding("base32()", "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567", '=');
430 * The "base32" encoding specified by <a
442 public static BaseEncoding base32() {
443 return BASE32;
  /external/guava/guava-gwt/src-super/com/google/common/io/super/com/google/common/io/
BaseEncoding.java 50 * BaseEncoding.base32().encode("foo".getBytes(Charsets.US_ASCII))}</pre>
53 * byte[] decoded = BaseEncoding.base32().decode("MZXW6===");}</pre>
92 * <td>{@link #base32()}
329 private static final BaseEncoding BASE32 =
330 new StandardBaseEncoding("base32()", "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567", '=');
333 * The "base32" encoding specified by <a
345 public static BaseEncoding base32() { method in class:BaseEncoding
346 return BASE32;
  /prebuilts/devtools/tools/lib/
guava-17.0.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/misc/common/android-support-test/
espresso-core.jar 
  /prebuilts/misc/common/guava/
guava-15.0.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/17.0/
guava-17.0.jar 
  /prebuilts/tools/common/offline-m2/com/google/guava/guava/17.0/
guava-17.0.jar 

Completed in 872 milliseconds