HomeSort by relevance Sort by last modified time
    Searched refs:IP (Results 426 - 450 of 595) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/IR/
LegacyPassManager.cpp 584 void *IP = nullptr;
585 if (auto *N = UniqueAnalysisUsages.FindNodeOrInsertPos(ID, IP))
589 UniqueAnalysisUsages.InsertNode(Node, IP);
673 if (ImmutablePass *IP = P->getAsImmutablePass()) {
680 addImmutablePass(IP);
681 DM->recordAvailableAnalysis(IP);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
PassManager.cpp 273 if (ImmutablePass *IP = P->getAsImmutablePass()) {
279 addImmutablePass(IP);
280 recordAvailableAnalysis(IP);
417 if (ImmutablePass *IP = P->getAsImmutablePass()) {
423 addImmutablePass(IP);
424 recordAvailableAnalysis(IP);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 224 IP // 16-bit
557 IP: "IP",
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 224 IP // 16-bit
557 IP: "IP",
  /external/clang/tools/driver/
cc1as_main.cpp 376 MCInstPrinter *IP = TheTarget->createMCInstPrinter(
387 /*useDwarfDirectory*/ true, IP, CE, MAB, Opts.ShowInst));
  /external/mesa3d/docs/specs/
MESA_drm_image.spec 39 IP Status
MESA_multithread_makecurrent.spec 48 IP Status
MESA_query_renderer.spec 13 IP Status
15 No known IP claims.
  /prebuilts/go/darwin-x86/src/net/
dnsclient_unix_test.go 414 // when the IP connectivity on node under test
428 if !tt.a && addr.IP.To4() != nil {
431 if !tt.aaaa && addr.IP.To16() != nil && addr.IP.To4() == nil {
dnsconfig_unix.go 72 // just an IP address. Otherwise we need DNS
76 } else if ip, _ := parseIPv6(f[1], true); ip != nil {
error_test.go 128 {"ip:icmp", "127.0.0.1"},
188 for _, network := range []string{"tcp", "udp", "ip:4294967296", "unix", "unixpacket", "unixgram"} {
195 case "ip:4294967296":
226 {"tcp4", "", &TCPAddr{IP: IPv6loopback}},
230 {"tcp6", "", &TCPAddr{IP: IP{0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef}}},
259 want = tt.addr.IP.String()
379 for _, network := range []string{"tcp", "udp", "ip:4294967296", "unix", "unixpacket", "unixgram"} {
386 case "ip:4294967296":
lookup_test.go 22 {IP: IPv4(127, 0, 0, 1)},
23 {IP: IPv6loopback},
300 t.Errorf("got %q; want a literal IP address", addr)
330 for _, ip := range ips {
331 if ip.To4() == nil && ip.To16() == nil {
332 t.Errorf("got %v; want an IP address", ip)
lookup_unix.go 44 // lookupProtocol looks up IP protocol name in /etc/protocols and
  /prebuilts/go/linux-x86/src/net/
dnsclient_unix_test.go 414 // when the IP connectivity on node under test
428 if !tt.a && addr.IP.To4() != nil {
431 if !tt.aaaa && addr.IP.To16() != nil && addr.IP.To4() == nil {
dnsconfig_unix.go 72 // just an IP address. Otherwise we need DNS
76 } else if ip, _ := parseIPv6(f[1], true); ip != nil {
error_test.go 128 {"ip:icmp", "127.0.0.1"},
188 for _, network := range []string{"tcp", "udp", "ip:4294967296", "unix", "unixpacket", "unixgram"} {
195 case "ip:4294967296":
226 {"tcp4", "", &TCPAddr{IP: IPv6loopback}},
230 {"tcp6", "", &TCPAddr{IP: IP{0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef}}},
259 want = tt.addr.IP.String()
379 for _, network := range []string{"tcp", "udp", "ip:4294967296", "unix", "unixpacket", "unixgram"} {
386 case "ip:4294967296":
lookup_test.go 22 {IP: IPv4(127, 0, 0, 1)},
23 {IP: IPv6loopback},
300 t.Errorf("got %q; want a literal IP address", addr)
330 for _, ip := range ips {
331 if ip.To4() == nil && ip.To16() == nil {
332 t.Errorf("got %v; want an IP address", ip)
lookup_unix.go 44 // lookupProtocol looks up IP protocol name in /etc/protocols and
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_power_test_utils.py 444 """Get the WiFi IP address of the phone.
449 IP: IP address of the phone for WiFi, as a string
451 IP = ad.droid.connectivityGetIPv4Addresses('wlan0')[0]
453 return IP
514 ip: ip address of the desired interface name
520 ip = '0.0.0.0'
521 while ip == '0.0.0.0':
522 ip = scapy.get_if_addr(intf
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
BiosSnp16.h 346 Translate IP address to MAC address.
350 @param IP A pointer to given Ip address.
354 @retval EFI_INVALID_PARAMETER Invalid IP address.
367 IN EFI_IP_ADDRESS *IP,
    [all...]
  /external/boringssl/src/crypto/fipsmodule/des/
des.c 387 IP(r, l);
508 IP(l, r);
527 IP(l, r);
779 #undef IP
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
BranchFolding.cpp     [all...]
  /external/tcpdump/
print-telnet.c 81 #define IP 244 /* interrupt process--permanently */
96 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
239 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
  /kernel/tests/net/test/
ping6_test.py 90 layers = ["IP", "ICMP", scapy.ICMPv6EchoRequest]
107 src = packet.getlayer(scapy.IP).src
109 scapy.IP(src=self.INTERMEDIATE_IPV4, dst=src) /
127 def IPv4Packet(self, ip):
128 icmp = ip.getlayer(scapy.ICMP)
131 if (ip.proto != IPPROTO_ICMP or
137 if not self.ChecksumValid(ip):
140 if ip.ttl < self.MIN_TTL:
141 self.SendTimeExceeded(4, ip)
145 self.SwapAddresses(ip)
    [all...]

Completed in 1519 milliseconds

<<11121314151617181920>>