Home
last modified time | relevance | path

Searched defs:packets (Results 1 – 25 of 134) sorted by relevance

123456

/external/perfetto/test/cts/
Dheapprofd_test_cts.cc153 const std::vector<protos::gen::TracePacket>& packets) { in AssertExpectedAllocationsPresent()
182 const std::vector<protos::gen::TracePacket>& packets) { in AssertNoProfileContents()
191 const auto& packets = ProfileRuntime(app_name); in TEST() local
198 const auto& packets = ProfileStartup(app_name); in TEST() local
205 const auto& packets = ProfileRuntime(app_name); in TEST() local
212 const auto& packets = ProfileStartup(app_name); in TEST() local
219 const auto& packets = ProfileRuntime(app_name, in TEST() local
231 const auto& packets = ProfileStartup(app_name, in TEST() local
243 const auto& packets = ProfileRuntime(app_name); in TEST() local
255 const auto& packets = ProfileStartup(app_name); in TEST() local
Dheapprofd_java_test_cts.cc92 void AssertGraphPresent(std::vector<protos::gen::TracePacket> packets) { in AssertGraphPresent()
105 void AssertNoProfileContents(std::vector<protos::gen::TracePacket> packets) { in AssertNoProfileContents()
117 const auto& packets = ProfileRuntime(app_name); in TEST() local
123 const auto& packets = ProfileRuntime(app_name); in TEST() local
129 const auto& packets = ProfileRuntime(app_name); in TEST() local
Dtraced_perf_test_cts.cc88 void AssertHasSampledStacksForPid(std::vector<protos::gen::TracePacket> packets, in AssertHasSampledStacksForPid()
131 void AssertNoStacksForPid(std::vector<protos::gen::TracePacket> packets, in AssertNoStacksForPid()
149 const auto& packets = ProfileSystemWide(app_name); in TEST() local
163 const auto& packets = ProfileSystemWide(app_name); in TEST() local
177 const auto& packets = ProfileSystemWide(app_name); in TEST() local
/external/autotest/client/site_tests/firmware_TouchMTB/
Dvalidators.py83 def validate(packets, gesture, variation): argument
195 def init_check(self, packets=None): argument
290 def check(self, packets, variation=None): argument
336 def _discard_initial_seconds(self, packets, seconds_to_discard): argument
365 def check(self, packets, variation=None): argument
485 def check(self, packets, variation=None): argument
660 def check(self, packets, variation=None): argument
698 def check(self, packets, variation=None): argument
751 def check(self, packets, variation=None): argument
801 def check(self, packets, variation=None): argument
[all …]
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework_unittest.cc25 static bool IsSequenceNumberSorted(const Packets& packets) { in IsSequenceNumberSorted()
40 Packets packets; in TEST() local
65 Packets packets; in TEST() local
158 Packets packets; in TestRateCounter() local
219 Packets packets; in TestLossFilter() local
233 Packets packets; in TestLossFilter() local
285 Packets packets; in TestDelayFilter() local
383 Packets packets; in TEST_F() local
439 Packets packets; in TestJitterFilter() local
507 Packets packets; in TestReorderFilter() local
[all …]
/external/perfetto/src/traced/probes/android_log/
Dandroid_log_data_source_unittest.cc216 auto packets = writer_raw_->GetAllTracePackets(); in TEST_F() local
268 auto packets = writer_raw_->GetAllTracePackets(); in TEST_F() local
290 auto packets = writer_raw_->GetAllTracePackets(); in TEST_F() local
314 auto packets = writer_raw_->GetAllTracePackets(); in TEST_F() local
398 auto packets = writer_raw_->GetAllTracePackets(); in TEST_F() local
/external/linux-kselftest/tools/testing/selftests/bpf/
Dnetcnt_common.h10 __u64 packets; member
20 __u64 packets; member
/external/scapy/scapy/contrib/
Dpnio_rtc.py239 def analyse_data(packets): argument
248 def find_data(packets): argument
298 def analyse_profisafe(packets, locations=None): argument
353 def data_entropy(packets, locations=None): argument
386 def draw_entropy(packets, locations=None): argument
418 def entropy_of_byte(packets, position): argument
/external/deqp/modules/gles3/functional/
Des3fFboTestUtil.cpp111 …ColorShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, cons… in shadeVertices()
121 void FlatColorShader::shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::… in shadeFragments()
196 …dientShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, cons… in shadeVertices()
207 void GradientShader::shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::F… in shadeFragments()
360 …ure2DShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, cons… in shadeVertices()
371 void Texture2DShader::shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::… in shadeFragments()
510 …eCubeShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, cons… in shadeVertices()
525 void TextureCubeShader::shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr… in shadeFragments()
621 …ArrayShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, cons… in shadeVertices()
632 void Texture2DArrayShader::shadeFragments (rr::FragmentPacket* packets, const int numPackets, const… in shadeFragments()
[all …]
/external/perfetto/src/profiling/memory/
Dheapprofd_end_to_end_test.cc213 const auto& packets = helper->trace(); in PrintStats() local
226 const auto& packets = helper->trace(); in ValidateSampleSizes() local
244 const auto& packets = helper->trace(); in ValidateFromStartup() local
257 const auto& packets = helper->trace(); in ValidateRejectedConcurrent() local
268 const auto& packets = helper->trace(); in ValidateHasSamples() local
294 const auto& packets = helper->trace(); in ValidateOnlyPID() local
451 const auto& packets = helper->trace(); in TEST_P() local
518 const auto& packets = helper->trace(); in TEST_P() local
581 const auto& packets = helper->trace(); in TEST_P() local
645 const auto& packets = helper->trace(); in TEST_P() local
[all …]
/external/libogg/src/
Dframing.c1462 int i,j,packets,pageout=pageskip; in test_pack() local
1644 const int packets[]={17, -1}; in main() local
1653 const int packets[]={17, 254, 255, 256, 500, 510, 600, -1}; in main() local
1662 const int packets[]={0,17, 254, 255, 0, 256, 0, 500, 510, 600, 0, -1}; in main() local
1671 const int packets[]={4345,259,255,-1}; in main() local
1681 const int packets[]={0,65500,259,255,-1}; in main() local
1690 const int packets[]={0,4345,259,255,0,0,-1}; in main() local
1700 const int packets[]={0,10,10,10,10,10,10,10,10, in main() local
1740 const int packets[]={0,100,130049,259,255,-1}; in main() local
1750 const int packets[]={0,100,130049,259,255,-1}; in main() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.hpp60 rr::VertexPacket* const* packets, in shadeVertices()
95 rr::VertexPacket* const* packets, in shadeVertices()
139 virtual void shadeFragments (rr::FragmentPacket* packets, in shadeFragments()
180 virtual void shadeFragments (rr::FragmentPacket* packets, in shadeFragments()
/external/perfetto/src/perfetto_cmd/
Dpacket_writer_unittest.cc100 std::vector<perfetto::TracePacket> packets; in TEST() local
128 std::vector<perfetto::TracePacket> packets; in TEST() local
191 std::vector<perfetto::TracePacket> packets; in TEST() local
243 std::vector<perfetto::TracePacket> packets; in TEST() local
280 std::vector<perfetto::TracePacket> packets; in TEST() local
Dpacket_writer.h33 virtual bool WritePackets(const std::vector<TracePacket>& packets) { in WritePackets()
/external/perfetto/include/perfetto/ext/tracing/core/
Dshared_memory_abi.h340 std::atomic<Packets> packets; member
380 auto packets = header()->packets.load(std::memory_order_acquire); in GetPacketCountAndFlags() local
396 auto packets = chunk_header->packets.load(std::memory_order_relaxed); in IncrementPacketCount() local
408 auto packets = chunk_header->packets.load(std::memory_order_relaxed); in IncreasePacketCountTo() local
419 auto packets = chunk_header->packets.load(std::memory_order_relaxed); in SetFlag() local
/external/libnl/include/linux-private/linux/
Dgen_stats.h23 __u32 packets; member
27 __u32 packets; member
/external/mesa3d/src/gallium/drivers/r600/
Degd_tables.py149 def parse(filename, regs, packets): argument
216 def write_tables(regs, packets): argument
/external/ImageMagick/coders/
Dsgi.c168 ssize_t number_packets,unsigned char *packets,ssize_t number_pixels, in SGIDecode()
453 *packets; in ReadSGIImage() local
850 unsigned char *packets) in SGIEncode()
945 *packets; in WriteSGIImage() local
/external/perfetto/src/tracing/test/
Dmock_consumer.h82 void OnTraceData(std::vector<TracePacket> packets, bool has_more) override { in OnTraceData()
/external/iproute2/include/uapi/linux/
Dgen_stats.h26 __u32 packets; member
30 __u32 packets; member
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dtransport_feedback_adapter_unittest.cc122 std::vector<PacketInfo> packets; in TEST_F() local
153 std::vector<PacketInfo> packets; in TEST_F() local
198 std::vector<PacketInfo> packets; in TEST_F() local
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
Dremb.h36 void OnPacketsSent(const Packets& packets) override {} in OnPacketsSent()
/external/webrtc/talk/media/base/
Dfakenetworkinterface.h93 int packets = 0; in NumRtpPackets() local
201 void GetNumRtpBytesAndPackets(uint32_t ssrc, int* bytes, int* packets) { in GetNumRtpBytesAndPackets()
/external/perfetto/src/tracing/core/
Dtrace_writer_for_testing.cc64 auto packets = GetAllTracePackets(); in GetOnlyTracePacket() local
/external/deqp/modules/gles31/functional/
Des31fFboTestUtil.cpp203 …ure2DShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, cons… in shadeVertices()
214 void Texture2DShader::shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::… in shadeFragments()
370 …ArrayShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, cons… in shadeVertices()
385 void TextureCubeArrayShader::shadeFragments (rr::FragmentPacket* packets, const int numPackets, con… in shadeFragments()

123456