/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ |
ASTlocal_part.java | 3 package org.apache.james.mime4j.field.address.parser;
|
ASTmailbox.java | 3 package org.apache.james.mime4j.field.address.parser;
|
ASTname_addr.java | 3 package org.apache.james.mime4j.field.address.parser;
|
ASTphrase.java | 3 package org.apache.james.mime4j.field.address.parser;
|
ASTroute.java | 3 package org.apache.james.mime4j.field.address.parser;
|
AddressListParserConstants.java | 17 package org.apache.james.mime4j.field.address.parser;
|
AddressListParserTreeConstants.java | 1 /* Generated By:JJTree: Do not edit this line. /Users/jason/Projects/apache-mime4j-0.3/target/generated-sources/jjtree/org/apache/james/mime4j/field/address/parser/AddressListParserTreeConstants.java */ 3 package org.apache.james.mime4j.field.address.parser; 24 "address",
|
Node.java | 3 package org.apache.james.mime4j.field.address.parser;
|
Token.java | 17 package org.apache.james.mime4j.field.address.parser;
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
tlb.h | 24 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0)
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
tlb.h | 24 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0)
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
GattService.java | 277 public void clientConnect(int clientIf, String address, boolean isDirect) { 280 service.clientConnect(clientIf, address, isDirect); 283 public void clientDisconnect(int clientIf, String address) { 286 service.clientDisconnect(clientIf, address); 289 public void refreshDevice(int clientIf, String address) { 292 service.refreshDevice(clientIf, address); 295 public void discoverServices(int clientIf, String address) { 298 service.discoverServices(clientIf, address); 301 public void readCharacteristic(int clientIf, String address, int srvcType, 307 service.readCharacteristic(clientIf, address, srvcType, srvcInstanceId 570 String address = mClientMap.addressByConnId(connId); local 590 String address = mClientMap.addressByConnId(connId); local 627 String address = mClientMap.addressByConnId(connId); local 658 String address = mClientMap.addressByConnId(connId); local 687 String address = mClientMap.addressByConnId(connId); local 720 String address = mClientMap.addressByConnId(connId); local 740 String address = mClientMap.addressByConnId(connId); local 754 String address = mClientMap.addressByConnId(connId); local 773 String address = mClientMap.addressByConnId(connId); local 795 String address = mClientMap.addressByConnId(connId); local [all...] |
/external/kernel-headers/original/asm-x86/ |
pgtable_32.h | 278 #define ptep_set_access_flags(vma, address, ptep, entry, dirty) \ 283 pte_update_defer((vma)->vm_mm, (address), (ptep)); \ 284 flush_tlb_page(vma, address); \ 301 #define ptep_clear_flush_young(vma, address, ptep) \ 304 __young = ptep_test_and_clear_young((vma), (address), (ptep)); \ 306 flush_tlb_page(vma, address); \ 324 * Full address destruction in progress; paravirt does not 393 * control the given virtual address 395 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
ReverseGeocoder.java | 20 import android.location.Address; 76 private static Address sCurrentAddress; // last known address 101 Address addr1 = lookupAddress(setMinLatitude, setMinLongitude, true); 102 Address addr2 = lookupAddress(setMaxLatitude, setMaxLongitude, true); 127 Address currentAddress = lookupAddress( 182 // Compare thoroughfare (street address) next. 231 // valid address. 284 private String getLocalityAdminForAddress(final Address addr, final boolean approxLocation) { 305 public Address lookupAddress(final double latitude, final double longitude 314 Address address = null; local [all...] |
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
RouteSelector.java | 18 import com.squareup.okhttp.Address; 38 * choice of proxy server, IP address, and TLS mode. Connections may also be 49 private final Address address; field in class:RouteSelector 73 public RouteSelector(Address address, URI uri, ProxySelector proxySelector, ConnectionPool pool, 75 this.address = address; 81 resetNextProxy(uri, address.getProxy()); 85 * Returns true if there's another route to attempt. Every address has a [all...] |
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/ |
Socks5BytestreamRequest.java | 211 String address = streamHost.getAddress() + ":" + streamHost.getPort();
local 213 // check to see if this address has been blacklisted
214 int failures = getConnectionFailures(address);
234 incrementConnectionFailures(address);
237 incrementConnectionFailures(address);
240 incrementConnectionFailures(address);
296 * Increments the connection failure counter by one for the given address.
298 * @param address the address the connection failure counter should be increased
300 private void incrementConnectionFailures(String address) {
[all...] |
/external/v8/src/ |
serialize.cc | 80 Address address; local 84 address = ref.address(); 89 address = ref.address(); 94 address = ref.address(); 100 address = ref.address(); 596 Address address; local 739 Address address = Allocate(space_number, space, size); local 1322 int address = address_mapper_.MappedTo(heap_object); local 1410 int address = address_mapper_.MappedTo(heap_object); local [all...] |
/cts/tests/tests/net/src/android/net/rtp/cts/ |
AudioStreamTest.java | 26 private void testRtpStream(InetAddress address) throws Exception { 27 AudioStream stream = new AudioStream(address); 28 assertEquals(stream.getLocalAddress(), address); local 33 stream.associate(address, 1000); 34 assertEquals(stream.getRemoteAddress(), address); local
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PServedUser.java | 30 import gov.nist.javax.sip.address.AddressImpl; 45 public PServedUser(AddressImpl address) 48 this.address = address; 130 retval.append(address.encode());
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
tcpport.cc | 65 Connection* TCPPort::CreateConnection(const Candidate& address, 68 if ((address.protocol() != "tcp") && (address.protocol() != "ssltcp")) 80 if ((address.protocol() == "ssltcp") && (origin == ORIGIN_THIS_PORT)) 85 GetIncoming(address.address(), true)) { 87 conn = new TCPConnection(this, address, socket); 89 conn = new TCPConnection(this, address); 99 // Note: We still add the address, since otherwise the remote side won't 102 talk_base::SocketAddress address = socket_->GetLocalAddress(&allocated) local [all...] |
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/ |
UdpKernel.java | 58 private InetSocketAddress address; field in class:UdpKernel 64 // a user would have to have a unique address+port since UDP 78 public UdpKernel( InetSocketAddress address ) 80 this.address = address; 101 throw new KernelException( "Error hosting:" + address, e ); 115 throw new KernelException( "Error closing host connection:" + address, e ); 147 protected Endpoint getEndpoint( SocketAddress address, boolean create ) 149 UdpEndpoint p = socketEndpoints.get(address); 151 p = new UdpEndpoint( this, nextEndpointId(), address, thread.getSocket() ) [all...] |
/libcore/luni/src/main/java/libcore/net/http/ |
HttpConnection.java | 45 * Address} inner class. 51 private final Address address; field in class:HttpConnection 61 private HttpConnection(Address config, int connectTimeout) throws IOException { 62 this.address = config; 95 Address address = (proxy.type() == Proxy.Type.DIRECT) local 96 ? new Address(uri, sslSocketFactory) 97 : new Address(uri, sslSocketFactory, proxy, requiresTunnel); 98 return HttpConnectionPool.INSTANCE.get(address, connectTimeout) 115 Address address = new Address(uri, sslSocketFactory, local [all...] |
/external/chromium/net/disk_cache/ |
entry_impl.cc | 294 EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only) 297 entry_.LazyInit(backend->File(address), address); 408 memset(entry_store, 0, sizeof(EntryStore) * entry_.address().num_blocks()); 414 node->contents = entry_.address().value(); 420 Addr address(0); 421 if (!CreateBlock(entry_store->key_len + 1, &address)) 424 entry_store->long_key = address.value(); 425 File* key_file = GetBackingFile(address, kKeyFileIndex); 429 if (address.is_block_file() [all...] |
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_gatt.cpp | 127 static void jstr2bdaddr(JNIEnv* env, bt_bdaddr_t *bda, jstring address) 129 const char* c_bda = env->GetStringUTFChars(address, NULL); 132 bd_addr_str_to_addr(c_bda, bda->address); 133 env->ReleaseStringUTFChars(address, c_bda); 213 bda->address[0], bda->address[1], bda->address[2], 214 bda->address[3], bda->address[4], bda->address[5]) 216 jstring address = sCallbackEnv->NewStringUTF(c_address); local 237 jstring address = sCallbackEnv->NewStringUTF(c_address); local 252 jstring address = sCallbackEnv->NewStringUTF(c_address); local 324 jstring address = sCallbackEnv->NewStringUTF(c_address); local 417 jstring address = sCallbackEnv->NewStringUTF(c_address); local 466 jstring address = sCallbackEnv->NewStringUTF(c_address); local 548 jstring address = sCallbackEnv->NewStringUTF(c_address); local 568 jstring address = sCallbackEnv->NewStringUTF(c_address); local 590 jstring address = sCallbackEnv->NewStringUTF(c_address); local [all...] |
/external/webkit/Source/JavaScriptCore/assembler/ |
MacroAssemblerX86Common.h | 87 // may often be a memory location (explictly described using an Address 95 void add32(TrustedImm32 imm, Address address) 97 m_assembler.addl_im(imm.m_value, address.offset, address.base); 105 void add32(Address src, RegisterID dest) 110 void add32(RegisterID src, Address dest) 125 void and32(RegisterID src, Address dest) 130 void and32(Address src, RegisterID dest) 135 void and32(TrustedImm32 imm, Address address [all...] |