HomeSort by relevance Sort by last modified time
    Searched refs:Address (Results 1 - 25 of 920) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/location/java/android/location/
Address.aidl 19 parcelable Address;
IGeocodeProvider.aidl 19 import android.location.Address;
30 in GeocoderParams params, out List<Address> addrs);
35 in GeocoderParams params, out List<Address> addrs);
  /external/nist-sip/java/javax/sip/header/
HeaderAddress.java 3 import javax.sip.address.Address;
6 Address getAddress();
7 void setAddress(Address address);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
Address.java 20 package org.apache.james.mime4j.field.address;
32 public abstract class Address {
35 * Adds any mailboxes represented by this address
41 final void addMailboxesTo(ArrayList<Address> results) {
46 * Adds any mailboxes represented by this address
50 protected abstract void doAddMailboxesTo(ArrayList<Address> results);
  /external/llvm/include/llvm/CodeGen/
MachineCodeInfo.h 27 void *Address; // The address of the function in memory
30 MachineCodeInfo() : Size(0), Address(nullptr) {}
37 Address = a;
44 void *address() const { function in class:llvm::MachineCodeInfo
45 return Address;
  /external/chromium_org/v8/src/
v8memory.h 16 static uint8_t& uint8_at(Address addr) {
20 static uint16_t& uint16_at(Address addr) {
24 static uint32_t& uint32_at(Address addr) {
28 static int32_t& int32_at(Address addr) {
32 static uint64_t& uint64_at(Address addr) {
36 static int& int_at(Address addr) {
40 static unsigned& unsigned_at(Address addr) {
44 static intptr_t& intptr_at(Address addr) {
48 static uintptr_t& uintptr_at(Address addr) {
52 static double& double_at(Address addr)
    [all...]
vm-state.h 28 inline ExternalCallbackScope(Isolate* isolate, Address callback);
30 Address callback() { return callback_; }
31 Address* callback_address() { return &callback_; }
33 inline Address scope_address();
37 Address callback_;
40 Address scope_address_;
regexp-stack.h 43 Address stack_base() {
56 Address* limit_address() { return &(thread_local_.limit_); }
60 Address EnsureCapacity(size_t size);
87 Address memory_;
89 Address limit_;
93 limit_ = reinterpret_cast<Address>(kMemoryTop);
98 // Address of allocated memory.
99 Address memory_address() {
100 return reinterpret_cast<Address>(&thread_local_.memory_);
103 // Address of size of allocated memory
    [all...]
store-buffer-inl.h 13 Address StoreBuffer::TopAddress() {
14 return reinterpret_cast<Address>(heap_->store_buffer_top_address());
18 void StoreBuffer::Mark(Address addr) {
22 Address* top = reinterpret_cast<Address*>(heap_->store_buffer_top());
34 void StoreBuffer::EnterDirectlyIntoStoreBuffer(Address addr) {
40 Address* top = old_top_;
56 Address& map_field = Memory::Address_at(object->address());
store-buffer.h 22 typedef void (StoreBuffer::*RegionCallback)(Address start,
23 Address end,
35 inline Address TopAddress();
41 inline void Mark(Address addr);
57 inline void EnterDirectlyIntoStoreBuffer(Address addr);
70 static const int kStoreBufferLength = kStoreBufferSize / sizeof(Address);
86 old_top_ = reinterpret_cast<Address*>(top);
104 bool CellIsInStoreBuffer(Address cell);
115 Address* start_;
116 Address* limit_
    [all...]
sampler.cc 237 state->pc = reinterpret_cast<Address>(simulator_->get_pc());
238 state->sp = reinterpret_cast<Address>(simulator_->get_register(
240 state->fp = reinterpret_cast<Address>(simulator_->get_register(
250 state->pc = reinterpret_cast<Address>(simulator_->pc());
251 state->sp = reinterpret_cast<Address>(simulator_->sp());
252 state->fp = reinterpret_cast<Address>(simulator_->fp());
254 state->pc = reinterpret_cast<Address>(simulator_->get_pc());
255 state->sp = reinterpret_cast<Address>(simulator_->get_register(
257 state->fp = reinterpret_cast<Address>(simulator_->get_register(
366 state.pc = reinterpret_cast<Address>(mcontext.gregs[REG_EIP])
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/emailcommon/mail/
AddressUnitTests.java 24 * This is a series of unit tests for the Address class. These tests must be locally
40 + "noname@dom.com <noname@dom.com>" // personal == address
44 private static final Address ADDR_1 = new Address("john@gmail.com", "John Doe");
45 private static final Address ADDR_2 = new Address("foo@bar.com", null);
46 private static final Address ADDR_3 = new Address("mar.y+test@gmail.com", "Mar-y, B; B*arr");
47 private static final Address[][] TO_HEADER_CASES = {
54 Address mAddress1
116 Address address = new Address(bareAddress); local
127 Address address = new Address("user1@dom1.org"); local
144 Address address = new Address("user1@dom1.net", "simple name"); local
161 Address address = new Address("user1@dom1.co.jp", "=?UTF-8?B?5bK45pys?="); local
387 final Address[] address = Address.parse("noname1@dom1.com"); local
    [all...]
  /external/valgrind/main/gdbserver_tests/
mcvabits.stderrB.exp 3 Address 0x........ len 10 addressable
4 Address 0x........ is 0 bytes inside data symbol "undefined"
5 Address 0x........ len 10 defined
6 Address 0x........ is 0 bytes inside data symbol "undefined"
8 Address 0x........ len 10 addressable
9 Address 0x........ is 0 bytes inside data symbol "undefined"
10 Address 0x........ len 10 not defined:
12 Address 0x........ is 0 bytes inside data symbol "undefined"
14 Address 0x........ len 10 addressable
15 Address 0x........ is 0 bytes inside data symbol "undefined
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
MultipleRecipientInfo.java 42 * Returns the list of {@link org.jivesoftware.smackx.packet.MultipleAddresses.Address}
47 public List<MultipleAddresses.Address> getTOAddresses() {
52 * Returns the list of {@link org.jivesoftware.smackx.packet.MultipleAddresses.Address}
57 public List<MultipleAddresses.Address> getCCAddresses() {
63 * no specific address was provided. When no specific address was provided then the reply
68 * no specific address was provided.
71 List<MultipleAddresses.Address> replyRoom = extension.getAddressesOfType(MultipleAddresses.REPLY_ROOM);
72 return replyRoom.isEmpty() ? null : ((MultipleAddresses.Address) replyRoom.get(0)).getJid();
87 * Returns the address to which all replies are requested to be sent or <tt>null</tt> i
    [all...]
  /external/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp 43 uint64_t address,
51 uint64_t address,
57 if (region.readBytes(address, 2, Bytes) == -1) {
67 uint64_t address,
73 if (region.readBytes(address, 4, Bytes) == -1) {
91 uint64_t Address,
96 uint64_t Address,
100 uint64_t Address, const void *Decoder);
103 uint64_t Address, const void *Decoder);
107 uint64_t Address,
    [all...]
  /external/lldb/include/lldb/Core/
Address.h 1 //===-- Address.h -----------------------------------------------*- C++ -*-===//
24 /// @class Address Address.h "lldb/Core/Address.h"
25 /// @brief A section + offset based address class.
27 /// The Address class allows addresses to be relative to a section
42 /// address ranges, lexical block and inlined subroutine address
55 class Address
59 /// Dump styles allow the Address::Dump(Stream *,DumpStyle) cons
    [all...]
AddressRange.h 13 #include "lldb/Core/Address.h"
19 /// @brief A section + offset based address range class.
35 /// Initialize the address with the supplied \a section, \a
40 /// address doesn't have a section or will get resolved later.
46 /// The size in bytes of the address range.
51 /// Construct with a virtual address, section list and byte size.
53 /// Initialize and resolve the address with the supplied virtual
54 /// address \a file_addr, and byte size \a byte_size.
57 /// A virtual address.
60 /// The size in bytes of the address range
    [all...]
ValueObjectMemory.h 23 // A ValueObject that represents memory at a given address, viewed as some
32 const Address &address,
38 const Address &address,
69 Address m_address; ///< The variable that this value object is based upon
76 const Address &address,
81 const Address &address,
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugAranges.h 24 uint32_t findAddress(uint64_t Address) const;
51 bool containsAddress(uint64_t Address) const {
52 return LowPC <= Address && Address < HighPC();
58 uint64_t LowPC; // Start of address range.
59 uint32_t Length; // End of address range (not including this address).
64 uint64_t Address;
68 RangeEndpoint(uint64_t Address, uint32_t CUOffset, bool IsRangeStart)
69 : Address(Address), CUOffset(CUOffset), IsRangeStart(IsRangeStart) {
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
AddressParameters.java 6 import javax.sip.address.Address;
12 * get the Address field
13 * @return the imbedded Address
15 public abstract Address getAddress();
18 * set the Address field
19 * @param address Address to set
21 public abstract void setAddress(Address address);
    [all...]
  /external/nist-sip/java/javax/sip/address/
AddressFactory.java 1 package javax.sip.address;
6 Address createAddress();
7 Address createAddress(String address) throws ParseException;
8 Address createAddress(URI uri);
9 Address createAddress(String displayName, URI uri)
  /external/llvm/tools/lli/
RemoteTarget.cpp 11 // separate address range from where it was built.
32 uint64_t &Address) {
41 Address = reinterpret_cast<uint64_t>(Mem.base());
46 bool RemoteTarget::loadData(uint64_t Address, const void *Data, size_t Size) {
47 memcpy ((void*)Address, Data, Size);
51 bool RemoteTarget::loadCode(uint64_t Address, const void *Data, size_t Size) {
52 memcpy ((void*)Address, Data, Size);
53 sys::MemoryBlock Mem((void*)Address, Size);
58 bool RemoteTarget::executeCode(uint64_t Address, int &RetVal) {
59 int (*fn)(void) = (int(*)(void))Address;
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/
RouteInfoTest.java 31 private InetAddress Address(String addr) {
50 r = new RouteInfo((IpPrefix) null, Address("2001:db8::1"), null);
52 assertEquals(Address("2001:db8::1"), r.getGateway());
55 r = new RouteInfo((IpPrefix) null, Address("192.0.2.1"), "wlan0");
57 assertEquals(Address("192.0.2.1"), r.getGateway());
60 // Null gateway sets gateway to unspecified address (why?).
63 assertEquals(Address("::"), r.getGateway());
68 assertEquals(Address("0.0.0.0"), r.getGateway());
88 assertTrue(r.matches(Address("2001:db8:f00::ace:d00c")));
89 assertTrue(r.matches(Address("2001:db8:f00::ace:d00d")))
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
AddressTest.java 22 import android.location.Address;
32 new Address(Locale.ENGLISH);
34 new Address(Locale.FRANCE);
36 new Address(null);
40 Address address = new Address(Locale.GERMAN); local
42 assertEquals(0, address.describeContents());
46 address.setExtras(extras);
48 assertEquals(extras.describeContents(), address.describeContents())
52 Address address = new Address(Locale.ITALY); local
63 Address address = new Address(Locale.JAPAN); local
74 Address address = new Address(Locale.KOREA); local
85 Address address = new Address(Locale.TAIWAN); local
102 Address address = new Address(Locale.SIMPLIFIED_CHINESE); local
113 Address address = new Address(Locale.CHINA); local
131 Address address = new Address(Locale.CHINA); local
149 Address address = new Address(Locale.CHINA); local
160 Address address = new Address(Locale.CHINA); local
171 Address address = new Address(Locale.CHINA); local
182 Address address = new Address(Locale.CHINA); local
193 Address address = new Address(Locale.CHINA); local
204 Address address = new Address(Locale.CHINA); local
216 Address address = new Address(Locale.CHINA); local
251 Address address = new Address(locale); local
263 Address address = new Address(Locale.PRC); local
275 Address address = new Address(locale); local
    [all...]
  /packages/apps/Email/src/com/android/email/
EmailAddressValidator.java 21 import com.android.emailcommon.mail.Address;
31 return Address.parse(text.toString()).length == 1;

Completed in 957 milliseconds

1 2 3 4 5 6 7 8 91011>>