HomeSort by relevance Sort by last modified time
    Searched refs:typedef (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/webkit/WebKit/win/Interfaces/
JavaScriptCoreAPITypes.idl 32 typedef void* JSContextRef;
33 typedef void* JSObjectRef;
34 typedef void* JSValueRef;
36 cpp_quote("typedef const struct OpaqueJSValue* JSValueRef;")
37 cpp_quote("typedef struct OpaqueJSValue* JSObjectRef;")
38 cpp_quote("typedef const struct OpaqueJSContext* JSContextRef;")
WebScrollbarTypes.idl 32 typedef enum WebScrollBarOrientation {
37 typedef enum WebScrollBarControlSize {
43 typedef enum WebScrollDirection {
50 typedef enum WebScrollGranularity {
57 typedef unsigned WebScrollbarControlState;
59 typedef enum WebScrollbarControlStateMask {
65 typedef unsigned WebScrollbarControlPartMask;
67 typedef enum WebScrollbarControlPart {
IWebCookieManager.idl 33 typedef void* CFHTTPCookieStorageRef;
35 cpp_quote("typedef struct OpaqueCFHTTPCookieStorage* CFHTTPCookieStorageRef;")
IWebMutableURLRequestPrivate.idl 36 typedef void* CFURLRequestRef;
38 cpp_quote("typedef const struct _CFURLRequest* CFURLRequestRef;")
  /external/e2fsprogs/lib/uuid/
uuid_types.h.in 9 typedef unsigned char uint8_t;
10 typedef signed char int8_t;
13 typedef int int64_t;
14 typedef unsigned int uint64_t;
16 typedef long int64_t;
17 typedef unsigned long uint64_t;
20 typedef __signed__ long long int64_t;
22 typedef signed long long int64_t;
24 typedef unsigned long long uint64_t;
28 typedef int int16_t
    [all...]
  /external/e2fsprogs/lib/blkid/
blkid_types.h.in 13 typedef __U8_TYPEDEF __u8;
15 typedef unsigned char __u8;
19 typedef __S8_TYPEDEF __s8;
21 typedef signed char __s8;
25 typedef __U16_TYPEDEF __u16;
28 typedef unsigned int __u16;
31 typedef unsigned short __u16;
39 typedef __S16_TYPEDEF __s16;
42 typedef int __s16;
45 typedef short __s16
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2_types.h.in 13 typedef __U8_TYPEDEF __u8;
15 typedef unsigned char __u8;
19 typedef __S8_TYPEDEF __s8;
21 typedef signed char __s8;
25 typedef __U16_TYPEDEF __u16;
28 typedef unsigned int __u16;
31 typedef unsigned short __u16;
39 typedef __S16_TYPEDEF __s16;
42 typedef int __s16;
45 typedef short __s16
    [all...]
  /external/dbus/dbus/
dbus-arch-deps.h.in 36 typedef @DBUS_INT64_TYPE@ dbus_int64_t;
37 typedef unsigned @DBUS_INT64_TYPE@ dbus_uint64_t;
48 typedef @DBUS_INT32_TYPE@ dbus_int32_t;
49 typedef unsigned @DBUS_INT32_TYPE@ dbus_uint32_t;
51 typedef @DBUS_INT16_TYPE@ dbus_int16_t;
52 typedef unsigned @DBUS_INT16_TYPE@ dbus_uint16_t;
  /external/astl/include/
set 59 typedef _Key key_type;
60 typedef _Key value_type;
63 typedef vector<_Key> impl_type;
65 typedef _Key* pointer;
66 typedef const _Key* const_pointer;
67 typedef _Key& reference;
68 typedef const _Key& const_reference;
70 typedef typename impl_type::iterator iterator;
71 typedef typename impl_type::const_iterator const_iterator;
72 typedef typename impl_type::size_type size_type
    [all...]
functional 42 typedef _Arg argument_type;
43 typedef _Result result_type;
48 typedef _Arg1 first_argument_type;
49 typedef _Arg2 second_argument_type;
50 typedef _Result result_type;
streambuf 51 typedef char_traits<char> traits_type;
52 typedef traits_type::char_type char_type;
53 typedef traits_type::int_type int_type;
54 typedef streampos pos_type;
55 typedef streamoff off_type;
sstream 46 typedef streambuf::traits_type traits_type;
47 typedef streambuf::char_type char_type;
48 typedef streambuf::int_type int_type;
49 typedef streambuf::pos_type pos_type;
50 typedef streambuf::off_type off_type;
91 typedef basic_stringbuf stringbuf;
117 typedef stringstream ostringstream;
iterator 53 typedef _Category iterator_category; // See tags above.
54 typedef _T value_type;
55 typedef _Distance difference_type; // Distance between iterators.
56 typedef _Pointer pointer;
57 typedef _Reference reference;
60 // Generic version, simply forward the typedef to the iterator
65 typedef typename _Iterator::iterator_category iterator_category;
66 typedef typename _Iterator::value_type value_type;
67 typedef typename _Iterator::difference_type difference_type;
68 typedef typename _Iterator::pointer pointer
    [all...]
list 66 typedef ListIterator<_T> iterator_type;
67 typedef android::ListNode<_T> node_type;
69 typedef ptrdiff_t difference_type;
70 typedef std::bidirectional_iterator_tag iterator_category;
71 typedef _T value_type;
72 typedef _T* pointer;
73 typedef _T& reference;
107 typedef ListConstIterator<_T> iterator_type;
108 typedef android::ListNode<_T> node_type;
110 typedef ptrdiff_t difference_type
    [all...]
ostream 50 typedef char char_type;
51 typedef char_traits<char_type>::int_type int_type;
52 typedef char_traits<char_type>::pos_type pos_type;
53 typedef char_traits<char_type>::off_type off_type;
  /external/bluetooth/glib/
glibconfig.h.win32.in 31 typedef signed char gint8;
32 typedef unsigned char guint8;
33 typedef signed short gint16;
34 typedef unsigned short guint16;
38 typedef signed int gint32;
39 typedef unsigned int guint32;
46 G_GNUC_EXTENSION typedef signed long long gint64;
47 G_GNUC_EXTENSION typedef unsigned long long guint64;
49 typedef signed __int64 gint64;
50 typedef unsigned __int64 guint64
    [all...]
  /external/grub/docs/
multiboot.h.texi 49 typedef struct multiboot_header
62 typedef struct aout_symbol_table
71 typedef struct elf_section_header_table
80 typedef struct multiboot_info
99 typedef struct module
109 typedef struct memory_map
  /external/chromium/third_party/icu/public/common/unicode/
platform.h.in 127 typedef signed char int8_t;
131 typedef unsigned char uint8_t;
140 typedef signed char int8_t;
144 typedef unsigned char uint8_t;
148 typedef signed short int16_t;
152 typedef unsigned short uint16_t;
156 typedef signed int int32_t;
160 typedef unsigned int uint32_t;
164 typedef signed long long int64_t;
169 typedef unsigned long long uint64_t
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 76 typedef bool rpc_boolean;
78 typedef unsigned long rpc_uint32;
80 typedef unsigned short rpc_uint16;
82 typedef unsigned char rpc_uint8;
84 typedef long rpc_int32;
86 typedef unsigned char rpc_byte;
88 typedef unsigned hyper rpc_uint64;
90 typedef rpc_int32 rpc_loc_client_handle_type;
92 typedef rpc_uint64 rpc_loc_event_mask_type;
94 typedef rpc_uint64 rpc_loc_position_valid_mask_type
    [all...]
loc_api.xdr 40 typedef rpc_uint32 rpc_loc_api_api_versions_return_type<>;
45 typedef rpc_uint32 rpc_loc_event_cb_f_type;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 77 typedef bool rpc_boolean;
78 typedef unsigned long rpc_uint32;
80 typedef unsigned short rpc_uint16;
82 typedef unsigned char rpc_uint8;
84 typedef long rpc_int32;
86 typedef unsigned char rpc_byte;
88 typedef unsigned hyper rpc_uint64;
90 typedef rpc_int32 rpc_loc_client_handle_type;
92 typedef rpc_uint64 rpc_loc_event_mask_type;
94 typedef rpc_uint64 rpc_loc_position_valid_mask_type
    [all...]
loc_api.xdr 49 typedef rpc_uint32 rpc_loc_api_api_versions_return_type<>;
54 typedef rpc_uint32 rpc_loc_event_cb_f_type;
  /external/e2fsprogs/config/
parse-types.sh 7 s/typedef \(.*\) __u\([1-9]*\);/#define __U\2_TYPEDEF \1/
8 s/typedef \(.*\) __s\([1-9]*\);/#define __S\2_TYPEDEF \1/
  /external/jpeg/
jconfig.vc 20 typedef unsigned char boolean;
  /external/sqlite/dist/
sqlite3.h.orig 200 typedef struct sqlite3 sqlite3;
219 typedef SQLITE_INT64_TYPE sqlite_int64;
220 typedef unsigned SQLITE_INT64_TYPE sqlite_uint64;
222 typedef __int64 sqlite_int64;
223 typedef unsigned __int64 sqlite_uint64;
225 typedef long long int sqlite_int64;
226 typedef unsigned long long int sqlite_uint64;
228 typedef sqlite_int64 sqlite3_int64;
229 typedef sqlite_uint64 sqlite3_uint64;
270 typedef int (*sqlite3_callback)(void*,int,char**, char**)
    [all...]

Completed in 275 milliseconds

1 2 3 4 5