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 | 225 with open(cfile, 'rb') as chandle: 226 actual = chandle.read(12)
|
/external/libjpeg-turbo/ |
D | tjunittest.c | 528 tjhandle chandle = NULL, dhandle = NULL; in doTest() local 539 if ((chandle = tjInitCompress()) == NULL || in doTest() 552 compTest(chandle, &dstBuf, &size, w, h, pf, basename, subsamp, 100, in doTest() 566 if (chandle) tjDestroy(chandle); in doTest()
|