Home
last modified time | relevance | path

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

12345

/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/perfetto/test/cts/
Dheapprofd_test_cts.cc193 std::vector<protos::TracePacket> packets) { in AssertExpectedAllocationsPresent()
218 void AssertNoProfileContents(std::vector<protos::TracePacket> packets) { in AssertNoProfileContents()
239 const auto& packets = ProfileRuntime(app_name); in TEST() local
246 const auto& packets = ProfileStartup(app_name); in TEST() local
253 const auto& packets = ProfileRuntime(app_name); in TEST() local
265 const auto& packets = ProfileStartup(app_name); in TEST() local
/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/linux-kselftest/tools/testing/selftests/bpf/
Dnetcnt_common.h10 __u64 packets; member
20 __u64 packets; member
Dtest_netcnt.c43 unsigned long packets; in main() local
/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/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.cc90 std::vector<perfetto::TracePacket> packets; in TEST() local
118 std::vector<perfetto::TracePacket> packets; in TEST() local
181 std::vector<perfetto::TracePacket> packets; in TEST() local
244 std::vector<perfetto::TracePacket> packets; in TEST() local
Dpacket_writer.cc110 bool FilePacketWriter::WritePackets(const std::vector<TracePacket>& packets) { in WritePackets()
138 bool ZipPacketWriter::WritePackets(const std::vector<TracePacket>& packets) { in WritePackets()
/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
459 const auto& packets = helper->trace(); in NativeStartup() local
540 const auto& packets = helper->trace(); in NativeStartupDenormalizedCmdline() local
616 const auto& packets = helper->trace(); in DiscoverByName() local
693 const auto& packets = helper->trace(); in DiscoverByNameDenormalizedCmdline() local
[all …]
/external/libnl/include/linux-private/linux/
Dgen_stats.h23 __u32 packets; member
27 __u32 packets; member
/external/perfetto/include/perfetto/tracing/core/
Dshared_memory_abi.h333 std::atomic<Packets> packets; member
373 auto packets = header()->packets.load(std::memory_order_acquire); in GetPacketCountAndFlags() local
389 auto packets = chunk_header->packets.load(std::memory_order_relaxed); in IncrementPacketCount() local
401 auto packets = chunk_header->packets.load(std::memory_order_relaxed); in IncreasePacketCountTo() local
412 auto packets = chunk_header->packets.load(std::memory_order_relaxed); in SetFlag() local
/external/mesa3d/src/gallium/drivers/r600/
Degd_tables.py148 def parse(filename, regs, packets): argument
215 def write_tables(regs, packets): argument
/external/perfetto/src/tracing/test/
Dmock_consumer.h80 void OnTraceData(std::vector<TracePacket> packets, bool has_more) override { in OnTraceData()
/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/iproute2/include/uapi/linux/
Dgen_stats.h26 __u32 packets; member
30 __u32 packets; member
/external/kernel-headers/original/uapi/linux/
Dgen_stats.h27 __u32 packets; member
31 __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/webrtc/webrtc/modules/rtp_rtcp/source/
Dproducer_fec_unittest.cc129 std::vector<RedPacket*> packets = producer_->GetFecPackets(kRedPayloadType, in TEST_F() local
172 std::vector<RedPacket*> packets = producer_->GetFecPackets(kRedPayloadType, in TEST_F() 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()
/external/deqp/modules/gles2/functional/
Des2fDepthTests.cpp88 void DepthShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, … in shadeVertices()
94 void DepthShader::shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::Frag… in shadeFragments()

12345