Searched refs:up (Results 1 - 25 of 501) sorted by relevance

1234567891011>>

/external/valgrind/none/tests/
H A Dpth_cancel1.stdout.exp1 cleaning up 0x5678
2 cleaning up 0x1234
/external/python/cpython2/Demo/turtle/
H A Dtdemo_peace.py21 up()
29 up()
43 up()
49 up()
54 up()
H A Dtdemo_yinyang.py28 up()
35 up()
/external/python/cpython2/Lib/test/
H A Dtest_xdrlib.py28 up = xdrlib.Unpacker(data)
30 self.assertEqual(up.get_position(), 0)
32 self.assertEqual(up.unpack_int(), 42)
33 self.assertEqual(up.unpack_int(), -17)
34 self.assertEqual(up.unpack_uint(), 9)
35 self.assertTrue(up.unpack_bool() is True)
38 pos = up.get_position()
39 self.assertTrue(up.unpack_bool() is False)
42 up.set_position(pos)
43 self.assertTrue(up
[all...]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DTreeWalker.java18 abstract void up(); method in class:TreeWalker
/external/elfutils/libcpu/
H A Dmemory-access.h98 const union unaligned *up = p; local
100 return bswap_16 (up->u2);
101 return up->u2;
106 const union unaligned *up = p; local
108 return (int16_t) bswap_16 (up->u2);
109 return up->s2;
115 const union unaligned *up = p; local
116 return up->u4;
121 const union unaligned *up = p; local
123 return bswap_32 (up
129 const union unaligned *up = p; local
138 const union unaligned *up = p; local
146 const union unaligned *up = p; local
[all...]
/external/toybox/toys/lsb/
H A Dsu.c45 struct passwd *up; local
65 up = xgetpwnam(name);
66 xsetuser(up);
69 *(argv++) = TT.s ? TT.s : up->pw_shell;
79 xchdir(up->pw_dir);
83 setenv("HOME", up->pw_dir, 1);
84 setenv("SHELL", up->pw_shell, 1);
85 setenv("USER", up->pw_name, 1);
86 setenv("LOGNAME", up->pw_name, 1);
/external/clang/test/Lexer/
H A Dstring-literal-errors.cpp27 #define foo() lots and lots of tokens, need at least 8 to fill up the smallvector buffer #BadThingsHappenNow
/external/clang/test/PCH/
H A Dfield-designator.c26 # error Header inclusion order messed up
H A Dchain-default-argument-instantiation.cpp31 #error Header inclusion order messed up
/external/toybox/tests/
H A Ddu.test21 ln -s . du_test/up
23 rm du_test/up
/external/libcxx/test/std/utilities/tuple/tuple.general/
H A Dtuple.smartptr.pass.cpp21 std::tuple<std::unique_ptr<char>> up; local
26 std::tuple<std::unique_ptr<char[]>> up; local
/external/syslinux/com32/include/
H A Dbyteswap.h109 const __ua_uint16_t *up = (const __ua_uint16_t *)p; local
110 return le16_to_cpu(up->x);
115 const __ua_uint32_t *up = (const __ua_uint32_t *)p; local
116 return le32_to_cpu(up->x);
121 const __ua_uint64_t *up = (const __ua_uint64_t *)p; local
122 return le64_to_cpu(up->x);
127 const __ua_uint16_t *up = (const __ua_uint16_t *)p; local
128 return be16_to_cpu(up->x);
133 const __ua_uint32_t *up = (const __ua_uint32_t *)p; local
134 return be32_to_cpu(up
139 const __ua_uint64_t *up = (const __ua_uint64_t *)p; local
145 __ua_uint16_t *up = (__ua_uint16_t *)p; local
151 __ua_uint32_t *up = (__ua_uint32_t *)p; local
157 __ua_uint64_t *up = (__ua_uint64_t *)p; local
163 __ua_uint16_t *up = (__ua_uint16_t *)p; local
169 __ua_uint32_t *up = (__ua_uint32_t *)p; local
175 __ua_uint64_t *up = (__ua_uint64_t *)p; local
[all...]
/external/openssh/openbsd-compat/
H A Dgetcwd.c65 char *ept, *eup, *up; local
92 if ((up = malloc(upsize = MAXPATHLEN)) == NULL)
94 eup = up + upsize;
95 bup = up;
96 up[0] = '.';
97 up[1] = '\0';
109 if (lstat(up, &s))
125 free(up);
137 if ((nup = realloc(up, upsize *= 2)) == NULL)
139 bup = nup + (bup - up);
[all...]
/external/elfutils/libdw/
H A Dmemory-access.h191 const union unaligned *up = p; local
193 return bswap_16 (up->u2);
194 return up->u2;
199 const union unaligned *up = p; local
201 return (int16_t) bswap_16 (up->u2);
202 return up->s2;
208 const union unaligned *up = p; local
209 return up->u4;
214 const union unaligned *up = p; local
216 return bswap_32 (up
222 const union unaligned *up = p; local
231 const union unaligned *up = p; local
237 const union unaligned *up = p; local
245 const union unaligned *up = p; local
[all...]
/external/tcpdump/
H A Dprint-udp.c100 vat_print(netdissect_options *ndo, const void *hdr, register const struct udphdr *up) argument
109 ND_TCHECK_16BITS(&up->uh_ulen);
111 (uint32_t)(EXTRACT_16BITS(&up->uh_ulen) - sizeof(*up)),
121 ND_TCHECK_16BITS(&up->uh_ulen);
123 (uint32_t)(EXTRACT_16BITS(&up->uh_ulen) - sizeof(*up) - 8),
139 register const struct udphdr *up)
151 ND_TCHECK_16BITS(&up->uh_ulen);
152 dlen = EXTRACT_16BITS(&up
138 rtp_print(netdissect_options *ndo, const void *hdr, u_int len, register const struct udphdr *up) argument
301 udp_cksum(netdissect_options *ndo, register const struct ip *ip, register const struct udphdr *up, register u_int len) argument
309 udp6_cksum(netdissect_options *ndo, const struct ip6_hdr *ip6, const struct udphdr *up, u_int len) argument
373 register const struct udphdr *up; local
[all...]
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
H A Dauto_pointer.pass.cpp52 std::unique_ptr<A> up(std::move(ap));
53 assert(up.get() == p);
63 std::unique_ptr<A> up; local
64 up = std::move(ap);
65 assert(up.get() == p);
H A Dauto_pointer01.fail.cpp47 std::unique_ptr<A> up(ap);
48 assert(up.get() == p);
58 std::unique_ptr<A> up; local
59 up = ap;
60 assert(up.get() == p);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dvlan_ifconfig.c19 int ifconfig_helper(const char *if_name, int up) argument
41 if (up)
48 "for interface %s (up=%d): %s",
49 __func__, if_name, up, strerror(errno));
61 wpa_printf(MSG_DEBUG, "VLAN: Set interface %s up", if_name);
/external/wpa_supplicant_8/src/ap/
H A Dvlan_ifconfig.c19 int ifconfig_helper(const char *if_name, int up) argument
41 if (up)
48 "for interface %s (up=%d): %s",
49 __func__, if_name, up, strerror(errno));
61 wpa_printf(MSG_DEBUG, "VLAN: Set interface %s up", if_name);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dvlan_ifconfig.c19 int ifconfig_helper(const char *if_name, int up) argument
41 if (up)
48 "for interface %s (up=%d): %s",
49 __func__, if_name, up, strerror(errno));
61 wpa_printf(MSG_DEBUG, "VLAN: Set interface %s up", if_name);
/external/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp117 const CUpdatePair2 &up = (*UpdatePairs)[index]; local
118 if (newData) *newData = BoolToInt(up.NewData);
119 if (newProps) *newProps = BoolToInt(up.NewProps);
123 if (up.ExistInArchive())
124 *indexInArchive = (ArcItems == 0) ? up.ArcIndex : (*ArcItems)[up.ArcIndex].IndexInServer;
217 const CUpdatePair2 &up = (*UpdatePairs)[index]; local
218 if (up.UseArcProps && up.ExistInArchive() && Arc->GetRawProps)
220 ArcItems ? (*ArcItems)[up
320 const CUpdatePair2 &up = (*UpdatePairs)[index]; local
437 const CUpdatePair2 &up = (*UpdatePairs)[index]; local
578 const CUpdatePair2 &up = (*UpdatePairs)[index]; local
[all...]
/external/libunwind/scripts/
H A Dkernel-diff.sh9 diff -up $left $right
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dsgidefs.h18 #error Use a Linux compiler or give up.
/external/wpa_supplicant_8/
H A DAndroid.mk5 # TODO: Clean up the Android.mks, reset all the temporary variables at the
7 # set up in the other Android.mk.

Completed in 874 milliseconds

1234567891011>>