Searched refs:b (Results 1 – 8 of 8) sorted by relevance
/kernel/tests/net/test/ |
D | cstruct_test.py | 29 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 …]
|
D | parameterization_test.py | 36 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))
|
D | packets.py | 194 last3bytes = tuple([ord(b) for b in solicited[-3:]])
|
D | bpf.py | 236 gpl_license = ctypes.create_string_buffer(b"GPL") 237 log_buf = ctypes.create_string_buffer(b"", LOG_SIZE)
|
D | neighbour_test.py | 126 last3bytes = tuple([ord(b) for b in solicited[-3:]])
|
/kernel/configs/o-mr1/android-4.4/ |
D | android-base.config | 5 ### CONFIG_INET_LRO is not set # TODO (b/63796046) remove redundant "#"
|
/kernel/build/ |
D | LICENSE | 98 (b) You must cause any modified files to carry prominent notices
|
D | NOTICE | 98 (b) You must cause any modified files to carry prominent notices
|