HomeSort by relevance Sort by last modified time
    Searched defs:dwType (Results 1 - 25 of 34) sorted by null

1 2

  /external/pdfium/core/fxcrt/css/
cfx_cssdatatable.h 22 uint32_t dwType;
cfx_cssdeclaration.cpp 324 const uint32_t dwType = pTable->dwType;
325 switch (dwType & 0x0F) {
334 const uint32_t dwMatch = dwType & g_ValueGuessOrder[i];
360 if ((dwType & ~(g_ValueGuessOrder[i])) == CFX_CSSVALUETYPE_Primitive)
477 const uint32_t dwType = pTable->dwType;
483 if (dwType & CFX_CSSVALUETYPE_MaybeNumber) {
492 if (dwType & CFX_CSSVALUETYPE_MaybeColor) {
499 if (dwType & CFX_CSSVALUETYPE_MaybeEnum)
    [all...]
  /external/libusb/msvc/
missing.c 37 DWORD dwType, dwData;
58 rc = RegQueryValueEx(hkey, wName, NULL, &dwType,
65 if (dwType != REG_SZ) {
66 usbi_dbg("Registry value was of type %d instead of REG_SZ", dwType);
  /external/webrtc/webrtc/base/
platform_thread.cc 61 DWORD dwType;
  /external/webrtc/webrtc/modules/video_capture/windows/
sink_filter_ds.cc 32 DWORD dwType; // must be 0x1000
  /external/libcups/cups/
tls-sspi.c 1026 DWORD dwType; /* Type */
1033 dwType = SCHANNEL_SHUTDOWN;
1035 buffers[0].pvBuffer = &dwType;
1037 buffers[0].cbBuffer = sizeof(dwType);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dplobby.h 118 /* System messages - dwType field for messages */
135 DWORD dwType; /* Message type */
141 DWORD dwType; /* Message type */
148 DWORD dwType; /* Message type */
161 DWORD dwType; /* Message type */
171 DWORD dwType; /* Message type */
180 DWORD dwType; /* Message type */
192 DWORD dwType; /* Message type */
mswsock.h 147 DWORD dwType;
cryptxml.h 262 DWORD dwType;
286 DWORD dwType;
325 DWORD dwType;
nspapi.h 310 DWORD dwType;
324 DWORD dwType;
winnetwk.h 55 DWORD dwType;
65 DWORD dwType;
121 DWORD WINAPI WNetConnectionDialog(HWND hwnd,DWORD dwType);
122 DWORD WINAPI WNetDisconnectDialog(HWND hwnd,DWORD dwType);
191 DWORD WINAPI WNetOpenEnumA(DWORD dwScope,DWORD dwType,DWORD dwUsage,LPNETRESOURCEA lpNetResource,LPHANDLE lphEnum);
192 DWORD WINAPI WNetOpenEnumW(DWORD dwScope,DWORD dwType,DWORD dwUsage,LPNETRESOURCEW lpNetResource,LPHANDLE lphEnum);
winwlx.h 67 DWORD dwType;
72 DWORD dwType;
99 DWORD dwType;
107 DWORD dwType;
118 DWORD dwType;
dmusicc.h 292 DWORD dwType;
    [all...]
minwinbase.h 259 DWORD dwType;
pdh.h 137 DWORD dwType;
163 DWORD dwType;
propidl.h     [all...]
schannel.h 312 DWORD dwType;
317 DWORD dwType;
324 DWORD dwType;
330 DWORD dwType;
icm.h 172 DWORD dwType;
ocidl.h     [all...]
dplay.h     [all...]
iprtrmib.h 80 DWORD dwType;
512 DWORD dwType;
mprapi.h 185 DWORD dwType;
226 DWORD dwType;
    [all...]
ntmsapi.h 619 DWORD dwType;
649 DWORD dwType;
823 DWORD dwType;
852 DWORD dwType;
900 DWORD WINAPI EnumerateNtmsObject(HANDLE hSession,const LPNTMS_GUID lpContainerId,LPNTMS_GUID lpList,LPDWORD lpdwListSize,DWORD dwType,DWORD dwOptions);
901 DWORD WINAPI DisableNtmsObject(HANDLE hSession,DWORD dwType,LPNTMS_GUID lpObjectId);
902 DWORD WINAPI EnableNtmsObject(HANDLE hSession,DWORD dwType,LPNTMS_GUID lpObjectId);
    [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc 58 DWORD dwType; // must be 0x1000
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
d3dhal.h 628 DWORD dwType;

Completed in 298 milliseconds

1 2