Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 33) sorted by relevance

12

/bionic/libc/
DNOTICE4 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/
Dxt_addrtype.h43 __u16 source; member
48 __u16 source; member
/bionic/tests/
Dnetinet_udp_test.cpp31 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/
Ddns_resolver.h61 __u8 source; member
70 __u8 source; member
Divtvfb.h24 void __user * source; member
Dudp.h23 __be16 source; member
Dif_arcnet.h66 __u8 source; member
Dfsl_hypervisor.h43 __u32 source; member
Dtcp.h25 __be16 source; member
/bionic/libc/kernel/
DREADME.md56 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/
Dgrp_pwd_file.cpp50 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/
Dnsdispatch.c80 _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/
DNOTICE4 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/
Dudp.h46 u_int16_t source; member
Dtcp.h56 uint16_t source; member
/bionic/libc/upstream-freebsd/
DREADME.md1 This directory contains upstream FreeBSD source. You should not edit these
/bionic/libc/upstream-openbsd/
DREADME.md1 This directory contains upstream OpenBSD source. You should not edit these
/bionic/libc/upstream-netbsd/
DREADME.md1 This directory contains upstream NetBSD source. You should not edit these
/bionic/benchmarks/linker_relocation/
DAndroid.bp4 // Redistribution and use in source and binary forms, with or without
7 // * Redistributions of source code must retain the above copyright
DREADME.md23 - (default) generate Android.bp and source files
/bionic/docs/
D32-bit-abi.md25 `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/
DAndroid.bp5 // 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/
Dgntdev.h64 } source, dest; member
/bionic/
DREADME.md102 # 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/
Dres_init.c493 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()

12