Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 3400) sorted by relevance

12345678910>>...136

/external/chromium/third_party/icu/source/data/translit/
DFullwidth_Halfwidth.txt10 ガ↔ガ; # to KATAKANA LETTER GA
11 ギ↔ギ; # to KATAKANA LETTER GI
12 グ↔グ; # to KATAKANA LETTER GU
13 ゲ↔ゲ; # to KATAKANA LETTER GE
14 ゴ↔ゴ; # to KATAKANA LETTER GO
15 ザ↔ザ; # to KATAKANA LETTER ZA
16 ジ↔ジ; # to KATAKANA LETTER ZI
17 ズ↔ズ; # to KATAKANA LETTER ZU
18 ゼ↔ゼ; # to KATAKANA LETTER ZE
19 ゾ↔ゾ; # to KATAKANA LETTER ZO
[all …]
/external/icu4c/data/translit/
DFullwidth_Halfwidth.txt10 ガ↔ガ; # to KATAKANA LETTER GA
11 ギ↔ギ; # to KATAKANA LETTER GI
12 グ↔グ; # to KATAKANA LETTER GU
13 ゲ↔ゲ; # to KATAKANA LETTER GE
14 ゴ↔ゴ; # to KATAKANA LETTER GO
15 ザ↔ザ; # to KATAKANA LETTER ZA
16 ジ↔ジ; # to KATAKANA LETTER ZI
17 ズ↔ズ; # to KATAKANA LETTER ZU
18 ゼ↔ゼ; # to KATAKANA LETTER ZE
19 ゾ↔ゾ; # to KATAKANA LETTER ZO
[all …]
/external/bison/
Dconfig.hin3 /* Define to 1 if translation of program messages to the user's native
8 prefix, define this to compute the length of that prefix, including the
23 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
27 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
31 /* Define to 1 if the system has the type `clock_t'. */
38 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
42 /* Define to 1 if you have the declaration of `clock', and to 0 if you don't.
46 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
50 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
54 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
[all …]
/external/e2fsprogs/tests/f_expand/
Dexpect.1.gz
/external/dropbear/
Dconfig.h.in54 /* Define to 1 if you have the `basename' function. */
57 /* Define to 1 if you have the `clearenv' function. */
63 /* Define to 1 if you have the <crypt.h> header file. */
66 /* Define to 1 if you have the `daemon' function. */
72 /* Define to 1 if you have the `dup2' function. */
75 /* Define to 1 if you have the `endutent' function. */
78 /* Define to 1 if you have the `endutxent' function. */
81 /* Define to 1 if you have the <fcntl.h> header file. */
84 /* Define to 1 if you have the `freeaddrinfo' function. */
87 /* Define to 1 if you have the `gai_strerror' function. */
[all …]
/external/grub/netboot/
Dlinux-asm-string.h24 extern void *__memcpy(void * to, const void * from, size_t n);
25 extern void *__constant_memcpy(void * to, const void * from, size_t n);
32 extern inline void * __memcpy(void * to, const void * from, size_t n) in __memcpy() argument
46 :"0" (n/4), "q" (n),"1" ((long) to),"2" ((long) from) in __memcpy()
48 return (to); in __memcpy()
55 extern inline void * __constant_memcpy(void * to, const void * from, size_t n) in __constant_memcpy() argument
59 return to; in __constant_memcpy()
61 *(unsigned char *)to = *(const unsigned char *)from; in __constant_memcpy()
62 return to; in __constant_memcpy()
64 *(unsigned short *)to = *(const unsigned short *)from; in __constant_memcpy()
[all …]
/external/icu4c/data/curr/
DsupplementalData.txt11 * Map from ISO 3166 country codes to ISO 4217 currency codes
29 to:intvector{ /** 2002-02-28 */
40 to:intvector{ /** 2002-02-17 */
51 to:intvector{ /** 2001-12-31 */
80 to:intvector{ /** 2002-12-31 */
118 to:intvector{ /** 1965-08-16 */
138 to:intvector{ /** 1993-11-22 */
149 to:intvector{ /** 1991-12-25 */
178 to:intvector{ /** 2000-02-01 */
189 to:intvector{ /** 2000-02-01 */
[all …]
/external/bluetooth/bluez/lib/bluetooth/
Dhci_lib.h56 …t bdaddr_t *bdaddr, uint16_t ptype, uint16_t clkoffset, uint8_t rswitch, uint16_t *handle, int to);
57 int hci_disconnect(int dd, uint16_t handle, uint8_t reason, int to);
64 int hci_read_local_name(int dd, int len, char *name, int to);
65 int hci_write_local_name(int dd, const char *name, int to);
66 int hci_read_remote_name(int dd, const bdaddr_t *bdaddr, int len, char *name, int to);
67 …, const bdaddr_t *bdaddr, uint8_t pscan_rep_mode, uint16_t clkoffset, int len, char *name, int to);
68 int hci_read_remote_name_cancel(int dd, const bdaddr_t *bdaddr, int to);
69 int hci_read_remote_version(int dd, uint16_t handle, struct hci_version *ver, int to);
70 int hci_read_remote_features(int dd, uint16_t handle, uint8_t *features, int to);
71 …_ext_features(int dd, uint16_t handle, uint8_t page, uint8_t *max_page, uint8_t *features, int to);
[all …]
/external/strace/
Dconfig.h.in12 /* Define to the type of elements in the array set by `getgroups'. Usually
16 /* Define to 1 if you have the <asm/reg.h> header file. */
19 /* Define to 1 if you have the <asm/sigcontext.h> header file. */
22 /* Define to 1 if you have the <asm/sysmips.h> header file. */
25 /* Define to 1 if you have the declaration of `sys_errlist', and to 0 if you
29 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
33 /* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you
37 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
41 /* Define to 1 if you have the `getdents' function. */
44 /* Define to 1 if you have the `if_indextoname' function. */
[all …]
/external/chromium/third_party/libevent/
Dconfig.h.in9 /* Define to 1 if you have the `clock_gettime' function. */
15 /* Define to 1 if you have the <dlfcn.h> header file. */
21 /* Define to 1 if you have the `epoll_ctl' function. */
27 /* Define to 1 if you have the `fcntl' function. */
30 /* Define to 1 if you have the <fcntl.h> header file. */
33 /* Define to 1 if the system has the type `fd_mask'. */
36 /* Define to 1 if you have the `getaddrinfo' function. */
39 /* Define to 1 if you have the `getegid' function. */
42 /* Define to 1 if you have the `geteuid' function. */
45 /* Define to 1 if you have the `getnameinfo' function. */
[all …]
/external/bluetooth/glib/
Dconfig.h.win32.in11 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
16 /* Define to 1 if using `alloca.c'. */
19 /* Whether to disable memory pools */
22 /* Whether to enable GC friendliness by default */
25 /* always defined to indicate that i18n is enabled */
28 /* Define the gettext package to be used */
31 /* Define to the GLIB binary age */
37 /* Define to the GLIB interface age */
43 /* Define to the GLIB major version */
46 /* Define to the GLIB micro version */
[all …]
/external/clearsilver/
Dcs_config.h.in64 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
68 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
71 /* Define to 1 if you have the `drand48' function. */
74 /* Define to 1 if you have the <fcntl.h> header file. */
77 /* Define to 1 if you have the <features.h> header file. */
80 /* Define to 1 if you have the `gettimeofday' function. */
83 /* Define to 1 if you have the `gmtime_r' function. */
86 /* Define to 1 if you have the <inttypes.h> header file. */
89 /* Define to 1 if you have the <limits.h> header file. */
92 /* Define to 1 if you have the `localtime_r' function. */
[all …]
/external/kernel-headers/original/asm-x86/
Dstring_32.h32 static __always_inline void * __memcpy(void * to, const void * from, size_t n) in __memcpy() argument
43 : "0" (n/4), "g" (n), "1" ((long) to), "2" ((long) from) in __memcpy()
45 return (to); in __memcpy()
52 static __always_inline void * __constant_memcpy(void * to, const void * from, size_t n) in __constant_memcpy() argument
55 if (!n) return to; in __constant_memcpy()
58 case 1: *(char*)to = *(char*)from; return to; in __constant_memcpy()
59 case 2: *(short*)to = *(short*)from; return to; in __constant_memcpy()
60 case 4: *(int*)to = *(int*)from; return to; in __constant_memcpy()
62 case 3: *(short*)to = *(short*)from; in __constant_memcpy()
63 *((char*)to+2) = *((char*)from+2); return to; in __constant_memcpy()
[all …]
/external/qemu/docs/
DCHAR-DEVICES.TXT9 The CS is essentially an object used to model a character stream that
10 can be connected to things like a host serial port, a host network socket,
18 - qemu_chr_write() is used to try to write data into a CS object. Note that
21 This is very similar to writing to a non-blocking BSD socket on Unix.
29 In practice, this means it's not possible to reliably differentiate between
32 There is no way to know in advance how many bytes a given CharDriverState
33 can accept, nor to be notified when its underlying implementation is ready
34 to accept data again.
37 - qemu_chr_add_handler() is used to add "read" and "event" handlers
38 to a CS object. We will ignore "events" here and focus on the
[all …]
/external/genext2fs/
Dconfig.h.in3 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
7 /* Define to 1 if you have the <fcntl.h> header file. */
10 /* Define to 1 if you have the `getline' function. */
13 /* Define to 1 if you have the <getopt.h> header file. */
16 /* Define to 1 if you have the `getopt_long' function. */
19 /* Define to 1 if you have the <inttypes.h> header file. */
22 /* Define to 1 if you have the <libgen.h> header file. */
25 /* Define to 1 if you have the <limits.h> header file. */
28 /* Define to 1 if you have the <memory.h> header file. */
31 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
[all …]
/external/expat/
Dexpat_config.h.in6 /* Define to 1 if you have the `bcopy' function. */
9 /* Define to 1 if you have the <dlfcn.h> header file. */
12 /* Define to 1 if you have the <fcntl.h> header file. */
15 /* Define to 1 if you have the `getpagesize' function. */
18 /* Define to 1 if you have the <inttypes.h> header file. */
21 /* Define to 1 if you have the `memmove' function. */
24 /* Define to 1 if you have the <memory.h> header file. */
27 /* Define to 1 if you have a working `mmap' system call. */
30 /* Define to 1 if you have the <stdint.h> header file. */
33 /* Define to 1 if you have the <stdlib.h> header file. */
[all …]
/external/dnsmasq/
DCHANGELOG.archive5 release 0.6 - TCP handling: close socket and return to connect state if we
10 to set SO_REUSEADDR on the tcp socket which stops problems when
25 Patch to clear cache on SIGHUP
29 address-length parameter to recvfrom() and accept() - it
32 release 0.95 Major rewrite: remove calls to gethostbyname() and talk
33 directly to the upstream server(s) instead.
39 (3) Time-to-live data from upstream server is read and
40 used by dnsmasq to purge entries from the cache.
45 dnsmasq to serve names to the machine it is running
50 4 above this allows nameservers to be set
[all …]
DCHANGELOG4 /etc/dnsmasq.conf will be correctly handled by translation to
8 support, dnsmasq continues to be compilable with just
9 standard tools. Thanks to Yves Dorfsman for the
13 First, DNSMASQ_SUPPLIED_HOSTNAME; this is set to the hostname
21 options. Thanks to Michael Rack for spotting this.
27 Make the code to call scripts on lease-change compile-time
32 which use '\' as pathname separator. Thanks to Ralf for
35 Updated Polish translation. Thanks to Jan Psota.
38 to Felix Schwarz for pointing this out.
40 Teach --conf-dir to take an option list of file suffices
[all …]
/external/stlport/etc/
DChangeLog-4.05 * _iterator_base.h : made possible to choose between iterator_traits approach
7 (Thanks to John R. Bandela for pointing this out)
8 * _config.h, stl_user_config.h : introduced __STL_OLD_HP_ITERATOR_QUERIES switch to
15 to specialize both type_traits and iterator_traits for a pointer to user-defined
22 (Thanks to Sathish T C for the report)
24 * stl_watcom.h : _REENTRANT is being set if _MT is set (thanks to Ricardo E. Gayoso for the input)
32 (thanks to Alberto Barbati for the reports)
35 conflict (thanks to Alberto Barbati for the report)
40 …* _streambuf.c : added "typename" to out-of-line functions (thanks to Michael Tsirkin for the repo…
42 * README fixed to be consistent about SGI iostreams setting (thanks to Ed Brey for the report)
[all …]
/external/chromium/sdch/open-vcdiff/src/
Dconfig.h.in3 /* Define to 1 if you have the <dlfcn.h> header file. */
6 /* Define to 1 if you have the <ext/rope> header file. */
9 /* Define to 1 if you have the <fnmatch.h> header file. */
12 /* Define to 1 if you have the <getopt.h> header file. */
15 /* Define to 1 if you have the `gettimeofday' function. */
18 /* Define to 1 if you have the <inttypes.h> header file. */
21 /* Define to 1 if you have the <malloc.h> header file. */
24 /* Define to 1 if you have the `memalign' function. */
27 /* Define to 1 if you have the <memory.h> header file. */
30 /* Define to 1 if you have the `mprotect' function. */
[all …]
/external/tcpdump/
Dconfig.h.in3 * make them to acconfig.h and rerun autoheader */
34 /* define if you need to include missing/addrinfoh.h. */
46 /* define if this is a development version, to use additional prototypes. */
115 /* Whether or not to include the possibly-buggy SMB printer */
138 /* Define to 1 if you have the `alarm' function. */
141 /* Define to 1 if you have the `bpf_dump' function. */
144 /* Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you
148 /* Define to 1 if you have the `ether_ntohost' function. */
151 /* Define to 1 if you have the <fcntl.h> header file. */
154 /* Define to 1 if you have the `getaddrinfo' function. */
[all …]
/external/elfutils/m4/
DChangeLog3 * codeset.m4: Upgrade to gettext-0.11.
4 * gettext.m4: Upgrade to gettext-0.11.
5 * glibc21.m4: Upgrade to gettext-0.11.
6 * iconv.m4: Upgrade to gettext-0.11.
7 * isc-posix.m4: Upgrade to gettext-0.11.
8 * lcmessage.m4: Upgrade to gettext-0.11.
9 * lib-ld.m4: Upgrade to gettext-0.11.
10 * lib-link.m4: Upgrade to gettext-0.11.
11 * lib-prefix.m4: Upgrade to gettext-0.11.
12 * progtest.m4: Upgrade to gettext-0.11.
[all …]
/external/libpng/
Dconfig.h.in3 /* Define to 1 if you have the <dlfcn.h> header file. */
6 /* Define to 1 if you have the <inttypes.h> header file. */
9 /* Define to 1 if you have the `m' library (-lm). */
12 /* Define to 1 if you have the `z' library (-lz). */
15 /* Define to 1 if you have the <malloc.h> header file. */
18 /* Define to 1 if you have the <memory.h> header file. */
21 /* Define to 1 if you have the `memset' function. */
24 /* Define to 1 if you have the `pow' function. */
27 /* Define to 1 if you have the <stdint.h> header file. */
30 /* Define to 1 if you have the <stdlib.h> header file. */
[all …]
/external/dbus/
Dconfig.h.in12 /* whether -export-dynamic was passed to libtool */
21 /* Directory to check for console ownerhip */
24 /* File to check for console ownerhip */
42 /* Defined if gcov is enabled to force a rebuild due to config.h changing */
66 /* Where to put test sockets */
99 /* Define to 1 if you have the `backtrace' function. */
114 /* Define to 1 if you have the <dlfcn.h> header file. */
117 /* Define to 1 if you have the <errno.h> header file. */
120 /* Define to 1 if you have the <execinfo.h> header file. */
123 /* Define to 1 if you have the <expat.h> header file. */
[all …]
/external/protobuf/
Dconfig.h.in18 /* Define to 1 if you have the <dlfcn.h> header file. */
21 /* Define to 1 if you have the <fcntl.h> header file. */
24 /* Define to 1 if you have the `ftruncate' function. */
33 /* Define to 1 if you have the <inttypes.h> header file. */
36 /* Define to 1 if you have the <limits.h> header file. */
39 /* Define to 1 if you have the <memory.h> header file. */
42 /* Define to 1 if you have the `memset' function. */
45 /* Define to 1 if you have the `mkdir' function. */
51 /* Define to 1 if you have the <stdint.h> header file. */
54 /* Define to 1 if you have the <stdlib.h> header file. */
[all …]

12345678910>>...136