HomeSort by relevance Sort by last modified time
    Searched refs:address (Results 926 - 950 of 1981) sorted by null

<<31323334353637383940>>

  /external/v8/src/
cpu-profiler.cc 62 Address start) {
80 Address start,
82 Address shared) {
98 Address start,
115 Address start,
130 void ProfilerEventsProcessor::CodeMoveEvent(Address from, Address to) {
141 void ProfilerEventsProcessor::SharedFunctionInfoMoveEvent(Address from,
142 Address to) {
158 Address start
    [all...]
store-buffer.cc 61 reinterpret_cast<uintptr_t>(virtual_memory_->address());
63 reinterpret_cast<Address*>(RoundUp(start_as_int, kStoreBufferSize * 2));
69 reinterpret_cast<Address*>(old_virtual_memory_->address());
84 ASSERT(reinterpret_cast<Address>(start_) >= virtual_memory_->address());
85 ASSERT(reinterpret_cast<Address>(limit_) >= virtual_memory_->address());
86 Address* vm_limit = reinterpret_cast<Address*>(
    [all...]
  /external/valgrind/main/helgrind/tests/
locked_vs_unlocked1_fwd.stderr.exp 32 Locks held: 1, at address 0x........
locked_vs_unlocked1_rev.stderr.exp 26 Locks held: 1, at address 0x........
locked_vs_unlocked2.stderr.exp 38 Locks held: 2, at address 0x........ (and 1 that can't be shown)
locked_vs_unlocked3.stderr.exp 30 Locks held: 1, at address 0x........
  /external/valgrind/main/memcheck/tests/
mempool2.stderr.exp 7 Address 0x........ is 1 bytes before a block of size 10 client-defined
15 Address 0x........ is 0 bytes after a block of size 10 client-defined
26 Address 0x........ is 1 bytes before a block of size 20 client-defined
34 Address 0x........ is 0 bytes after a block of size 20 client-defined
42 Illegal memory pool address
45 Address 0x........ is 0 bytes inside a block of size 32 alloc'd
54 Illegal memory pool address
57 Address 0x........ is not stack'd, malloc'd or (recently) free'd
62 Illegal memory pool address
65 Address 0x........ is 0 bytes inside a block of size 32 alloc'
    [all...]
  /external/valgrind/main/none/tests/s390x/
op_exception.stderr.exp 3 valgrind: Unrecognised instruction at address 0x.........
16 valgrind: Unrecognised instruction at address 0x.........
29 valgrind: Unrecognised instruction at address 0x.........
42 valgrind: Unrecognised instruction at address 0x.........
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
PoolAlloc.h 253 pointer address(reference x) const { return &x; } function in class:pool_allocator
254 const_pointer address(const_reference x) const { return &x; } function in class:pool_allocator
  /frameworks/base/core/java/android/net/
SntpClient.java 78 InetAddress address = InetAddress.getByName(host); local
80 DatagramPacket request = new DatagramPacket(buffer, buffer.length, address, NTP_PORT);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaFrameworkTest.java 130 InetAddress address = InetAddress.getByAddress(MediaNames.STREAM_SERVER); local
131 return address.isReachable(10000);
  /frameworks/base/services/java/com/android/server/usb/
UsbHostManager.java 102 /* array of quadruples containing address, attributes, max packet size
131 int address = endpointValues[eval++]; local
135 endpoints[endp] = new UsbEndpoint(address, attributes,
  /hardware/invensense/mlsdk/platform/include/linux/
mpu.h 35 /* Memory address or register address depending on ioctl */
36 unsigned short address; member in struct:mpu_read_write
180 * @address: the I2C slave address of the slave device.
196 unsigned char address; member in struct:ext_slave_platform_data
231 * @reg: starting register address to retrieve data.
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/
test_allocator.h 47 pointer address(reference x) const {return &x;} function in class:test_allocator
48 const_pointer address(const_reference x) const {return &x;} function in class:test_allocator
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 705 private void onConnectionStateChanged(int state, byte[] address) {
708 event.device = getDevice(address);
712 private void onAudioStateChanged(int state, byte[] address) {
715 event.device = getDevice(address);
718 private BluetoothDevice getDevice(byte[] address) {
719 return mAdapter.getRemoteDevice(Utils.getAddressStringFromByte(address));
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 209 protected BluetoothDevice getDevice(byte[] address) {
210 return mAdapter.getRemoteDevice(Utils.getAddressStringFromByte(address));
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
AddressListParser.jj 1 /*@bgen(jjtree) 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/AddressListParser.jj */
23 * RFC2822 address list parser.
52 package org.apache.james.mime4j.field.address.parser;
118 [ address() ]
121 [ address() ]
146 void address() :
147 {/*@bgen(jjtree) address */
153 {/*@bgen(jjtree) address */
  /prebuilts/devtools/tools/
android 56 java_debug=-agentlib:jdwp=transport=dt_socket,server=y,address=8050,suspend=y
ddms 59 java_debug=-agentlib:jdwp=transport=dt_socket,server=y,address=8050,suspend=y
hierarchyviewer 60 java_debug=-agentlib:jdwp=transport=dt_socket,server=y,address=8050,suspend=y
monkeyrunner 59 java_debug=-agentlib:jdwp=transport=dt_socket,server=y,address=8050,suspend=y
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pool_allocator.h 150 address(reference __x) const { return &__x; } function in class:__pool_alloc
153 address(const_reference __x) const { return &__x; } function in class:__pool_alloc
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
pool_allocator.h 152 address(reference __x) const { return std::__addressof(__x); } function in class:__pool_alloc
155 address(const_reference __x) const { return std::__addressof(__x); } function in class:__pool_alloc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
pool_allocator.h 152 address(reference __x) const { return std::__addressof(__x); } function in class:__pool_alloc
155 address(const_reference __x) const { return std::__addressof(__x); } function in class:__pool_alloc
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 150 address(reference __x) const { return &__x; } function in class:__pool_alloc
153 address(const_reference __x) const { return &__x; } function in class:__pool_alloc

Completed in 4695 milliseconds

<<31323334353637383940>>