Searched refs:chandle (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/ |
D | compileall.py | 90 with open(cfile, 'rb') as chandle: 91 actual = chandle.read(8)
|
/external/python/cpython3/Lib/ |
D | compileall.py | 148 with open(cfile, 'rb') as chandle: 149 actual = chandle.read(12)
|
/external/libjpeg-turbo/ |
D | tjunittest.c | 511 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()
|