/bionic/libc/ |
D | NOTICE | 4 Redistribution and use in source and binary forms, with or without 7 1. Redistributions of source code must retain the above copyright 31 Redistribution and use in source and binary forms, with or without 33 * Redistributions of source code must retain the above copyright 231 Redistribution and use in source and binary forms, with or without 234 1. Redistributions of source code must retain the above copyright 260 Redistribution and use in source and binary forms, with or without 263 1. Redistributions of source code must retain the above copyright 339 Redistribution and use in source and binary forms, with or without 342 * Redistributions of source code must retain the above copyright [all …]
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_addrtype.h | 43 __u16 source; member 48 __u16 source; member
|
/bionic/tests/ |
D | netinet_udp_test.cpp | 31 static_assert(offsetof(udphdr, uh_sport) == offsetof(udphdr, source), "udphdr::source"); in TEST() 41 ASSERT_EQ(0x1111, u.source); in TEST()
|
/bionic/libc/kernel/uapi/linux/ |
D | dns_resolver.h | 61 __u8 source; member 70 __u8 source; member
|
D | ivtvfb.h | 24 void __user * source; member
|
D | udp.h | 23 __be16 source; member
|
D | if_arcnet.h | 66 __u8 source; member
|
D | fsl_hypervisor.h | 43 __u32 source; member
|
D | tcp.h | 25 __be16 source; member
|
/bionic/libc/kernel/ |
D | README.md | 56 Download the Android mainline kernel source code: 64 version of the linux stable kernel headers the mainline source code is 76 source tree if there is a kernel source tree already checked out: 82 and import them if there is no checked out kernel source tree:
|
/bionic/libc/bionic/ |
D | grp_pwd_file.cpp | 50 void CopyFieldToString(char* dest, const char* source, size_t max) { in CopyFieldToString() argument 51 while (*source != ':' && *source != '\n' && max > 1) { in CopyFieldToString() 52 *dest++ = *source++; in CopyFieldToString()
|
/bionic/libc/dns/net/ |
D | nsdispatch.c | 80 _nsmethod(const char *source, const char *database __unused, const char *method __unused, in _nsmethod() argument 87 if (strcasecmp(source, disp_tab[curdisp].src) == 0) { in _nsmethod()
|
/bionic/linker/ |
D | NOTICE | 4 Redistribution and use in source and binary forms, with or without 7 * Redistributions of source code must retain the above copyright
|
/bionic/libc/include/netinet/ |
D | udp.h | 46 u_int16_t source; member
|
D | tcp.h | 56 uint16_t source; member
|
/bionic/libc/upstream-freebsd/ |
D | README.md | 1 This directory contains upstream FreeBSD source. You should not edit these
|
/bionic/libc/upstream-openbsd/ |
D | README.md | 1 This directory contains upstream OpenBSD source. You should not edit these
|
/bionic/libc/upstream-netbsd/ |
D | README.md | 1 This directory contains upstream NetBSD source. You should not edit these
|
/bionic/benchmarks/linker_relocation/ |
D | Android.bp | 4 // Redistribution and use in source and binary forms, with or without 7 // * Redistributions of source code must retain the above copyright
|
D | README.md | 23 - (default) generate Android.bp and source files
|
/bionic/docs/ |
D | 32-bit-abi.md | 25 `lseek` in the source becoming `lseek64` at runtime) was added late. Even when 45 grep thoroughly in both your source and your build system: many people 62 For source compatibility, the names containing `64` are also available 80 For source compatibility, the names containing `64` are also available
|
/bionic/benchmarks/spawn/ |
D | Android.bp | 5 // Redistribution and use in source and binary forms, with or without 8 // * Redistributions of source code must retain the above copyright
|
/bionic/libc/kernel/uapi/xen/ |
D | gntdev.h | 64 } source, dest; member
|
/bionic/ |
D | README.md | 102 # These directories contain unmolested upstream source. Any time we can 108 # This is where we keep the hacks necessary to build BSD source 111 # header/source files needed by the BSD implementation. 118 # current upstream source in one of the upstream directories or by 182 1. Use generate_uapi_headers.sh to go from a Linux source tree to appropriate
|
/bionic/libc/dns/resolv/ |
D | res_init.c | 493 res_setoptions(res_state statp, const char *options, const char *source) in res_setoptions() argument 502 options, source); in res_setoptions() 543 options, source); in res_setoptions()
|