HomeSort by relevance Sort by last modified time
    Searched defs:address (Results 201 - 225 of 1950) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/bindings/python/llvm/
object.py 71 print symbol.address # NOT OK. We didn't look up this property before.
225 def address(self): member in class:Section
226 """The address of this section, in long bytes."""
281 getattr(self, 'address')
314 def address(self): member in class:Symbol
315 """The address of this symbol, in long bytes."""
347 getattr(self, 'address')
420 getattr(self, 'address')
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_buffer.h 25 /* Resources, if mapped into the GPU's address space, are guaranteed to
28 * The address of a resource will lie within the nouveau_bo referenced,
35 uint64_t address; /* virtual address (nv50+) */ member in struct:nv04_resource
83 /* is resource mapped into the GPU's address space (i.e. VRAM or GART) ? */
106 /* Copy data to a scratch buffer and return address & bo the data resides in.
  /external/nist-sip/java/gov/nist/javax/sip/address/
AddressFactoryImpl.java 26 package gov.nist.javax.sip.address;
31 import javax.sip.address.*;
34 * Implementation of the JAIN-SIP address factory.
46 public class AddressFactoryImpl implements javax.sip.address.AddressFactory {
56 *Create an empty address object.
61 public javax.sip.address.Address createAddress() {
65 * Creates an Address with the new display name and URI attribute
69 * address. A <code>null</code> value does not set the display name.
70 * @param uri - the new URI value of the address
    [all...]
GenericURI.java 26 package gov.nist.javax.sip.address;
29 import javax.sip.address.URI;
39 public class GenericURI extends NetObject implements javax.sip.address.URI {
UserInfo.java 33 package gov.nist.javax.sip.address;
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PServedUser.java 30 import gov.nist.javax.sip.address.AddressImpl;
45 public PServedUser(AddressImpl address)
48 this.address = address;
130 retval.append(address.encode());
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
basic_endpoint.hpp 16 #include "asio/ip/address.hpp"
55 /// order. The IP address will be the any address (i.e. INADDR_ANY or
76 /// Construct an endpoint using a port number and an IP address. This
79 basic_endpoint(const asio::ip::address& addr, unsigned short port_num)
162 /// Get the IP address associated with the endpoint.
163 asio::ip::address address() const function in class:asio::ip::basic_endpoint
165 return impl_.address();
168 /// Set the IP address associated with the endpoint
169 void address(const asio::ip::address& addr) function in class:asio::ip::basic_endpoint
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue29/
BigJavaBean.java 23 private String address; field in class:BigJavaBean
32 public BigJavaBean(int id, String name, String address, String description) {
35 this.address = address;
49 return address;
80 result = prime * result + ((address == null) ? 0 : address.hashCode());
98 if (address == null) {
99 if (other.address != null)
101 } else if (!address.equals(other.address)
    [all...]
  /external/strace/tests/
nlattr_inet_diag_req_v2.c 42 static const char address[] = "10.11.12.13"; variable
65 if (!inet_pton(AF_INET, address, req->id.idiag_src) ||
66 !inet_pton(AF_INET, address, req->id.idiag_dst))
83 msg_len, address, address);
169 if (!inet_pton(AF_INET, address, &addr))
206 printf("addr=inet_addr(\"%s\")}}", address));
  /external/strace/tests-m32/
nlattr_inet_diag_req_v2.c 42 static const char address[] = "10.11.12.13"; variable
65 if (!inet_pton(AF_INET, address, req->id.idiag_src) ||
66 !inet_pton(AF_INET, address, req->id.idiag_dst))
83 msg_len, address, address);
169 if (!inet_pton(AF_INET, address, &addr))
206 printf("addr=inet_addr(\"%s\")}}", address));
  /external/strace/tests-mx32/
nlattr_inet_diag_req_v2.c 42 static const char address[] = "10.11.12.13"; variable
65 if (!inet_pton(AF_INET, address, req->id.idiag_src) ||
66 !inet_pton(AF_INET, address, req->id.idiag_dst))
83 msg_len, address, address);
169 if (!inet_pton(AF_INET, address, &addr))
206 printf("addr=inet_addr(\"%s\")}}", address));
  /external/swiftshader/third_party/subzero/src/
IceMemory.h 70 pointer address(reference x) const { function in struct:Ice::sz_allocator
73 const_pointer address(const_reference x) const { function in struct:Ice::sz_allocator
  /external/syslinux/com32/hdt/
hdt-dump-dmi.c 309 char address[16]={0}; local
312 snprintf(address,sizeof(address),"0x%04X0",hardware->dmi.bios.address);
323 add_s("dmi.bios.address",address);
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_tftp.c 161 * @v ipaddress IP address
171 struct in_addr address; local
183 address.s_addr = ipaddress;
191 inet_ntoa ( address ), ntohs ( port ),
209 * @v s_PXENV_TFTP_OPEN::ServerIPAddress TFTP server IP address
210 * @v s_PXENV_TFTP_OPEN::GatewayIPAddress Relay agent IP address, or 0.0.0.0
311 * @v s_PXENV_TFTP_READ::Buffer Address of data buffer
400 * @v s_PXENV_TFTP_READ_FILE::Buffer Address of the receive buffer
401 * @v s_PXENV_TFTP_READ_FILE::ServerIPAddress TFTP server IP address
402 * @v s_PXENV_TFTP_READ_FILE::GatewayIPAddress Relay agent IP address
    [all...]
  /external/syslinux/gpxe/src/drivers/bitbash/
i2c_bit.c 200 unsigned int address; local
207 /* Calculate address to appear on bus */
208 address = ( ( ( i2cdev->dev_addr |
212 /* Send address a byte at a time */
215 byte = ( ( address >> shift ) & 0xff );
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
disassembler.cc 79 // Sort the symbols in increasing address order.
84 // before extracting the address.
107 // Iterate through symbols in increasing address order and disassemble each
111 llvm::Expected<uint64_t> address = symbol.getAddress(); local
112 CHECK(address);
113 uint64_t start_index = address.get() - section_address;
146 /*Address=*/section_address + index,
149 // If we fail to disassemble, then we must skip past this address.
157 // For branches, try to determine the actual address and emit it as an
  /external/v8/src/zone/
zone-allocator.h 41 pointer address(reference x) const { return &x; } function in class:v8::internal::zone_allocator
42 const_pointer address(const_reference x) const { return &x; } function in class:v8::internal::zone_allocator
  /frameworks/base/core/java/android/net/
IpPrefix.java 36 * <li>A starting IP address (IPv4 or IPv6). This is the first IP address of the prefix.
38 * in the IP address, starting from the most significant bit in network byte order, that
50 private final byte[] address; // network byte order field in class:IpPrefix
54 if (address.length != 4 && address.length != 16) {
56 "IpPrefix has " + address.length + " bytes which is neither 4 nor 16");
58 NetworkUtils.maskRawAddress(address, prefixLength);
62 * Constructs a new {@code IpPrefix} from a byte array containing an IPv4 or IPv6 address in
63 * network byte order and a prefix length. Silently truncates the address to the prefix length
    [all...]
  /frameworks/base/core/java/android/text/util/
Rfc822Tokenizer.java 26 * address list fields, and also provides a method for converting
47 StringBuilder address = new StringBuilder(); local
65 if (address.length() > 0) {
67 address.toString(),
76 address.setLength(0);
135 address.append(c);
150 if (address.length() > 0) {
152 address.toString(),
306 * Terminates the specified address with a comma and space.
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 334 uint8_t* address = reinterpret_cast<uint8_t*>(pRegion.begin()); local
337 address += (*entry)->emit(address);
341 address += (*entry)->emit(address);
  /frameworks/native/libs/vr/libpdx_default_transport/
pdx_tool.cpp 173 uintptr_t address = reinterpret_cast<uintptr_t>(pointer); local
175 for (size_t count = 0; count < length; count += 16, address += 16) {
176 printf("0x%08lx: ", static_cast<unsigned long>(address));
180 printf("%02x ", *reinterpret_cast<const uint8_t*>(address + i));
190 char c = *reinterpret_cast<const char*>(address + i);
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/migration/
JournalDbPostMigrationTest.java 89 @ColumnInfo(name = "address")
90 public String address; field in class:JournalDbPostMigrationTest.User
116 database.execSQL("ALTER TABLE user ADD COLUMN `address` TEXT");
119 String authCode = cursor.getString(cursor.getColumnIndex("address"));
123 values.put("address", UUID.randomUUID().toString());
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/vo/
School.java 29 public Address address; field in class:School
42 public Address getAddress() {
43 return address;
46 public void setAddress(Address address) {
47 this.address = address;
81 if (address != null ? !address.equals(school.address) : school.address != null)
    [all...]
  /hardware/interfaces/bluetooth/1.0/default/test/
bluetooth_address_test.cc 215 uint8_t address[BluetoothAddress::kBytes]; local
217 // File contains a non-zero Address.
220 EXPECT_TRUE(BluetoothAddress::get_local_address(address));
221 EXPECT_TRUE(memcmp(address, kTestAddr1_bytes, BluetoothAddress::kBytes) == 0);
223 // File contains a zero address. A random address will be generated.
227 EXPECT_TRUE(BluetoothAddress::get_local_address(address));
228 EXPECT_TRUE(memcmp(address, kZeros_bytes, BluetoothAddress::kBytes) != 0);
233 BluetoothAddress::bytes_to_string(address, address_str);
236 // Factory property contains an address
    [all...]
  /libcore/luni/src/main/java/libcore/io/
NioBufferIterator.java 28 private final long address; field in class:NioBufferIterator
34 NioBufferIterator(MemoryMappedFile file, long address, int length, boolean swap) {
38 this.address = address;
44 if (Long.compareUnsigned(address, MAX_VALID_ADDRESS - length) > 0) {
46 "length " + length + " would overflow 64-bit address space");
70 Memory.peekByteArray(address + position, dst, dstOffset, byteCount);
77 byte result = Memory.peekByte(address + position);
85 int result = Memory.peekInt(address + position, swap);
95 Memory.peekIntArray(address + position, dst, dstOffset, intCount, swap)
    [all...]

Completed in 1617 milliseconds

1 2 3 4 5 6 7 891011>>