Searched refs:out (Results 1 - 21 of 21) sorted by relevance

/bionic/libc/bionic/
H A Dsigblock.c38 } in, out; local
43 n = sigprocmask(SIG_BLOCK, &in.the_sigset, &out.the_sigset);
47 return out.the_mask;
H A Dsigsetmask.c39 } in, out; local
44 n = sigprocmask(SIG_SETMASK, &in.the_sigset, &out.the_sigset);
48 return out.the_mask;
H A Dstatvfs.cpp33 static void __statfs_to_statvfs(const struct statfs& in, struct statvfs* out) { argument
34 out->f_bsize = in.f_bsize;
35 out->f_frsize = in.f_frsize;
36 out->f_blocks = in.f_blocks;
37 out->f_bfree = in.f_bfree;
38 out->f_bavail = in.f_bavail;
39 out->f_files = in.f_files;
40 out->f_ffree = in.f_ffree;
41 out->f_favail = in.f_ffree;
42 out
[all...]
/bionic/tests/
H A Duchar_test.cpp48 char out[MB_LEN_MAX]; local
54 EXPECT_EQ(static_cast<size_t>(-1), c32rtomb(out, 0x00a2, &ps));
66 EXPECT_EQ(1U, c32rtomb(out, L'\0', &ps));
162 char16_t out; local
164 out = L'x';
165 ASSERT_EQ(0U, mbrtoc16(&out, "hello", 0, NULL));
166 ASSERT_EQ(L'x', out);
168 ASSERT_EQ(0U, mbrtoc16(&out, "hello", 0, NULL));
169 ASSERT_EQ(0U, mbrtoc16(&out, "", 0, NULL));
170 ASSERT_EQ(1U, mbrtoc16(&out, "hell
179 char16_t out; local
200 char16_t out; local
214 char16_t out; local
224 char16_t out; local
237 char16_t out; local
325 char32_t out[8]; local
375 char32_t out; local
[all...]
H A Dwchar_test.cpp91 char out[MB_LEN_MAX]; local
97 EXPECT_EQ(static_cast<size_t>(-1), wcrtomb(out, 0x00a2, &ps));
109 EXPECT_EQ(1U, wcrtomb(out, L'\0', &ps));
236 wchar_t out[8]; local
238 out[0] = 'x';
239 ASSERT_EQ(0, mbtowc(out, "hello", 0));
240 ASSERT_EQ('x', out[0]);
242 ASSERT_EQ(0, mbtowc(out, "hello", 0));
243 ASSERT_EQ(0, mbtowc(out, "", 0));
244 ASSERT_EQ(1, mbtowc(out, "hell
255 wchar_t out[8]; local
301 wchar_t out; local
335 wchar_t out[4]; local
378 wchar_t out; local
[all...]
H A Dlibgen_test.cpp26 const char* out = basename(&writable_in[0]); local
27 ASSERT_STREQ(expected_out, out) << in;
35 const char* out = dirname(&writable_in[0]); local
36 ASSERT_STREQ(expected_out, out) << in;
/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dftell.c50 goto out;
64 goto out;
83 out: FUNLOCKFILE(fp);
H A Dfindfp.c172 goto out; /* bail out if caller lost the race */
179 out:
/bionic/libc/upstream-netbsd/lib/libc/gen/
H A Dutmp.c67 goto out;
73 goto out;
77 out:
/bionic/libc/kernel/uapi/linux/
H A Dcoda.h275 struct coda_out_hdr out; member in struct:coda_store_out
285 struct coda_out_hdr out; member in struct:coda_release_out
295 struct coda_out_hdr out; member in struct:coda_close_out
331 struct coda_out_hdr out; member in struct:coda_setattr_out
341 struct coda_out_hdr out; member in struct:coda_access_out
384 struct coda_out_hdr out; member in struct:coda_remove_out
395 struct coda_out_hdr out; member in struct:coda_link_out
407 struct coda_out_hdr out; member in struct:coda_rename_out
431 struct coda_out_hdr out; member in struct:coda_rmdir_out
444 struct coda_out_hdr out; member in struct:coda_symlink_out
464 struct coda_out_hdr out; member in struct:coda_fsync_out
605 void __user *out; member in struct:ViceIoctl
[all...]
H A Da.out.h24 #include <asm/a.out.h>
/bionic/libc/kernel/tools/
H A Dclean_header.py164 out = StringOutput()
165 out.write( kernel_disclaimer )
166 blocks.writeWithWarning(out, kernel_warning, 4)
167 return dst_path, out.get()
H A Dcpp.py1244 def writeWithWarning(self,out,warning,left_count,repeat_count):
1254 out.write(str(self).rstrip() + "\n")
1257 out.write(warning)
1262 out.write(str(tok))
1266 out.write(warning)
1371 def write(self,out):
1372 out.write(str(self))
1374 def writeWithWarning(self,out,warning,repeat_count):
1377 left_count = b.writeWithWarning(out,warning,left_count,repeat_count)
1835 out
[all...]
/bionic/libc/tools/zoneinfo/
H A DZoneCompactor.java39 // Concatenate the contents of 'inFile' onto 'out'.
40 private static void copyFile(File inFile, OutputStream out) throws Exception { argument
50 out.write(buf, 0, nbytes);
57 out.flush();
/bionic/linker/
H A DAndroid.mk44 # TODO: split out the asflags.
/bionic/libc/kernel/uapi/linux/netfilter_bridge/
H A Debtables.h140 char out[IFNAMSIZ]; member in struct:ebt_entry
/bionic/libc/kernel/uapi/rdma/
H A Drdma_user_cm.h64 __u16 out; member in struct:rdma_ucm_cmd_hdr
H A Dib_user_cm.h54 __u16 out; member in struct:ib_ucm_cmd_hdr
/bionic/libc/arch-mips/string/
H A Dmemset.S192 # Find out, if there are any 64-byte chunks after which will be still at least
/bionic/libc/arch-mips64/string/
H A Dmemset.S192 # Find out, if there are any 64-byte chunks after which will be still at least
/bionic/libc/
H A DAndroid.mk905 # TODO: split out the asflags.

Completed in 318 milliseconds