/external/webkit/LayoutTests/dom/xhtml/level2/events/ |
staff.dtd | 5 <!ELEMENT address (#PCDATA)> 8 <!ELEMENT employee (employeeId, name, position, salary, gender, address) > 12 <!ATTLIST address
|
/libcore/dom/src/test/resources/ |
staff.dtd | 5 <!ELEMENT address (#PCDATA)> 8 <!ELEMENT employee (employeeId, name, position, salary, gender, address) > 12 <!ATTLIST address
|
/libcore/luni/src/test/resources/nwf/ |
staff.dtd | 5 <!ELEMENT address (#PCDATA)> 8 <!ELEMENT employee (employeeId, name, position, salary, gender, address) > 12 <!ATTLIST address
|
/libcore/luni/src/test/resources/systemid/ |
staff.dtd | 5 <!ELEMENT address (#PCDATA)> 8 <!ELEMENT employee (employeeId, name, position, salary, gender, address) > 12 <!ATTLIST address
|
/libcore/luni/src/test/resources/wf/ |
staff.dtd | 5 <!ELEMENT address (#PCDATA)> 8 <!ELEMENT employee (employeeId, name, position, salary, gender, address) > 12 <!ATTLIST address
|
/external/chromium/net/base/ |
ip_endpoint.h | 16 // An IPEndPoint represents the address of a transport endpoint: 17 // * IP address (either v4 or v6) 23 IPEndPoint(const IPAddressNumber& address, int port); 26 const IPAddressNumber& address() const { return address_; } function in class:net::IPEndPoint 29 // Returns AF_INET or AF_INET6 depending on the type of the address. 33 // |address| is the sockaddr to copy into. Should be at least 36 // size of data in |address| available. On output, it is the size of 37 // the address that was copied into |address|. 39 bool ToSockAddr(struct sockaddr* address, size_t* address_length) const [all...] |
/external/iptables/extensions/ |
libipt_addrtype.man | 2 .B address type. 3 Address types are used within the kernel networking stack and categorize 6 The following address types are possible: 9 an unspecified address (i.e. 0.0.0.0) 12 an unicast address 15 a local address 18 a broadcast address 24 a multicast address 27 a blackhole address 30 an unreachable address [all...] |
libip6t_eui64.man | 1 This module matches the EUI-64 part of a stateless autoconfigured IPv6 address. 2 It compares the EUI-64 derived from the source MAC address in Ethernet frame 3 with the lower 64 bits of the IPv6 source address. But "Universal/Local"
|
libipt_NETMAP.man | 7 Network address to map to. The resulting address will be constructed in the 8 following way: All 'one' bits in the mask are filled in from the new `address'. 9 All bits that are zero in the mask are filled in from the original address.
|
/external/clang/test/SemaCXX/ |
address-of-temporary.cpp | 1 // RUN: %clang_cc1 -fsyntax-only -Wno-error=address-of-temporary -verify %s 8 void f0() { (void)&X(); } // expected-warning{{taking the address of a temporary object}} 9 void f1() { (void)&X(1); } // expected-warning{{taking the address of a temporary object}} 10 void f2() { (void)&X(1, 2); } // expected-warning{{taking the address of a temporary object}} 11 void f3() { (void)&(X)1; } // expected-warning{{taking the address of a temporary object}}
|
address-space-newdelete.cpp | 9 (void)new int_1; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}} 10 (void)new __attribute__((address_space(1))) int; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}} 11 (void)new int_1 [5]; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}} 12 (void)new __attribute__((address_space(1))) int [5]; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}} 15 (void)new (p) int_1; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}} 16 (void)new (p) __attribute__((address_space(1))) int; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}} 17 (void)new (p) int_1 [5]; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}} 18 (void)new (p) __attribute__((address_space(1))) int [5]; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}} 22 delete ip1; // expected-error{{'delete' cannot delete objects of type 'int' in address space '1'}} 23 delete [] ip1; // expected-error{{'delete' cannot delete objects of type 'int' in address space '1'} [all...] |
/external/clang/test/Sema/ |
address_spaces.c | 7 void bar(_AS2 int a); // expected-error {{parameter may not be qualified with an address space}} 10 _AS1 float b) // expected-error {{parameter may not be qualified with an address space}} 15 int _AS1 _AS2 *Y; // expected-error {{multiple address spaces specified for type}} 16 int *_AS1 _AS2 *Z; // expected-error {{multiple address spaces specified for type}} 18 _AS1 int local; // expected-error {{automatic variable qualified with an address space}} 19 _AS1 int array[5]; // expected-error {{automatic variable qualified with an address space}} 20 _AS1 int arrarr[5][5]; // expected-error {{automatic variable qualified with an address space}} 22 __attribute__((address_space(-1))) int *_boundsA; // expected-error {{address space is negative}} 24 __attribute__((address_space(0x1000000))) int *_boundsC; // expected-error {{address space is larger than the maximum supported}} 26 __attribute__((address_space(4294967500))) int *_boundsD; // expected-error {{address space is larger than the maximum supported} [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/ |
Address.java | 33 * This class represent email address. 35 * RFC822 email address may have following format. 36 * "name" <address> (comment) 37 * "name" <address> 38 * name <address> 39 * address 43 public class Address { 45 * Address part, in the form local_part@domain_part. No surrounding angle brackets. 51 * This must be null if Address has no name part. 55 // Regex that matches address surrounded by '<>' optionally. '^<?([^>]+)>?$ 123 String address = token.getAddress(); local 147 String address = token.getAddress(); local 380 Address address; local 428 final Address address = addresses[i]; local 443 final String address = getAddress(); local [all...] |
/external/chromium/chrome/browser/autofill/ |
address.cc | 5 #include "chrome/browser/autofill/address.h" 33 Address::Address() {} 35 Address::Address(const Address& address) : FormGroup() { 36 *this = address; 39 Address::~Address() {} [all...] |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
NativeLibraryMapInfo.java | 20 * Memory address to library mapping for native libraries. 32 * @param startAddr The start address of the library. 33 * @param endAddr The end address of the library. 50 * Returns the start address of the library. 57 * Returns the end address of the library. 64 * Returns whether the specified address is inside the library. 65 * @param address The address to test. 66 * @return <code>true</code> if the address is between the start and end address of the library [all...] |
/external/chromium/net/udp/ |
datagram_socket.h | 22 // Copy the remote udp address into |address| and return a network error code. 23 virtual int GetPeerAddress(IPEndPoint* address) const = 0; 25 // Copy the local udp address into |address| and return a network error code. 27 virtual int GetLocalAddress(IPEndPoint* address) const = 0;
|
/frameworks/base/core/java/android/net/ |
LinkAddress.java | 28 * Identifies an address of a network link 33 * IPv4 or IPv6 address. 35 private final InetAddress address; field in class:LinkAddress 42 public LinkAddress(InetAddress address, int prefixLength) { 43 if (address == null || prefixLength < 0 || 44 ((address instanceof Inet4Address) && prefixLength > 32) || 46 throw new IllegalArgumentException("Bad LinkAddress params " + address + 49 this.address = address; 54 this.address = interfaceAddress.getAddress() [all...] |
/libcore/luni/src/main/java/java/net/ |
InterfaceAddress.java | 28 * An IPv4 or IPv6 address. 30 private final InetAddress address; field in class:InterfaceAddress 33 * The IPv4 broadcast address, or null for IPv6. 42 InterfaceAddress(Inet4Address address, Inet4Address broadcastAddress, Inet4Address mask) { 43 this.address = address; 51 InterfaceAddress(Inet6Address address, short prefixLength) { 52 this.address = address; 71 * the address, broadcast address and prefix length are all equal [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
Inet4AddressTest.java | 36 // address are: 1110, false otherwise 37 // Make 1 address with 1110, and 1 without 41 assertTrue("Multicast address " + addrName + " not detected.", addr 46 assertTrue("Multicast address " + addrName + " not detected.", addr 49 addrName = "42.42.42.42"; // a non-multicast address 51 assertTrue("Non multicast address " + addrName 52 + " reporting as a multicast address.", !addr 67 addrName = "127.0.0.0"; // a loopback address should be 127.d.d.d 69 assertTrue("Loopback address " + addrName + " not detected.", addr 72 addrName = "127.42.42.42"; // a loopback address should b [all...] |
/external/webkit/Source/JavaScriptCore/assembler/ |
MacroAssemblerMIPS.h | 52 // For storing address base 99 // may often be a memory location (explictly described using an Address 130 void add32(TrustedImm32 imm, Address address) 132 if (address.offset >= -32768 && address.offset <= 32767 140 m_assembler.lw(dataTempRegister, address.base, address.offset); 151 m_assembler.sw(dataTempRegister, address.base, address.offset) [all...] |
/external/kernel-headers/original/asm-generic/ |
4level-fixup.h | 13 #define pmd_alloc(mm, pud, address) \ 14 ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? \ 15 NULL: pmd_offset(pud, address)) 17 #define pud_alloc(mm, pgd, address) (pgd)
|
/external/markdown/MarkdownTest/Tests_2004/ |
Yuri-Email.text | 3 * An email address in a list
|
/external/nist-sip/java/javax/sip/address/ |
Hop.java | 1 package javax.sip.address;
|
URI.java | 1 package javax.sip.address;
|
/libcore/luni/src/main/native/ |
libcore_icu_NativeCollation.cpp | 22 static UCollator* toCollator(jint address) { 23 return reinterpret_cast<UCollator*>(static_cast<uintptr_t>(address)); 26 static UCollationElements* toCollationElements(jint address) { 27 return reinterpret_cast<UCollationElements*>(static_cast<uintptr_t>(address)); 30 static void NativeCollation_closeCollator(JNIEnv*, jclass, jint address) { 31 ucol_close(toCollator(address)); 34 static void NativeCollation_closeElements(JNIEnv*, jclass, jint address) { 35 ucol_closeElements(toCollationElements(address)); 38 static jint NativeCollation_compare(JNIEnv* env, jclass, jint address, jstring javaLhs, jstring javaRhs) { 47 return ucol_strcoll(toCollator(address), lhs.get(), lhs.size(), rhs.get(), rhs.size()) [all...] |