HomeSort by relevance Sort by last modified time
    Searched full:address (Results 1 - 25 of 19436) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/nist-sip/java/javax/sip/header/
HeaderAddress.java 3 import javax.sip.address.Address;
6 Address getAddress();
7 void setAddress(Address address);
  /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
274 Address address = new Address(Locale.PRC); local
285 Address address = new Address(Locale.PRC); local
296 Address address = new Address(Locale.PRC); local
308 Address address = new Address(locale); local
    [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/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/clang/test/Modules/Inputs/PR20399/
SecondHeader.h 7 struct Address {};
10 struct Address<std::vector<bool>>
11 : Address<std::vector<bool>::iterator> {};
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
address.hpp 2 // ip/address.hpp
29 * The asio::ip::address class provides the ability to use either IP
36 class address class in namespace:asio::ip
40 ASIO_DECL address();
42 /// Construct an address from an IPv4 address.
43 ASIO_DECL address(const asio::ip::address_v4& ipv4_address);
45 /// Construct an address from an IPv6 address.
46 ASIO_DECL address(const asio::ip::address_v6& ipv6_address)
    [all...]
  /external/autotest/server/site_tests/bluetooth_Sanity_ValidAddress/
bluetooth_Sanity_ValidAddress.py 13 Verify that the client Bluetooth adapter has a valid address.
22 # Read the address both via BlueZ and via the kernel mgmt_ops interface.
27 if bluez_properties['Address'] != controller_info[0]:
29 'BlueZ and Kernel adapter address differ: %s != %s' %
30 (bluez_properties['Address'], controller_info[0]))
32 address = controller_info[0]
33 logging.debug('Bluetooth address of adapter is %s', address)
35 # Sanity check the address
36 if address == '00:00:00:00:00:00'
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d10v/
d10v.exp 22 run_dump_test "address-001"
23 run_list_test "address-002" ""
24 run_list_test "address-003" ""
25 run_list_test "address-004" ""
26 run_list_test "address-005" ""
27 run_list_test "address-006" ""
28 run_list_test "address-007" ""
29 run_list_test "address-008" ""
30 run_list_test "address-009" ""
31 run_list_test "address-010" "
    [all...]
  /art/test/562-no-intermediate/
info.txt 2 intermediate address between a Java call.
  /external/nist-sip/java/gov/nist/javax/sip/address/
package.html 3 Implementation of the address package of the JAIN SIP API.
AddressImpl.java 29 package gov.nist.javax.sip.address;
31 import javax.sip.address.*;
37 * Address structure. Imbeds a URI and adds a display name.
48 implements javax.sip.address.Address {
71 /** address field
73 protected GenericURI address; field in class:AddressImpl
75 /** Match on the address only.
83 if (!(other instanceof Address))
92 return address.match(that.address)
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
thumb-entry.d 2 Entry point address: 0x8001
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
got-page-6.got 3 Address Access Initial
  /external/lzma/C/
Alloc.h 14 void MyFree(void *address);
21 void MidFree(void *address);
23 void BigFree(void *address);
28 #define MidFree(address) MyFree(address)
30 #define BigFree(address) MyFree(address)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_address.py 3 from boto.ec2.address import Address
8 self.address = Address()
9 self.address.connection = mock.Mock()
10 self.address.public_ip = "192.168.1.1"
13 self.address.endElement(name, value, None)
14 self.assertEqual(getattr(self.address, attribute), value)
26 self.address.release()
27 self.address.connection.release_address.assert_called_with
    [all...]
  /external/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...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
IPAddress.java 9 * Validate the given IPv4 or IPv6 address.
11 * @param address the IP address as a String.
13 * @return true if a valid address, false otherwise
16 String address)
18 return isValidIPv4(address) || isValidIPv6(address);
22 * Validate the given IPv4 or IPv6 address and netmask.
24 * @param address the IP address as a String
    [all...]
  /external/sfntly/cpp/src/sfntly/port/
atomic.h 24 static inline size_t AtomicIncrement(size_t* address) {
26 return InterlockedIncrement64(reinterpret_cast<LONGLONG*>(address));
28 return InterlockedIncrement(reinterpret_cast<LONG*>(address));
32 static inline size_t AtomicDecrement(size_t* address) {
34 return InterlockedDecrement64(reinterpret_cast<LONGLONG*>(address));
36 return InterlockedDecrement(reinterpret_cast<LONG*>(address));
44 static inline size_t AtomicIncrement(size_t* address) {
45 return OSAtomicIncrement32Barrier(reinterpret_cast<int32_t*>(address));
48 static inline size_t AtomicDecrement(size_t* address) {
49 return OSAtomicDecrement32Barrier(reinterpret_cast<int32_t*>(address));
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
AddressHeaderIms.java 33 import javax.sip.address.Address;
35 import gov.nist.javax.sip.address.AddressImpl;
45 protected AddressImpl address; field in class:AddressHeaderIms
48 * get the Address field
49 * @return the imbedded Address
51 public Address getAddress() {
52 return address;
56 * set the Address field
57 * @param address Address to se
    [all...]
  /external/valgrind/none/tests/s390x/
cu42.stdout.exp 11 dst address difference: 0 dst len: 2000
15 dst address difference: 0 dst len: 2000
19 dst address difference: 0 dst len: 2000
23 dst address difference: 0 dst len: 2000
27 dst address difference: 0 dst len: 2000
28 src address difference: 0 src len: 0
31 dst address difference: 0 dst len: 2000
32 src address difference: 0 src len: 1
35 dst address difference: 0 dst len: 2000
36 src address difference: 0 src len:
    [all...]
  /libcore/dom/src/test/resources/
staffNS.dtd 2 <!ELEMENT employee (employeeId,name,position,salary,gender,address) >
19 <!ELEMENT address (#PCDATA) >
20 <!ATTLIST address dmstc:domestic CDATA #IMPLIED>
21 <!ATTLIST address street CDATA #IMPLIED>
22 <!ATTLIST address domestic CDATA #IMPLIED>
23 <!ATTLIST address xmlns CDATA #IMPLIED>
25 <!ELEMENT emp:employee (emp:employeeId,nm:name,emp:position,emp:salary,emp:gender,emp:address) >
40 <!ELEMENT emp:address (#PCDATA) >
41 <!ATTLIST emp:address emp:domestic CDATA #IMPLIED>
42 <!ATTLIST emp:address street CDATA #IMPLIED
    [all...]
  /libcore/luni/src/test/resources/
simple_ns.dtd 2 <!ELEMENT employee (employeeId,name,position,salary,gender,address) >
19 <!ELEMENT address (#PCDATA) >
20 <!ATTLIST address dmstc:domestic CDATA #IMPLIED>
21 <!ATTLIST address street CDATA #IMPLIED>
22 <!ATTLIST address domestic CDATA #IMPLIED>
23 <!ATTLIST address xmlns CDATA #IMPLIED>
25 <!ELEMENT emp:employee (emp:employeeId,nm:name,emp:position,emp:salary,emp:gender,emp:address) >
40 <!ELEMENT emp:address (#PCDATA) >
41 <!ATTLIST emp:address emp:domestic CDATA #IMPLIED>
42 <!ATTLIST emp:address street CDATA #IMPLIED
    [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/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowGeocoder.java 3 import android.location.Address;
39 public List<Address> getFromLocation(double latitude, double longitude, int maxResults) throws IOException {
46 Address address = makeAddress(); local
47 address.setAddressLine(0, addressLine1);
48 address.setLocality(city);
49 address.setAdminArea(state);
50 address.setPostalCode(zip);
51 address.setCountryCode(countryCode);
52 return oneElementList(address);
65 Address address = makeAddress(); local
73 Address address = new Address(Locale.getDefault()); local
    [all...]
  /external/dbus/cmake/
dbus-env.bat.cmake 4 :: session bus address
7 :: system bus address

Completed in 1020 milliseconds

1 2 3 4 5 6 7 8 91011>>