Home
last modified time | relevance | path

Searched refs:chandle (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dcompileall.py90 with open(cfile, 'rb') as chandle:
91 actual = chandle.read(8)
/external/python/cpython3/Lib/
Dcompileall.py148 with open(cfile, 'rb') as chandle:
149 actual = chandle.read(12)
/external/libjpeg-turbo/
Dtjunittest.c511 tjhandle chandle = NULL, dhandle = NULL; in doTest() local
522 if ((chandle = tjInitCompress()) == NULL || in doTest()
535 compTest(chandle, &dstBuf, &size, w, h, pf, basename, subsamp, 100, in doTest()
549 if (chandle) tjDestroy(chandle); in doTest()