HomeSort by relevance Sort by last modified time
    Searched refs:UINT (Results 151 - 175 of 222) sorted by null

1 2 3 4 5 67 8 9

  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
windows_types.h 126 UINT PacketLength;
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
osRgstry_parser.c 229 UINT StatusBufferSize
  /external/icu4c/samples/layout/
clayout.c 36 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
118 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
layout.cpp 35 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
117 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
GDIFontInstance.cpp 163 UINT ret = GetOutlineTextMetrics(hdc, sizeof otm, &otm);
251 UINT ret = GetOutlineTextMetrics(hdc, sizeof otm, &otm);
  /external/qemu/block/
raw-win32.c 266 UINT type;
286 UINT type;
  /external/qemu/distrib/sdl-1.2.12/src/joystick/win32/
SDL_mmjoystick.c 49 static UINT SYS_JoystickID[MAX_JOYSTICKS];
57 UINT id;
  /external/webkit/WebCore/plugins/
PluginView.h 216 static LRESULT CALLBACK PluginViewWndProc(HWND, UINT, WPARAM, LPARAM);
217 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
  /external/webkit/WebKit/win/Interfaces/
IWebURLAuthenticationChallenge.idl 76 HRESULT previousFailureCount([out, retval] UINT* result);
DOMHTML.idl 55 HRESULT length([out, retval] UINT* result);
60 HRESULT item([in] UINT index, [out, retval] IDOMNode** node);
  /external/tcpdump/
tcpdump.c 56 #define uint UINT macro
122 static UINT timer_id;
123 static void CALLBACK verbose_stats_dump(UINT, UINT, DWORD_PTR, DWORD_PTR, DWORD_PTR);
1366 void CALLBACK verbose_stats_dump (UINT timer_id _U_, UINT msg _U_, DWORD_PTR arg _U_,
    [all...]
  /external/webkit/WebCore/platform/win/
PopupMenuWin.cpp 69 static const UINT WM_HOST_WINDOW_FIRST = WM_USER;
70 static const UINT WM_HOST_WINDOW_CHAR = WM_USER + WM_CHAR;
71 static const UINT WM_HOST_WINDOW_MOUSEMOVE = WM_USER + WM_MOUSEMOVE;
678 UINT flags = SW_INVALIDATE;
743 LRESULT CALLBACK PopupMenu::PopupMenuWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
771 LRESULT PopupMenu::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
ClipboardWin.cpp 91 static UINT cf = RegisterClipboardFormat(CFSTR_FILEDESCRIPTOR);
98 static UINT cf = RegisterClipboardFormat(CFSTR_FILECONTENTS);
108 UINT type = PathGetCharType(psz[readFrom]);
597 UINT fileCount = DragQueryFileW(hdrop, 0xFFFFFFFF, 0, 0);
598 for (UINT i = 0; i < fileCount; i++) {
  /external/webkit/WebKit/win/
WebView.h 624 BSTR search, BOOL caseSensitive, BOOL highlight, UINT limit, UINT* matches);
787 bool handleMouseEvent(UINT, WPARAM, LPARAM);
    [all...]
WebPreferences.h 378 /* [in] */ UINT allowedRunTime);
381 /* [retval][out] */ UINT* allowedRunTime);
DefaultDownloadDelegate.cpp 121 BSTR full = SysAllocStringLen(0, (UINT)fullLength);
  /external/libpng/contrib/gregbook/
rpng-win.c 111 LRESULT CALLBACK rpng_win_wndproc(HWND, UINT, WPARAM, LPARAM);
644 LRESULT CALLBACK rpng_win_wndproc(HWND hwnd, UINT iMsg, WPARAM wP, LPARAM lP)
  /external/openssl/crypto/rand/
rand_win.c 167 typedef DWORD (WINAPI *GETQUEUESTATUS)(UINT);
634 int RAND_event(UINT iMsg, WPARAM wParam, LPARAM lParam)
  /external/webkit/WebCore/platform/graphics/wince/
FontPlatformData.cpp 48 FontFamilyCodePageInfo(const wchar_t* family, UINT codePage)
67 UINT m_codePage;
  /external/webkit/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 451 static LRESULT CALLBACK WebInspectorWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
473 void WebInspectorClient::windowReceivedMessage(HWND, UINT msg, WPARAM wParam, LPARAM lParam)
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 162 static LRESULT CALLBACK wndProc(HWND wnd, UINT message,
  /external/libpng/contrib/visupng/
VisualPng.c 40 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
41 BOOL CALLBACK AboutDlgProc (HWND, UINT, WPARAM, LPARAM) ;
145 LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam,
429 BOOL CALLBACK AboutDlgProc (HWND hDlg, UINT message,
  /external/qemu/distrib/sdl-1.2.12/src/audio/mme/
SDL_mmeaudio.c 107 UINT uMsg,
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events.c 60 static SDL_keysym *TranslateKey(UINT scancode, SDL_keysym *keysym, int pressed);
479 LRESULT DX5_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
823 static SDL_keysym *TranslateKey(UINT scancode, SDL_keysym *keysym, int pressed)
831 UINT vkey;
  /external/skia/src/views/
SkOSSound.cpp 243 UINT devId;

Completed in 1341 milliseconds

1 2 3 4 5 67 8 9