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

  /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/chromium_org/third_party/libjpeg_turbo/
tjunittest.c 483 tjhandle chandle=NULL, dhandle=NULL; local
495 if((chandle=tjInitCompress())==NULL || (dhandle=tjInitDecompress())==NULL)
511 compTest(chandle, &dstBuf, &size, w, h, pf, basename, subsamp, 100,
527 if(chandle) tjDestroy(chandle);
  /external/chromium_org/mojo/public/python/mojo/
system.pyx 690 cdef c_core.MojoHandle chandle = c_core.MOJO_HANDLE_INVALID
697 &chandle)
698 handle = Handle(chandle)

Completed in 444 milliseconds