/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | validators.py | 83 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/ |
D | heapprofd_test_cts.cc | 193 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/ |
D | bwe_test_framework_unittest.cc | 25 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/ |
D | netcnt_common.h | 10 __u64 packets; member 20 __u64 packets; member
|
D | test_netcnt.c | 43 unsigned long packets; in main() local
|
/external/scapy/scapy/contrib/ |
D | pnio_rtc.py | 239 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/ |
D | es3fFboTestUtil.cpp | 111 …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/ |
D | framing.c | 1462 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/ |
D | vktPipelineReferenceRenderer.hpp | 60 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/ |
D | packet_writer_unittest.cc | 90 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
|
D | packet_writer.cc | 110 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/ |
D | heapprofd_end_to_end_test.cc | 213 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/ |
D | gen_stats.h | 23 __u32 packets; member 27 __u32 packets; member
|
/external/perfetto/include/perfetto/tracing/core/ |
D | shared_memory_abi.h | 333 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/ |
D | egd_tables.py | 148 def parse(filename, regs, packets): argument 215 def write_tables(regs, packets): argument
|
/external/perfetto/src/tracing/test/ |
D | mock_consumer.h | 80 void OnTraceData(std::vector<TracePacket> packets, bool has_more) override { in OnTraceData()
|
/external/ImageMagick/coders/ |
D | sgi.c | 168 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/ |
D | gen_stats.h | 26 __u32 packets; member 30 __u32 packets; member
|
/external/kernel-headers/original/uapi/linux/ |
D | gen_stats.h | 27 __u32 packets; member 31 __u32 packets; member
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | transport_feedback_adapter_unittest.cc | 122 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/ |
D | remb.h | 36 void OnPacketsSent(const Packets& packets) override {} in OnPacketsSent()
|
/external/webrtc/talk/media/base/ |
D | fakenetworkinterface.h | 93 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/ |
D | producer_fec_unittest.cc | 129 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/ |
D | es31fFboTestUtil.cpp | 203 …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/ |
D | es2fDepthTests.cpp | 88 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()
|