Searched defs:address (Results 176 - 200 of 877) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DFormatInterpreter.java33 * Address format interpreter. A utility to find address format related info.
56 * Returns a list of address fields based on the format of {@code regionCode}. Script type is
57 * needed because some countries uses different address formats for local/Latin scripts.
77 // Uses two address lines instead of street address.
91 * Returns a list of address fields based on the format of {@code regionCode} -- assuming script
139 * Gets formatted address. For example,
146 List<String> getEnvelopeAddress(AddressData address) { argument
147 Util.checkNotNull(address, "null input address no
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
H A DAddressWidgetUiComponentProviderTest.java42 private AddressData address; field in class:AddressWidgetUiComponentProviderTest
59 address = builder.build();
70 widget.renderFormWithSavedAddress(address);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dbasicpacketsocketfactory.cc64 const SocketAddress& address, int min_port, int max_port) {
68 address.family(), SOCK_DGRAM);
72 if (BindSocket(socket, address, min_port, max_port) < 0) {
140 socket, proxy_info.address, proxy_info.username, proxy_info.password);
143 socket, user_agent, proxy_info.address,
63 CreateUdpSocket( const SocketAddress& address, int min_port, int max_port) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dtextblit.c14 void vp8_blit_text(const char *msg, unsigned char *address, const int pitch) argument
17 unsigned char *output_pos = address;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_textblit.c31 void vp9_blit_text(const char *msg, unsigned char *address, const int pitch) { argument
33 unsigned char *output_pos = address;
/external/chromium_org/third_party/lzma_sdk/
H A DLzmaLib.c12 static void SzFree(void *p, void *address) { p = p; MyFree(address); } argument
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaLib.c13 static void SzFree(void *p, void *address) { p = p; MyFree(address); } argument
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Delf_mem_image.h57 // Sentinel: there could never be an elf image at this address.
67 const void *address; // Relocated symbol address. member in struct:base::ElfMemImage::SymbolInfo
112 // Find info about symbol (if any) which overlaps given address.
114 // or doesn't have a symbol overlapping given address.
116 bool LookupSymbolByAddress(const void *address, SymbolInfo *info_out) const;
H A Dstl_allocator.h78 pointer address(reference x) const { return &x; } function in class:STL_Allocator
79 const_pointer address(const_reference x) const { return &x; } function in class:STL_Allocator
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dmalloc_extension.h128 // address space size. The format of the returned output is
378 // in the address space size.
394 uintptr_t address; // Address of range member in struct:base::MallocRange
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Delf_mem_image.h57 // Sentinel: there could never be an elf image at this address.
67 const void *address; // Relocated symbol address. member in struct:base::ElfMemImage::SymbolInfo
112 // Find info about symbol (if any) which overlaps given address.
114 // or doesn't have a symbol overlapping given address.
116 bool LookupSymbolByAddress(const void *address, SymbolInfo *info_out) const;
H A Dstl_allocator.h78 pointer address(reference x) const { return &x; } function in class:STL_Allocator
79 const_pointer address(const_reference x) const { return &x; } function in class:STL_Allocator
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dmalloc_extension.h128 // address space size. The format of the returned output is
391 // in the address space size.
407 uintptr_t address; // Address of range member in struct:base::MallocRange
/external/chromium_org/third_party/webrtc/base/
H A Dtestechoserver.h40 SocketAddress address() const { return server_socket_->GetLocalAddress(); } function in class:rtc::TestEchoServer
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DPositionList.java149 /** {@code >= 0;} address of this entry */
150 private final int address; field in class:PositionList.Entry
158 * @param address {@code >= 0;} address of this entry
161 public Entry (int address, SourcePosition position) { argument
162 if (address < 0) {
163 throw new IllegalArgumentException("address < 0");
170 this.address = address;
175 * Gets the address
[all...]
/external/elfutils/0.153/libdwfl/
H A Dsegment.c1 /* Manage address space lookup table for libdwfl.
145 lookup (Dwfl *dwfl, GElf_Addr address, int hint) argument
148 && address >= dwfl->lookup_addr[hint]
150 || address < dwfl->lookup_addr[hint + 1]))
153 /* Do binary search on the array indexed by module load address. */
158 if (address < dwfl->lookup_addr[idx])
163 if (l == dwfl->lookup_elts || address < dwfl->lookup_addr[l])
259 dwfl_addrsegment (Dwfl *dwfl, Dwarf_Addr address, Dwfl_Module **mod) argument
272 int idx = lookup (dwfl, address, -1);
281 /* If this segment does not have a module, but the address i
[all...]
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex56 Flows with coinciding source address and flow label must have identical
57 destination address and not-fragmentable extensions headers (i.e.\
101 one justification existed, IPv6 address alignment left 4 byte
108 namely, we are not allowed to use received address for reply directly
125 but I still think that they are right: clearing all the address
168 \paragraph{Note about IPv6 options and destination address.}
169 \addcontentsline{toc}{subsection}{IPv6 options and destination address}
171 destination address in \verb|sin6_addr| and non-fragmentable
285 \item \verb|dst| is IPv6 destination address associated with the label.
401 \item \verb|Dst| is IPv6 destination address
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dtextblit.c14 void vp8_blit_text(const char *msg, unsigned char *address, const int pitch) argument
17 unsigned char *output_pos = address;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_textblit.c31 void vp9_blit_text(const char *msg, unsigned char *address, const int pitch) { argument
33 unsigned char *output_pos = address;
/external/lldb/source/Core/
H A DValueObjectMemory.cpp39 const Address &address,
42 return (new ValueObjectMemory (exe_scope, name, address, type_sp))->GetSP();
48 const Address &address,
51 return (new ValueObjectMemory (exe_scope, name, address, ast_type))->GetSP();
56 const Address &address,
59 m_address (address),
92 const Address &address,
95 m_address (address),
209 // The DWARF expression result was an address in the inferior
211 // the address a
37 Create(ExecutionContextScope *exe_scope, const char *name, const Address &address, lldb::TypeSP &type_sp) argument
46 Create(ExecutionContextScope *exe_scope, const char *name, const Address &address, const ClangASTType &ast_type) argument
54 ValueObjectMemory(ExecutionContextScope *exe_scope, const char *name, const Address &address, lldb::TypeSP &type_sp) argument
90 ValueObjectMemory(ExecutionContextScope *exe_scope, const char *name, const Address &address, const ClangASTType &ast_type) argument
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.h26 uint8_t addr_size; // The size in bytes of an address on the target architecture. For segmented addressing, this is the size of the offset portion of the address
27 uint8_t seg_size; // The size in bytes of a segment descriptor on the target architecture. If the target system uses a flat address space, this value is 0.
32 dw_addr_t address; member in struct:DWARFDebugArangeSet::Descriptor
34 dw_addr_t end_address() const { return address + length; }
48 dw_offset_t FindAddress(dw_addr_t address) const;
/external/llvm/lib/Support/
H A DStreamableMemoryObject.cpp32 int readByte(uint64_t address, uint8_t* ptr) const override;
33 int readBytes(uint64_t address, uint64_t size,
35 const uint8_t *getPointer(uint64_t address, uint64_t size) const override;
36 bool isValidAddress(uint64_t address) const override {
37 return validAddress(address);
39 bool isObjectEnd(uint64_t address) const override {
40 return objectEnd(address);
49 bool validAddress(uint64_t address) const {
50 return static_cast<std::ptrdiff_t>(address) < LastChar - FirstChar;
52 bool objectEnd(uint64_t address) cons
60 readByte(uint64_t address, uint8_t* ptr) const argument
66 readBytes(uint64_t address, uint64_t size, uint8_t *buf) const argument
74 getPointer(uint64_t address, uint64_t size) const argument
102 readByte(uint64_t address, uint8_t* ptr) const argument
108 readBytes(uint64_t address, uint64_t size, uint8_t *buf) const argument
[all...]
/external/lzma/C/
H A DLzmaLib.c12 static void SzFree(void *p, void *address) { p = p; MyFree(address); } argument
/external/lzma/CPP/7zip/Compress/
H A DLzma2Encoder.cpp23 static void SzBigFree(void *, void *address) { BigFree(address); } argument
27 static void SzFree(void *, void *address) { MyFree(address); } argument
H A DPpmdEncoder.cpp19 static void SzBigFree(void *, void *address) { BigFree(address); } argument

Completed in 1303 milliseconds

1234567891011>>