Searched refs:t (Results 1 – 9 of 9) sorted by relevance
/kernel/tests/net/test/ |
D | cstruct_test.py | 80 t = n.nest3 81 t.int2 = 33627591 102 t = TestStruct((2, nullstr, 12345, nullstr, 33210)) 105 self.assertEquals(expected, str(t)) 108 t = TestStruct((2, embeddednull, 12345, embeddednull, 33210)) 111 self.assertEquals(expected, str(t)) 116 t = TestStruct() 117 self.assertEquals(0, t.byte1) 118 self.assertEquals("\x00" * 16, t.string2) 119 self.assertEquals(0, t.int3) [all …]
|
D | resilient_rs_test.py | 167 for (t, min_exp, max_exp) in zip(rsSendTimes[1:], min_exp_bound, max_exp_bound): 168 self.assertLess(min_exp, t) 169 self.assertGreater(max_exp, t)
|
D | leak_test.py | 39 t = threading.Thread(target=ShutdownSocket) 40 t.start()
|
D | tcp_fastopen_test.py | 116 t = syn.getlayer(scapy.TCP) 117 t.options = [ (TCPOPT_FASTOPEN, "helloT"), ("NOP", None), ("NOP", None)] 118 t.payload = scapy.Raw(net_test.UDP_PAYLOAD)
|
D | tcp_metrics.py | 136 t = TcpMetrics() variable 137 print t.DumpMetrics()
|
D | README | 13 - Kernel bugs don't crash the system.
|
/kernel/configs/ |
D | README.md | 178 Don't edit a released kernel requirement unless necessary. If you have to make
|
/kernel/build/ |
D | LICENSE | 183 replaced with your own identifying information. (Don't include
|
D | NOTICE | 183 replaced with your own identifying information. (Don't include
|