Home
last modified time | relevance | path

Searched defs:UINT (Results 1 – 18 of 18) sorted by relevance

/external/lzma/CPP/Common/
DStringConvert.h23 inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString, UINT) in GetUnicodeString() argument
25 inline const UString& GetUnicodeString(const UString &unicodeString, UINT) in GetUnicodeString() argument
48 inline const wchar_t* GetSystemString(const wchar_t* unicodeString, UINT /* codePage */) in GetSystemString() argument
50 inline const UString& GetSystemString(const UString &unicodeString, UINT /* codePage */) in GetSystemString() argument
59 inline const AString& GetSystemString(const AString &multiByteString, UINT) in GetSystemString() argument
61 inline const char * GetSystemString(const char *multiByteString, UINT) in GetSystemString() argument
DMyWindows.h32 typedef unsigned int UINT; typedef
/external/chromium_org/third_party/fips181/
Downtypes.h33 typedef unsigned int UINT; typedef
/external/chromium_org/cloud_print/service/win/
Dcloud_print_service_config.cc244 LRESULT SetupDialog::OnStart(UINT, INT nIdentifier, HWND, BOOL& handled) { in OnStart() argument
254 LRESULT SetupDialog::OnInstall(UINT, INT nIdentifier, HWND, BOOL& handled) { in OnInstall() argument
265 LRESULT SetupDialog::OnLogging(UINT, INT nIdentifier, HWND, BOOL& handled) { in OnLogging() argument
270 LRESULT SetupDialog::OnCancel(UINT, INT nIdentifier, HWND, BOOL& handled) { in OnCancel() argument
/external/dexmaker/src/dx/java/com/android/dx/dex/
DSizeOf.java24 public static final int UINT = 4; field in SizeOf
/external/chromium_org/third_party/npapi/npspy/include/
Dxp.h117 #define UINT unsigned int macro
/external/clang/test/Lexer/
Dms-extensions.c26 #define UINT 0xffffffffui32 macro
/external/aac/libSYS/include/
Dmachine_type.h156 typedef unsigned int UINT; typedef
/external/chromium_org/third_party/webrtc/voice_engine/
Dvoice_engine_defines.h263 #define UINT unsigned int macro
323 #define UINT unsigned int macro
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/
Du_unfilled_gen.py28 GENERATE, UBYTE, USHORT, UINT = 'generate', 'ubyte', 'ushort', 'uint' variable
Du_indices_gen.py28 GENERATE, UBYTE, USHORT, UINT = 'generate', 'ubyte', 'ushort', 'uint' variable
/external/mesa3d/src/gallium/auxiliary/indices/
Du_unfilled_gen.py28 GENERATE, UBYTE, USHORT, UINT = 'generate', 'ubyte', 'ushort', 'uint' variable
Du_indices_gen.py28 GENERATE, UBYTE, USHORT, UINT = 'generate', 'ubyte', 'ushort', 'uint' variable
/external/opencv/otherlibs/highgui/
Dgrfmt_exr.cpp62 #define UINT ((Imf::PixelType)0) macro
/external/libpcap/
Dpcap-dos.h54 typedef unsigned int UINT; typedef
/external/chromium_org/media/formats/webm/
Dwebm_parser.cc25 UINT, enumerator
/external/deqp/modules/glshared/
DglsScissorTests.cpp545 enum Type {FLOAT, INT, UINT}; enumerator
/external/chromium_org/base/strings/
Dsafe_sprintf.h139 enum Type { INT, UINT, STRING, POINTER }; enumerator