HomeSort by relevance Sort by last modified time
    Searched defs:dwMode (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/test/perf/convperf/
convperf.h 424 DWORD dwMode=0;
425 HRESULT err= pMulti->ConvertStringToUnicode(&dwMode,dwEnc,(char*)src,&srcLen,dst, &dstLen);
480 DWORD dwMode=0;
481 HRESULT err= pMulti->ConvertStringFromUnicode(&dwMode,dwEnc,src,&srcLen,dst, &dstLen);
  /external/opencv3/3rdparty/libtiff/
tif_win32.c 238 DWORD dwMode;
244 case O_RDONLY: dwMode = OPEN_EXISTING; break;
245 case O_RDWR: dwMode = OPEN_ALWAYS; break;
246 case O_RDWR|O_CREAT: dwMode = OPEN_ALWAYS; break;
247 case O_RDWR|O_TRUNC: dwMode = CREATE_ALWAYS; break;
248 case O_RDWR|O_CREAT|O_TRUNC: dwMode = CREATE_ALWAYS; break;
254 FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, dwMode,
277 DWORD dwMode;
285 case O_RDONLY: dwMode = OPEN_EXISTING; break;
286 case O_RDWR: dwMode = OPEN_ALWAYS; break
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tvout.h 16 ULONG dwMode;
dsound.h     [all...]
winspool.h 587 DWORD dwMode;
595 DWORD dwMode;
    [all...]
  /external/pdfium/xfa/src/fee/include/
ifde_txtedtengine.h 87 dwMode(0),
106 FX_DWORD dwMode;
  /external/opencv3/3rdparty/include/dshow/
dsound.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 579 milliseconds