Home
last modified time | relevance | path

Searched refs:a (Results 1 – 25 of 26) sorted by relevance

12

/kernel/tests/net/test/
Dcstruct_test.py29 def CheckEquals(self, a, b): argument
30 self.assertEquals(a, b)
31 self.assertEquals(b, a)
32 assert a == b
33 assert b == a
34 assert not (a != b) # pylint: disable=g-comparison-negation,superfluous-parens
35 assert not (b != a) # pylint: disable=g-comparison-negation,superfluous-parens
37 def CheckNotEquals(self, a, b): argument
38 self.assertNotEquals(a, b)
39 self.assertNotEquals(b, a)
[all …]
Dbuild_all_rootfs.sh21 for a in i386 amd64 armhf arm64; do
24 [[ "${s}-${a}" != "wheezy-arm64" ]] || continue
26 ./build_rootfs.sh -s "${s}" -a "${a}"
DREADME22 where <test> is the name of a test binary in the net_test directory. This can
23 be an x86 binary, a shell script, a Python script. etc.
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
51 IP connectivity can be provided on the host side by setting up a DHCP server
53 privacy addresses disabled, so its IPv6 addresses can be predicted using a tool
56 The provided filesystem contains a DHCPv4 client and simple networking
67 since the filesystem contains a full Linux userland, it's possible to boot into
Dparameterization_test.py36 def NameGenerator(a, b, c): argument
37 return str(a) + "_" + str(b) + "_" + str(c)
48 def ParamTestDummyFunc(self, a, b, c): argument
50 "testDummyFunc_" + ParmeterizationTest.NameGenerator(a, b, c))
Dpf_key_test.py53 state4, attrs4 = [(s, a) for s, a in sainfos if s.family == AF_INET][0]
54 state6, attrs6 = [(s, a) for s, a in sainfos if s.family == AF_INET6][0]
Dall_tests.sh36 -p, --prefix=TEST_PREFIX specify a prefix for the tests to be run
/kernel/configs/
DREADME.md5 When building the Linux kernel for a particular platform one usually begins by
6 basing the kernel configuration off of a particular defconfig. The platform’s
13 platform requires in order to support a particular hardware or software
15 fragments. These are files which have the same format as a defconfig but are
20 with a platform defconfig using the kernel's make rules or using the
33 requirements only apply if some other kernel config option has a particular
34 value. The platform owner may also have a choice between several config
35 options. These types of constraints cannot be expressed with a simple kernel
37 requirements that are specific to a particular architecture are contained in
40 does not exist for a particular architecture in Android P or an earlier
[all …]
/kernel/build/
DLICENSE32 transformation or translation of a Source form, including but
37 Object form, made available under the License, as indicated by a
44 represent, as a whole, an original work of authorship. For the purposes
61 designated in writing by the copyright owner as "Not a Contribution."
64 on behalf of whom a Contribution has been received by Licensor and
68 this License, each Contributor hereby grants to You a perpetual,
75 this License, each Contributor hereby grants to You a perpetual,
83 institute patent litigation against any entity (including a
84 cross-claim or counterclaim in a lawsuit) alleging that the Work
85 or a Contribution incorporated within the Work constitutes direct
[all …]
DNOTICE32 transformation or translation of a Source form, including but
37 Object form, made available under the License, as indicated by a
44 represent, as a whole, an original work of authorship. For the purposes
61 designated in writing by the copyright owner as "Not a Contribution."
64 on behalf of whom a Contribution has been received by Licensor and
68 this License, each Contributor hereby grants to You a perpetual,
75 this License, each Contributor hereby grants to You a perpetual,
83 institute patent litigation against any entity (including a
84 cross-claim or counterclaim in a lawsuit) alleging that the Work
85 or a Contribution incorporated within the Work constitutes direct
[all …]
/kernel/build/abi/
DREADME.md19 You can skip this step if your host system provides a suitable version of the
25 Provided a linux kernel tree with built vmlinux and kernel modules, the tool
31 To ensure a consistent environment and stable toolchain, a wrapper script is
35 SKIP_* variables to speed up incremental builds. Following a successful build,
/kernel/tests/devicetree/early_mount/
DAndroid.bp5 // You may obtain a copy of the License at
/kernel/configs/q/android-4.9/
DAndroid.bp5 // You may obtain a copy of the License at
/kernel/configs/q/android-4.14/
DAndroid.bp5 // You may obtain a copy of the License at
/kernel/configs/q/android-4.19/
DAndroid.bp5 // You may obtain a copy of the License at
/kernel/configs/o-mr1/android-4.9/
DAndroid.bp5 // You may obtain a copy of the License at
/kernel/configs/o/android-4.4/
DAndroid.bp5 // You may obtain a copy of the License at
/kernel/configs/p/android-4.9/
DAndroid.bp5 // You may obtain a copy of the License at
/kernel/configs/o-mr1/android-3.18/
DAndroid.bp5 // You may obtain a copy of the License at
/kernel/configs/o/android-3.18/
DAndroid.bp5 // You may obtain a copy of the License at
/kernel/configs/o-mr1/android-4.4/
DAndroid.bp5 // You may obtain a copy of the License at
/kernel/configs/p/android-4.4/
DAndroid.bp5 // You may obtain a copy of the License at
/kernel/configs/p/android-4.14/
DAndroid.bp5 // You may obtain a copy of the License at
/kernel/configs/o/android-4.9/
DAndroid.bp5 // You may obtain a copy of the License at
/kernel/configs/build/
DAndroid.bp5 // You may obtain a copy of the License at
/kernel/tests/net/test/rootfs/
Dstretch.sh51 Pin: release a=buster

12