HomeSort by relevance Sort by last modified time
    Searched refs:UINT (Results 351 - 375 of 469) sorted by null

<<111213141516171819

  /external/webkit/Source/WebKit/win/Interfaces/
IWebURLAuthenticationChallenge.idl 76 HRESULT previousFailureCount([out, retval] UINT* result);
  /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/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
VertexDataManager.cpp 53 UINT VertexDataManager::writeAttributeData(ArrayVertexBuffer *vertexBuffer, GLint start, GLsizei count, const VertexAttribute &attribute)
60 UINT streamOffset = 0;
211 UINT streamOffset = -1;
617 void ArrayVertexBuffer::addRequiredSpace(UINT requiredSpace)
701 void *StaticVertexBuffer::map(const VertexAttribute &attribute, std::size_t requiredSpace, UINT *streamOffset)
749 UINT StaticVertexBuffer::lookupAttribute(const VertexAttribute &attribute)
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp 71 static const UINT WM_HOST_WINDOW_FIRST = WM_USER;
72 static const UINT WM_HOST_WINDOW_CHAR = WM_USER + WM_CHAR;
73 static const UINT WM_HOST_WINDOW_MOUSEMOVE = WM_USER + WM_MOUSEMOVE;
695 UINT flags = SW_INVALIDATE;
760 LRESULT CALLBACK PopupMenuWin::PopupMenuWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
788 LRESULT PopupMenuWin::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
ClipboardWin.cpp 90 static UINT cf = RegisterClipboardFormat(CFSTR_FILEDESCRIPTOR);
97 static UINT cf = RegisterClipboardFormat(CFSTR_FILECONTENTS);
108 UINT type = PathGetCharType(psz[readFrom]);
575 UINT fileCount = DragQueryFileW(hdrop, 0xFFFFFFFF, 0, 0);
576 for (UINT i = 0; i < fileCount; i++) {
  /external/aac/libAACdec/src/
conceal.cpp 223 const UINT flags
737 const UINT flags)
831 const UINT flags)
    [all...]
aacdec_tns.cpp 131 const UINT flags)
  /external/aac/libSBRdec/src/
sbr_dec.cpp 193 UINT synQmfFlags = hSbrDec->SynthesisQMF.flags;
194 UINT anaQmfFlags = hSbrDec->AnalysiscQMF.flags;
324 const UINT flags
730 const UINT qmfFlags, /*!< flags -> 1: HQ/LP selector, 2: CLDFB */
731 const UINT flags,
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.h 644 BSTR search, BOOL caseSensitive, BOOL highlight, UINT limit, UINT* matches);
830 bool handleMouseEvent(UINT, WPARAM, LPARAM);
    [all...]
WebPreferences.h 396 /* [in] */ UINT allowedRunTime);
399 /* [retval][out] */ UINT* allowedRunTime);
  /external/aac/libFDK/src/
FDK_crc.cpp 204 const UINT crcPoly,
205 const UINT crcStartValue,
206 const UINT crcLen
  /external/aac/libSBRenc/src/
nf_est.cpp 303 UINT sbrSyntaxFlags
438 UINT useSpeechConfig /*!< Flag: adapt tuning parameters according to speech */
  /external/chromium/chrome/browser/automation/
automation_provider_win.cc 158 UINT down_message = 0;
159 UINT up_message = 0;
  /external/clang/lib/Headers/
stdint.h 219 #define __uintn_t(n) __stdint_join3(uint, n, _t)
615 #define __UINTN_MAX(n) __stdint_join3(UINT, n, _MAX)
617 #define __UINTN_C(n, v) __stdint_join3(UINT, n, _C(v))
  /external/icu4c/samples/layout/
GDIFontInstance.cpp 163 UINT ret = GetOutlineTextMetrics(hdc, sizeof otm, &otm);
251 UINT ret = GetOutlineTextMetrics(hdc, sizeof otm, &otm);
  /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/Source/WebCore/platform/graphics/wince/
FontPlatformData.cpp 50 FontFamilyCodePageInfo(const wchar_t* family, UINT codePage)
69 UINT m_codePage;
  /external/webkit/Source/WebCore/plugins/
PluginView.h 246 static LRESULT CALLBACK PluginViewWndProc(HWND, UINT, WPARAM, LPARAM);
247 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 484 static LRESULT CALLBACK WebInspectorWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
506 void WebInspectorFrontendClient::windowReceivedMessage(HWND, UINT msg, WPARAM wParam, LPARAM lParam)
  /prebuilts/sdk/renderscript/clang-include/
stdint.h 219 #define __uintn_t(n) __stdint_join3(uint, n, _t)
615 #define __UINTN_MAX(n) __stdint_join3(UINT, n, _MAX)
617 #define __UINTN_C(n, v) __stdint_join3(UINT, n, _C(v))
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 162 static LRESULT CALLBACK wndProc(HWND wnd, UINT message,
  /external/aac/libMpegTPDec/src/
tpdec_adts.cpp 313 UINT alignAnchor = FDKgetValidBits(hBs);
  /external/chromium/chrome/browser/
process_singleton_win.cc 303 LRESULT CALLBACK ProcessSingleton::WndProc(HWND hwnd, UINT message,
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc 728 UINT msg;
752 UINT msg;
    [all...]

Completed in 3326 milliseconds

<<111213141516171819