HomeSort by relevance Sort by last modified time
    Searched refs:decode (Results 901 - 925 of 1360) sorted by null

<<31323334353637383940>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_base64.py 58 base64.decode(infp, outfp)
test_imageop.py 78 uu.decode(get_qualified_path('testrgb'+os.extsep+'uue'), 'test'+os.extsep+'rgb')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
calendar.py 523 name = name.decode(encoding)
530 s = s.decode(encoding)
553 s = s.decode(encoding)
560 s = s.decode(encoding)
code.py 238 line = line.decode(encoding)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_parser.py 172 source = source.decode(encoding)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
script_helper.py 47 "stderr follows:\n%s" % (rc, err.decode('ascii', 'ignore')))
test_base64.py 58 base64.decode(infp, outfp)
test_imageop.py 78 uu.decode(get_qualified_path('testrgb'+os.extsep+'uue'), 'test'+os.extsep+'rgb')
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyLoader.java 188 node.decode();
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java 100 decode(R.raw.sinesweepmp3lame, 804.f); method
104 decode(R.raw.sinesweepmp3smpb, 413.f); method
108 decode(R.raw.sinesweepm4a, 124.f); method
112 decode(R.raw.sinesweepogg, 168.f); method
116 decode(R.raw.sinesweepwav, 0.0f); method
120 decode(R.raw.sinesweepflac, 0.0f); method
485 * @param testinput the file to decode
489 private void decode(int testinput, float maxerror) throws IOException { method in class:DecoderTest
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 
  /external/zxing/core/
core.jar 
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texparam.c 489 GLenum decode = params[0]; local
490 if (decode == GL_DECODE_EXT || decode == GL_SKIP_DECODE_EXT) {
491 if (texObj->Sampler.sRGBDecode != decode) {
493 texObj->Sampler.sRGBDecode = decode;
    [all...]
  /external/mesa3d/src/mesa/main/
texparam.c 489 GLenum decode = params[0]; local
490 if (decode == GL_DECODE_EXT || decode == GL_SKIP_DECODE_EXT) {
491 if (texObj->Sampler.sRGBDecode != decode) {
493 texObj->Sampler.sRGBDecode = decode;
    [all...]
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_GeneralDecoder.cpp 60 SLTP = pArithDecoder->DECODE(&gbContext[0x9b25]);
81 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
115 SLTP = pArithDecoder->DECODE(&gbContext[0x9b25]);
147 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
185 SLTP = pArithDecoder->DECODE(&gbContext[0x9b25]);
202 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
214 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
231 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
241 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
264 SLTP = pArithDecoder->DECODE(&gbContext[0x9b25]);
1266 CJBig2_Image *CJBig2_GRRDProc::decode(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *grContext) function in class:CJBig2_GRRDProc
    [all...]
  /cts/libs/testserver/src/android/webkit/cts/
TestWebServer.java 291 requestPath, Base64.decode(base64EncodedResponse, Base64.DEFAULT),
533 byte[] bytes = Base64.decode(SERVER_KEYS_BKS, Base64.DEFAULT);
  /external/chromium_org/net/test/android/javatests/src/org/chromium/net/test/util/
TestWebServer.java 288 requestPath, Base64.decode(base64EncodedResponse, Base64.DEFAULT),
526 byte[] bytes = Base64.decode(SERVER_KEYS_BKS, Base64.DEFAULT);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoder.cpp 216 decode(webpFrame.fragment.bytes, webpFrame.fragment.size, false, frameIndex);
394 // to decode |clearExceptFrame|, either in initFrameBuffer() or ApplyPostProcessing().
535 bool WEBPImageDecoder::decode(const uint8_t* dataBytes, size_t dataSize, bool onlySize, size_t frameIndex)
580 mode = MODE_RGBA; // Decode to RGBA for input to libqcms.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py 329 return self.read_binary_file(path).decode('utf-8')
466 super(ReadableTextFileObject, self).__init__(fs, path, StringIO.StringIO(data.decode("utf-8")))
  /external/chromium_org/third_party/brotli/
brotli.target.darwin-arm64.mk 27 third_party/brotli/src/brotli/dec/decode.c \
brotli.target.darwin-mips.mk 27 third_party/brotli/src/brotli/dec/decode.c \
brotli.target.darwin-x86.mk 27 third_party/brotli/src/brotli/dec/decode.c \
brotli.target.darwin-x86_64.mk 27 third_party/brotli/src/brotli/dec/decode.c \
brotli.target.linux-arm64.mk 27 third_party/brotli/src/brotli/dec/decode.c \
brotli.target.linux-mips.mk 27 third_party/brotli/src/brotli/dec/decode.c \

Completed in 1007 milliseconds

<<31323334353637383940>>