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

  /external/lzma/CPP/Windows/
Handle.h 8 class CHandle
14 CHandle(): _handle(NULL) {}
15 ~CHandle() { Close(); }
FileMapping.h 12 class CFileMapping: public CHandle
Synchronization.h 87 class CObject: public CHandle
  /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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
compileall.py 90 with open(cfile, 'rb') as chandle:
91 actual = chandle.read(8)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
compileall.py 90 with open(cfile, 'rb') as chandle:
91 actual = chandle.read(8)
  /external/python/cpython2/Lib/
compileall.py 90 with open(cfile, 'rb') as chandle:
91 actual = chandle.read(8)
  /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);
  /external/libnl/tests/
test-u32-filter-with-actions.c 80 static uint32_t get_u32_parse_handle(const char *cHandle)
84 if(get_u32_handle(&handle, cHandle)) {
test-complex-HTB-with-hash-filters.c 81 uint32_t get_u32_parse_handle(const char *cHandle)
85 if(get_u32_handle(&handle, cHandle)) {

Completed in 825 milliseconds