HomeSort by relevance Sort by last modified time
    Searched full:address (Results 1501 - 1525 of 19436) sorted by null

<<61626364656667686970>>

  /external/valgrind/memcheck/tests/
exitprog.stderr.exp 3 Address 0x........ is 0 bytes after a block of size 1,000,000 alloc'd
fwrite.stderr.exp 4 Address 0x........ is 0 bytes inside a block of size 10 alloc'd
inline.stderr.exp 4 Address 0x........ is 0 bytes after a block of size 40 alloc'd
partial_load_dflt.stderr.expr-s390x-mvc 4 Address 0x........ is 0 bytes after a block of size 7 alloc'd
10 Address 0x........ is 1 bytes inside a block of size 8 alloc'd
16 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
22 Address 0x........ is 0 bytes inside a block of size 8 free'd
sendmsg.stderr.exp-solaris 5 Address 0x........ is on thread 1's stack
supp_unknown.stderr.exp 3 Access not within mapped region at address 0x........
supp_unknown.stderr.exp-kfail 3 Access not within mapped region at address 0x........
  /external/valgrind/none/tests/amd64-linux/
bug345887.stderr.exp 3 Access not within mapped region at address 0x........
  /external/valgrind/none/tests/amd64-solaris/
coredump_single_thread.stderr.exp 3 Access not within mapped region at address 0x........
  /external/valgrind/none/tests/linux/
blockfault.stderr.exp 4 Access not within mapped region at address 0x........
  /external/valgrind/none/tests/solaris/
block_all_signals.stderr.exp 4 Access not within mapped region at address 0x........
blockfault.stderr.exp 4 Access not within mapped region at address 0x........
  /external/valgrind/none/tests/x86-linux/
bug345887.stderr.exp 3 Access not within mapped region at address 0x........
hang.stderr.exp 3 Access not within mapped region at address 0x........
  /external/valgrind/none/tests/x86-solaris/
coredump_single_thread.stderr.exp 3 Access not within mapped region at address 0x........
  /external/vboot_reference/tests/tpm_lite/
tlcl_tests.c 17 static char* null_getenv = "some string"; /* just a unique address */
  /external/vixl/src/vixl/a64/
disasm-a64.h 67 // Prints an address, in the general case. It can be code or data. This is
68 // used for example to print the target address of an ADR instruction.
72 // Prints the address of some code.
73 // This is used for example to print the target address of a branch to an
75 // A sub-class can for example override this method to lookup the address and
80 // Prints the address of some data.
81 // This is used for example to print the source address of a load literal
100 // address 0xb010200 would disassemble with different offsets.
101 // Base address | Disassembly
  /external/webrtc/webrtc/base/
testclient_unittest.cc 27 SocketAddress addr = client.address(), from;
41 socket, loopback, server.address());
45 SocketAddress addr = client.address(), from;
49 EXPECT_EQ(from, server.address());
  /external/webrtc/webrtc/system_wrappers/source/
aligned_malloc.cc 30 // that it is aligned towards the closest higher (right) address.
61 // The memory is aligned towards the lowest address that so only
77 // Store the address to the beginning of the memory just before the aligned
94 // Read out the address of the AlignedMemory struct from the header.
  /frameworks/base/core/java/android/net/
LocalSocketAddress.java 20 * A UNIX-domain (AF_LOCAL) socket address. For use with
29 * The namespace that this address exists in. See also
84 * Retrieves the string name of this address
93 * Returns the namespace used by this address.
MailTo.java 92 // Address can be specified in both the headers and just after the
94 String address = email.getPath(); local
95 if (address != null) {
98 address += ", " + addr;
100 m.mHeaders.put(TO, address);
107 * Retrieve the To address line from the parsed mailto URL. This could be
108 * several email address that are comma-space delimited.
117 * Retrieve the CC address line from the parsed mailto URL. This could be
118 * several email address that are comma-space delimited.
  /frameworks/base/location/java/android/location/
Address.aidl 19 parcelable Address;
  /frameworks/native/cmds/ip-up-vpn/
ip-up-vpn.c 41 static int set_address(struct sockaddr *sa, const char *address) {
44 return inet_pton(AF_INET, address, &((struct sockaddr_in *)sa)->sin_addr);
50 * server address. Each parameter occupies one line in the file, and it can be
62 * is to have an interface configured with the given address and netmask
86 const char *address = env("INTERNAL_ADDR4"); local
101 /* Set the address. */
102 if (!set_address(&ifr.ifr_addr, address) ||
104 ALOGE("Cannot set address: %s", strerror(errno));
119 fprintf(state, "%s/%s\n", address, env("INTERNAL_CIDR4"));
  /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...]
  /hardware/bsp/intel/peripheral/libupm/src/adxl345/
adxl345.cxx 34 //address and id
93 if ( m_i2c.address(ADXL345_I2C_ADDR) != mraa::SUCCESS ){
95 ": i2c.address() failed");
107 if ( m_i2c.address(ADXL345_I2C_ADDR) != mraa::SUCCESS ){
109 ": i2c.address() failed");
151 m_i2c.address(ADXL345_I2C_ADDR);
154 m_i2c.address(ADXL345_I2C_ADDR);
163 m_i2c.address(ADXL345_I2C_ADDR);
166 m_i2c.address(ADXL345_I2C_ADDR);

Completed in 487 milliseconds

<<61626364656667686970>>