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

  /external/libvncserver/test/
tjunittest.c 339 tjhandle chandle=NULL, dhandle=NULL; local
347 if((chandle=tjInitCompress())==NULL || (dhandle=tjInitDecompress())==NULL)
359 compTest(chandle, &dstBuf, &size, w, h, pf, basename, subsamp, 100,
370 if(chandle) tjDestroy(chandle);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
compileall.py 92 with open(cfile, 'rb') as chandle:
93 actual = chandle.read(8)
  /prebuilts/gdb/linux-x86/lib/python2.7/
compileall.py 92 with open(cfile, 'rb') as chandle:
93 actual = chandle.read(8)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
compileall.py 92 with open(cfile, 'rb') as chandle:
93 actual = chandle.read(8)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
compileall.py 92 with open(cfile, 'rb') as chandle:
93 actual = chandle.read(8)
  /external/libjpeg-turbo/
tjunittest.c 550 tjhandle chandle=NULL, dhandle=NULL; local
560 if((chandle=tjInitCompress())==NULL || (dhandle=tjInitDecompress())==NULL)
573 compTest(chandle, &dstBuf, &size, w, h, pf, basename, subsamp, 100,
589 if(chandle) tjDestroy(chandle);

Completed in 6949 milliseconds