/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmSmsAddress.java | 33 * New GsmSmsAddress from TS 23.040 9.1.2.5 Address Field 35 * @param offset the offset of the Address-Length byte 56 // An alphanumeric address 59 address = GsmAlphabet.gsm7BitPackedToString(origBytes, 72 address = PhoneNumberUtils.calledPartyBCDToString(origBytes, 81 return address; 85 * Returns true if this is an alphanumeric address 97 * address 105 // - Originating address should be 4 bytes long and alphanumeric 117 // Remember, since the alpha address is stored in 7-bit compact form [all...] |
/libcore/luni/src/main/java/java/nio/channels/ |
SocketChannel.java | 85 * Creates a socket channel and connects it to a socket address. 90 * @param address 91 * the socket address to be connected to. 102 * {@code address}. 104 * if the address is not resolved. 106 * if the address type is not supported. 110 public static SocketChannel open(SocketAddress address) throws IOException { 113 socketChannel.connect(address); 156 * Connects this channel's socket with a remote address. 168 * @param address [all...] |
/packages/apps/Email/src/org/apache/james/mime4j/field/ |
MailboxListField.java | 26 import org.apache.james.mime4j.field.address.AddressList;
27 import org.apache.james.mime4j.field.address.MailboxList;
28 import org.apache.james.mime4j.field.address.parser.ParseException;
|
/dalvik/dx/src/com/android/dx/dex/file/ |
DebugInfoDecoder.java | 77 /** current decoding state: bytecode address */ 78 private int address = 0; field in class:DebugInfoDecoder 130 /** bytecode address */ 131 public int address; field in class:DebugInfoDecoder.PositionEntry 136 public PositionEntry(int address, int line) { 137 this.address = address; 146 /** address of event */ 147 public int address; field in class:DebugInfoDecoder.LocalEntry 164 public LocalEntry(int address, boolean isStart, int reg, int nameIndex [all...] |
/external/chromium/net/disk_cache/ |
block_files.cc | 266 MappedFile* BlockFiles::GetFile(Addr address) { 268 DCHECK(address.is_block_file() || !address.is_initialized()); 269 if (!address.is_initialized()) 272 int file_index = address.FileNumber(); 354 Addr address(BLOCK_256, 1, new_file, 0); 355 return GetFile(address); 374 Addr address(BLOCK_256, 1, header->next_file, 0); 375 MappedFile* next_file = GetFile(address); 430 Addr address(block_type, block_count, header->this_file, index) [all...] |
entry_impl.h | 32 EntryImpl(BackendImpl* backend, Addr address); 80 // Returns the address of the next entry on the list of entries with the same 84 // Sets the address of the next entry on the list of entries with the same 86 void SetNextAddress(Addr address); 128 bool CreateBlock(int size, Addr* address); 130 // Deletes the data pointed by address, maybe backed by files_[index]. 131 void DeleteData(Addr address, int index); 136 // Returns a pointer to the file that stores the given address. 137 File* GetBackingFile(Addr address, int index); 140 File* GetExternalFile(Addr address, int index) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
HeaderFactoryImpl.java | 35 import javax.sip.address.*; 39 import gov.nist.javax.sip.address.*; 59 * Determines whether or not we should tolerate and strip address scope 60 * zones from IPv6 addresses. Address scope zones are sometimes returned 292 * Creates a new ContactHeader based on the newly supplied address value. 294 * @param address - the new Address value of the address. 297 public ContactHeader createContactHeader(Address address) { [all...] |
/external/qemu/telephony/ |
sms.c | 285 sms_address_from_str( SmsAddress address, const char* src, int srclen ) 289 bytes_t data = address->data; 291 address->len = 0; 292 address->toa = 0x81; 298 address->toa = 0x91; 303 memset( address->data, 0, sizeof(address->data) ); 311 data >= address->data + sizeof(address->data) ) 325 address->len = len 750 SmsAddressRec address; local 914 SmsAddressRec address; local 947 SmsAddressRec address; local [all...] |
/external/chromium/third_party/libevent/ |
evhttp.h | 76 * Binds an HTTP server on the specified address and port. 82 * @param address a string containing the IP address to listen(2) on 87 int evhttp_bind_socket(struct evhttp *http, const char *address, u_short port); 166 * Start an HTTP server on the specified address and port 170 * @param address the address to which the HTTP server should be bound 174 struct evhttp *evhttp_start(const char *address, u_short port); 207 /* address of the remote host and the port connection came from */ 261 const char *address, unsigned short port) [all...] |
/libcore/luni/src/main/java/java/net/ |
DatagramPacket.java | 43 InetAddress address; field in class:DatagramPacket 81 * {@code aPort} of the address {@code host}. The {@code length} must be 92 * the address of the target host. 100 address = host; 105 * {@code aPort} of the address {@code host}. The {@code length} must be 114 * the address of the target host. 123 * Gets the sender or destination IP address of this datagram packet. 125 * @return the address from where the datagram was received or to which it 129 return address; 170 * Sets the IP address of the target host [all...] |
NetworkInterface.java | 30 * interface is defined by its address and a platform dependent name. The class 67 ni = new NetworkInterface(name, name, new InetAddress[] { ia.address }, ia.index); 71 ni.addresses.add(ia.address); 100 for (InetAddress address : addresses) { 101 this.addresses.add(address); 117 * Returns the first address for the network interface. This is used in the 121 * @return the first address if one exists, otherwise null. 142 * @return the address list of the represented network interface. 151 for (InetAddress address : addresses) { 153 sm.checkConnect(address.getHostName(), CHECK_CONNECT_NO_PORT) [all...] |
/libcore/luni/src/main/java/org/apache/harmony/luni/platform/ |
INetworkSystem.java | 19 // address length was changed from long to int for performance reasons. 42 public int readDirect(FileDescriptor fd, int address, int count) throws IOException; 46 public int writeDirect(FileDescriptor fd, int address, int offset, int count) throws IOException; 54 public int sendDirect(FileDescriptor fd, int address, int offset, int length, 59 public int recvDirect(FileDescriptor fd, DatagramPacket packet, int address, int offset, 147 public void setInetAddress(InetAddress sender, byte[] address);
|
OSNetworkSystem.java | 29 * Address length was changed from long to int for performance reasons. 68 public native int readDirect(FileDescriptor fd, int address, int count) throws IOException; 75 int address, int offset, int length, 99 public native int sendDirect(FileDescriptor fd, int address, int offset, int length, 104 public native void setInetAddress(InetAddress sender, byte[] address); 118 public native int writeDirect(FileDescriptor fd, int address, int offset, int count)
|
/dalvik/dx/src/com/android/dx/dex/code/ |
DalvInsn.java | 31 * the actual output address of this instance, if known, or 34 private int address; field in class:DalvInsn 77 * Constructs an instance. The output address of this instance is initially 106 this.address = -1; 143 * Gets whether the address of this instruction is known. 149 return (address >= 0); 153 * Gets the output address of this instruction, if it is known. This throws 158 * @return {@code >= 0;} the output address 161 if (address < 0) { 162 throw new RuntimeException("address not yet known") [all...] |
/packages/apps/Gallery3D/src/com/cooliris/media/ |
ReverseGeocoder.java | 30 import android.location.Address; 48 private static Address sCurrentAddress; // last known address 130 Address addr1 = lookupAddress(setMinLatitude, setMinLongitude); 131 Address addr2 = lookupAddress(setMaxLatitude, setMaxLongitude); 155 Address currentAddress = lookupAddress(location.getLatitude(), location.getLongitude()); 210 // Compare thoroughfare (street address) next. 257 // valid address. 314 Address addr = lookupAddress(latitude, longitude); 317 // Look at the first line of the address, thorough fare an 408 Address address = null; local [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
compat.h | 81 : address(addr), doc_string(doc), type_name(type), default_value(val) {} 83 T *address; member in struct:FlagDescription 108 bool SetFlag(const string &val, bool *address) const { 110 *address = true; 113 *address = false; 120 bool SetFlag(const string &val, string *address) const { 121 *address = val; 124 bool SetFlag(const string &val, int32 *address) const { 126 *address = strtol(val.c_str(), &p, 0); 129 bool SetFlag(const string &val, int64 *address) const [all...] |
/libcore/luni/src/main/java/org/apache/harmony/luni/net/ |
PlainSocketImpl.java | 77 this.address = addr; 134 this.address = remoteAddress; 156 protected void bind(InetAddress address, int port) throws IOException { 157 netImpl.bind(fd, address, port); 158 this.address = address; 187 * Connects this socket to the specified remote host address/port. 190 * the remote host address to connect to 209 super.address = normalAddr; 266 InetSocketAddress addr = (InetSocketAddress) proxy.address(); [all...] |
/external/v8/src/ |
platform-solaris.cc | 119 static void UpdateAllocatedSpaceLimits(void* address, int size) { 120 lowest_ever_allocated = Min(lowest_ever_allocated, address); 123 reinterpret_cast<void*>(reinterpret_cast<char*>(address) + size)); 127 bool OS::IsOutsideAllocatedSpace(void* address) { 128 return address < lowest_ever_allocated || address >= highest_ever_allocated; 154 void OS::Free(void* address, const size_t size) { 156 int result = munmap(address, size); 164 void OS::Protect(void* address, size_t size) { 166 mprotect(address, size, PROT_READ) [all...] |
platform-macos.cc | 109 static void UpdateAllocatedSpaceLimits(void* address, int size) { 110 lowest_ever_allocated = Min(lowest_ever_allocated, address); 113 reinterpret_cast<void*>(reinterpret_cast<char*>(address) + size)); 117 bool OS::IsOutsideAllocatedSpace(void* address) { 118 return address < lowest_ever_allocated || address >= highest_ever_allocated; 153 void OS::Free(void* address, const size_t size) { 155 int result = munmap(address, size); 163 void OS::Protect(void* address, size_t size) { 168 void OS::Unprotect(void* address, size_t size, bool is_executable) [all...] |
/bionic/libc/kernel/arch-sh/asm/ |
pgtable_64.h | 25 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) 26 #define __pgd_offset(address) pgd_index(address) 27 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) 28 #define pgd_offset_k(address) pgd_offset(&init_mm, address) 36 #define pte_index(address) ((address >> PAGE_SHIFT) & (PTRS_PER_PTE - 1) [all...] |
/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/ |
HttpConnection.java | 43 * Address} inner class. 49 private final Address address; field in class:HttpConnection 60 private HttpConnection(Address config, int connectTimeout) throws IOException { 61 this.address = config; 145 inputStream = address.requiresTunnel 156 public Address getAddress() { 157 return address; 173 address.uriHost, address.uriPort, true /* autoClose */) [all...] |
/frameworks/base/voip/java/android/net/sip/ |
SimpleSessionDescription.java | 62 * unicast address. The address is used in the origin field ("o=") and the 66 public SimpleSessionDescription(long sessionId, String address) { 67 address = (address.indexOf(':') < 0 ? "IN IP4 " : "IN IP6 ") + address; 70 System.currentTimeMillis(), address)); 73 mFields.parse("c=" + address); 146 * Returns the connection address or {@code null} if it is not present. 153 * Sets the connection address. The field will be removed if the addres 401 String address = get("c", '='); local [all...] |
/external/nist-sip/java/gov/nist/javax/sip/ |
ListeningPointImpl.java | 33 import javax.sip.address.SipURI; 40 import gov.nist.javax.sip.address.AddressImpl; 41 import gov.nist.javax.sip.address.SipUri; 234 AddressImpl address = new AddressImpl(); local 235 address.setURI(sipURI); 236 contact.setAddress(address);
|
/external/qemu/proxy/ |
proxy_http.c | 34 SockAddress* address ) 41 if (sock_address_equal( address, &service->server_addr )) 45 __FUNCTION__, sock_address_to_string(address)); 47 if (sock_address_get_port(address) == 80) { 50 return http_rewriter_connect(service, address); 53 return http_connector_connect(service, address); 79 /* resolve server address */
|
/external/ppp/android/ |
ip-up-vpn.c | 51 uint32_t *address = &in_addr(&route.rt_dst)->s_addr; local 57 device, address, netmask) == 3) { 66 *address ^= bit;
|