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

  /external/webkit/Source/WebCore/platform/win/
WindowMessageListener.h 34 typedef unsigned UINT;
41 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
  /dalvik/dx/src/com/android/dx/dex/
SizeOf.java 24 public static final int UINT = 4;
30 * checksum uint
32 * file_size uint
33 * header_size uint
34 * endian_tag uint
35 * link_size uint
36 * link_off uint
37 * map_off uint
38 * string_ids_size uint
39 * string_ids_off uint
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/
SizeOf.java 24 public static final int UINT = 4;
30 * checksum uint
32 * file_size uint
33 * header_size uint
34 * endian_tag uint
35 * link_size uint
36 * link_off uint
37 * map_off uint
38 * string_ids_size uint
39 * string_ids_off uint
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateFullscreenWindow.h 40 typedef unsigned int UINT;
51 virtual LRESULT fullscreenClientWndProc(HWND, UINT message, WPARAM, LPARAM) = 0;
71 static LRESULT __stdcall staticWndProc(HWND, UINT message, WPARAM, LPARAM);
72 LRESULT wndProc(HWND, UINT message, WPARAM, LPARAM);
  /external/clang/test/Lexer/
ms-extensions.c 18 #define UINT 0xffffffffui32
24 unsigned int n = UINT;
  /external/aac/libSYS/include/
machine_type.h 121 /** \var UINT
156 typedef unsigned int UINT;
161 #define ULONG UINT
  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 61 #undef UINT
62 #define UINT ((Imf::PixelType)0)
67 #undef uint macro
68 #define uint unsigned macro
174 uintcnt += ( m_red->type == UINT );
179 uintcnt += ( m_green->type == UINT );
184 uintcnt += ( m_blue->type == UINT );
186 m_type = (chcnt == uintcnt) ? UINT : FLOAT;
365 uint *ui = (uint *)buffer
    [all...]
  /external/webkit/Source/WebCore/platform/
PlatformMouseEvent.h 51 typedef unsigned UINT;
163 PlatformMouseEvent(HWND, UINT, WPARAM, LPARAM, bool didActivateWebView = false);
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 117 typedef unsigned int UINT; /* u */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 117 typedef unsigned int UINT; /* u */
  /external/libpcap/
pcap-dos.h 54 typedef unsigned int UINT;
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 1256 milliseconds