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

1 2 3 4 5

  /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>
  /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 );
pub_tool_xtree.h 39 // A stacktrace (an Addr* ips, i.e. an array of IPs : Instruction Pointers)
79 It indicates to the XTree to filter a range of IPs at the top and/or at
81 into account. *n_ips_sel is the nr of IPs selected starting from *top.
90 typedef void (*XT_filter_IPs_t) (Addr* ips, Int n_ips,
113 (Addr* ips, Int n_ips,
118 (Addr* ips, Int n_ips,
121 /* Search in ips[0..n_ips-1] the first function which is main or below main
124 extern Int VG_(XT_offset_main_or_below_main)(Addr* ips, Int n_ips);
162 /* Return the nr of IPs selected for xecu. 0 means fully filtered. *
    [all...]
  /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 59 ips/common/BlankControl.cpp \
60 ips/common/HdcpControl.cpp \
61 ips/common/DrmControl.cpp \
62 ips/common/VsyncControl.cpp \
63 ips/common/OverlayPlaneBase.cpp \
64 ips/common/SpritePlaneBase.cpp \
65 ips/common/PixelFormat.cpp \
66 ips/common/GrallocBufferBase.cpp \
67 ips/common/GrallocBufferMapperBase.cpp \
68 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
341 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]
1577 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>
  /external/autotest/frontend/client/test/autotest/moblab/rpc/
NetworkInfoTest.java 14 JSONValue ips = jsonInfo.get(NetworkInfo.JSON_FIELD_SERVER_IPS); local
15 assertEquals(0, ips.isArray().size());
28 ips = jsonInfo.get(NetworkInfo.JSON_FIELD_SERVER_IPS);
29 assertEquals(2, ips.isArray().size());
30 assertEquals("10.0.0.1", ips.isArray().get(0).isString().stringValue());
31 assertEquals("10.0.0.2", ips.isArray().get(1).isString().stringValue());
  /hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/
Android.mk 54 ../../ips/common/BlankControl.cpp \
55 ../../ips/common/HdcpControl.cpp \
56 ../../ips/common/DrmControl.cpp \
57 ../../ips/common/VsyncControl.cpp \
58 ../../ips/common/PrepareListener.cpp \
59 ../../ips/common/OverlayPlaneBase.cpp \
60 ../../ips/common/SpritePlaneBase.cpp \
61 ../../ips/common/PixelFormat.cpp \
62 ../../ips/common/PlaneCapabilities.cpp \
63 ../../ips/common/GrallocBufferBase.cpp
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/
Android.mk 54 ../../ips/common/BlankControl.cpp \
55 ../../ips/common/HdcpControl.cpp \
56 ../../ips/common/DrmControl.cpp \
57 ../../ips/common/VsyncControl.cpp \
58 ../../ips/common/PrepareListener.cpp \
59 ../../ips/common/OverlayPlaneBase.cpp \
60 ../../ips/common/SpritePlaneBase.cpp \
61 ../../ips/common/PixelFormat.cpp \
62 ../../ips/common/GrallocBufferBase.cpp \
63 ../../ips/common/GrallocBufferMapperBase.cpp
    [all...]
  /tools/test/connectivity/tools/lab/metrics/
network_metric.py 46 def check_connected(self, ips=None):
50 ips: The list of ip's to ping.
55 if not ips:
56 ips = self.DEFAULT_IPS
59 for ip in ips:
  /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>

Completed in 1284 milliseconds

1 2 3 4 5