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

1 2 3

  /external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/
global_sideffects2.js 6 var ips;
9 ips = [
14 ips = [ dnsResolve('host' + g_iteration) ];
17 return 'PROXY ' + ips.join('-') + ':100';
dns.js 6 var ips = [
22 for (var i = 0; i < ips.length; ++i) {
24 ips[i] = '' + ips[i];
27 var proxyHost = ips.join('-');
global_sideffects1.js 6 var ips = [
13 return 'PROXY ' + ips.join('-') + ':100';
dns_during_init.js 12 var ips = g_ips.concat([dnsResolve('host1'), dnsResolve('host2')]);
13 return 'PROXY ' + ips.join('-') + ':99';
  /hardware/intel/img/hwcomposer/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/main/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/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/
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/OverlayPlaneBase.cpp \
59 ips/common/SpritePlaneBase.cpp \
60 ips/common/PixelFormat.cpp \
61 ips/common/GrallocBufferBase.cpp \
62 ips/common/GrallocBufferMapperBase.cpp \
63 ips/common/TTMBufferMapper.cpp
    [all...]
  /external/valgrind/main/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 90 Addr ips[0]; member in struct:_ExeContext
124 static ExeContext* record_ExeContext_wrk2 ( Addr* ips, UInt n_ips ); /*fwds*/
148 Addr ips[1]; local
149 ips[0] = 0;
150 null_ExeContext = record_ExeContext_wrk2(ips, 1);
172 VG_(pp_StackTrace)( ec->ips, ec->n_ips );
201 VG_(pp_StackTrace)( ec->ips, ec->n_ips );
224 if (e1->ips[i] != e2->ips[i]) return False;
235 if (e1->ips[i] != e2->ips[i]) return False
327 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'.
88 // a collision here between two IPs, we expect to not (often) have the
128 in the comparison between 2 IPs stored in fp_CF_verif_cache).
129 In other words, if two IPs are only differing on the last 2 bits,
140 /*OUT*/Addr* ips, UInt max_n_ips,
197 /* Snaffle IPs from the client's stack into ips[0 .. max_n_ips-1]
1477 Addr ips[max_n_ips]; local
    [all...]
  /hardware/intel/img/hwcomposer/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>
27 #include <ips/common/VideoPayloadBuffer.h>
  /hardware/intel/img/hwcomposer/ips/anniedale/
AnnOverlayPlane.h 23 #include <ips/common/Wsbm.h>
24 #include <ips/common/OverlayPlaneBase.h>
25 #include <ips/common/RotationBufferProvider.h>
  /external/clang/test/SemaCXX/
scope-check.cpp 46 static void *ips[] = { &&lbl1, &&lbl2 }; local
61 static void *ips[] = { &&lbl1, &&lbl2 }; local
78 static void *ips[] = { &&lbl1, &&lbl2 }; local
96 static void *ips[] = { &&lbl1, &&lbl2 }; local
116 static void *ips[] = { &&lbl1, &&lbl2, &&lbl3, &&lbl4 }; local
225 static void *ips[] = { &&l0 }; local
238 static void *ips[] = { &&l0 }; local
254 static void *ips[] = { &&l0 }; local
268 static void *ips[] = { &&l0 }; local

Completed in 275 milliseconds

1 2 3