Searched refs:Address (Results 1 - 25 of 761) sorted by relevance

1234567891011>>

/external/nist-sip/java/javax/sip/header/
H A DHeaderAddress.java3 import javax.sip.address.Address;
6 Address getAddress();
7 void setAddress(Address address);
/external/llvm/include/llvm/CodeGen/
H A DMachineCodeInfo.h27 void *Address; // The address of the function in memory member in class:llvm::MachineCodeInfo
30 MachineCodeInfo() : Size(0), Address(nullptr) {}
37 Address = a;
45 return Address;
/external/chromium_org/v8/src/
H A Dv8memory.h16 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 add
[all...]
H A Dvm-state.h28 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_;
H A Dregexp-stack.h43 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 o
[all...]
H A Dsampler.cc237 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(
260 state->pc = reinterpret_cast<Address>(simulator
[all...]
H A Dperf-jit.h51 virtual void CodeMoveEvent(Address from, Address to);
52 virtual void CodeDeleteEvent(Address from);
54 virtual void SnapshotPositionEvent(Address addr, int pos);
101 virtual void CodeMoveEvent(Address from, Address to) { UNIMPLEMENTED(); }
103 virtual void CodeDeleteEvent(Address from) { UNIMPLEMENTED(); }
109 virtual void SnapshotPositionEvent(Address addr, int pos) { UNIMPLEMENTED(); }
/external/valgrind/main/gdbserver_tests/
H A Dmcvabits.stderrB.exp3 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
[all...]
/external/smack/src/org/jivesoftware/smackx/
H A DMultipleRecipientInfo.java42 * 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() {
71 List<MultipleAddresses.Address> replyRoom = extension.getAddressesOfType(MultipleAddresses.REPLY_ROOM);
72 return replyRoom.isEmpty() ? null : ((MultipleAddresses.Address) replyRoom.get(0)).getJid();
94 public MultipleAddresses.Address getReplyAddress() {
95 List<MultipleAddresses.Address> replyTo = extension.getAddressesOfType(MultipleAddresses.REPLY_TO);
96 return replyTo.isEmpty() ? null : (MultipleAddresses.Address) replyTo.get(0);
/external/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp91 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,
112 uint64_t Address,
117 uint64_t Address,
122 uint64_t Address,
127 uint64_t Address,
132 uint64_t Address,
212 DecodeGRRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
224 DecodeRRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
236 DecodeBitpOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
247 DecodeNegImmOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
288 Decode2OpInstructionFail(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
358 Decode2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
371 Decode2RImmInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
384 DecodeR2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
397 Decode2RSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
411 DecodeRUSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
424 DecodeRUSBitpInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
437 DecodeRUSSrcDstBitpInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
451 DecodeL2OpInstructionFail(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
522 DecodeL2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
536 DecodeLR2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
550 Decode3RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
563 Decode3RImmInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
576 Decode2RUSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
589 Decode2RUSBitpInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
602 DecodeL3RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
616 DecodeL3RSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
631 DecodeL2RUSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
645 DecodeL2RUSBitpInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
659 DecodeL6RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
679 DecodeL5RInstructionFail(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
693 DecodeL5RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
713 DecodeL4RSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
732 DecodeL4RSrcDstSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
752 getInstruction(MCInst &instr, uint64_t &Size, const MemoryObject &Region, uint64_t Address, raw_ostream &vStream, raw_ostream &cStream) const argument
[all...]
/external/lldb/include/lldb/Core/
H A DAddress.h1 //===-- Address.h -----------------------------------------------*- C++ -*-===//
24 /// @class Address Address.h "lldb/Core/Address.h"
27 /// The Address class allows addresses to be relative to a section
55 class Address class in namespace:lldb_private
59 /// Dump styles allow the Address::Dump(Stream *,DumpStyle) const
60 /// function to display Address contents in a variety of ways.
102 Address () : function in class:lldb_private::Address
112 /// Makes a copy of the another Address objec
117 Address (const Address& rhs) : function in class:lldb_private::Address
136 Address (const lldb::SectionSP &section_sp, lldb::addr_t offset) : function in class:lldb_private::Address
[all...]
H A DAddressRange.h13 #include "lldb/Core/Address.h"
68 /// Construct with a Address object address and byte size.
79 AddressRange (const Address& so_addr, lldb::addr_t byte_size);
108 // Contains (const Address &so_addr) const;
121 // Contains (const Address *so_addr_ptr) const;
136 ContainsFileAddress (const Address &so_addr) const;
166 ContainsLoadAddress (const Address &so_addr, Target *target) const;
203 /// @see Address::DumpStyle
206 Dump (Stream *s, Target *target, Address::DumpStyle style, Address
[all...]
/external/llvm/lib/DebugInfo/
H A DDWARFDebugAranges.h24 uint32_t findAddress(uint64_t Address) const;
51 bool containsAddress(uint64_t Address) const {
52 return LowPC <= Address && Address < HighPC();
64 uint64_t Address; member in struct:llvm::DWARFDebugAranges::RangeEndpoint
68 RangeEndpoint(uint64_t Address, uint32_t CUOffset, bool IsRangeStart) argument
69 : Address(Address), CUOffset(CUOffset), IsRangeStart(IsRangeStart) {}
72 return Address < Other.Address;
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAddressParameters.java6 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);
/external/llvm/tools/lli/
H A DRemoteTarget.cpp32 uint64_t &Address) {
41 Address = reinterpret_cast<uint64_t>(Mem.base());
46 bool RemoteTarget::loadData(uint64_t Address, const void *Data, size_t Size) { argument
47 memcpy ((void*)Address, Data, Size);
51 bool RemoteTarget::loadCode(uint64_t Address, const void *Data, size_t Size) { argument
52 memcpy ((void*)Address, Data, Size);
53 sys::MemoryBlock Mem((void*)Address, Size);
58 bool RemoteTarget::executeCode(uint64_t Address, int &RetVal) { argument
59 int (*fn)(void) = (int(*)(void))Address;
31 allocateSpace(size_t Size, unsigned Alignment, uint64_t &Address) argument
H A DRemoteTarget.h43 /// @param[out] Address Remote address of the allocated memory.
49 uint64_t &Address);
51 bool isAllocatedMemory(uint64_t Address, uint32_t Size) { argument
52 uint64_t AddressEnd = Address + Size;
56 if (Address >= (uint64_t)I->base() &&
65 /// @param Address Destination address in the target process.
71 virtual bool loadData(uint64_t Address,
77 /// @param Address Destination address in the target process.
83 virtual bool loadCode(uint64_t Address,
90 /// @param Address Addres
[all...]
/external/nist-sip/java/javax/sip/address/
H A DAddressFactory.java6 Address createAddress();
7 Address createAddress(String address) throws ParseException;
8 Address createAddress(URI uri);
9 Address createAddress(String displayName, URI uri)
/external/chromium_org/v8/src/heap/
H A Dstore-buffer-inl.h13 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_;
55 Address& map_field = Memory::Address_at(object->address());
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_address.cc26 Address* CreateAddressInternal(const base::DictionaryValue& dictionary,
96 Address* address = new Address(country_name_code,
119 Address::Address() {} function in class:autofill::wallet::Address
121 Address::Address(const AutofillProfile& profile) function in class:autofill::wallet::Address
141 Address::Address(const std::string& country_name_code, function in class:autofill::wallet::Address
166 Address
[all...]
H A Dwallet_address_unittest.cc232 Address address1("US",
244 Address address2("US",
256 Address address3("US",
268 Address address4("US",
280 Address address5("US",
323 Address address("US",
334 EXPECT_EQ(address, *Address::CreateAddress(*dict_));
339 EXPECT_EQ(NULL, Address::CreateAddressWithID(*dict_).get());
344 EXPECT_EQ(NULL, Address::CreateAddress(*dict_).get());
345 EXPECT_EQ(NULL, Address
[all...]
H A Dmock_wallet_client.h47 scoped_ptr<Address> address,
49 const Address* reference_address) OVERRIDE;
53 Address* address,
55 const Address* reference_address));
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowGeocoder.java3 import android.location.Address;
39 public List<Address> getFromLocation(double latitude, double longitude, int maxResults) throws IOException {
46 Address address = makeAddress();
56 public List<Address> getFromLocationName(String locationName, int maxResults) throws IOException {
63 return new ArrayList<Address>();
65 Address address = makeAddress();
72 private Address makeAddress() {
73 Address address = new Address(Locale.getDefault());
138 private List<Address> oneElementLis
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Daddress.h18 class Address : public FormGroup { class in namespace:autofill
20 Address();
21 Address(const Address& address);
22 virtual ~Address();
24 Address& operator=(const Address& address);
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DAddressHeaderIms.java33 import javax.sip.address.Address;
48 * get the Address field
49 * @return the imbedded Address
51 public Address getAddress() {
56 * set the Address field
57 * @param address Address to set
59 public void setAddress(Address address) {
/external/smack/src/org/jivesoftware/smackx/packet/
H A DMultipleAddresses.java44 private List<Address> addresses = new ArrayList<Address>();
60 Address address = new Address(type);
75 Address address = new Address(NO_REPLY);
87 public List<Address> getAddressesOfType(String type) {
88 List<Address> answer = new ArrayList<Address>(addresses.size());
89 for (Iterator<Address> i
120 public static class Address { class in class:MultipleAddresses
129 private Address(String type) { method in class:MultipleAddresses.Address
[all...]

Completed in 467 milliseconds

1234567891011>>