Searched defs:address (Results 1 - 25 of 472) sorted by relevance

1234567891011>>

/external/elfutils/libdwfl/
H A Ddwfl_addrdwarf.c1 /* Fetch libdw handle from address.
53 dwfl_addrdwarf (Dwfl *dwfl, Dwarf_Addr address, Dwarf_Addr *bias) argument
55 return INTUSE(dwfl_module_getdwarf) (INTUSE(dwfl_addrmodule) (dwfl, address),
H A Ddwfl_addrmodule.c1 /* Find module containing address.
53 dwfl_addrmodule (Dwfl *dwfl, Dwarf_Addr address) argument
56 (void) INTUSE(dwfl_addrsegment) (dwfl, address, &mod);
H A Ddwfl_validate_address.c1 /* Validate an address and the relocatability of an offset from it.
53 dwfl_validate_address (Dwfl *dwfl, Dwarf_Addr address, Dwarf_Sword offset) argument
55 Dwfl_Module *mod = INTUSE(dwfl_addrmodule) (dwfl, address);
59 Dwarf_Addr relative = address;
67 relative = address + offset;
/external/chromium/chrome/browser/autofill/
H A Daddress_unittest.cc9 #include "chrome/browser/autofill/address.h"
15 Address address; local
16 EXPECT_EQ(std::string(), address.country_code());
18 address.set_country_code("US");
19 EXPECT_EQ("US", address.country_code());
21 address.set_country_code("CA");
22 EXPECT_EQ("CA", address.country_code());
27 Address address; local
28 EXPECT_EQ(std::string(), address.country_code());
31 string16 country = address
45 Address address; local
81 Address address; local
[all...]
/external/nist-sip/java/javax/sip/header/
H A DHeaderAddress.java3 import javax.sip.address.Address;
7 void setAddress(Address address); argument
/external/openssh/openbsd-compat/
H A Dxmmap.c51 void *address; local
54 address = mmap(NULL, size, PROT_WRITE|PROT_READ, MAP_ANON|MAP_SHARED,
57 address = mmap(NULL, size, PROT_WRITE|PROT_READ, MAP_SHARED,
62 if (address == (void *)MAP_FAILED) {
76 address = mmap(NULL, size, PROT_WRITE|PROT_READ, MAP_SHARED,
81 return (address);
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DAddressFactoryImpl.java26 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() {
69 * address. A <code>null</code> value does not set the display name.
70 * @param uri - the new URI value of the address.
74 public javax.sip.address.Address createAddress(
76 javax.sip.address
180 createAddress(String address) argument
[all...]
H A DRFC2396UrlDecoder.java26 package gov.nist.javax.sip.address;
H A DRouterExt.java26 package gov.nist.javax.sip.address;
28 import javax.sip.address.Hop;
29 import javax.sip.address.Router;
/external/nist-sip/java/javax/sip/address/
H A DAddressFactory.java1 package javax.sip.address;
7 Address createAddress(String address) throws ParseException; argument
H A DHop.java1 package javax.sip.address;
H A DRouter.java1 package javax.sip.address;
H A DURI.java1 package javax.sip.address;
/external/chromium/net/base/
H A Dip_endpoint.h16 // An IPEndPoint represents the address of a transport endpoint:
17 // * IP address (either v4 or v6)
23 IPEndPoint(const IPAddressNumber& address, int port);
26 const IPAddressNumber& address() const { return address_; } function in class:net::IPEndPoint
29 // Returns AF_INET or AF_INET6 depending on the type of the address.
33 // |address| is the sockaddr to copy into. Should be at least
36 // size of data in |address| available. On output, it is the size of
37 // the address that was copied into |address|.
39 bool ToSockAddr(struct sockaddr* address, size_
[all...]
/external/jmonkeyengine/engine/src/networking/com/jme3/network/
H A DNetworkClient.java57 * @param address The hosts internet address.
65 public void connectToServer( InetAddress address, int port, int remoteUdpPort ) throws IOException; argument
/external/llvm/lib/Support/
H A DMemoryObject.cpp16 int MemoryObject::readBytes(uint64_t address, argument
20 uint64_t current = address;
26 while (current - address < size) {
27 if (readByte(current, &buf[(current - address)]))
34 *copied = current - address;
/external/nist-sip/java/gov/nist/javax/sip/
H A DUtilsExt.java30 public String generateCallIdentifier(String address); argument
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAddressParameters.java6 import javax.sip.address.Address;
19 * @param address Address to set
21 public abstract void setAddress(Address address); argument
H A DRecordRoute.java31 import gov.nist.javax.sip.address.*;
55 * @param address address to set
57 public RecordRoute(AddressImpl address) { argument
59 this.address = address;
78 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
81 address.encode(buffer);
82 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DAddressParser.java28 import gov.nist.javax.sip.address.*;
45 public AddressParser(String address) { argument
46 this.lexer = new Lexer("charLexer", address);
92 public AddressImpl address( boolean inclParams ) throws ParseException { method in class:AddressParser
94 dbg_enter("address");
120 throw createParseException("Bad address spec");
125 dbg_leave("address");
137 * Fix for issue #230, restructured the code such that parsing for any address appearing without '<' '>'
166 * CVS: address here. If this is your work then delete this line.
210 * CVS: address her
[all...]
/external/qemu/android/
H A Dasync-console.h28 SockAddress address; member in struct:__anon10996
34 /* Initialize the console connector. This attempts to connect to the address
39 const SockAddress* address,
/external/qemu/elff/
H A Delff_api.cc54 uint64_t address,
63 if (reinterpret_cast<ElfFile*>(handle)->get_pc_address_info(address,
53 elff_get_pc_address_info(ELFF_HANDLE handle, uint64_t address, Elf_AddressInfo* address_info) argument
/external/smack/src/org/jivesoftware/smack/filter/
H A DFromMatchesFilter.java28 * address is a bare JID then the filter will match any address whose bare JID matches the
29 * specified JID. But if the specified address is a full JID then the filter will only match
36 private String address; field in class:FromMatchesFilter
43 * Creates a "from" filter using the "from" field part. If the specified address is a bare JID
44 * then the filter will match any address whose bare JID matches the specified JID. But if the
45 * specified address is a full JID then the filter will only match if the sender of the packet
48 * @param address the from field value the packet must match. Could be a full or bare JID.
50 public FromMatchesFilter(String address) { argument
51 if (address
[all...]
/external/valgrind/main/none/tests/
H A Dpth_stackalign.c9 uintptr_t address = (uintptr_t)&arg; local
11 printf("alignment = %" PRIuPTR "\n", address & 3U);
/external/webkit/Source/JavaScriptCore/assembler/
H A DMacroAssemblerARM.cpp71 void MacroAssemblerARM::load32WithUnalignedHalfWords(BaseIndex address, RegisterID dest) argument
75 ASSERT(address.scale >= 0 && address.scale <= 3);
76 op2 = m_assembler.lsl(address.index, static_cast<int>(address.scale));
78 if (address.offset >= 0 && address.offset + 0x2 <= 0xff) {
79 m_assembler.add_r(ARMRegisters::S0, address.base, op2);
80 m_assembler.ldrh_u(dest, ARMRegisters::S0, ARMAssembler::getOp2Byte(address.offset));
81 m_assembler.ldrh_u(ARMRegisters::S0, ARMRegisters::S0, ARMAssembler::getOp2Byte(address
[all...]

Completed in 1536 milliseconds

1234567891011>>