Searched refs:Net (Results 1 – 25 of 71) sorted by relevance
123
/external/walt/hardware/kicad/ |
D | WALTsm.net | 307 (net (code 1) (name "Net-(C1-Pad1)") 311 (net (code 2) (name "Net-(C1-Pad2)") 315 (net (code 3) (name "Net-(D2-Pad1)") 319 (net (code 4) (name "Net-(U1-Pad6)") 330 (net (code 8) (name "Net-(U1-Pad23)") 338 (net (code 11) (name "Net-(P1-Pad4)") 340 (net (code 12) (name "Net-(U2-Pad2)") 380 (net (code 18) (name "Net-(D4-Pad2)") 383 (net (code 19) (name "Net-(U1-Pad15)") 385 (net (code 20) (name "Net-(J1-Pad2)") [all …]
|
D | WALTsm.kicad_pcb | 101 (net 1 "Net-(C1-Pad1)") 102 (net 2 "Net-(C1-Pad2)") 110 (net 10 "Net-(P1-Pad4)") 119 (net 19 "Net-(U1-Pad6)") 122 (net 22 "Net-(U1-Pad23)") 123 (net 23 "Net-(U2-Pad1)") 124 (net 24 "Net-(U2-Pad2)") 125 (net 25 "Net-(U2-Pad4)") 126 (net 26 "Net-(U2-Pad9)") 127 (net 27 "Net-(U2-Pad11)") [all …]
|
/external/zlib/src/contrib/dotzlib/ |
D | readme.txt | 1 This directory contains a .Net wrapper class library for the ZLib1.dll 4 .Net streaming wrappers for the gz streams part of zlib, and wrappers 27 1. Using Visual Studio.Net 2003: 28 Open DotZLib.sln in VS.Net and build from there. Output file (DotZLib.dll)
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | DebugEventSocketProxy.cs | 40 using Socket = System.Net.Sockets.Socket; 42 using TcpListener = System.Net.Sockets.TcpListener; 103 System.Net.IPHostEntry hostInfo = System.Net.Dns.GetHostEntry( "localhost" ); in Handshake() 104 System.Net.IPAddress ipAddress = hostInfo.AddressList[0]; in Handshake()
|
D | RemoteDebugEventSocketListener.cs | 44 using Socket = System.Net.Sockets.Socket; 45 using SocketException = System.Net.Sockets.SocketException;
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugEventSocketProxy.cs | 41 using Socket = System.Net.Sockets.Socket; 43 using TcpListener = System.Net.Sockets.TcpListener; 96 System.Net.IPHostEntry hostInfo = System.Net.Dns.GetHostEntry("localhost"); in Handshake() 97 System.Net.IPAddress ipAddress = hostInfo.AddressList[0]; in Handshake()
|
D | RemoteDebugEventSocketListener.cs | 42 using Socket = System.Net.Sockets.Socket; 43 using SocketException = System.Net.Sockets.SocketException;
|
/external/tensorflow/tensorflow/core/platform/ |
D | net_test.cc | 23 TEST(Net, PickUnusedPortOrDie) { in TEST() argument
|
/external/scapy/scapy/layers/ |
D | dhcp.py | 22 from scapy.base_classes import Net 316 def parse_options(self, pool=Net("192.168.1.128/25"), network="192.168.1.0/24",gw="192.168.1.1", 326 pool = Net(pool)
|
D | l2.py | 15 from scapy.base_classes import Net 62 if isinstance(ip, Net):
|
/external/zlib/src/contrib/ |
D | README.contrib | 26 Support for Microsoft .Net and Visual C++ .Net
|
/external/glide/third_party/gif_encoder/ |
D | LICENSE | 13 NEUQUANT Neural-Net quantization algorithm by Anthony Dekker, 1994. See
|
/external/iproute2/ |
D | README.distribution | 86 these on an old 486. (NIST Net itself will run fine on such a 95 directly into NIST Net.
|
/external/iproute2/netem/ |
D | README.distribution | 88 these on an old 486. (NIST Net itself will run fine on such a 97 directly into NIST Net.
|
/external/autotest/server/cros/chaos_lib/ |
D | chaos_analyzer_usage.txt | 46 Extracted Net Log
|
/external/scapy/scapy/ |
D | base_classes.py | 51 class Net(Gen): class
|
D | volatile.py | 12 from scapy.base_classes import Net 274 self.ip = Net(iptemplate)
|
/external/mdnsresponder/mDNSWindows/DLL.NET/ |
D | dnssd_NET.h | 43 using namespace System::Net;
|
/external/scapy/scapy/modules/krack/ |
D | automaton.py | 12 from scapy.base_classes import Net 114 pool=Net("192.168.42.128/25"),
|
/external/glide/ |
D | LICENSE | 82 NEUQUANT Neural-Net quantization algorithm by Anthony Dekker, 1994. See
|
D | NOTICE | 82 NEUQUANT Neural-Net quantization algorithm by Anthony Dekker, 1994. See
|
/external/scapy/doc/scapy/ |
D | introduction.rst | 129 <IP dst=<Net www.target.com/30> |> 141 <IP dst=<Net www.target.com/30> |>
|
/external/scapy/scapy/contrib/ |
D | ldp.py | 29 from scapy.base_classes import Net
|
/external/python/cpython3/Doc/library/ |
D | email.rst | 145 NNTP (Net News Transport Protocol) client
|
/external/linux-kselftest/ |
D | Android.bp | 194 // Net test
|
123