/external/llvm/test/tools/llvm-readobj/ |
mips-got.test | 18 GOT-EXE-NEXT: Address: 0x410890 24 GOT-EXE-NEXT: Address: 0x410894 32 GOT-EXE-NEXT: Address: 0x410898 37 GOT-EXE-NEXT: Address: 0x41089C 42 GOT-EXE-NEXT: Address: 0x4108A0 49 GOT-EXE-NEXT: Address: 0x4108A4 65 GOT-SO-NEXT: Address: 0x108E0 71 GOT-SO-NEXT: Address: 0x108E4 79 GOT-SO-NEXT: Address: 0x108E8 84 GOT-SO-NEXT: Address: 0x108E [all...] |
/external/chromium-trace/catapult/tracing/tracing/extras/importer/v8/ |
codemap.html | 50 * The number of alignment bits in a page address. 62 * @param {number} start The starting address. 72 * code entry with the specified starting address. 74 * @param {number} from The starting address of the entry being moved. 75 * @param {number} to The destination address. 86 * code entry with the specified starting address. 88 * @param {number} start The starting address of the entry being deleted. 97 * @param {number} start The starting address. 109 * @param {number} start The starting address. 159 * Finds a code entry that contains the specified address. Both static an [all...] |
/external/dnsmasq/ |
FAQ | 32 data obtained via TCP is not cached, and source-address 36 no IP address and are for names like mymachine.mydomain.com.mydomain.com. 40 an upstream nameserver to resolve that address and it replied "doesn't 70 IP address of that server, and telling dnsmasq exactly which 76 A: Use the standard DNS convention of <reversed address>.in-addr.arpa. 84 failed: Cannot assign requested address". What's the problem? 88 created, but not brought up and assigned an address. The easiest 150 domain) return the address of a host at Versign which runs a web 158 host returns an IP address, then the DNS is broken. (Try a few 163 note the IP address being returned and pass it to dnsmasq using th [all...] |
/external/google-breakpad/src/processor/ |
contained_range_map.h | 41 // objects located entirely within the parent's address space. Attempts 44 // object that contains the address being queried. Note that while it is 46 // geometry (base address and size), it is possible to completely mask a 48 // object's address space. 53 // keyed by the highest address that each child occupies. Each node's 54 // children occupy address ranges entirely within the node. The root node 56 // entire address space. 94 // the specified address. This method will only return entries held by 97 // encompasses the address, returns false. 98 bool RetrieveRange(const AddressType &address, EntryType *entry) const [all...] |
/external/v8/tools/ |
codemap.js | 63 * The number of alignment bits in a page address. 78 * @param {number} start The starting address. 89 * code entry with the specified starting address. 91 * @param {number} from The starting address of the entry being moved. 92 * @param {number} to The destination address. 103 * code entry with the specified starting address. 105 * @param {number} start The starting address of the entry being deleted. 115 * @param {number} start The starting address. 128 * @param {number} start The starting address. 183 * Finds a code entry that contains the specified address. Both static an [all...] |
/external/valgrind/drd/ |
drd_clientobj.c | 79 * Return the data associated with the client object at client address addr. 81 * address. 89 * Return the data associated with the client object at client address addr 91 * set with the specified start address. 102 /** Return true if and only if the address range of any client object overlaps 103 * with the specified address range. 122 * Add state information for the client object at client address addr and 123 * of type t. Suppress data race reports on the address range [addr,addr+size[. 125 * @pre No other client object is present in the address range [addr,addr+size[. 154 * @param[in] addr Address of the client object in the client address space [all...] |
/external/valgrind/memcheck/tests/ |
mempool2.stderr.exp | 7 Address 0x........ is 1 bytes before a block of size 10 client-defined 15 Address 0x........ is 0 bytes after a block of size 10 client-defined 26 Address 0x........ is 1 bytes before a block of size 20 client-defined 34 Address 0x........ is 0 bytes after a block of size 20 client-defined 42 Illegal memory pool address 45 Address 0x........ is 0 bytes inside a block of size 32 alloc'd 54 Illegal memory pool address 57 Address 0x........ is in a rwx anonymous segment 62 Illegal memory pool address 65 Address 0x........ is 0 bytes inside a block of size 32 alloc' [all...] |
/libcore/luni/src/test/java/libcore/java/sql/ |
OldStatementTest.java | 219 "create table hutch (id integer not null, animal_id integer, address char(20), primary key (id));", 220 "insert into hutch (id, animal_id, address) values (1, 2, 'Birds-house, 1');", 221 "insert into hutch (id, animal_id, address) values (2, 1, 'Horse-house, 5');", 222 "select animal_id, address from hutch where animal_id=1;", 223 "create view address as select address from hutch where animal_id=2", 224 "drop view address;", "drop table hutch;" }; 247 "insert into hutch (id, animal_id, address) values (1, 2, 10);", 249 "drop view address;", "drop table hutch;", "", null }; 273 "create table hutch (id integer not null, animal_id integer, address char(20), primary key (id));" [all...] |
/system/connectivity/shill/ |
active_link_monitor.cc | 126 LOG(ERROR) << "Could not get local MAC address."; 179 string ActiveLinkMonitor::HardwareAddressToString(const ByteString& address) { 181 for (size_t i = 0; i < address.GetLength(); ++i) { 183 base::StringPrintf("%02x", address.GetConstData()[i])); 250 if (!connection_->local().address().Equals( 251 packet.remote_ip_address().address())) { 252 SLOG(connection_.get(), 4) << "Response is not for our IP address."; 257 SLOG(connection_.get(), 4) << "Response is not for our MAC address."; 261 if (!connection_->gateway().address().Equals( 262 packet.local_ip_address().address())) { [all...] |
connection_diagnostics.h | 77 // (K) Otherwise, ping the IP address of the target web server. 81 // a route to the IP address of the target web server. 85 // address, look for a neighbor table entry. 93 // address, ping the local gateway. 97 // (T) If the local gateway is at an IPv6 address and does 100 // (U) If the local gateway is at an IPv4 address and does 102 // for its address (step V). 104 // local IPv4 address, look for an ARP table entry for it. 109 // address collision in the local network by sending out 110 // an ARP request for the local IP address of thi [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
aarch64-opc-2.c | 93 {AARCH64_OPND_CLASS_ADDRESS, "ADDR_ADRP", OPD_F_SEXT | OPD_F_HAS_EXTRACTOR, {FLD_immhi, FLD_immlo}, "21-bit PC-relative address of a 4KB page"}, 94 {AARCH64_OPND_CLASS_ADDRESS, "ADDR_PCREL14", OPD_F_SEXT | OPD_F_SHIFT_BY_2 | OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {FLD_imm14}, "14-bit PC-relative address"}, 95 {AARCH64_OPND_CLASS_ADDRESS, "ADDR_PCREL19", OPD_F_SEXT | OPD_F_SHIFT_BY_2 | OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {FLD_imm19}, "19-bit PC-relative address"}, 96 {AARCH64_OPND_CLASS_ADDRESS, "ADDR_PCREL21", OPD_F_SEXT | OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {FLD_immhi,FLD_immlo}, "21-bit PC-relative address"}, 97 {AARCH64_OPND_CLASS_ADDRESS, "ADDR_PCREL26", OPD_F_SEXT | OPD_F_SHIFT_BY_2 | OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {FLD_imm26}, "26-bit PC-relative address"}, 98 {AARCH64_OPND_CLASS_ADDRESS, "ADDR_SIMPLE", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {}, "an address with base register (no offset)"}, 99 {AARCH64_OPND_CLASS_ADDRESS, "ADDR_REGOFF", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {}, "an address with register offset"}, 100 {AARCH64_OPND_CLASS_ADDRESS, "ADDR_SIMM7", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {FLD_imm7,FLD_index2}, "an address with 7-bit signed immediate offset"}, 101 {AARCH64_OPND_CLASS_ADDRESS, "ADDR_SIMM9", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {FLD_imm9,FLD_index}, "an address with 9-bit signed immediate offset"}, 102 {AARCH64_OPND_CLASS_ADDRESS, "ADDR_SIMM9_2", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {FLD_imm9,FLD_index}, "an address with 9-bit negative or unaligned immediate offset"} [all...] |
/external/clang/test/Driver/ |
fsanitize-coverage.c | 1 // RUN: %clang -target x86_64-linux-gnu -fsanitize=address -fsanitize-coverage=0 %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANITIZE-COVERAGE-0 2 // RUN: %clang -target x86_64-linux-gnu -fsanitize=address -fsanitize-coverage=edge -fsanitize-coverage=0 %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANITIZE-COVERAGE-0 3 // RUN: %clang -target x86_64-linux-gnu -fsanitize=address %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANITIZE-COVERAGE-0 6 // RUN: %clang -target x86_64-linux-gnu -fsanitize=address -fsanitize-coverage=1 %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANITIZE-COVERAGE-1 14 // RUN: %clang -target x86_64-linux-gnu -fsanitize=address -fsanitize-coverage=2 %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANITIZE-COVERAGE-2 17 // RUN: %clang -target x86_64-linux-gnu -fsanitize=address -fsanitize-coverage=3 %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANITIZE-COVERAGE-3 20 // RUN: %clang -target x86_64-linux-gnu -fsanitize=address -fsanitize-coverage=4 %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANITIZE-COVERAGE-4 24 // RUN: %clang -target x86_64-linux-gnu -fsanitize=address -fsanitize-coverage=5 %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANITIZE-COVERAGE-5 31 // RUN: %clang -target x86_64-linux-gnu -fsanitize=address -fsanitize-coverage=1 -fno-sanitize=address %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANITIZE-COVERAGE-SAN-DISABLE [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
tdi.h | 337 UCHAR Address[1]; 374 TA_ADDRESS Address[1]; 385 TRANSPORT_ADDRESS Address; 515 TDI_ADDRESS_APPLETALK Address[1]; 516 } Address[1]; 524 TDI_ADDRESS_IP Address[1]; 525 } Address[1]; 533 TDI_ADDRESS_IPX Address[1]; 534 } Address[1]; 542 TDI_ADDRESS_NETBIOS Address[1] [all...] |
/external/google-breakpad/src/common/dwarf/ |
dwarf2reader.h | 107 // passes the address of PC. In other words, LSM_PASSES_PC will be 110 // lsm's old address < PC <= lsm's new address 173 // Called when the line info reader has a new line, address pair 174 // ready for us. ADDRESS is the address of the code, LENGTH is the 179 virtual void AddLine(uint64 address, uint64 length, 419 // stack frame's base address, how to find the return address, and 429 // func: ; entry point; return address at s 738 uint64 address; \/\/ start address of described code member in struct:dwarf2reader::CallFrameInfo::FDE [all...] |
/external/google-breakpad/src/common/ |
stabs_reader.h | 149 // regardless of the architecture address size (don't ask me why); on 181 uint64_t address; member in struct:google_breakpad::StabsReader::Line 253 // all assume the library is loaded at its nominal load address. 254 // They are *not* offsets from the nominal load address. If you 256 // address. 266 // string address comparisons, not string content comparisons. 272 // named FILENAME, and whose base address is ADDRESS. If 275 virtual bool StartCompilationUnit(const char *filename, uint64_t address, 280 // Finish processing the compilation unit. If ADDRESS is non-zero [all...] |
/external/dhcpcd-6.8.2/ |
dhcpcd.8.in | 48 .Op Fl r , Fl Fl request Ar address 50 .Op Fl s , Fl Fl inform Ar address Ns Op Ar /cidr 54 .Op Fl W , Fl Fl whitelist Ar address Ns Op Ar /cidr 58 .Op Fl X , Fl Fl blacklist Ar address Ns Op Ar /cidr 84 IP address, routes, etc 141 then a Non-temporary Address is requested. 145 failed to obtain a lease, it probes for a valid IPv4LL address 150 proper address. 270 will re-apply IP address, routing and run 310 For interfaces whose hardware address is longer than 8 bytes, or if th [all...] |
/prebuilts/go/darwin-x86/src/net/mail/ |
message.go | 10 * Obsolete address formats are not parsed, including addresses with 123 func (h Header) AddressList(key string) ([]*Address, error) { 131 // Address represents a single mail address. 132 // An address such as "Barry Gibbs <bg@example.com>" is represented 133 // as Address{Name: "Barry Gibbs", Address: "bg@example.com"}. 134 type Address struct { 136 Address string // user@domain 139 // Parses a single RFC 5322 address, e.g. "Barry Gibbs <bg@example.com> [all...] |
/prebuilts/go/linux-x86/src/net/mail/ |
message.go | 10 * Obsolete address formats are not parsed, including addresses with 123 func (h Header) AddressList(key string) ([]*Address, error) { 131 // Address represents a single mail address. 132 // An address such as "Barry Gibbs <bg@example.com>" is represented 133 // as Address{Name: "Barry Gibbs", Address: "bg@example.com"}. 134 type Address struct { 136 Address string // user@domain 139 // Parses a single RFC 5322 address, e.g. "Barry Gibbs <bg@example.com> [all...] |
/art/compiler/utils/x86/ |
assembler_x86_test.cc | 116 GetAssembler()->movntl(x86::Address(x86::EDI, x86::EBX, x86::TIMES_4, 12), x86::EAX); 117 GetAssembler()->movntl(x86::Address(x86::EDI, 0), x86::EAX); 148 GetAssembler()->LockCmpxchgl(x86::Address( 151 GetAssembler()->LockCmpxchgl(x86::Address( 154 GetAssembler()->LockCmpxchgl(x86::Address( 157 GetAssembler()->LockCmpxchgl(x86::Address( 159 GetAssembler()->LockCmpxchgl(x86::Address( 173 GetAssembler()->LockCmpxchg8b(x86::Address( 175 GetAssembler()->LockCmpxchg8b(x86::Address( 177 GetAssembler()->LockCmpxchg8b(x86::Address( [all...] |
/external/dbus/bus/ |
main.c | 128 fprintf (stderr, DBUS_DAEMON_NAME " [--version] [--session] [--system] [--config-file=FILE] [--print-address[=DESCRIPTOR]] [--print-pid[=DESCRIPTOR]] [--fork] [--nofork] [--introspect] [--address=ADDRESS] [--systemd-activation] [--nopidfile]\n"); 181 check_two_addresses (const DBusString *address, 184 if (_dbus_string_get_length (address) > 0) 186 fprintf (stderr, "--%s specified but address %s already requested\n", 187 extra_arg, _dbus_string_get_const_data (address)); 198 fprintf (stderr, "--%s specified but printing address to %s already requested\n", 349 DBusString address; local 363 if (!_dbus_string_init (&address)) [all...] |
/external/v8/src/heap/ |
spaces-inl.h | 87 NewSpacePageIterator::NewSpacePageIterator(Address start, Address limit) 156 void MemoryAllocator::Protect(Address start, size_t size) { 161 void MemoryAllocator::Unprotect(Address start, size_t size, 169 base::OS::Protect(chunks_[id].address(), chunks_[id].size()); 175 base::OS::Unprotect(chunks_[id].address(), chunks_[id].size(), 209 bool PagedSpace::Contains(Address addr) { 216 bool PagedSpace::Contains(HeapObject* o) { return Contains(o->address()); } 231 MemoryChunk* MemoryChunk::FromAnyPointerAddress(Heap* heap, Address addr) { 240 MemoryChunk* chunk = MemoryChunk::FromAddress(o->address()); [all...] |
/external/vulkan-validation-layers/libs/glm/gtc/ |
type_ptr.inl | 36 /// Return the constant address to the data of the vector input. 47 //! Return the address to the data of the vector input. 58 /// Return the constant address to the data of the vector input. 69 //! Return the address to the data of the vector input. 80 /// Return the constant address to the data of the vector input. 91 //! Return the address to the data of the vector input. 102 /// Return the constant address to the data of the matrix input. 113 //! Return the address to the data of the matrix input. 124 /// Return the constant address to the data of the matrix input. 135 //! Return the address to the data of the matrix input [all...] |
/external/webrtc/webrtc/test/channel_transport/ |
udp_transport.h | 66 // IPv6 traffic class and flow info or ip4 address. 68 // IPv6 address 152 // RTP port to rtpPort. Bind local IP address to ipAddr. If ipAddr is NULL 174 // Set ipAddr to the IP address that is currently being listened on. rtpPort 176 // multicastIpAddr to the multicast IP address group joined (the address 184 // Set ipAddr to the IP address being sent from. rtpPort to the local RTP 191 // Put the IP address, RTP port and RTCP port from the last received packet 246 // Write the filter IP address (if any) to filterIPAddress. 284 // address as set with InitializeSendSockets(..) is used if ip is NULL [all...] |
/frameworks/base/core/java/com/android/server/net/ |
NetlinkTracker.java | 91 private void maybeLog(String operation, String iface, LinkAddress address) { 93 Log.d(TAG, operation + ": " + address + " on " + iface + 94 " flags " + address.getFlags() + " scope " + address.getScope()); 118 public void addressUpdated(String iface, LinkAddress address) { 120 maybeLog("addressUpdated", iface, address); 123 changed = mLinkProperties.addLinkAddress(address); 132 public void addressRemoved(String iface, LinkAddress address) { 134 maybeLog("addressRemoved", iface, address); 137 changed = mLinkProperties.removeLinkAddress(address); 216 public final InetAddress address; field in class:DnsServerEntry 315 InetAddress address; local [all...] |
/libcore/luni/src/main/java/libcore/io/ |
ForwardingOs.java | 56 public void bind(FileDescriptor fd, InetAddress address, int port) throws ErrnoException, SocketException { os.bind(fd, address, port); } 57 public void bind(FileDescriptor fd, SocketAddress address) throws ErrnoException, SocketException { os.bind(fd, address); } 61 public void connect(FileDescriptor fd, InetAddress address, int port) throws ErrnoException, SocketException { os.connect(fd, address, port); } 62 public void connect(FileDescriptor fd, SocketAddress address) throws ErrnoException, SocketException { os.connect(fd, address); } 83 public String getnameinfo(InetAddress address, int flags) throws GaiException { return os.getnameinfo(address, flags); [all...] |