Home
last modified time | relevance | path

Searched refs:un (Results 1 – 25 of 644) sorted by relevance

12345678910>>...26

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/testdata/
Dtestdata_it.txt21 un anno fa
23 fra un anno
37 un mese fa
39 fra un mese
69 un giorno fa
71 fra un giorno
85 un'ora fa
87 fra un'ora
101 un minuto fa
103 fra un minuto
[all …]
Dtestdata_es.txt21 hace un año
23 dentro de un año
37 hace un mes
39 dentro de un mes
69 hace un día
71 dentro de un día
101 hace un minuto
103 dentro de un minuto
117 hace un segundo
119 dentro de un segundo
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/
Dtestdata_it.txt21 un anno fa
23 fra un anno
37 un mese fa
39 fra un mese
69 un giorno fa
71 fra un giorno
85 un'ora fa
87 fra un'ora
101 un minuto fa
103 fra un minuto
[all …]
Dtestdata_es.txt21 hace un año
23 dentro de un año
37 hace un mes
39 dentro de un mes
69 hace un día
71 dentro de un día
101 hace un minuto
103 dentro de un minuto
117 hace un segundo
119 dentro de un segundo
[all …]
/external/llvm-project/clang/test/Sema/
Dtautological-unsigned-zero-compare.c43 unsigned un = uvalue(); in main() local
74 if (un == 0) in main()
76 if (un != 0) in main()
78 if (un < 0) // expected-warning {{comparison of unsigned expression < 0 is always false}} in main()
80 if (un <= 0) in main()
82 if (un > 0) in main()
84 if (un >= 0) // expected-warning {{comparison of unsigned expression >= 0 is always true}} in main()
87 if (0 == un) in main()
89 if (0 != un) in main()
91 if (0 < un) in main()
[all …]
/external/clang/test/Sema/
Doutof-range-constant-compare.c104 unsigned un = 0; in main() local
105 if (un == 0x0000000000000000L) in main()
107 if (un != 0x0000000000000000L) in main()
109 if (un < 0x0000000000000000L) in main()
111 if (un <= 0x0000000000000000L) in main()
113 if (un > 0x0000000000000000L) in main()
115 if (un >= 0x0000000000000000L) in main()
118 if (0x0000000000000000L == un) in main()
120 if (0x0000000000000000L != un) in main()
122 if (0x0000000000000000L < un) in main()
[all …]
/external/strace/tests-m32/
Drecvfrom.c57 struct sockaddr_un un = { in main() local
62 (void) unlink(un.sun_path); in main()
63 if (bind(cfd, (const void *) &un, sizeof(un))) in main()
65 (void) unlink(un.sun_path); in main()
67 un.sun_path[sizeof(TEST_SOCKET) - 1] = '\0'; in main()
68 (void) unlink(un.sun_path); in main()
70 if (bind(lfd, (const void *) &un, sizeof(un))) in main()
76 if (connect(cfd, (const void *) &un, sizeof(un))) in main()
83 (void) unlink(un.sun_path); in main()
Daccept.c71 struct sockaddr_un un = { in connect_un() local
76 (void) unlink(un.sun_path); in connect_un()
77 if (bind(cfd, (const void *) &un, sizeof(un))) in connect_un()
79 (void) unlink(un.sun_path); in connect_un()
81 un.sun_path[sizeof(TEST_SOCKET) - 1] = '\0'; in connect_un()
82 if (connect(cfd, (const void *) &un, sizeof(un))) in connect_un()
95 const struct sockaddr_un un = { in main() local
100 if (bind(lfd, (const void *) &un, sizeof(un))) in main()
Dnet-sockaddr.c58 TAIL_ALLOC_OBJECT_VAR_PTR(struct sockaddr_un, un); in check_un()
59 un->sun_family = AF_UNIX; in check_un()
60 memset(un->sun_path, '0', sizeof(un->sun_path)); in check_un()
61 unsigned int len = sizeof(*un); in check_un()
62 int ret = connect(-1, (void *) un, len); in check_un()
65 (int) sizeof(un->sun_path), 0, len, ret); in check_un()
67 un->sun_path[1] = 0; in check_un()
68 ret = connect(-1, (void *) un, len); in check_un()
72 un->sun_path[0] = 0; in check_un()
73 un->sun_path[2] = 1; in check_un()
[all …]
/external/strace/tests/
Drecvfrom.c57 struct sockaddr_un un = { in main() local
62 (void) unlink(un.sun_path); in main()
63 if (bind(cfd, (const void *) &un, sizeof(un))) in main()
65 (void) unlink(un.sun_path); in main()
67 un.sun_path[sizeof(TEST_SOCKET) - 1] = '\0'; in main()
68 (void) unlink(un.sun_path); in main()
70 if (bind(lfd, (const void *) &un, sizeof(un))) in main()
76 if (connect(cfd, (const void *) &un, sizeof(un))) in main()
83 (void) unlink(un.sun_path); in main()
Daccept.c71 struct sockaddr_un un = { in connect_un() local
76 (void) unlink(un.sun_path); in connect_un()
77 if (bind(cfd, (const void *) &un, sizeof(un))) in connect_un()
79 (void) unlink(un.sun_path); in connect_un()
81 un.sun_path[sizeof(TEST_SOCKET) - 1] = '\0'; in connect_un()
82 if (connect(cfd, (const void *) &un, sizeof(un))) in connect_un()
95 const struct sockaddr_un un = { in main() local
100 if (bind(lfd, (const void *) &un, sizeof(un))) in main()
Dnet-sockaddr.c58 TAIL_ALLOC_OBJECT_VAR_PTR(struct sockaddr_un, un); in check_un()
59 un->sun_family = AF_UNIX; in check_un()
60 memset(un->sun_path, '0', sizeof(un->sun_path)); in check_un()
61 unsigned int len = sizeof(*un); in check_un()
62 int ret = connect(-1, (void *) un, len); in check_un()
65 (int) sizeof(un->sun_path), 0, len, ret); in check_un()
67 un->sun_path[1] = 0; in check_un()
68 ret = connect(-1, (void *) un, len); in check_un()
72 un->sun_path[0] = 0; in check_un()
73 un->sun_path[2] = 1; in check_un()
[all …]
Dipc_sem.c110 union semun un; in main() local
131 un.buf = &ds; in main()
132 if (semctl(id, 0, IPC_STAT, un)) in main()
137 un.__buf = &info; in main()
138 rc = semctl(0, 0, SEM_INFO, un); in main()
142 un.buf = &ds; in main()
143 rc = semctl(id, 0, SEM_STAT, un); in main()
147 rc = semctl(id, 0, SEM_STAT_ANY, un); in main()
/external/strace/tests-mx32/
Drecvfrom.c57 struct sockaddr_un un = { in main() local
62 (void) unlink(un.sun_path); in main()
63 if (bind(cfd, (const void *) &un, sizeof(un))) in main()
65 (void) unlink(un.sun_path); in main()
67 un.sun_path[sizeof(TEST_SOCKET) - 1] = '\0'; in main()
68 (void) unlink(un.sun_path); in main()
70 if (bind(lfd, (const void *) &un, sizeof(un))) in main()
76 if (connect(cfd, (const void *) &un, sizeof(un))) in main()
83 (void) unlink(un.sun_path); in main()
Daccept.c71 struct sockaddr_un un = { in connect_un() local
76 (void) unlink(un.sun_path); in connect_un()
77 if (bind(cfd, (const void *) &un, sizeof(un))) in connect_un()
79 (void) unlink(un.sun_path); in connect_un()
81 un.sun_path[sizeof(TEST_SOCKET) - 1] = '\0'; in connect_un()
82 if (connect(cfd, (const void *) &un, sizeof(un))) in connect_un()
95 const struct sockaddr_un un = { in main() local
100 if (bind(lfd, (const void *) &un, sizeof(un))) in main()
Dnet-sockaddr.c58 TAIL_ALLOC_OBJECT_VAR_PTR(struct sockaddr_un, un); in check_un()
59 un->sun_family = AF_UNIX; in check_un()
60 memset(un->sun_path, '0', sizeof(un->sun_path)); in check_un()
61 unsigned int len = sizeof(*un); in check_un()
62 int ret = connect(-1, (void *) un, len); in check_un()
65 (int) sizeof(un->sun_path), 0, len, ret); in check_un()
67 un->sun_path[1] = 0; in check_un()
68 ret = connect(-1, (void *) un, len); in check_un()
72 un->sun_path[0] = 0; in check_un()
73 un->sun_path[2] = 1; in check_un()
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/speculative/
D5-2.c86 struct utsname un; in main() local
89 ret = uname(&un); in main()
94 output("Implementation is: \n\t%s\n\t%s\n\t%s\n", un.sysname, in main()
95 un.release, un.version); in main()
99 if (strcmp(un.sysname, "Linux") == 0) { in main()
108 if (strcmp(un.sysname, "AIX") == 0) { in main()
112 if (strcmp(un.sysname, "SunOS") == 0) { in main()
/external/llvm-project/lldb/source/Host/netbsd/
DHostInfoNetBSD.cpp24 struct utsname un; in GetOSVersion() local
26 ::memset(&un, 0, sizeof(un)); in GetOSVersion()
27 if (::uname(&un) < 0) in GetOSVersion()
32 int status = ::sscanf(un.release, "%" PRIu32 ".%" PRIu32 ".%" PRIu32, &major, in GetOSVersion()
62 struct utsname un; in GetOSKernelDescription() local
64 ::memset(&un, 0, sizeof(un)); in GetOSKernelDescription()
67 if (::uname(&un) < 0) in GetOSKernelDescription()
70 s.assign(un.version); in GetOSKernelDescription()
/external/icu/icu4c/source/data/rbnf/
Dfr_CH.txt17 "%%et-un:",
18 "1: et-un;",
34 "1: un;",
51 "20: vingt[->%%et-un>];",
52 "30: trente[->%%et-un>];",
53 "40: quarante[->%%et-un>];",
54 "50: cinquante[->%%et-un>];",
55 "60: soixante[->%%et-un>];",
56 "70: septante[->%%et-un>];",
57 "80: huitante[->%%et-un>];",
[all …]
Dfr_BE.txt17 "%%et-un:",
18 "1: et-un;",
34 "1: un;",
51 "20: vingt[->%%et-un>];",
52 "30: trente[->%%et-un>];",
53 "40: quarante[->%%et-un>];",
54 "50: cinquante[->%%et-un>];",
55 "60: soixante[->%%et-un>];",
56 "70: septante[->%%et-un>];",
58 "90: nonante[->%%et-un>];",
[all …]
Dca.txt52 "1000000: un mili\u00F3[ >>];",
54 "1000000000: un miliard[ >>];",
56 "1000000000000: un bili\u00F3[ >>];",
58 "1000000000000000: un biliard[ >>];",
68 "1: un;",
99 "1000000: un mili\u00F3[ >>];",
101 "1000000000: un miliard[ >>];",
103 "1000000000000: un bili\u00F3[ >>];",
105 "1000000000000000: un biliard[ >>];",
130 "1000000: un mili\u00F3[ >>];",
[all …]
Dfr.txt33 "%%et-un:",
34 "1: et-un;",
54 "1: un;",
71 "20: vingt[->%%et-un>];",
72 "30: trente[->%%et-un>];",
73 "40: quarante[->%%et-un>];",
74 "50: cinquante[->%%et-un>];",
75 "60/20: soixante[->%%et-un>];",
81 "1000000: un million[ >>];",
83 "1000000000: un milliard[ >>];",
[all …]
/external/llvm-project/lldb/source/Host/openbsd/
DHostInfoOpenBSD.cpp20 struct utsname un; in GetOSVersion() local
22 ::memset(&un, 0, sizeof(utsname)); in GetOSVersion()
23 if (uname(&un) < 0) in GetOSVersion()
27 if (2 == sscanf(un.release, "%u.%u", &major, &minor)) in GetOSVersion()
49 struct utsname un; in GetOSKernelDescription() local
51 ::memset(&un, 0, sizeof(utsname)); in GetOSKernelDescription()
54 if (uname(&un) < 0) in GetOSKernelDescription()
57 s.assign(un.version); in GetOSKernelDescription()
/external/grpc-grpc/src/core/lib/iomgr/
Dunix_sockets_posix.cc45 struct sockaddr_un* un; in grpc_resolve_unix_domain_address() local
52 GPR_ARRAY_SIZE(un->sun_path) - 1); in grpc_resolve_unix_domain_address()
62 un = reinterpret_cast<struct sockaddr_un*>((*addrs)->addrs->addr); in grpc_resolve_unix_domain_address()
63 un->sun_family = AF_UNIX; in grpc_resolve_unix_domain_address()
64 strncpy(un->sun_path, name, sizeof(un->sun_path)); in grpc_resolve_unix_domain_address()
66 static_cast<socklen_t>(strlen(un->sun_path) + sizeof(un->sun_family) + 1); in grpc_resolve_unix_domain_address()
120 struct sockaddr_un* un = reinterpret_cast<struct sockaddr_un*>( in grpc_unlink_if_unix_domain_socket() local
124 if (stat(un->sun_path, &st) == 0 && (st.st_mode & S_IFMT) == S_IFSOCK) { in grpc_unlink_if_unix_domain_socket()
125 unlink(un->sun_path); in grpc_unlink_if_unix_domain_socket()
/external/llvm-project/lldb/source/Host/freebsd/
DHostInfoFreeBSD.cpp21 struct utsname un; in GetOSVersion() local
23 ::memset(&un, 0, sizeof(utsname)); in GetOSVersion()
24 if (uname(&un) < 0) in GetOSVersion()
28 if (2 == sscanf(un.release, "%u.%u", &major, &minor)) in GetOSVersion()
50 struct utsname un; in GetOSKernelDescription() local
52 ::memset(&un, 0, sizeof(utsname)); in GetOSKernelDescription()
55 if (uname(&un) < 0) in GetOSKernelDescription()
58 s.assign(un.version); in GetOSKernelDescription()

12345678910>>...26