HomeSort by relevance Sort by last modified time
    Searched refs:ips (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /bionic/libc/malloc_debug/tests/
backtrace_fake.h 25 void backtrace_fake_add(const std::vector<uintptr_t>& ips);
backtrace_fake.cpp 33 void backtrace_fake_add(const std::vector<uintptr_t>& ips) {
34 g_fake_backtrace.push_back(ips);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngGrallocBuffer.h 21 #include <ips/common/GrallocSubBuffer.h>
22 #include <ips/common/GrallocBufferBase.h>
TngGrallocBufferMapper.h 20 #include <ips/common/GrallocBufferMapperBase.h>
21 #include <ips/tangier/TngGrallocBuffer.h>
  /hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/
Android.mk 51 ../../ips/common/BlankControl.cpp \
52 ../../ips/common/HdcpControl.cpp \
53 ../../ips/common/DrmControl.cpp \
54 ../../ips/common/VsyncControl.cpp \
55 ../../ips/common/PrepareListener.cpp \
56 ../../ips/common/OverlayPlaneBase.cpp \
57 ../../ips/common/SpritePlaneBase.cpp \
58 ../../ips/common/PixelFormat.cpp \
59 ../../ips/common/GrallocBufferBase.cpp \
60 ../../ips/common/GrallocBufferMapperBase.cpp
    [all...]
  /external/valgrind/include/
pub_tool_stacktrace.h 40 // for thread 'tid'. Maximum of 'n_ips' addresses put into 'ips';
42 // ips[return_value] onwards is undefined and should not be read.
53 // Hence ips[0 .. return_value-1] should all point to currently
62 /*OUT*/StackTrace ips, UInt n_ips,
75 StackTrace ips, UInt n_ips
79 extern void VG_(pp_StackTrace) ( StackTrace ips, UInt n_ips );
  /hardware/intel/img/hwcomposer/moorefield_hdmi/platforms/merrifield_plus/
PlatfExternalDevice.cpp 18 #include <ips/common/VsyncControl.h>
19 #include <ips/common/BlankControl.h>
20 #include <ips/common/HdcpControl.h>
PlatfPrimaryDevice.cpp 18 #include <ips/common/VsyncControl.h>
19 #include <ips/common/BlankControl.h>
PlatfBufferManager.cpp 18 #include <ips/tangier/TngGrallocBuffer.h>
19 #include <ips/tangier/TngGrallocBufferMapper.h>
  /hardware/intel/img/hwcomposer/moorefield_hdmi/
Android.mk 57 ips/common/BlankControl.cpp \
58 ips/common/HdcpControl.cpp \
59 ips/common/DrmControl.cpp \
60 ips/common/VsyncControl.cpp \
61 ips/common/OverlayPlaneBase.cpp \
62 ips/common/SpritePlaneBase.cpp \
63 ips/common/PixelFormat.cpp \
64 ips/common/GrallocBufferBase.cpp \
65 ips/common/GrallocBufferMapperBase.cpp \
66 ips/common/TTMBufferMapper.cpp
    [all...]
  /external/valgrind/coregrind/
pub_core_stacktrace.h 50 // ips[0 .. min(n_ips,return_value)]. If sps and fps are non-NULL,
55 /*OUT*/Addr* ips, UInt n_ips,
m_execontext.c 88 Addr ips[0]; member in struct:_ExeContext
122 static ExeContext* record_ExeContext_wrk2 ( const Addr* ips, UInt n_ips );
146 Addr ips[1]; local
147 ips[0] = 0;
148 null_ExeContext = record_ExeContext_wrk2(ips, 1);
172 VG_(pp_StackTrace)( ec->ips, ec->n_ips );
208 VG_(pp_StackTrace)( ec->ips, ec->n_ips );
232 if (e1->ips[i] != e2->ips[i]) return False;
243 if (e1->ips[i] != e2->ips[i]) return False
335 Addr ips[VG_(clo_backtrace_size)]; local
    [all...]
m_stacktrace.c 56 IPs into 'ips'. In order to be thread-safe, we pass in the
58 meaningful. Returns number of IPs put in 'ips'.
103 // a collision here between two IPs, we expect to not (often) have the
143 in the comparison between 2 IPs stored in fp_CF_verif_cache).
144 In other words, if two IPs are only differing on the last 2 bits,
160 /*OUT*/Addr* ips, UInt max_n_ips,
217 /* Snaffle IPs from the client's stack into ips[0 .. max_n_ips-1]
1755 Addr ips[max_n_ips]; local
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
SpritePlaneBase.cpp 17 #include <ips/common/SpritePlaneBase.h>
18 #include <ips/common/PixelFormat.h>
GrallocBufferMapperBase.h 20 #include <ips/common/GrallocSubBuffer.h>
21 #include <ips/common/GrallocBufferBase.h>
BlankControl.cpp 19 #include <ips/common/BlankControl.h>
OverlayPlaneBase.h 22 #include <ips/common/Wsbm.h>
23 #include <ips/common/OverlayHardware.h>
24 #include <ips/common/VideoPayloadBuffer.h>
DrmControl.cpp 20 #include <ips/common/DrmControl.h>
PixelFormat.cpp 18 #include <ips/common/PixelFormat.h>
TTMBufferMapper.h 21 #include <ips/common/Wsbm.h>
Wsbm.h 19 #include <ips/common/WsbmWrapper.h>
RotationBufferProvider.h 24 #include <ips/common/Wsbm.h>
28 #include <ips/common/VideoPayloadBuffer.h>
  /hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/
Android.mk 51 ../../ips/common/BlankControl.cpp \
52 ../../ips/common/HdcpControl.cpp \
53 ../../ips/common/DrmControl.cpp \
54 ../../ips/common/VsyncControl.cpp \
55 ../../ips/common/PrepareListener.cpp \
56 ../../ips/common/OverlayPlaneBase.cpp \
57 ../../ips/common/SpritePlaneBase.cpp \
58 ../../ips/common/PixelFormat.cpp \
59 ../../ips/common/PlaneCapabilities.cpp \
60 ../../ips/common/GrallocBufferBase.cpp
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnOverlayPlane.h 23 #include <ips/common/Wsbm.h>
24 #include <ips/common/OverlayPlaneBase.h>
25 #include <ips/common/RotationBufferProvider.h>
  /external/autotest/client/site_tests/p2p_ServeFiles/
p2p_ServeFiles.py 65 peer_name, hostname, ips, port = peers[0]
70 return peer_name, hostname, ips, port, files
135 peer_name, hostname, ips, port, files = res
138 len(ips) != 1) or ips[0] != self._p2p.tap.addr:
141 logging.error('ips = %r', ips)
147 for host_ip in (ips[0], '127.0.0.1'):
158 self._sim.run_on_simulator(lambda: peer.tcp_forward(1234, ips[0], port))

Completed in 275 milliseconds

1 2 3 4