/external/chromium/base/ |
dynamic_annotations.cc | 27 const volatile void *address,
|
/external/dbus/dbus/ |
dbus-server.h | 51 DBusServer* dbus_server_listen (const char *address,
|
dbus-transport.h | 29 #include <dbus/dbus-address.h>
|
/external/dropbear/ |
dbutil.h | 50 int dropbear_listen(const char* address, const char* port,
|
/external/elfcopy/ |
dwarf.h | 30 dwarf_vma address; member in struct:dwarf_section
|
/external/kernel-headers/original/asm-x86/ |
desc_defs.h | 63 unsigned long address; member in struct:desc_ptr
|
io_32.h | 64 * @address: address to remap 66 * The returned physical address is the physical (CPU) mapping for 67 * the memory address given. It is only valid to use this function on 75 static inline unsigned long virt_to_phys(volatile void * address) 77 return __pa(address); 81 * phys_to_virt - map physical address to virtual 82 * @address: address to remap 84 * The returned virtual address is a current CPU mapping fo [all...] |
/external/nist-sip/java/gov/nist/javax/sip/address/ |
UserInfo.java | 33 package gov.nist.javax.sip.address;
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
ParameterNamesIms.java | 31 import gov.nist.javax.sip.address.ParameterNames;
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
AlertInfoParser.java | 28 import gov.nist.javax.sip.address.GenericURI; 122 * Fix for issue #230, restructured the code such that parsing for any address appearing without '<' '>' 152 * CVS: address here. If this is your work then delete this line. 187 * CVS: address here. If this is your work then delete this line.
|
CallInfoParser.java | 29 import gov.nist.javax.sip.address.*; 118 * Fix for issue #230, restructured the code such that parsing for any address appearing without '<' '>' 138 * CVS: address here. If this is your work then delete this line. 179 * CVS: address here. If this is your work then delete this line.
|
RequestLineParser.java | 28 import gov.nist.javax.sip.address.*; 99 * Fix for issue #230, restructured the code such that parsing for any address appearing without '<' '>' 128 * CVS: address here. If this is your work then delete this line. 175 * CVS: address here. If this is your work then delete this line.
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
PServedUserParser.java | 30 import gov.nist.javax.sip.address.AddressFactoryImpl;
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
DefaultRouter.java | 32 import gov.nist.javax.sip.address.*; 46 import javax.sip.address.*; 51 * URI Jiang He - use address in route header. Significant changes to conform to 62 * address. 75 * SIP URI, call {@link javax.sip.address.Router#getNextHop(Request)} provided 169 javax.sip.address.URI requestURI = requestLine.getUri(); 326 public javax.sip.address.Hop getOutboundProxy() { 333 * @see javax.sip.address.Router#getNextHop(javax.sip.message.Request)
|
/external/nist-sip/java/javax/sip/ |
Dialog.java | 6 import javax.sip.address.Address; 23 Address getLocalParty(); 35 Address getRemoteParty(); 47 Address getRemoteTarget();
|
/external/nist-sip/java/javax/sip/address/ |
SipURI.java | 1 package javax.sip.address;
|
/external/qemu/elff/ |
dwarf_cu.h | 24 /* Address information descriptor. */
26 /* Routine DIE containing the address. */
29 /* Source file name for the address. */
32 /* Source file directory path for the address. */
35 /* Source file line number for the address. */
57 * program opcodes that alter the address register first multiply their
204 /* Gets DIE object containing given address.
205 * DIE address ranges may overlap (for instance, address range for an inlined
206 * routine will be contained within the address range of a routine where it [all...] |
/external/qemu/hw/ |
pci.h | 74 uint32_t address, uint32_t data, int len); 76 uint32_t address, int len); 86 uint32_t addr; /* current PCI mapping address. -1 means not mapped */ 174 uint32_t address, int len); 176 uint32_t address, uint32_t val, int len);
|
/external/v8/src/ |
regexp-macro-assembler.cc | 81 const byte* address; local 84 address = reinterpret_cast<const byte*>(data); 88 address = reinterpret_cast<const byte*>(data); 90 return address + start_index; 160 const byte*, int*, Address, int); 165 Address stack_base = RegExpStack::stack_base(); 215 Address byte_offset1, 216 Address byte_offset2, 220 // return address on the stack. 245 Address NativeRegExpMacroAssembler::GrowStack(Address stack_pointer [all...] |
/external/v8/test/cctest/ |
test-platform-linux.cc | 72 void* block_addr = vm->address();
|
test-platform-nullos.cc | 72 void* block_addr = vm->address();
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
Syn_filt_32_neon.s | 42 LDR r4, [r13, #40] @ get sig_hi[] address
43 LDR r5, [r13, #44] @ get sig_lo[] address
49 SUB r10, r4, #32 @ sig_hi[-16] address
50 SUB r11, r5, #32 @ sig_lo[-16] address
|
/frameworks/base/voip/java/android/net/sip/ |
SipProfile.java | 30 import javax.sip.address.Address; 31 import javax.sip.address.AddressFactory; 32 import javax.sip.address.SipURI; 33 import javax.sip.address.URI; 46 private Address mAddress; 129 * @param serverDomain the SIP server domain; if the network address 131 * set server address 224 * @param outboundProxy the network address of the outbound proxy 306 mAddress = (Address) in.readSerializable() [all...] |
/hardware/ti/wlan/wl1271/platforms/os/common/src/ |
tracebuf.c | 229 unsigned long address, Allocs=0, Frees=0; local 238 address = tb_control->entry[j].p1; 241 if (address == tb_control->entry[k].p1) 245 TB_PRINTF("Bad free size at 0x%lx address = 0x%lx Size = %ld Allocated = %d\n", 255 TB_PRINTF("Memory leak at 0x%lx address = 0x%lx Size = %d\n", 256 tb_control->entry[j].loc, address, Size);
|
/libcore/luni/src/main/java/javax/net/ssl/ |
DefaultSSLSocketFactory.java | 71 public Socket createSocket(InetAddress address, int port, InetAddress localAddress,
|