Searched refs:struct (Results 1 - 25 of 103) sorted by relevance

12345

/external/chromium/third_party/libevent/test/
H A Dregress.rpc3 struct msg {
6 optional struct[kill] attack = 3;
7 array struct[run] run = 4;
10 struct kill {
16 struct run {
/external/astl/include/
H A Dlimits50 template<typename T, T bits, bool is_signed> struct digits10 {
56 template<> struct digits10<int, 8, false> { static const int value = 3; };
57 template<> struct digits10<int, 8, true> { static const int value = 3; };
58 template<> struct digits10<int, 16, false> { static const int value = 5; };
59 template<> struct digits10<int, 16, true> { static const int value = 5; };
60 template<> struct digits10<int, 32, false> { static const int value = 10; };
61 template<> struct digits10<int, 32, true> { static const int value = 10; };
62 template<> struct digits10<int, 64, false> { static const int value = 20; };
63 template<> struct digits10<int, 64, true> { static const int value = 19; };
68 struct __numeric_limits_bas
[all...]
H A Dfunctional41 struct unary_function {
47 struct binary_function {
57 struct _Name : public binary_function<_T, _T, bool> \
H A Diomanip37 // - a struct to hold the parameters of the manip.
46 struct SetBase { int base; };
47 struct SetPrecision { int precision; };
H A Diterator43 struct input_iterator_tag {};
44 struct output_iterator_tag {};
45 struct forward_iterator_tag : public input_iterator_tag {};
46 struct bidirectional_iterator_tag : public forward_iterator_tag {};
47 struct random_access_iterator_tag : public bidirectional_iterator_tag {};
51 struct iterator
63 struct iterator_traits
75 struct iterator_traits<_T*>
85 struct iterator_traits<const _T*>
221 struct is_wrapper_iterato
[all...]
H A Dmemory58 struct __uninitialized_copy
76 struct __uninitialized_copy<true,
109 template<> struct __uninitialized_copy<true,
149 template<bool> struct __uninitialized_fill
161 template<> struct __uninitialized_fill<true>
H A Dalgorithm76 struct copy_move {
90 struct copy_move<random_access_iterator_tag> {
135 template<bool> struct __fill
145 template<> struct __fill<true> // scalar version
192 template<bool> struct __fill_n
205 template<> struct __fill_n<true> // scalar version
/external/chromium/net/tools/testserver/
H A Dasn1der.py9 import struct namespace
28 return struct.pack(">BB", tag, 0);
30 return struct.pack(">BBH", tag, 0x82, len(data)) + data;
/external/webkit/Source/WebCore/bindings/scripts/
H A DIDLStructure.pm29 struct( idlDocument => {
36 struct( domClass => {
46 struct( domFunction => {
53 struct( domAttribute => {
61 struct( domSignature => {
69 struct( domConstant => {
/external/grub/docs/
H A Dmultiboot.h.texi49 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/llvm/lib/Support/Windows/
H A DTimeValue.inc39 struct tm *lt = ::localtime(&ourTime);
42 struct tm *lt = ::_localtime64(&ourTime);
H A DSignals.inc49 typedef struct _IMAGEHLP_LINE64 {
57 typedef struct _IMAGEHLP_SYMBOL64 {
66 typedef struct _tagADDRESS64 {
72 typedef struct _KDHELP64 {
87 typedef struct _tagSTACKFRAME64 {
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_osx.m26 struct wpa_driver_osx_data {
61 struct wpa_driver_osx_data *drv = priv;
88 struct wpa_driver_osx_data *drv = priv;
116 struct wpa_driver_osx_data *drv = priv;
160 struct wpa_scan_result *results,
163 struct wpa_driver_osx_data *drv = priv;
172 os_memset(results, 0, num * sizeof(struct wpa_scan_result));
175 struct wpa_scan_result *res = &results[i];
201 struct wpa_driver_osx_data *drv = eloop_ctx;
224 struct wpa_driver_associate_param
[all...]
H A Ddriver_iphone.m27 struct wpa_driver_iphone_data {
51 struct wpa_driver_iphone_data *drv = priv;
77 struct wpa_driver_iphone_data *drv = priv;
113 struct wpa_driver_iphone_data *drv = priv;
135 struct wpa_scan_result *results,
138 struct wpa_driver_iphone_data *drv = priv;
147 os_memset(results, 0, num * sizeof(struct wpa_scan_result));
150 struct wpa_scan_result *res = &results[i];
241 struct wpa_driver_iphone_data *drv = eloop_ctx;
255 void *priv, struct wpa_driver_associate_param
[all...]
/external/llvm/lib/Support/Unix/
H A DProcess.inc64 struct mallinfo mi;
90 struct mallinfo mi = ::mallinfo();
97 struct rusage usage;
112 struct rusage usage;
148 struct rlimit rlim;
216 struct winsize ws;
H A DTimeValue.inc40 struct timeval the_time;
/external/libmtp/src/
H A Dlibmtp.h.in401 typedef struct LIBMTP_device_entry_struct LIBMTP_device_entry_t; /**< @see LIBMTP_device_entry_struct */
402 typedef struct LIBMTP_raw_device_struct LIBMTP_raw_device_t; /**< @see LIBMTP_raw_device_struct */
403 typedef struct LIBMTP_error_struct LIBMTP_error_t; /**< @see LIBMTP_error_struct */
404 typedef struct LIBMTP_allowed_values_struct LIBMTP_allowed_values_t; /**< @see LIBMTP_allowed_values_struct */
405 typedef struct LIBMTP_mtpdevice_struct LIBMTP_mtpdevice_t; /**< @see LIBMTP_mtpdevice_struct */
406 typedef struct LIBMTP_file_struct LIBMTP_file_t; /**< @see LIBMTP_file_struct */
407 typedef struct LIBMTP_track_struct LIBMTP_track_t; /**< @see LIBMTP_track_struct */
408 typedef struct LIBMTP_playlist_struct LIBMTP_playlist_t; /**< @see LIBMTP_playlist_struct */
409 typedef struct LIBMTP_album_struct LIBMTP_album_t; /**< @see LIBMTP_album_struct */
410 typedef struct LIBMTP_folder_struc
[all...]
/external/webkit/Source/WebCore/css/
H A Dmakeprop.pl47 %struct-type
48 struct Property;
49 %omit-struct-type
H A Dmakevalues.pl48 %struct-type
49 struct Value;
50 %omit-struct-type
/external/clang/test/Coverage/
H A Dc-language-features.inc11 struct s0;
13 struct s0 {
82 typedef struct ipair {
129 struct { char f0[10]; } *t28;
133 struct s1 { int f0; };
134 struct s1 t31_a, t31_b;
142 struct { int x, y; } t33, *t34, t35[12], t36(int, float);
185 struct f10_s0 {
189 x = (struct f10_s0) { .iv0 = "name" };
193 struct s1
[all...]
/external/e2fsprogs/lib/blkid/
H A Dblkid.h.in26 typedef struct blkid_struct_dev *blkid_dev;
27 typedef struct blkid_struct_cache *blkid_cache;
30 typedef struct blkid_struct_tag_iterate *blkid_tag_iterate;
31 typedef struct blkid_struct_dev_iterate *blkid_dev_iterate;
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebBasePluginPackage.mm367 struct fat_arch singleArch = { 0, 0, 0, 0, 0 };
368 struct fat_arch* archs = 0;
370 if (sizeInBytes >= sizeof(struct mach_header_64)) {
375 struct mach_header* header = (struct mach_header*)rawData.data();
388 struct mach_header_64* header = (struct mach_header_64*)rawData.data();
406 COMPILE_ASSERT(sizeof(struct fat_header) % sizeof(uint32_t) == 0, struct_fat_header_must_be_integral_size_of_uint32_t);
407 archs = reinterpret_cast<struct fat_arch*>(rawData.data() + sizeof(struct fat_heade
[all...]
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.ml10 module Endian = struct
16 module TargetData = struct
/external/clang/test/SemaObjC/
H A Dforeach.m28 typedef struct {
/external/llvm/lib/Support/
H A DLocaleXlocale.inc9 struct locale_holder {

Completed in 393 milliseconds

12345