/external/v8/test/cctest/ |
test-platform-nullos.cc | 72 void* block_addr = vm->address();
|
/external/webkit/LayoutTests/fast/url/script-tests/ |
ipv4.js | 29 // Too many components means not an IP address. 37 // Two dots in a row means not an IP address.
|
/external/webkit/Source/WebKit2/Shared/mac/ |
UpdateChunk.cpp | 89 chunk.m_data = reinterpret_cast<uint8_t*>(attachment.address());
|
/frameworks/av/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/wifi/java/android/net/wifi/p2p/ |
WifiP2pGroup.java | 136 // set source address into the client list. 193 public void addClient(String address) { 194 addClient(new WifiP2pDevice(address)); 206 public boolean removeClient(String address) { 207 return mClients.remove(new WifiP2pDevice(address));
|
/frameworks/opt/net/voip/src/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; 53 private Address mAddress; 136 * @param serverDomain the SIP server domain; if the network address 138 * set server address 230 * @param outboundProxy the network address of the outbound proxy 312 mAddress = (Address) in.readSerializable() [all...] |
/frameworks/rs/driver/linkloader/include/ |
ELFTypes.h | 121 typedef detail::ELF32Address address; typedef in struct:ELFPrimitiveTypes 142 typedef detail::ELF64Address address; typedef in struct:ELFPrimitiveTypes 184 typedef typename ELFPrimitiveTypes<BITWIDTH>::address addr_t; \ 202 typedef ELFPrimitiveTypes<BITWIDTH>::address addr_t; \
|
/hardware/invensense/mlsdk/mllite/ |
pressure.c | 97 * @brief Query the pressure slave address. 98 * @return The 7-bit pressure slave address. 105 return mldl_cfg->pdata->pressure.address;
|
/libcore/luni/src/main/java/java/net/ |
PlainDatagramSocketImpl.java | 48 * used to keep address to which the socket was connected to at the native 67 @Override public void bind(int port, InetAddress address) throws SocketException { 68 IoBridge.bind(fd, address, port); 152 // We don't actually want the data: we just want the DatagramPacket's filled-in address. 181 InetAddress address = isNativeConnected ? null : packet.getAddress(); local 182 IoBridge.sendto(fd, packet.getData(), packet.getOffset(), packet.getLength(), 0, address, port); 206 // here if the address is not resolvable 228 * Set the received address and port in the packet. We do this when the 230 * recvConnnectedDatagramImpl does not update the packet with address from
|
/libcore/luni/src/main/java/javax/net/ssl/ |
DefaultSSLSocketFactory.java | 72 public Socket createSocket(InetAddress address, int port, InetAddress localAddress,
|
/ndk/sources/host-tools/ndk-stack/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 i [all...] |
/ndk/sources/host-tools/ndk-stack/ |
ndk-stack-parser.c | 82 * frame's address, and print that information to the specified output handle. 277 uint64_t address; local 303 // Next token after the instruction pointer token is its address. 305 // PC address is a hex value. Get it. 307 address = strtoul(pc_address, &eptr, 16); 341 // Extract address info from the symbol file. 342 if (!elff_get_pc_address_info(elff_handle, address, &pc_info)) { 356 ": Unable to locate routine information for address %x in module %s\n", 357 (uint32_t)address, sym_file);
|
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ |
TokenMgrError.java | 17 package org.apache.james.mime4j.field.address.parser;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/ |
ainstr_simple.h | 80 } address; member in struct:__anon26081
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
rose.h | 63 rose_address address; member in struct:rose_route_struct
|
x25.h | 7 * apr/02/05 Shaun Pereira Selective sub address matching with 48 * An X.121 address, it is held as ASCII text, null terminated, up to 15 56 * Linux X.25 Address structure, used for bind, and connect mostly. 60 struct x25_address sx25_addr; /* X.121 Address */ 92 struct x25_address address; member in struct:x25_route_struct 109 * Only the called and calling address
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netrose/ |
rose.h | 1 /* Definitions for Rose packet radio address family. 90 rose_address address; member in struct:rose_route_struct
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/ |
ainstr_simple.h | 80 } address; member in struct:__anon27671
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
rose.h | 63 rose_address address; member in struct:rose_route_struct
|
x25.h | 7 * apr/02/05 Shaun Pereira Selective sub address matching with 48 * An X.121 address, it is held as ASCII text, null terminated, up to 15 56 * Linux X.25 Address structure, used for bind, and connect mostly. 60 struct x25_address sx25_addr; /* X.121 Address */ 92 struct x25_address address; member in struct:x25_route_struct 109 * Only the called and calling address
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netrose/ |
rose.h | 1 /* Definitions for Rose packet radio address family. 90 rose_address address; member in struct:rose_route_struct
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ainstr_simple.h | 83 } address; member in struct:simple_instrument
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/ |
ainstr_simple.h | 80 } address; member in struct:__anon29186
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
rose.h | 63 rose_address address; member in struct:rose_route_struct
|
x25.h | 7 * apr/02/05 Shaun Pereira Selective sub address matching with 48 * An X.121 address, it is held as ASCII text, null terminated, up to 15 56 * Linux X.25 Address structure, used for bind, and connect mostly. 60 struct x25_address sx25_addr; /* X.121 Address */ 92 struct x25_address address; member in struct:x25_route_struct 109 * Only the called and calling address
|