| /external/zopfli/src/zopflipng/ |
| zopflipng_bin.cc | 299 error = lodepng::decode(image, w, h, inputstate, resultpng);
|
| /frameworks/base/core/java/com/android/internal/util/ |
| TypedProperties.java | 253 /* Parse the string. Long.decode() handles C-style integer constants 259 value = Long.decode(st.sval);
|
| /frameworks/base/services/usb/java/com/android/server/usb/ |
| UsbDebuggingManager.java | 235 byte[] digest = digester.digest(Base64.decode(base64_data, Base64.DEFAULT));
|
| /libcore/luni/src/main/java/java/io/ |
| RandomAccessFile.java | 579 return ModifiedUtf8.decode(buf, new char[utfSize], 0, utfSize);
|
| /libcore/luni/src/main/java/javax/crypto/ |
| EncryptedPrivateKeyInfo.java | 89 values = (Object[])asn1.decode(encoded);
|
| /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
| Identity2Test.java | 61 public void decode(InputStream in) { method in class:Identity2Test.CertificateImpl
|
| /packages/apps/Exchange/tests/src/com/android/exchange/provider/ |
| ExchangeDirectoryProviderTests.java | 123 new PackedString(Uri.decode(c.getString(GAL_RESULT_COLUMN_LOOKUP_KEY)));
|
| /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ |
| MessageParser.java | 346 return Base64.decode(s, Base64.URL_SAFE);
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
| real.h | 118 void (*decode) (const struct real_format *, REAL_VALUE_TYPE *, member in struct:real_format
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| _osx_support.py | 71 return fp.read().decode('utf-8').strip() if not os.system(cmd) else None
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
| cygwinccompiler.py | 457 ld_exe = out.read().decode('ascii').split()[0]
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
| generator.py | 337 print >> self, part.get_payload(decode=True)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| _osx_support.py | 71 return fp.read().decode('utf-8').strip() if not os.system(cmd) else None
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
| cygwinccompiler.py | 457 ld_exe = out.read().decode('ascii').split()[0]
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
| generator.py | 337 print >> self, part.get_payload(decode=True)
|
| /external/chromium_org/v8/src/x87/ |
| assembler-x87.h | 418 Type type() const { return TypeField::decode(data_); } 420 int n = NextField::decode(data_); 431 NextField::decode(data_)); [all...] |
| /frameworks/base/core/tests/coretests/src/android/net/ |
| UriTest.java | 256 assertEquals(s, Uri.decode(Uri.encode(s, null))); 556 assertEquals(nestedUrl, Uri.decode(uri.getQueryParameter("nested"))); 558 Uri.decode(uri.getQueryParameters("nested").get(0)));
|
| /prebuilts/sdk/tools/darwin/lib/ |
| dx.jar | |
| /prebuilts/sdk/tools/lib/ |
| dx.jar | |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.sat4j.pb_2.2.0.v20100429.jar | |
| /hardware/intel/img/psb_video/src/ |
| psb_drv_video.c | 2322 int decode = 0, encode = 0, rc_enable = 0, proc = 0; local 2422 int frame_skip = 0, encode = 0, decode = 0, rc_enable = 0, proc = 0; local [all...] |
| /frameworks/base/core/java/android/content/ |
| Intent.java | [all...] |
| /external/chromium_org/v8/src/ia32/ |
| assembler-ia32.h | 429 Type type() const { return TypeField::decode(data_); } 431 int n = NextField::decode(data_); 442 NextField::decode(data_)); [all...] |
| /external/llvm/lib/Target/X86/Disassembler/ |
| X86DisassemblerDecoder.cpp | 59 * attributes and returns the appropriate decode context. 71 * the ModR/M byte is required to decode a particular instruction. 114 * decode - Reads the appropriate instruction table to obtain the unique ID of 123 static InstrUID decode(OpcodeType type, function 181 * decode(); specifierForUID will not check bounds. 827 *instructionID = decode(insn->opcodeType, 832 *instructionID = decode(insn->opcodeType, [all...] |
| /cts/tests/tests/net/src/android/net/cts/ |
| UriTest.java | 169 assertEquals(s, Uri.decode(Uri.encode(s, null)));
|