/development/ndk/platforms/android-3/arch-arm/src/ |
crtbegin_static.c | 65 - the address of the raw data block setup by the Linux 68 - address of an "onexit" function, not used on any 71 - address of the "main" function of the program. 73 - address of the constructor list
|
/external/autotest/client/site_tests/network_DhcpClasslessStaticRoute/ |
control | 13 Tests that we can negotiate a lease on an IPv4 address via DHCP.
|
/external/autotest/client/site_tests/network_DhcpNegotiationSuccess/ |
control | 13 Tests that we can negotiate a lease on an IPv4 address via DHCP. This test
|
/external/autotest/client/site_tests/network_DhcpNonAsciiParameter/ |
control | 13 Tests that we can negotiate a lease on an IPv4 address via DHCP.
|
/external/autotest/client/site_tests/network_DhcpVendorEncapsulatedOptions/ |
control | 11 Tests that we can negotiate a lease on an IPv4 address via DHCP from
|
/external/autotest/client/site_tests/network_DhcpWpadNegotiation/ |
control | 13 Tests that we can negotiate a lease on an IPv4 address via DHCP from a server
|
/external/autotest/server/cros/ |
dnsname_mangler.py | 14 'Cannot infer DNS name of companion device from an IP address.') 17 'address. Use --atten_addr=<ip or dns name>') 19 'Remote host cannot be an IP address unless tester specified with ' 22 'Cannot infer DNS name of WiFi router from a client IP address.') 26 """Infers whether |hostname| could be an IP address. 28 @param hostname: string DNS name or IP address. 29 @return True iff hostname is a valid IP address. 53 if the client hostname is found to be an IP address rather than a 64 logging.error('%r looks like an IP address?', client_hostname)
|
/external/avahi/avahi-autoipd/ |
iface-bsd.c | 93 struct Address; 94 typedef struct Address Address; 96 struct Address { 97 in_addr_t address; member in struct:Address 98 AVAHI_LLIST_FIELDS(Address, addresses); 108 static AVAHI_LLIST_HEAD(Address, addresses) = NULL; 212 Address *a; 220 AVAHI_LLIST_REMOVE(Address, addresses, addresses, a); 363 /* handle address coming or going away * [all...] |
/external/avahi/avahi-core/ |
addr-util.c | 73 return memcmp(a->data.ipv6.address, ipv4_in_ipv6, sizeof(ipv4_in_ipv6)) == 0; 85 uint32_t n = ntohl(a->data.ipv4.address); 89 unsigned n = (a->data.ipv6.address[0] << 8) | (a->data.ipv6.address[1] << 0);
|
dns-srv-rr.h | 44 /** Publish the specified unicast DNS server address via mDNS. You may 55 const AvahiAddress *address, 65 const AvahiAddress *a, /**< Address of the DNS server */ 77 AvahiProtocol aprotocol, /**< Address protocol for the DNS server */
|
/external/avahi/avahi-daemon/ |
dbus-sync-address-resolver.c | 49 void avahi_dbus_sync_address_resolver_callback(AvahiSAddressResolver *r, AvahiIfIndex interface, AvahiProtocol protocol, AvahiResolverEvent event, const AvahiAddress *address, const char *host_name, AvahiLookupResultFlags flags, void* userdata) { 53 assert(address); 63 avahi_address_snprint(t, sizeof(t), address); 67 i_aprotocol = (int32_t) address->proto;
|
/external/chromium-trace/catapult/docs/ |
adding-committers.md | 12 address or vice versa, we cannot automate this into one step.
|
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/ |
channel.py | 74 'address': 'address', 107 uri: str, The address of the resource being monitored. 119 resource_uri: str, The address of the resource being monitored. 139 is delivered to the target address with each event delivered 141 address: str, The address of the receiving entity where events are 153 def __init__(self, type, id, token, address, expiration=None, 166 is delivered to the target address with each event delivered 168 address: str, The address of the receiving entity where events ar [all...] |
/external/clang/test/CXX/over/over.over/ |
p4.cpp | 18 int (*fp0)(int) = f0; // expected-error{{address of overloaded function 'f0' is ambiguous}}
|
/external/clang/test/CodeGen/ |
2003-09-18-BitfieldTests.c | 11 return &b->B; // Must be able to address non-bitfield
|
/external/clang/test/CodeGenOpenCL/ |
address-space-constant-initializers.cl | 1 // RUN: %clang_cc1 %s -ffake-address-space-map -emit-llvm -o - | FileCheck %s
|
local.cl | 1 // RUN: %clang_cc1 %s -ffake-address-space-map -faddress-space-map-mangling=no -triple %itanium_abi_triple -emit-llvm -o - | FileCheck %s
|
/external/clang/test/Parser/ |
opencl-storage-class.cl | 11 static int e; // expected-error {{program scope variable must reside in constant address space}}
|
/external/clang/test/Rewriter/ |
objc-bool-literal-modern-1.mm | 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"__declspec(X)=" %t-rw.cpp
|
rewrite-implementation.mm | 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
|
rewrite-modern-qualified-type.mm | 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D_Bool=bool -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-modern-rw.cpp
|
rewrite-modern-super.mm | 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"id=struct objc_object *" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
|
rewrite-no-nextline.mm | 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
|
rewrite-qualified-id.mm | 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
|
/external/compiler-rt/lib/builtins/arm/ |
switch16.S | 17 // function uses the return address in lr to find the start of the table. 20 // address to jump to. If R0 is greater than the size of the table, it jumps 36 add r0, lr, r0, lsl #1 // compute address of element in table 37 add ip, lr, ip, lsl #1 // compute address of last element in table
|