/external/tesseract/classify/ |
D | ocrfeatures.h | 76 typedef struct fds struct 78 uinT16 NumParams; /* total # of params */ 79 uinT8 NumLinearParams; /* # of linear params */ 80 uinT8 NumCircularParams; /* # of linear params */ 81 uinT8 MinFeatPerChar; /* min # of feats allowed */ 82 uinT8 MaxFeatPerChar; /* max # of feats allowed */ 83 char LongName[FEAT_NAME_SIZE]; /* long name for feature */ 84 char ShortName[FEAT_NAME_SIZE];/* short name for feature */ 85 PARAM_DESC *ParamDesc; /* array - one per param */
|
/external/bluetooth/glib/glib/ |
D | gpoll.c | 123 g_poll (GPollFD *fds, in g_poll() 138 GPollFD *fds, in poll_rest() 255 g_poll (GPollFD *fds, in g_poll() 375 g_poll (GPollFD *fds, in g_poll()
|
D | gmain.c | 2188 GPollFD *fds, in g_main_context_query() 2252 GPollFD *fds, in g_main_context_check() 2384 GPollFD *fds = NULL; in g_main_context_iterate() local 2731 GPollFD *fds, in g_main_context_poll()
|
/external/qemu/ |
D | compatfd.c | 75 int fds[2]; in qemu_signalfd_compat() local 114 int qemu_eventfd(int *fds) in qemu_eventfd()
|
/external/bluetooth/bluez/common/ |
D | ppoll.h | 7 static inline int compat_ppoll(struct pollfd *fds, nfds_t nfds, in compat_ppoll()
|
/external/dbus/bus/ |
D | dir-watch-dnotify.c | 37 static int fds[MAX_DIRS_TO_WATCH]; variable
|
D | dir-watch-kqueue.c | 41 static int fds[MAX_DIRS_TO_WATCH]; variable
|
/external/e2fsprogs/lib/ |
D | fpopen.c | 42 int fds[2]; in fpopen() local
|
/external/bluetooth/glib/tests/ |
D | spawn-test.c | 38 #define pipe(fds) _pipe(fds, 4096, _O_BINARY) argument
|
D | mainloop-test.c | 15 #define pipe(fds) _pipe(fds, 4096, _O_BINARY) argument 198 gint fds[2]; in io_pipe() local
|
D | timeloop.c | 21 int fds[2]; in io_pipe() local
|
D | timeloop-basic.c | 24 my_pipe (int *fds) in my_pipe()
|
D | timeloop-closure.c | 22 int fds[2]; in io_pipe() local
|
D | gio-test.c | 42 #define pipe(fds) _pipe(fds, 4096, _O_BINARY) argument
|
/external/clearsilver/util/ |
D | neo_net.c | 159 fd_set fds; in ne_net_connect() local 310 fd_set fds; in ne_net_fill() local 369 fd_set fds; in ne_net_flush() local
|
/external/dropbear/ |
D | common-session.c | 288 fd_set fds; in ident_readln() local
|
D | svr-main.c | 113 fd_set fds; in main_noinetd() local
|
/external/strace/ |
D | net.c | 1105 int *fds = (int *) CMSG_DATA (cmsg); local 1452 int fds[2]; local 1476 int fds[2]; local
|
D | stream.c | 301 struct pollfd fds; local
|
D | desc.c | 410 fd_set *fds; local
|
/external/e2fsprogs/misc/ |
D | logsave.c | 107 int fds[2]; in run_program() local
|
/external/qemu/android/utils/ |
D | tempfile.c | 138 int fds[ MAX_ATEXIT_FDS ]; member
|
/external/bluetooth/glib/gio/ |
D | gcancellable.c | 32 #define pipe(fds) _pipe(fds, 4096, _O_BINARY) argument
|
/external/wpa_supplicant/ |
D | eloop.c | 134 fd_set *fds) in eloop_sock_table_set_fds() 149 fd_set *fds) in eloop_sock_table_dispatch()
|
/external/bluetooth/hcidump/src/ |
D | hcidump.c | 176 struct pollfd fds[2]; in process_frames() local 746 struct pollfd fds[3]; in wait_connection() local
|