HomeSort by relevance Sort by last modified time
    Searched full:address (Results 1051 - 1075 of 19436) sorted by null

<<41424344454647484950>>

  /toolchain/binutils/binutils-2.25/gprof/
symtab.c 99 /* If same address, favor global symbol over static one,
141 /* Retain sym only if it has a non-empty address range. */
179 dbg_sym_lookup (Sym_Table *sym_tab, bfd_vma address)
184 fprintf (stderr, "[dbg_sym_lookup] address 0x%lx\n",
185 (unsigned long) address);
198 if (sym[mid].addr <= address && sym[mid + 1].addr > address)
201 if (sym[mid].addr > address)
215 /* Look up an address in the symbol-table that is sorted by address
    [all...]
  /external/clang/test/CodeGenCXX/
vtable-layout.cpp 63 // CHECK-1-NEXT: -- (Test1::A, 0) vtable address --
81 // CHECK-2-NEXT: -- (Test2::A, 0) vtable address --
114 // CHECK-3-NEXT: -- (Test2::B, 0) vtable address --
143 // CHECK-4-NEXT: -- (Test3::A, 0) vtable address --
156 // CHECK-5-NEXT: -- (Test3::A, 0) vtable address --
157 // CHECK-5-NEXT: -- (Test3::B, 0) vtable address --
173 // CHECK-6-NEXT: -- (Test3::A, 0) vtable address --
174 // CHECK-6-NEXT: -- (Test3::C, 0) vtable address --
191 // CHECK-7-NEXT: -- (Test3::A, 0) vtable address --
192 // CHECK-7-NEXT: -- (Test3::B, 0) vtable address -
    [all...]
  /bionic/libc/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /development/ndk/platforms/android-21/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /development/ndk/platforms/android-3/include/net/
if_ether.h 49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPUnitDebuggeeWrapper.java 52 * JDWP transport address.
54 protected String address; field in class:JDWPUnitDebuggeeWrapper
80 address = settings.getTransportAddress();
83 logWriter.println("Start listening on: " + address);
85 address = transport.startListening(address);
89 logWriter.println("Listening on: " + address);
91 logWriter.println("Attach to: " + address);
103 + settings.getDebuggeeAgentOptions(address, isListenConnection)
148 String address = settings.getTransportAddress() local
    [all...]
  /external/autotest/client/common_lib/cros/network/
netblock.py 12 @param addr: string IP address with optional prefix length
28 raise error.TestError('Invalid IP address found: "%s".' % addr)
53 """Utility class for transforming netblock address to related strings."""
57 """Transform a list of bytes into a string IP address.
60 @return string IP address (e.g. '192.168.0.1.').
79 """@return the IPv4 address/prefix, e.g., '192.168.0.1/24'."""
105 """@return the IPv4 broadcast address, e.g., '192.168.0.255'."""
113 """@return the IPv4 address, e.g., '192.168.0.1'."""
120 @param addr_str: string IP address (e.g. '192.168.1.1').
131 """Get an address in a subnet
    [all...]
  /external/autotest/server/site_tests/bluetooth_Sanity_Discovery/
bluetooth_Sanity_Discovery.py 36 if self.address == device['Address']:
58 item_name = device['Address'].replace(':', '')
59 html = '%s %s' % (cgi.escape(device['Address']),
62 if device['Address'] in self.devices_discovered:
67 self.devices_discovered.append(device['Address'])
90 ( address, bluetooth_version, manufacturer_id,
93 self.address = address
104 ('<b>%s</b> with address <b>%s</b> from the device.'
    [all...]
  /external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/
bluetooth_Sanity_LEDiscovery.py 36 if self.address == device['Address']:
58 item_name = device['Address'].replace(':', '')
59 html = '%s %s' % (cgi.escape(device['Address']),
62 if device['Address'] in self.devices_discovered:
67 self.devices_discovered.append(device['Address'])
91 ( address, bluetooth_version, manufacturer_id,
94 self.address = address
105 ('<b>%s</b> with address <b>%s</b> from the device.'
    [all...]
  /external/c-ares/
ares__get_hostent.c 80 /* Pointer to start of IPv4 or IPv6 address part. */
83 /* Advance past address part. */
90 /* Null terminate address part. */
137 /* Convert address string to network address for the requested family. */
146 /* Actual network address family and length. */
155 /* Actual network address family and length. */
161 /* Ignore line if invalid address string for the requested family. */
165 ** Actual address family possible values are AF_INET and AF_INET6 only.
182 /* Copy network address. *
    [all...]
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1.cpp 25 // -- a constant expression that designates the address of an object with
49 X0<i> x0a; // expected-error {{must have its address taken}}
53 X0<ki> x0c; // expected-error {{must have its address taken}} expected-warning {{internal linkage is a C++11 extension}}
65 X2<&i> x2a_addr; // expected-error {{address taken}}
67 X2<&iarr> x2b_addr; // expected-error {{address taken}}
70 X2k<&ki> x2kc_addr; // expected-error {{address taken}} expected-warning {{internal linkage is a C++11 extension}}
73 X3<&f> x3a_addr; // expected-error {{address taken}}
75 X3<&f_tmpl> x3b_addr; // expected-error {{address taken}}
77 X3<&f_tmpl<int> > x3c_addr; // expected-error {{address taken}}
79 X3<&f_internal> x3d_addr; // expected-error {{address taken}} expected-warning {{internal linkage is a C++11 extension}
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
Mailer.java 35 //convert the comma separated list of email addressed into an array of Address objects
36 private Address[] getAddresses(String recipientList) {
39 Address[] addresses = new Address[recipients.countTokens()];
45 System.out.println("Unable to create address");
86 // Set the from address
89 // Set the to address
139 // Set the from address
142 // Set the to address
187 // Set the from address
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugAranges.cpp 30 uint64_t LowPC = Desc.Address;
80 // a current address range.
84 if (PrevAddress < E.Address && ValidCUs.size() > 0) {
85 // If the address range between two endpoints is described by some
90 Aranges.back().setHighPC(E.Address);
92 Aranges.emplace_back(PrevAddress, E.Address, *ValidCUs.begin());
103 PrevAddress = E.Address;
112 uint32_t DWARFDebugAranges::findAddress(uint64_t Address) const {
114 Range range(Address);
120 if (pos != end && pos->containsAddress(Address)) {
    [all...]
  /external/llvm/lib/DebugInfo/PDB/
PDBContext.cpp 33 DILineInfo PDBContext::getLineInfoForAddress(uint64_t Address,
36 Result.FunctionName = getFunctionName(Address, Specifier.FNKind);
40 Session->findSymbolByAddress(Address, PDB_SymType::None);
49 auto LineNumbers = Session->findLineNumbersByAddress(Address, Length);
66 PDBContext::getLineInfoForAddressRange(uint64_t Address, uint64_t Size,
72 auto LineNumbers = Session->findLineNumbersByAddress(Address, Size);
85 PDBContext::getInliningInfoForAddress(uint64_t Address,
88 DILineInfo Frame = getLineInfoForAddress(Address, Specifier);
93 std::string PDBContext::getFunctionName(uint64_t Address,
103 Session->findSymbolByAddress(Address, PDB_SymType::PublicSymbol)
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
PortCommandHandler.java 74 * Parse a 32-bit IP address from the String[] of FTP command parameters.
77 * of a 32-bit internet host address and a 16-bit TCP port address. This address
82 * where h1 is the high order 8 bits of the internet host address, and p1 is the
99 byte[] address = { host1, host2, host3, host4 };
100 InetAddress inetAddress = InetAddress.getByAddress(address);
109 * of a 32-bit internet host address and a 16-bit TCP port address. This address
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/ip/detail/impl/
endpoint.ipp 65 endpoint::endpoint(const asio::ip::address& addr,
132 asio::ip::address endpoint::address() const
149 void endpoint::address(const asio::ip::address& addr)
157 return e1.address() == e2.address() && e1.port() == e2.port();
162 if (e1.address() < e2.address())
164 if (e1.address() != e2.address()
    [all...]
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet.h 50 * @own_addr: Optional own MAC address if available from driver interface or
59 * address (MAC address) of the the packet. If l2_hdr is set to 0, buf
90 * l2_packet_get_own_addr - Get own layer 2 address
92 * @addr: Buffer for the own address (6 bytes)
100 * @dst_addr: Destination address for the packet (only used if l2_hdr == 0)
113 * l2_packet_get_ip_addr - Get the current IP address from the interface
115 * @buf: Buffer for the IP address in text format
119 * This function can be used to get the current IP address from the interface
121 * address will be stored as an ASCII string. This function is not essentia
    [all...]
  /frameworks/base/core/java/android/text/util/
Rfc822Token.java 22 * This class stores an RFC 822-like name, address, and comment,
30 * Creates a new Rfc822Token with the specified name, address,
33 public Rfc822Token(@Nullable String name, @Nullable String address, @Nullable String comment) {
35 mAddress = address;
48 * Returns the address part.
71 * Changes the address to the specified address.
73 public void setAddress(@Nullable String address) {
74 mAddress = address;
86 * the comment (in parentheses), and the address (in angle brackets)
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
DelayedMessageBuffer.java 103 * @param address logical address of CEC device which the messages to process
106 void processMessagesForDevice(int address) {
109 HdmiLogger.debug("Checking message for address:" + address);
111 if (message.getSource() != address) {
116 && !mDevice.isInputReady(HdmiDeviceInfo.idForCecDevice(address))) {
134 * @param address logical address of the device to be the active source
136 void processActiveSource(int address) {
    [all...]
HotplugDetectionAction.java 46 // All addresses except for broadcast (unregistered address).
217 // Sending <Give Physical Address> will initiate new device action.
231 private void mayChangeRoutingPath(int address) {
232 HdmiDeviceInfo info = tv().getCecDeviceInfo(address);
238 private void mayCancelDeviceSelect(int address) {
246 if (action.getTargetAddress() == address) {
251 private void mayCancelOneTouchRecord(int address) {
254 if (action.getRecorderAddress() == address) {
260 private void mayDisableSystemAudioAndARC(int address) {
261 if (HdmiUtils.getTypeFromAddress(address) != HdmiDeviceInfo.DEVICE_AUDIO_SYSTEM)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
ethernet.h 33 * The number of bytes in an ethernet (MAC) address.
95 #define ETHER_DEST_OFFSET (0 * ETHER_ADDR_LEN) /* dest address offset */
96 #define ETHER_SRC_OFFSET (1 * ETHER_ADDR_LEN) /* src address offset */
125 * Structure of a 48-bit Ethernet address.
134 * address bit in the 48-bit Ethernet address.
141 /* Takes a pointer, marks unicast address bit in the MAC address */
145 * Takes a pointer, returns true if a 48-bit multicast address
158 /* copy an ethernet address - assumes the pointers can be referenced as shorts *
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
cmmdefs.h 29 *! 08-Dec-2000 ag Added bus address conversion type CMM_POMAPEMIF2DSPBUS.
32 *! 15-Oct-2000 ag Added address translator attributes and defaults.
60 * converted Address = PaDSP + ( cFactor * addressToConvert).
79 DWORD dwSMBasePA; /* Physical SM Base address(GPP). */
95 DWORD dwSegBasePa; /* Start Phys address of SM segment */
99 DWORD dwDSPBaseVA; /* DSP virt base byte address */
102 DWORD dwSegBaseVa; /* Start Virt address of SM seg */
121 PVOID pVmBase; /* Vm base address alloc'd in client process context */
136 CMM_VA2PA = 0, /* Virtual to GPP physical address xlation */
147 CMM_KERNVA2DSP = 0, /* Device process context to dsp address. *
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
cmmdefs.h 29 *! 08-Dec-2000 ag Added bus address conversion type CMM_POMAPEMIF2DSPBUS.
32 *! 15-Oct-2000 ag Added address translator attributes and defaults.
60 * converted Address = PaDSP + ( cFactor * addressToConvert).
79 DWORD dwSMBasePA; /* Physical SM Base address(GPP). */
95 DWORD dwSegBasePa; /* Start Phys address of SM segment */
99 DWORD dwDSPBaseVA; /* DSP virt base byte address */
102 DWORD dwSegBaseVa; /* Start Virt address of SM seg */
121 PVOID pVmBase; /* Vm base address alloc'd in client process context */
136 CMM_VA2PA = 0, /* Virtual to GPP physical address xlation */
147 CMM_KERNVA2DSP = 0, /* Device process context to dsp address. *
    [all...]
  /libcore/ojluni/src/main/java/java/nio/channels/
NetworkChannel.java 38 * socket to a local {@link SocketAddress address}, the {@link #getLocalAddress()
39 * getLocalAddress} method returns the address that the socket is bound to, and
58 * Binds the channel's socket to a local address.
61 * a local address. Once an association is established then the socket remains
63 * value {@code null} then the socket will be bound to an address that is
67 * The address to bind the socket, or {@code null} to bind the socket
68 * to an automatically assigned socket address
75 * If the type of the given address is not supported
90 * Returns the socket address that this channel's socket is bound to, or
94 * socket address then the return value from this method is of type {@lin
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
inet.h 33 /* Convert Internet host address from numbers-and-dots notation in CP
37 /* Return the local host address part of the Internet address in IN. */
40 /* Make Internet host address in network byte order by combining the
41 network number NET with the local address HOST. */
45 /* Return network number part of the Internet address IN. */
48 /* Extract the network number in network byte order from the address
62 /* Convert a Internet address in binary network format for interface
72 /* Convert Internet host address from numbers-and-dots notation in CP
93 address to binary form and place result in buffer of length LE
    [all...]

Completed in 1856 milliseconds

<<41424344454647484950>>