Home
last modified time | relevance | path

Searched refs:cmd3 (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp588 const DispatchCommand& cmd3, in commandsVec() argument
595 vec.push_back(cmd3); in commandsVec()
603 const DispatchCommand& cmd3, in commandsVec() argument
612 vec.push_back(cmd3); in commandsVec()
/external/autotest/client/bin/
Dutils.py830 cmd3 = 'cut -f 2 -d"="'
831 cmd = ' | '.join([cmd1, cmd2, cmd3])
886 cmd3 = 'cut -f 2 -d"="'
887 cmd = ' | '.join([cmd1, cmd2, cmd3])
917 cmd3 = 'cut -f 2 -d"="'
918 cmd = ' | '.join([cmd1, cmd2, cmd3])
/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc1295 SegmentLoadCommand cmd1, cmd2, cmd3; in TEST_F() local
1314 cmd3.Header("abdomen", seg3, 0x7098b70d, 0x8d8d7728, 0x5131419b); in TEST_F()
1316 cmd3.Append(64, '&'); in TEST_F()
1319 load_commands.Place(&cmd1).Place(&cmd2).Place(&cmd3); in TEST_F()
1685 SegmentLoadCommand cmd1, cmd2, cmd3; in TEST_F() local
1688 cmd3.Header("third", segment3, 0xe172b39e, 0x86012f07, 0x080ac94d); in TEST_F()
1691 commands.Place(&cmd1).Place(&cmd2).Place(&cmd3); in TEST_F()