HomeSort by relevance Sort by last modified time
    Searched refs:address (Results 26 - 50 of 5660) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/Support/
MemoryObject.cpp 16 int MemoryObject::readBytes(uint64_t address,
20 uint64_t current = address;
26 while (current - address < size) {
27 if (readByte(current, &buf[(current - address)]))
34 *copied = current - address;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
overlay-size-map.d 4 \.bss2 *0x0*20000 *0x30 load address 0x0*20010
6 \.bss3 *0x0*20000 *0x20 load address 0x0*20040
10 \.mtext *0x0*10000 *0x20 load address 0x0*30000
12 \.mbss *0x0*20030 *0x230 load address 0x0*20060
14 \.text1 *0x0*10020 *0x80 load address 0x0*30020
16 \.text2 *0x0*10020 *0x40 load address 0x0*300a0
18 \.text3 *0x0*10020 *0x20 load address 0x0*300e0
22 \.data1 *0x0*20260 *0x30 load address 0x0*30100
24 \.data2 *0x0*20260 *0x40 load address 0x0*30130
26 \.data3 *0x0*20260 *0x50 load address 0x0*3017
    [all...]
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
Conversions.impl.h 31 std::string deviceAddressToHal(const DeviceAddress& address) {
32 // HAL assumes that the address is NUL-terminated.
35 uint32_t halDevice = static_cast<uint32_t>(address.device);
41 address.address.mac[0], address.address.mac[1], address.address.mac[2],
42 address.address.mac[3], address.address.mac[4], address.address.mac[5])
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/address/
AddressImpl.java 29 package gov.nist.javax.sip.address;
31 import javax.sip.address.*;
37 * Address structure. Imbeds a URI and adds a display name.
48 implements javax.sip.address.Address {
71 /** address field
73 protected GenericURI address; field in class:AddressImpl
75 /** Match on the address only.
83 if (!(other instanceof Address))
92 return address.match(that.address)
    [all...]
SipURIExt.java 1 package gov.nist.javax.sip.address;
3 import javax.sip.address.SipURI;
  /external/nist-sip/java/gov/nist/javax/sip/header/
ReplyTo.java 32 import gov.nist.javax.sip.address.*;
61 /** Default constructor given an address.
63 *@param address -- address of this header.
66 public ReplyTo(AddressImpl address) {
68 this.address = address;
85 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
88 retval += address.encode();
89 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC)
    [all...]
Route.java 31 import gov.nist.javax.sip.address.AddressImpl;
59 /** Default constructor given an address.
61 *@param address -- address of this header.
65 public Route(AddressImpl address) {
67 this.address = address;
73 *@return the hashcode of the encoded address.
76 return this.address.getHostPort().encode().toLowerCase().hashCode();
91 boolean addrFlag = address.getAddressType() == AddressImpl.NAME_ADDR
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/util/
Interop.java 31 * and a (partial or complete) Bluetooth device address string
35 public String address; field in class:Interop.Entry
38 Entry(int workaroundId, String address) {
40 this.address = address;
72 * Checks wheter a given device identified by |address| is a match
74 * Return true if the address matches, false otherwise.
76 public static boolean matchByAddress(int workaroundId, String address) {
77 if (address == null || address.isEmpty())
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
CdmaSmsAddressTest.java 31 String address = "3141592653"; local
32 CdmaSmsAddress cdmaAddress = CdmaSmsAddress.parse(address);
33 assertEquals(address, cdmaAddress.address);
36 assertArrayEquals(CdmaSmsAddress.parseToDtmf(address), cdmaAddress.origBytes);
41 String address = "(314)1592653"; local
42 CdmaSmsAddress cdmaAddress = CdmaSmsAddress.parse(address);
43 assertEquals(address, cdmaAddress.address);
51 String address = "+10068" local
63 String address = "fb769394+10086@tvb.com"; local
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
NativeDispatcher.java 38 abstract int read(FileDescriptor fd, long address, int len)
49 int pread(FileDescriptor fd, long address, int len, long position)
55 abstract long readv(FileDescriptor fd, long address, int len)
58 abstract int write(FileDescriptor fd, long address, int len)
61 int pwrite(FileDescriptor fd, long address, int len, long position)
67 abstract long writev(FileDescriptor fd, long address, int len)
NativeObject.java 45 // Native allocation address;
46 // may be smaller than the base address due to page-size rounding
50 // Native base address
52 private final long address; field in class:NativeObject
55 * Creates a new native object that is based at the given native address.
57 NativeObject(long address) {
58 this.allocationAddress = address;
59 this.address = address;
63 * Creates a new native object allocated at the given native address bu
90 long address() { method in class:NativeObject
    [all...]
SocketDispatcher.java 40 int read(FileDescriptor fd, long address, int len) throws IOException {
43 return FileDispatcherImpl.read0(fd, address, len);
46 long readv(FileDescriptor fd, long address, int len) throws IOException {
49 return FileDispatcherImpl.readv0(fd, address, len);
52 int write(FileDescriptor fd, long address, int len) throws IOException {
55 return FileDispatcherImpl.write0(fd, address, len);
58 long writev(FileDescriptor fd, long address, int len) throws IOException {
61 return FileDispatcherImpl.writev0(fd, address, len);
  /external/v8/src/
external-reference-table.cc 66 const char* ExternalReferenceTable::ResolveSymbol(void* address) {
68 return backtrace_symbols(&address, 1)[0];
76 Add(ExternalReference::roots_array_start(isolate).address(),
78 Add(ExternalReference::address_of_stack_limit(isolate).address(),
80 Add(ExternalReference::address_of_real_stack_limit(isolate).address(),
82 Add(ExternalReference::new_space_allocation_limit_address(isolate).address(),
84 Add(ExternalReference::new_space_allocation_top_address(isolate).address(),
86 Add(ExternalReference::mod_two_doubles_operation(isolate).address(),
88 Add(ExternalReference::handle_scope_next_address(isolate).address(),
90 Add(ExternalReference::handle_scope_limit_address(isolate).address(),
309 Address address; member in struct:v8::internal::CBuiltinEntry
371 Address address; member in struct:v8::internal::AccessorRefTable
437 Address address = Deoptimizer::GetDeoptimizationEntry( local
451 Address address = reinterpret_cast<Address>(*api_external_references); local
    [all...]
  /device/generic/goldfish/dhcp/common/
utils.h 23 std::string addrToStr(in_addr_t address);
  /external/elfutils/libdwfl/
dwfl_addrdwarf.c 1 /* Fetch libdw handle from address.
32 dwfl_addrdwarf (Dwfl *dwfl, Dwarf_Addr address, Dwarf_Addr *bias)
34 return INTUSE(dwfl_module_getdwarf) (INTUSE(dwfl_addrmodule) (dwfl, address),
dwfl_addrmodule.c 1 /* Find module containing address.
32 dwfl_addrmodule (Dwfl *dwfl, Dwarf_Addr address)
35 (void) INTUSE(dwfl_addrsegment) (dwfl, address, &mod);
  /external/lzma/C/
7zAlloc.h 14 void SzFree(void *p, void *address);
17 void SzFreeTemp(void *p, void *address);
Alloc.c 38 void MyFree(void *address)
41 if (address != 0)
42 fprintf(stderr, "\nFree; count = %10d, addr = %8X", --g_allocCount, (unsigned)address);
44 free(address);
59 void MidFree(void *address)
62 if (address != 0)
65 if (address == 0)
67 VirtualFree(address, 0, MEM_RELEASE);
115 void BigFree(void *address)
118 if (address != 0)
    [all...]
  /frameworks/base/core/java/android/net/
LinkAddress.java 39 * Identifies an IP address on a network link.
43 * <li>An IP address and prefix length (e.g., {@code 2001:db8::1/64} or {@code 192.0.2.1/24}).
44 * The address must be unicast, as multicast addresses cannot be assigned to interfaces.
45 * <li>Address flags: A bitmask of {@code OsConstants.IFA_F_*} values representing properties
46 * of the address (e.g., {@code android.system.OsConstants.IFA_F_OPTIMISTIC}).
47 * <li>Address scope: One of the {@code OsConstants.IFA_F_*} values; defines the scope in which
48 * the address is unique (e.g.,
55 * IPv4 or IPv6 address.
57 private InetAddress address; field in class:LinkAddress
65 * Address flags. A bitmask of IFA_F_* values
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
PendingAttribute.java 28 public PendingAttribute(final int frequency, final int address) {
30 mAddress = address;
  /system/bt/types/
raw_address.h 23 /** Bluetooth Address */
28 uint8_t address[kLength]; member in class:final
34 return (std::memcmp(address, rhs.address, sizeof(address)) < 0);
37 return (std::memcmp(address, rhs.address, sizeof(address)) == 0);
49 // not represent a Bluetooth address, |to| is not modified and this function
53 // Copies |from| raw Bluetooth address octets to the local object
    [all...]
  /toolchain/binutils/binutils-2.27/config/
bootstrap-asan.mk 1 # This option enables -fsanitize=address for stage2 and stage3.
6 STAGE2_CFLAGS += -fsanitize=address
7 STAGE3_CFLAGS += -fsanitize=address
8 POSTSTAGE1_LDFLAGS += -fsanitize=address -static-libasan \
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
Alloc.c 38 void MyFree(void *address)
41 if (address != 0)
42 fprintf(stderr, "\nFree; count = %10d, addr = %8X", --g_allocCount, (unsigned)address);
44 free(address);
59 void MidFree(void *address)
62 if (address != 0)
65 if (address == 0)
67 VirtualFree(address, 0, MEM_RELEASE);
115 void BigFree(void *address)
118 if (address != 0)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAssociatedURI.java 37 import gov.nist.javax.sip.address.AddressImpl;
38 import gov.nist.javax.sip.address.GenericURI;
39 import javax.sip.address.URI;
48 * has allocated to a user for his own usage (address-of-record). </p>
81 * @param address to be set in the header
83 public PAssociatedURI(AddressImpl address)
86 this.address = address;
91 * @param associatedURI - GenericURI to be set in the address of this header
96 this.address = new AddressImpl()
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
Person.java 21 public Address address; field in class:Person

Completed in 771 milliseconds

12 3 4 5 6 7 8 91011>>