Searched defs:Address (Results 1 - 25 of 107) sorted by path

12345

/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.h31 // Address contains various address fields that have been populated from the
33 // "extensible Address Language" (xAL); see
35 class Address { class in namespace:autofill::wallet
41 Address();
43 // Using the raw info in |profile|, create a wallet::Address.
44 explicit Address(const AutofillProfile& profile);
46 Address(const std::string& country_name_code,
58 ~Address();
63 static scoped_ptr<Address> CreateAddress(
68 // Builds an Address fro
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Daddress.cc21 Address::Address() {} function in class:autofill::Address
23 Address::Address(const Address& address) : FormGroup() { function in class:autofill::Address
27 Address::~Address() {}
29 Address& Address::operator=(const Address
[all...]
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/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h66 typedef uint8_t* Address; typedef in namespace:blink
552 BaseHeapPage* contains(Address address) { return heapPageFromAddress(address); }
553 BaseHeapPage* contains(void* pointer) { return contains(reinterpret_cast<Address>(pointer)); }
577 void visitAsanFakeStackForPointer(Visitor*, Address);
584 bool checkAndMarkPointer(Visitor*, Address);
587 const GCInfo* findGCInfo(Address);
588 static const GCInfo* findGCInfoFromAllThreads(Address);
655 BaseHeapPage* heapPageFromAddress(Address);
696 Vector<Address> m_safePointStackCopy;
813 virtual void checkAndMarkPointer(Visitor*, Address)
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglprocs.h37 _glapi_proc Address; member in struct:__anon13460
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Ddbghelp.h273 typedef DWORD64 (WINAPI *PGET_MODULE_BASE_ROUTINE64)(HANDLE hProcess,DWORD64 Address);
287 typedef DWORD (WINAPI *PGET_MODULE_BASE_ROUTINE)(HANDLE hProcess,DWORD Address);
349 DWORD64 Address; member in struct:_IMAGEHLP_SYMBOL64
371 DWORD Address; member in struct:_IMAGEHLP_SYMBOL
470 DWORD64 Address; member in struct:_IMAGEHLP_LINE64
482 DWORD Address; member in struct:_IMAGEHLP_LINE
684 DWORD64 Address; member in struct:_SRCCODEINFO
787 ULONG64 Address; member in struct:_SYMBOL_INFO
818 BOOL IMAGEAPI SymFromAddr(HANDLE hProcess,DWORD64 Address,PDWORD64 Displacement,PSYMBOL_INFO Symbol);
825 BOOL IMAGEAPI SymEnumSymbolsForAddr(HANDLE hProcess,DWORD64 Address,PSYM_ENUMERATESYMBOLS_CALLBAC
[all...]
H A Du_debug_symbol.c113 BOOL WINAPI j_SymFromAddr(HANDLE hProcess, DWORD64 Address, PDWORD64 Displacement, PSYMBOL_INFO Symbol) argument
118 return pfnSymFromAddr(hProcess, Address, Displacement, Symbol);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_deadcode.c36 unsigned char Address; member in struct:updatemask_state
88 dst->Address = a->Address | b->Address;
132 return &s->R.Address;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dglx_getproc.c41 __GLXextFuncPtr Address; member in struct:name_address_pair
192 return GLX_functions[i].Address;
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxcmds.c2471 GLvoid *Address; member in struct:name_address_pair
2620 return GLX_functions[i].Address;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dglxapi.c1225 __GLXextFuncPtr Address; member in struct:name_address_pair
1387 return GLX_functions[i].Address;
/external/chromium_org/third_party/webrtc/base/
H A Dwinping.cc30 ULONG Address; // Replying address member in struct:rtc::icmp_echo_reply
40 sockaddr_in6 Address; member in struct:rtc::icmpv6_echo_reply_lh
/external/chromium_org/v8/src/
H A Dglobals.h101 typedef byte* Address; typedef in namespace:v8::internal
196 (reinterpret_cast<v8::internal::Address>(reinterpret_cast<intptr_t>(f)))
202 F FUNCTION_CAST(Address addr) {
257 const Address kZapValue =
258 reinterpret_cast<Address>(V8_UINT64_C(0xdeadbeedbeadbeef));
259 const Address kHandleZapValue =
260 reinterpret_cast<Address>(V8_UINT64_C(0x1baddead0baddeaf));
261 const Address kGlobalHandleZapValue =
262 reinterpret_cast<Address>(V8_UINT64_C(0x1baffed00baffedf));
263 const Address kFromSpaceZapValu
[all...]
/external/clang/lib/CodeGen/
H A DCGBlocks.h208 llvm::AllocaInst *Address; member in class:clang::CodeGen::CGBlockInfo
H A DCGBuiltin.cpp421 Value *Locality, *RW, *Address = EmitScalarExpr(E->getArg(0)); local
429 return RValue::get(Builder.CreateCall4(F, Address, RW, Locality, Data));
661 Value *Address = EmitScalarExpr(E->getArg(0)); local
665 Address, SrcAddr, SizeVal);
666 return RValue::get(Address);
752 Value *Address = EmitScalarExpr(E->getArg(0)); local
753 Value *Result = getTargetHooks().decodeReturnAddress(*this, Address);
757 Value *Address = EmitScalarExpr(E->getArg(0)); local
758 Value *Result = getTargetHooks().encodeReturnAddress(*this, Address);
772 Value *Address local
5655 Value *Address = EmitScalarExpr(E->getArg(0)); local
[all...]
H A DCGExpr.cpp450 llvm::Value *Address,
458 if (Address->getType()->getPointerAddressSpace())
467 Address, llvm::Constant::getNullValue(Address->getType()));
484 // FIXME: If Address Sanitizer is enabled, insert dynamic instrumentation
490 llvm::Value *CastAddr = Builder.CreateBitCast(Address, Int8PtrTy);
507 Builder.CreateAnd(Builder.CreatePtrToInt(Address, IntPtrTy),
522 EmitCheck(Cond, "type_mismatch", StaticData, Address, CRK_Recoverable);
552 llvm::Value *VPtrAddr = Builder.CreateBitCast(Address, VPtrTy);
581 llvm::Value *DynamicData[] = { Address, Has
449 EmitTypeCheck(TypeCheckKind TCK, SourceLocation Loc, llvm::Value *Address, QualType Ty, CharUnits Alignment) argument
2320 llvm::Value *Address = nullptr; local
[all...]
H A DCodeGenFunction.h1730 llvm::Value *Address);
1747 llvm::Value *Address; member in class:clang::CodeGen::CodeGenFunction::AutoVarEmission
1765 : Variable(&variable), Address(nullptr), NRVOFlag(nullptr),
1769 bool wasEmittedAsGlobal() const { return Address == nullptr; }
1785 return Address;
1792 if (!IsByRef) return Address;
1794 return CGF.Builder.CreateStructGEP(Address,
/external/jmdns/src/javax/jmdns/impl/
H A DDNSRecord.java173 public static class IPv4Address extends Address {
215 public static class IPv6Address extends Address {
261 * Address record.
263 public static abstract class Address extends DNSRecord { class in class:DNSRecord
264 private static Logger logger1 = Logger.getLogger(Address.class.getName());
268 protected Address(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique, int ttl, InetAddress addr) { method in class:DNSRecord.Address
273 protected Address(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique, int ttl, byte[] rawAddress) { method in class:DNSRecord.Address
278 logger1.log(Level.WARNING, "Address() exception ", exception);
283 if (! (other instanceof Address) ) {
295 if (! (other instanceof Address) ) {
[all...]
/external/lldb/examples/python/
H A Dsymbolication.py40 class Address: class in inherits:
442 symbolicated_address = Address(self.target, load_addr)
456 symbolicated_address = Address(self.target, inlined_parent_so_addr.GetLoadAddress(self.target))
/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...]
/external/lldb/source/Core/
H A DAddress.cpp1 //===-- Address.cpp ---------------------------------------------*- C++ -*-===//
10 #include "lldb/Core/Address.h"
29 ReadBytes (ExecutionContextScope *exe_scope, const Address &address, void *dst, size_t dst_len)
45 GetByteOrderAndAddressSize (ExecutionContextScope *exe_scope, const Address &address, ByteOrder& byte_order, uint32_t& addr_size)
72 ReadUIntMax64 (ExecutionContextScope *exe_scope, const Address &address, uint32_t byte_size, bool &success)
100 ReadAddress (ExecutionContextScope *exe_scope, const Address &address, uint32_t pointer_size, Address &deref_so_addr)
141 DumpUInt (ExecutionContextScope *exe_scope, const Address &address, uint32_t byte_size, Stream* strm)
173 ReadCStringFromMemory (ExecutionContextScope *exe_scope, const Address &address, Stream *strm)
185 Address curr_addres
216 Address::Address (lldb::addr_t abs_addr) : function in class:Address
222 Address::Address (addr_t address, const SectionList *section_list) : function in class:Address
[all...]
H A DStream.cpp155 Stream::Address (uint64_t addr, uint32_t addr_size, const char *prefix, const char *suffix) function in class:Stream
175 Address (lo_addr, addr_size, "[");
176 Address (hi_addr, addr_size, "-", ")");

Completed in 2724 milliseconds

12345