HomeSort by relevance Sort by last modified time
    Searched refs:address (Results 301 - 325 of 991) sorted by null

<<11121314151617181920>>

  /external/nist-sip/java/javax/sip/header/
AuthorizationHeader.java 4 import javax.sip.address.URI;
  /external/qemu/elff/
dwarf_cu.cc 188 /* Property is an address. */
282 printf("\n\n>>>>>>>>>>>>>>> CU %p (version %u, address size %u)\n",
468 Elf_Xword address,
474 /* Flags address match, that should trigger return next time
512 address >= prev_address && address < state.address_) {
514 } else if (address == state.address_) {
555 /* One parameter: ULEB128 value to add to the current address value
563 address >= prev_address && address < state.address_) {
    [all...]
  /external/qemu/proxy/
proxy_common.h 65 extern int proxy_manager_add( SockAddress* address,
  /frameworks/base/core/jni/
android_os_MemoryFile.cpp 73 jobject fileDescriptor, jint address, jbyteArray buffer, jint srcOffset, jint destOffset,
83 env->SetByteArrayRegion(buffer, destOffset, count, (const jbyte *)address + srcOffset);
92 jobject fileDescriptor, jint address, jbyteArray buffer, jint srcOffset, jint destOffset,
102 env->GetByteArrayRegion(buffer, srcOffset, count, (jbyte *)address + destOffset);
  /libcore/luni/src/main/java/javax/net/
SocketFactory.java 71 * available local address and port.
74 * the remote host address the socket has to be connected to.
82 * if the specified host is unknown or the IP address could not
95 * the remote host address the socket has to be connected to.
100 * the local host address the socket is bound to.
108 * if the specified host is unknown or the IP address could not
117 * address and port.
120 * the host address the socket has to be connected to.
133 * the InetAddress {@code address}. The socket is bound to the local network
137 * @param address
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/
DomainList.java 20 package org.apache.james.mime4j.field.address;
Group.java 20 package org.apache.james.mime4j.field.address;
29 public class Group extends Address {
Mailbox.java 20 package org.apache.james.mime4j.field.address;
25 * Represents a single e-mail address.
29 public class Mailbox extends Address {
36 * @param localPart The part of the e-mail address to the left of the "@".
37 * @param domain The part of the e-mail address to the right of the "@".
46 * @param localPart The part of the e-mail address to the left of the "@".
47 * @param domain The part of the e-mail address to the right of the "@".
63 * Returns the left part of the e-mail address
71 * Returns the right part of the e-mail address
79 * Formats the address as a string, not including
    [all...]
NamedMailbox.java 20 package org.apache.james.mime4j.field.address;
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
AddressListParserVisitor.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/AddressListParserVisitor.java */
3 package org.apache.james.mime4j.field.address.parser;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 33 #define pud_alloc_one(mm, address) NULL
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 33 #define pud_alloc_one(mm, address) NULL
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 33 #define pud_alloc_one(mm, address) NULL
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/
pgtable-nopud.h 33 #define pud_alloc_one(mm, address) NULL
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 33 #define pud_alloc_one(mm, address) NULL
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/
pgtable-nopud.h 33 #define pud_alloc_one(mm, address) NULL
  /system/bluetooth/data/
auto_pairing.conf 5 // Blacklisting by vendor prefix address:
21 // Blacklisting by addition of the address during usage
  /system/core/libacc/tests/
main.cpp 49 disassemble_readword(u_int address)
51 return(*((u_int *)address));
55 disassemble_printaddr(u_int address)
57 fprintf(disasmOut, "0x%08x", address);
  /external/dbus/tools/
dbus-launch-x11.c 272 /* create the address property atom */
287 * Gets the daemon address from the X11 display.
289 * TRUE does not mean the address exists.
310 /* get the bus address */
336 * Saves the address in the X11 display. Returns 0 on success.
341 set_address_in_x11(char *address, pid_t pid)
359 /* someone saved the address in the meantime */
373 (unsigned char *)address, strlen (address));
395 * Saves the session address in session file. Returns TRUE o
    [all...]
  /external/kernel-headers/original/asm-arm/
processor.h 32 u32 address; member in struct:debug_entry
43 unsigned long address; member in struct:thread_struct
  /external/kernel-headers/original/asm-generic/
tlb.h 120 #define tlb_remove_tlb_entry(tlb, ptep, address) \
123 __tlb_remove_tlb_entry(tlb, ptep, address); \
  /external/libnfc-nxp/src/
phHciNfc_DevMgmt.h 72 /* Address Definitions for GPIO Register Configuration */
77 /* Address Definitions for SWP Configuration */
81 /* Address Definitions for UICC Host Configuration */
89 /* Address Definitions for SE Configuration */
91 /* Address Definitions for HW Configuration */
97 /* Address Definitions for RF Configuration */
100 /* Address Definitions for Interframe Character Timeout Configuration */
107 /* Address Definitions for LLC Configuration */
115 /* The Address Definition for the TYPE B Tuning */
123 /* The Address Definition for the Enabling the EVT_HOT_PLUG *
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/address/
TelURLImpl.java 26 package gov.nist.javax.sip.address;
43 implements javax.sip.address.TelURL {
203 * @see javax.sip.address.TelURL#setPhoneContext(java.lang.String)
216 * @see javax.sip.address.TelURL#getPhoneContext()
  /external/nist-sip/java/javax/sip/
SipFactory.java 7 import javax.sip.address.AddressFactory;
22 // name-to-SipStack map; name could be IP address for backward compatibility
67 return new gov.nist.javax.sip.address.AddressFactoryImpl();
  /libcore/luni/src/main/java/org/apache/harmony/luni/platform/
OSFileSystem.java 19 // address length was changed from long to int for performance reasons.
93 public native long readDirect(int fd, int address, int offset, int length);
95 public native long writeDirect(int fd, int address, int offset, int length);

Completed in 2466 milliseconds

<<11121314151617181920>>