Home
last modified time | relevance | path

Searched refs:to (Results 1 – 24 of 24) sorted by relevance

/kernel/tests/net/test/
DREADME11 - Access to host filesystem and networking via L2 bridging.
16 How to use it
20 path/to/net_test/run_net_test.sh <test>
29 net_test compiles the kernel to a user-mode linux binary, which runs as a
30 process on the host machine. It runs the binary to start a Linux "virtual
32 boots, mounts the root filesystem read-only, runs the specified test from init, and then drops to a…
35 Access to host filesystem
42 Access to host networking
45 Access to host networking is provided by tap interfaces. On the host, the
59 The number of tap interfaces is currently hardcoded to two. To change this
[all …]
Dcsocket.py204 def Bind(s, to): argument
206 ret = libc.bind(s.fileno(), VoidPointer(to), len(to))
211 def Connect(s, to): argument
213 ret = libc.connect(s.fileno(), VoidPointer(to), len(to))
218 def Sendmsg(s, to, data, control, flags): argument
239 if to:
240 if isinstance(to, tuple):
241 to = Sockaddr(to)
242 msg_name = to.CPointer()
243 msg_namelen = len(to)
Dall_tests.sh36 -p, --prefix=TEST_PREFIX specify a prefix for the tests to be run
/kernel/build/abi/
DREADME.md4 This directory contains scripts and utilities to compare, track and mitigate
5 changes to the kernel ABI. The comparison framework used is
7 future. Follow the instructions below to set up the current prerequisites.
16 At the very end the script will print instructions how to add the binaries to
17 the local `${PATH}` to be used by the remaining utilities.
29 $ dump_abi --linux-tree path/to/out --out-file /path/to/abidump.out
34 variables to customize the build, such as BUILD_CONFIG, CC and the various
35 SKIP_* variables to speed up incremental builds. Following a successful build,
38 $ BUILD_CONFIG=path/to/build.config build/build_abi.sh
42 ABI dumps created by `dump_abi` can be compared with `diff_abi`. Ensure to use
/kernel/configs/
DREADME.md7 defconfig contains all of the Linux kconfig settings required to properly
12 It may be desirable to modify the kernel configuration beyond what the hardware
13 platform requires in order to support a particular hardware or software
17 needed to support the hardware or software feature/behavior in question.
18 Maintainers of hardware extensions or software features can use fragments to
27 Kernel configuration settings that must be present for Android to function are
29 that enhance Android’s functionality in some way but are not required for it to
36 config fragment. In releases up to and including Android P, kernel config
37 requirements that are specific to a particular architecture are contained in
42 specific to that architecture. Note that the architecture-agnostic kernel
[all …]
/kernel/build/
DLICENSE19 "control" means (i) the power, direct or indirect, to cause the
28 including but not limited to software source code, documentation
33 not limited to compiled object code, generated documentation,
34 and conversions to other media types.
38 copyright notice that is included in or attached to the work
46 separable from, or merely link (or bind by name) to the interfaces of,
51 to that Work or Derivative Works thereof, that is intentionally
52 submitted to Licensor for inclusion in the Work by the copyright owner
53 or by an individual or Legal Entity authorized to submit on behalf of
56 to the Licensor or its representatives, including but not limited to
[all …]
DNOTICE19 "control" means (i) the power, direct or indirect, to cause the
28 including but not limited to software source code, documentation
33 not limited to compiled object code, generated documentation,
34 and conversions to other media types.
38 copyright notice that is included in or attached to the work
46 separable from, or merely link (or bind by name) to the interfaces of,
51 to that Work or Derivative Works thereof, that is intentionally
52 submitted to Licensor for inclusion in the Work by the copyright owner
53 or by an individual or Legal Entity authorized to submit on behalf of
56 to the Licensor or its representatives, including but not limited to
[all …]
Dbuild.sh101 local to=$1
106 [ -n "$to" ] || return 1
108 to=$(readlink -e "$to")
110 [ -n "$to" ] || return 1
113 while [ "${to#$stem}" == "${to}" -a "${stem}" != "${prevstem}" ]; do
119 echo ${path}${to#$stem}
DMETADATA3 "Build scripts to build Android Kernels."
/kernel/configs/tools/
Dcheck_fragments.sh70 in the given kernel versions. This requires an android common kernel repo to
71 be checked out and made available to this script via the -k option or the
77 architectures to check, valid architectures are
79 -k kernel path to android common kernel repo
81 kernel versions to check (android-x.y)
/kernel/tests/devicetree/early_mount/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
/kernel/configs/q/android-4.9/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
/kernel/configs/q/android-4.14/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
/kernel/configs/q/android-4.19/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
/kernel/configs/o-mr1/android-4.9/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
/kernel/configs/o/android-4.4/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
/kernel/configs/p/android-4.9/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
/kernel/configs/o-mr1/android-3.18/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
/kernel/configs/o/android-3.18/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
/kernel/configs/o-mr1/android-4.4/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
/kernel/configs/p/android-4.4/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
/kernel/configs/p/android-4.14/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
/kernel/configs/o/android-4.9/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
/kernel/configs/build/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software