Searched defs:cmd1 (Results 1 - 3 of 3) sorted by relevance

/external/libmicrohttpd/src/testspdy/
H A Dtest_request_response_with_callback.c263 char *cmd1; local
274 asprintf(&cmd1, "spdycat https://127.0.0.1:%i/ | md5sum",port);
278 md5(cmd1,md5_sum1);
/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp586 const DispatchCommand& cmd1,
593 vec.push_back(cmd1);
601 const DispatchCommand& cmd1,
610 vec.push_back(cmd1);
585 commandsVec(const DispatchCommand& cmd0, const DispatchCommand& cmd1, const DispatchCommand& cmd2, const DispatchCommand& cmd3, const DispatchCommand& cmd4) argument
600 commandsVec(const DispatchCommand& cmd0, const DispatchCommand& cmd1, const DispatchCommand& cmd2, const DispatchCommand& cmd3, const DispatchCommand& cmd4, const DispatchCommand& cmd5, const DispatchCommand& cmd6) argument
/external/google-breakpad/src/common/mac/
H A Dmacho_reader_unittest.cc1299 SegmentLoadCommand cmd1, cmd2, cmd3;
1303 cmd1.Header("head", seg1, 0x88bf1cc7, 0x889a26a4, 0xe9b80d87);
1308 cmd1.Append(128, '!');
1323 load_commands.Place(&cmd1).Place(&cmd2).Place(&cmd3);
1689 SegmentLoadCommand cmd1, cmd2, cmd3;
1690 cmd1.Header("first", segment1, 0xfadb6932, 0x175bf529, 0x0de790ad);
1695 commands.Place(&cmd1).Place(&cmd2).Place(&cmd3);
1295 SegmentLoadCommand cmd1, cmd2, cmd3; local
1685 SegmentLoadCommand cmd1, cmd2, cmd3; local

Completed in 165 milliseconds