HomeSort by relevance Sort by last modified time
    Searched refs:address (Results 276 - 300 of 1488) sorted by null

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/asm-generic/
tlb.h 30 #define tlb_remove_tlb_entry(tlb, ptep, address) do { tlb->need_flush = 1; __tlb_remove_tlb_entry(tlb, ptep, address); } while (0)
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm-generic/
tlb.h 30 #define tlb_remove_tlb_entry(tlb, ptep, address) do { tlb->need_flush = 1; __tlb_remove_tlb_entry(tlb, ptep, address); } while (0)
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
NativeStackCallInfo.java 29 /** address of this stack frame */
49 * @param address address of this stack frame
55 public NativeStackCallInfo(long address, String lib, String method, String sourceFile) {
56 mAddress = address;
74 * Returns the address of this stack frame.
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerSH4.h 116 void add32(TrustedImm32 imm, Address address)
119 load32(address, scr);
121 store32(scr, address);
125 void add32(Address src, RegisterID dest)
236 void sub32(TrustedImm32 imm, AbsoluteAddress address, RegisterID scratchReg)
240 m_assembler.loadConstant(reinterpret_cast<uint32_t>(address.m_ptr), scratchReg);
254 void sub32(TrustedImm32 imm, AbsoluteAddress address)
259 m_assembler.loadConstant(reinterpret_cast<uint32_t>(address.m_ptr), scratchReg);
274 void add32(TrustedImm32 imm, AbsoluteAddress address, RegisterID scratchReg
    [all...]
  /bionic/libc/kernel/arch-sh/asm/
io_trapped.h 31 #define handle_trapped_io(tiop, address) 0
tlb.h 21 #define __tlb_remove_tlb_entry(tlb, pte, address) do { } while (0)
  /bionic/libc/netbsd/resolv/
res_debug.h 26 # define Aerror(statp, file, string, error, address) /*empty*/
  /dalvik/libdex/
DexDebugInfo.h 30 typedef int (*DexDebugNewPositionCb)(void *cnxt, u4 address, u4 lineNum);
43 * posCb is called in ascending address order.
44 * localCb is called in order of ascending end address.
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpConnector.java 31 public void open(String address) throws IOException;
  /external/chromium/third_party/libjingle/source/talk/base/
packetsocketfactory.h 43 const SocketAddress& address, int min_port, int max_port) = 0;
proxyinfo.h 47 SocketAddress address; member in struct:talk_base::ProxyInfo
  /external/dbus/tools/
dbus-launch.h 53 int x11_save_address (char *address, pid_t pid, long *wid);
  /external/llvm/lib/Target/MBlaze/Disassembler/
MBlazeDisassembler.h 46 uint64_t address,
  /external/nist-sip/java/gov/nist/javax/sip/
ClientTransactionExt.java 9 import javax.sip.address.Hop;
SIPConstants.java 40 gov.nist.javax.sip.address.ParameterNames,
  /external/nist-sip/java/gov/nist/javax/sip/header/
WWWAuthenticate.java 33 import javax.sip.address.URI;
73 * @see gov.nist.javax.sip.header.AuthenticationHeader#setURI(javax.sip.address.URI)
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAssociatedURIHeader.java 34 import javax.sip.address.URI;
41 * has allocated to a user for his own usage (address-of-record). </p>
72 * <p>Set the URI on this address</p>
73 * @param associatedURI - GenericURI to be set in the address of this header
79 * <p>Get the address's URI</p>
80 * @return URI set in the address of this header
  /external/nist-sip/java/javax/sip/address/
Address.java 1 package javax.sip.address;
6 public interface Address extends Cloneable, Serializable {
TelURL.java 1 package javax.sip.address;
  /external/qemu/android/
async-console.c 57 const SockAddress* address,
61 acc->address = address[0];
81 status = asyncConnector_init(acc->connector, &acc->address, acc->io);
  /external/v8/test/cctest/
test-platform-win32.cc 19 void* block_addr = vm->address();
  /libcore/luni/src/main/java/java/nio/
MappedByteBuffer.java 70 long address = block.toInt(); local
78 int pageOffset = (int) (address % pageSize);
79 address -= pageOffset;
83 Libcore.os.mincore(address, size, vector);
  /libcore/luni/src/main/java/javax/net/ssl/
SSLSocket.java 61 * Creates a TCP socket connection to the specified address at the specified
64 * @param address
65 * the address to connect to.
71 protected SSLSocket(InetAddress address, int port) throws IOException {
72 super(address, port);
79 * port with the client side bound to the specified address and port.
86 * the client address to bind to
102 * Creates a TCP socket connection to the specified address at the specified
103 * port with the client side bound to the specified address and port.
105 * @param address
    [all...]
  /external/apache-http/src/org/apache/http/protocol/
RequestTargetHost.java 78 // inet address of the target host
79 InetAddress address = ((HttpInetConnection) conn).getRemoteAddress(); local
81 if (address != null) {
82 targethost = new HttpHost(address.getHostName(), port);
  /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...]

Completed in 751 milliseconds

<<11121314151617181920>>