Home
last modified time | relevance | path

Searched refs:cmd2 (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_request_response_with_callback.c264 char *cmd2; in childproc() local
275 asprintf(&cmd2, "md5sum " DATA_DIR "spdy-draft.txt"); in childproc()
280 md5(cmd2,md5_sum2); in childproc()
/third_party/node/deps/openssl/config/
H A Dgenerate_gypi.pl365 my $cmd2 ="cd $src_dir; make -f $makefile clean; make -f $makefile distclean;" .
367 system($cmd2) == 0 or die "Error in system($cmd2)";
/third_party/lame/test/
H A Dlametest.py215 cmd2 = lame2 + " --quiet " + line + " " + input_file + " " + name2 variable
217 os.system(cmd2)
/third_party/backends/backend/
H A Dsnapscan-usb.c211 char cmd2[] = {INQUIRY, 0, 0, 0, 120, 0}; in snapscani_usb_close() local
215 snapscani_usb_cmd (fd, cmd2, sizeof (cmd2), data, &read_bytes); in snapscani_usb_close()
H A Dmustek.c2174 SANE_Byte *cmd1, *cmd2; in send_calibration_lines_pro() local
2182 cmd2 = (SANE_Byte *) malloc (buf_size + CDB_SIZE (MUSTEK_SCSI_SEND_DATA)); in send_calibration_lines_pro()
2183 if (!cmd1 || !cmd2) in send_calibration_lines_pro()
2191 memset (cmd2, 0, CDB_SIZE (MUSTEK_SCSI_SEND_DATA)); in send_calibration_lines_pro()
2193 cmd1[0] = cmd2[0] = MUSTEK_SCSI_SEND_DATA; in send_calibration_lines_pro()
2194 cmd1[6] = cmd2[6] = (buf_size >> 16) & 0xff; in send_calibration_lines_pro()
2195 cmd1[7] = cmd2[7] = (buf_size >> 8) & 0xff; in send_calibration_lines_pro()
2196 cmd1[8] = cmd2[8] = (buf_size >> 0) & 0xff; in send_calibration_lines_pro()
2198 cmd2[9] = 0x80; /* Most significant 2 bits */ in send_calibration_lines_pro()
2220 *(cmd2 in send_calibration_lines_pro()
[all...]
H A Dumax_pp_low.c5444 int cmd2[] = in cmdSetDataBuffer() local
5454 /* cmdSet(8,34,cmd2), but without prologue/epilogue */ in cmdSetDataBuffer()
5460 sendData (cmd2, 0x22); in cmdSetDataBuffer()
5461 DBG (16, "sendData(cmd2) passed (%s:%d) \n", __FILE__, __LINE__); in cmdSetDataBuffer()
5465 bloc8Decode (cmd2); in cmdSetDataBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp816 const DispatchCommand& cmd2, in commandsVec()
823 vec.push_back(cmd2); in commandsVec()
831 const DispatchCommand& cmd2, in commandsVec()
840 vec.push_back(cmd2); in commandsVec()
814 commandsVec(const DispatchCommand& cmd0, const DispatchCommand& cmd1, const DispatchCommand& cmd2, const DispatchCommand& cmd3, const DispatchCommand& cmd4) commandsVec() argument
829 commandsVec(const DispatchCommand& cmd0, const DispatchCommand& cmd1, const DispatchCommand& cmd2, const DispatchCommand& cmd3, const DispatchCommand& cmd4, const DispatchCommand& cmd5, const DispatchCommand& cmd6) commandsVec() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp804 const DispatchCommand& cmd2, in commandsVec()
811 vec.push_back(cmd2); in commandsVec()
819 const DispatchCommand& cmd2, in commandsVec()
828 vec.push_back(cmd2); in commandsVec()
802 commandsVec(const DispatchCommand& cmd0, const DispatchCommand& cmd1, const DispatchCommand& cmd2, const DispatchCommand& cmd3, const DispatchCommand& cmd4) commandsVec() argument
817 commandsVec(const DispatchCommand& cmd0, const DispatchCommand& cmd1, const DispatchCommand& cmd2, const DispatchCommand& cmd3, const DispatchCommand& cmd4, const DispatchCommand& cmd5, const DispatchCommand& cmd6) commandsVec() argument

Completed in 22 milliseconds