Searched refs:address (Results 201 - 225 of 2795) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/thunk/
H A Dppb_file_mapping_api.h31 void** address,
34 const void* address,
H A Dppb_file_mapping_thunk.cc26 void** address,
38 address,
43 const void* address,
51 address,
20 Map(PP_Instance instance, PP_Resource file_io, int64_t length, uint32_t map_protection, uint32_t map_flags, int64_t offset, void** address, struct PP_CompletionCallback callback) argument
42 Unmap(PP_Instance instance, const void* address, int64_t length, struct PP_CompletionCallback callback) argument
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DfixChangeLogPatchThenSetChangeLogDateAndReviewer.pl44 2010-05-08 Alice <alice@email.address>
52 +2010-05-08 Alice <alice@email.address>
62 +2010-05-09 Alice <alice@email.address>
70 2010-05-08 Alice <alice@email.address>
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
H A Daddress_input_helper.h33 // help a user complete or fix an address. Doesn't take ownership of
40 // Fill in missing components of an address as best as we can based on
46 // represented by this address loaded before this method is called - otherwise
49 // The address should have the best language tag as returned from
51 void FillAddress(AddressData* address) const;
55 const AddressData& address, const LookupKey& lookup_key,
/external/nist-sip/java/javax/sip/address/
H A DAddressFactory.java1 package javax.sip.address;
7 Address createAddress(String address) throws ParseException; argument
/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/chromium_org/net/socket/
H A Dtcp_socket_unittest.cc34 IPEndPoint address; local
35 ParseAddress("127.0.0.1", 0, &address);
38 ASSERT_EQ(OK, socket_.Bind(address));
45 IPEndPoint address; local
46 ParseAddress("::1", 0, &address);
49 socket_.Bind(address) != OK ||
59 void ParseAddress(const std::string& ip_str, int port, IPEndPoint* address) { argument
64 *address = IPEndPoint(ip_number, port);
86 EXPECT_EQ(accepted_address.address(), local_address_.address());
138 IPEndPoint address; local
[all...]
H A Dsocket_net_log_params.cc33 base::Value* NetLogIPEndPointCallback(const IPEndPoint* address, argument
36 dict->SetString("address", address->ToString());
62 const IPEndPoint* address) {
63 return base::Bind(&NetLogIPEndPointCallback, address);
61 CreateNetLogIPEndPointCallback( const IPEndPoint* address) argument
H A Dsocket_net_log_params.h26 // |address| must remain valid for the lifetime of the returned callback.
28 const IPEndPoint* address);
/external/deqp/framework/delibs/deutil/
H A DdeSocket.c88 deBool deSocketAddress_setFamily (deSocketAddress* address, deSocketFamily family) argument
90 address->family = family;
94 deSocketFamily deSocketAddress_getFamily (const deSocketAddress* address) argument
96 return address->family;
99 void deSocketAddress_destroy (deSocketAddress* address) argument
101 deFree(address->host);
102 deFree(address);
105 deBool deSocketAddress_setPort (deSocketAddress* address, int port) argument
107 address->port = port;
111 int deSocketAddress_getPort (const deSocketAddress* address) argument
116 deSocketAddress_setHost(deSocketAddress* address, const char* host) argument
128 deSocketAddress_getHost(const deSocketAddress* address) argument
134 deSocketAddress_setType(deSocketAddress* address, deSocketType type) argument
140 deSocketAddress_getType(const deSocketAddress* address) argument
145 deSocketAddress_setProtocol(deSocketAddress* address, deSocketProtocol protocol) argument
151 deSocketAddress_getProtocol(const deSocketAddress* address) argument
253 deSocketAddressToBsdAddress(const deSocketAddress* address, struct sockaddr* bsdAddr, int* bsdAddrSize, deSocketFamily* family) argument
311 deBsdAddressToSocketAddress(deSocketAddress* address, const struct sockaddr* bsdAddr, int addrLen) argument
423 deSocket_listen(deSocket* sock, const deSocketAddress* address) argument
508 deSocket_connect(deSocket* sock, const deSocketAddress* address) argument
[all...]
/external/qemu/target-mips/
H A Dhelper.c38 target_ulong address, int rw, int access_type)
40 *physical = address;
47 target_ulong address, int rw, int access_type)
49 if (address <= (int32_t)0x7FFFFFFFUL) {
51 *physical = address + 0x40000000UL;
53 *physical = address;
54 } else if (address <= (int32_t)0xBFFFFFFFUL)
55 *physical = address & 0x1FFFFFFF;
57 *physical = address;
65 target_ulong address, in
37 no_mmu_map_address(CPUMIPSState *env, hwaddr *physical, int *prot, target_ulong address, int rw, int access_type) argument
46 fixed_mmu_map_address(CPUMIPSState *env, hwaddr *physical, int *prot, target_ulong address, int rw, int access_type) argument
64 r4k_map_address(CPUMIPSState *env, hwaddr *physical, int *prot, target_ulong address, int rw, int access_type) argument
107 get_physical_address(CPUMIPSState *env, hwaddr *physical, int *prot, target_ulong address, int rw, int access_type) argument
209 raise_mmu_exception(CPUMIPSState *env, target_ulong address, int rw, int tlb_error) argument
276 uint32_t address; local
345 cpu_mips_tlb_refill(CPUMIPSState *env, target_ulong address, int rw , int mmu_idx, int is_softmmu) argument
438 cpu_mips_handle_mmu_fault(CPUMIPSState *env, target_ulong address, int rw, int mmu_idx) argument
487 cpu_mips_translate_address(CPUMIPSState *env, target_ulong address, int rw) argument
[all...]
/external/chromium_org/net/disk_cache/blockfile/
H A Dentry_impl_v3.cc247 EntryImplV3::EntryImplV3(BackendImplV3* backend, Addr address, bool read_only) argument
249 address_(address),
266 memset(entry_store, 0, sizeof(EntryStore) * entry_.address().num_blocks());
272 node->contents = entry_.address().value();
278 Addr address(0);
279 if (!CreateBlock(entry_store->key_len + 1, &address))
282 entry_store->long_key = address.value();
283 File* key_file = GetBackingFile(address, kKeyFileIndex);
287 if (address.is_block_file())
288 offset = address
975 CreateBlock(int size, Addr* address) argument
1001 DeleteData(Addr address, int index) argument
1333 GetData(int index, char** buffer, Addr* address) argument
[all...]
/external/chromium_org/third_party/cld/base/
H A Ddynamic_annotations.h11 // instruction and/or to a particular object (address) in the program.
71 // Report that wait on the condition variable at address "cv" has succeeded
72 // and the lock at address "lock" is held.
81 // Report that we are about to signal on the condition variable at address
112 // Report that a new memory at "address" of size "size" has been allocated.
116 #define ANNOTATE_NEW_MEMORY(address, size) \
117 AnnotateNewMemory(__FILE__, __LINE__, address, size)
124 // address "pcq" has been created. The ANNOTATE_PCQ_* annotations
130 // Report that the queue at address "pcq" is about to be destroyed.
134 // Report that we are about to put an element into a FIFO queue at address
[all...]
/external/lldb/source/Core/
H A DValueObjectConstResult.cpp36 lldb::addr_t address)
41 address))->GetSP();
47 lldb::addr_t address) :
51 m_impl(this, address)
67 lldb::addr_t address
74 address))->GetSP();
81 lldb::addr_t address) :
85 m_impl(this, address)
111 lldb::addr_t address)
119 address))
33 Create(ExecutionContextScope *exe_scope, ByteOrder byte_order, uint32_t addr_byte_size, lldb::addr_t address) argument
44 ValueObjectConstResult(ExecutionContextScope *exe_scope, ByteOrder byte_order, uint32_t addr_byte_size, lldb::addr_t address) argument
77 ValueObjectConstResult(ExecutionContextScope *exe_scope, const ClangASTType &clang_type, const ConstString &name, const DataExtractor &data, lldb::addr_t address) argument
105 Create(ExecutionContextScope *exe_scope, const ClangASTType &clang_type, const ConstString &name, const lldb::DataBufferSP &data_sp, lldb::ByteOrder data_byte_order, uint32_t data_addr_size, lldb::addr_t address) argument
130 ValueObjectConstResult(ExecutionContextScope *exe_scope, const ClangASTType &clang_type, const ConstString &name, const lldb::DataBufferSP &data_sp, lldb::ByteOrder data_byte_order, uint32_t data_addr_size, lldb::addr_t address) argument
156 Create(ExecutionContextScope *exe_scope, const ClangASTType &clang_type, const ConstString &name, lldb::addr_t address, AddressType address_type, uint32_t addr_byte_size) argument
171 ValueObjectConstResult(ExecutionContextScope *exe_scope, const ClangASTType &clang_type, const ConstString &name, lldb::addr_t address, AddressType address_type, uint32_t addr_byte_size) argument
[all...]
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_address_unittest.cc292 // Compare the address has id field to itself.
296 // Compare the address has no id field to itself
323 Address address("US",
334 EXPECT_EQ(address, *Address::CreateAddress(*dict_));
362 Address address("US",
373 address.set_is_complete_address(false);
374 EXPECT_EQ(address, *Address::CreateAddress(*dict_));
375 EXPECT_EQ(address, *Address::CreateAddressWithID(*dict_));
380 Address address("US",
391 address
[all...]
/external/chromium_org/extensions/browser/api/socket/
H A Dudp_socket.cc38 void UDPSocket::Connect(const std::string& address, argument
47 if (!StringAndPortToIPEndPoint(address, port, &ip_end_point)) {
59 int UDPSocket::Bind(const std::string& address, int port) { argument
64 if (!StringAndPortToIPEndPoint(address, port, &ip_end_point))
136 scoped_refptr<IPEndPoint> address; local
149 address = new IPEndPoint();
152 &address->data,
156 address));
160 OnRecvFromComplete(io_buffer, address, result);
165 const std::string& address,
163 SendTo(scoped_refptr<net::IOBuffer> io_buffer, int byte_count, const std::string& address, int port, const CompletionCallback& callback) argument
205 GetPeerAddress(net::IPEndPoint* address) argument
209 GetLocalAddress(net::IPEndPoint* address) argument
222 OnRecvFromComplete(scoped_refptr<net::IOBuffer> io_buffer, scoped_refptr<IPEndPoint> address, int result) argument
243 JoinGroup(const std::string& address) argument
260 LeaveGroup(const std::string& address) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DEmailInputType.cpp44 // http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#valid-e-mail-address
57 static String convertEmailAddressToASCII(const String& address) argument
59 if (address.containsOnlyASCII())
60 return address;
62 size_t atPosition = address.find('@');
64 return address;
69 icu::UnicodeString idnDomainName(address.charactersWithNullTermination().data() + atPosition + 1, address.length() - atPosition - 1);
79 return address;
82 builder.append(address,
134 isValidEmailAddress(const String& address) argument
[all...]
/external/chromium_org/url/
H A Durl_canon_ip.cc71 // Invalid character for an IPv4 address.
161 unsigned char address[4],
196 // Use that sequence of numbers to fill out the 4-component IP address.
203 address[i] = static_cast<unsigned char>(component_values[i]);
217 address[i] = static_cast<unsigned char>(last_value);
240 spec, host, host_info->address, &host_info->num_ipv4_components);
244 // Definitely an IPv4 address.
246 AppendIPv4Address(host_info->address, output);
328 // The index for start and end of address range (no brackets).
392 // a component to be an IPv4 address i
159 DoIPv4AddressToNumber(const CHAR* spec, const Component& host, unsigned char address[4], int* num_ipv4_components) argument
464 DoIPv6AddressToNumber(const CHAR* spec, const Component& host, unsigned char address[16]) argument
527 ChooseIPv6ContractionRange(const unsigned char address[16], Component* contraction_range) argument
596 AppendIPv4Address(const unsigned char address[4], CanonOutput* output) argument
609 AppendIPv6Address(const unsigned char address[16], CanonOutput* output) argument
682 IPv4AddressToNumber(const char* spec, const Component& host, unsigned char address[4], int* num_ipv4_components) argument
689 IPv4AddressToNumber(const base::char16* spec, const Component& host, unsigned char address[4], int* num_ipv4_components) argument
697 IPv6AddressToNumber(const char* spec, const Component& host, unsigned char address[16]) argument
703 IPv6AddressToNumber(const base::char16* spec, const Component& host, unsigned char address[16]) argument
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Ddynamic_annotations.h40 instruction and/or to a particular object (address) in the program.
104 /* Report that wait on the condition variable at address "cv" has succeeded
105 and the lock at address "lock" is held. */
114 /* Report that we are about to signal on the condition variable at address
166 /* Report that a new memory at "address" of size "size" has been allocated.
170 #define ANNOTATE_NEW_MEMORY(address, size) \
171 AnnotateNewMemory(__FILE__, __LINE__, address, size)
178 address "pcq" has been created. The ANNOTATE_PCQ_* annotations
184 /* Report that the queue at address "pcq" is about to be destroyed. */
188 /* Report that we are about to put an element into a FIFO queue at address
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Ddynamic_annotations.h40 instruction and/or to a particular object (address) in the program.
104 /* Report that wait on the condition variable at address "cv" has succeeded
105 and the lock at address "lock" is held. */
114 /* Report that we are about to signal on the condition variable at address
166 /* Report that a new memory at "address" of size "size" has been allocated.
170 #define ANNOTATE_NEW_MEMORY(address, size) \
171 AnnotateNewMemory(__FILE__, __LINE__, address, size)
178 address "pcq" has been created. The ANNOTATE_PCQ_* annotations
184 /* Report that the queue at address "pcq" is about to be destroyed. */
188 /* Report that we are about to put an element into a FIFO queue at address
[all...]
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_browsertest.js46 * Selects a bluetooth device from the list with the matching address.
48 * @param {{address: string,
92 address: '00:11:22:33:44:55',
100 address: '28:CF:DA:00:00:00',
108 address: '28:37:37:00:00:00',
117 var index = pairedDeviceList.find(fakePairedDevice.address);
120 index = pairedDeviceList.find(fakePairedDevice.address);
135 index = unpairedDeviceList.find(fakeUnpairedDevice.address);
144 index = unpairedDeviceList.find(fakeUnpairedDevice2.address);
162 [fakeUnpairedDevice2.address, 'connec
[all...]
/external/chromium_org/content/common/android/
H A Daddress_parser.h13 // Provides methods to find a geographical address (currently US only)
17 // Find the first address in some chunk of text. If an address is found in
18 // |text| true is returned and the address is copied into |address|.
20 bool FindAddress(const base::string16& text, base::string16* address);
22 // Find the first address in some chunk of test. |begin| is the starting
24 // and |end_pos| are set to the starting and ending position of the address,
/external/chromium_org/ppapi/proxy/
H A Dfile_mapping_resource_posix.cc61 map_result.address =
68 if (map_result.address != MAP_FAILED)
76 int32_t FileMappingResource::DoUnmapBlocking(const void* address, argument
78 if (munmap(const_cast<void*>(address), static_cast<size_t>(length)))
/external/chromium_org/ppapi/tests/
H A Dtest_tcp_server_socket_private.h32 std::string GetLocalAddress(PP_NetAddress_Private* address);
40 PP_NetAddress_Private* address);
42 PP_NetAddress_Private* address);
44 PP_NetAddress_Private* address,
H A Dtest_udp_socket.h27 std::string GetLocalAddress(pp::NetAddress* address);
30 const pp::NetAddress& address);
32 pp::NetAddress* address);
34 pp::NetAddress* address,

Completed in 3490 milliseconds

1234567891011>>