Searched refs:a (Results 1 – 25 of 26) sorted by relevance
12
29 def CheckEquals(self, a, b): argument30 self.assertEquals(a, b)31 self.assertEquals(b, a)32 assert a == b33 assert b == a34 assert not (a != b) # pylint: disable=g-comparison-negation,superfluous-parens35 assert not (b != a) # pylint: disable=g-comparison-negation,superfluous-parens37 def CheckNotEquals(self, a, b): argument38 self.assertNotEquals(a, b)39 self.assertNotEquals(b, a)[all …]
21 for a in i386 amd64 armhf arm64; do24 [[ "${s}-${a}" != "wheezy-arm64" ]] || continue26 ./build_rootfs.sh -s "${s}" -a "${a}"
22 where <test> is the name of a test binary in the net_test directory. This can23 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 a30 process on the host machine. It runs the binary to start a Linux "virtual32 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 server53 privacy addresses disabled, so its IPv6 addresses can be predicted using a tool56 The provided filesystem contains a DHCPv4 client and simple networking67 since the filesystem contains a full Linux userland, it's possible to boot into
36 def NameGenerator(a, b, c): argument37 return str(a) + "_" + str(b) + "_" + str(c)48 def ParamTestDummyFunc(self, a, b, c): argument50 "testDummyFunc_" + ParmeterizationTest.NameGenerator(a, b, c))
53 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]
36 -p, --prefix=TEST_PREFIX specify a prefix for the tests to be run
5 When building the Linux kernel for a particular platform one usually begins by6 basing the kernel configuration off of a particular defconfig. The platform’s13 platform requires in order to support a particular hardware or software15 fragments. These are files which have the same format as a defconfig but are20 with a platform defconfig using the kernel's make rules or using the33 requirements only apply if some other kernel config option has a particular34 value. The platform owner may also have a choice between several config35 options. These types of constraints cannot be expressed with a simple kernel37 requirements that are specific to a particular architecture are contained in40 does not exist for a particular architecture in Android P or an earlier[all …]
32 transformation or translation of a Source form, including but37 Object form, made available under the License, as indicated by a44 represent, as a whole, an original work of authorship. For the purposes61 designated in writing by the copyright owner as "Not a Contribution."64 on behalf of whom a Contribution has been received by Licensor and68 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 a84 cross-claim or counterclaim in a lawsuit) alleging that the Work85 or a Contribution incorporated within the Work constitutes direct[all …]
19 You can skip this step if your host system provides a suitable version of the25 Provided a linux kernel tree with built vmlinux and kernel modules, the tool31 To ensure a consistent environment and stable toolchain, a wrapper script is35 SKIP_* variables to speed up incremental builds. Following a successful build,
5 // You may obtain a copy of the License at
51 Pin: release a=buster