HomeSort by relevance Sort by last modified time
    Searched refs:cmd_string (Results 1 - 5 of 5) sorted by null

  /external/webrtc/tools/network_emulator/
network_emulator.py 181 cmd_string = ' '.join(cmd_list)
182 logging.debug('Running command: %s', cmd_string)
187 raise NetworkEmulatorError(fail_msg, cmd_string, process.returncode, output,
  /frameworks/compile/slang/tests/
slang_test.py 166 cmd_string = ('%s/bin/llvm-rs-cc -o tmp/ -p tmp/ -MD '
169 base_args = cmd_string.split()
  /frameworks/ml/nn/tools/test_generator/tests/
test.py 150 cmd_string = ('%s/%s_generator.py'
152 base_args = cmd_string.split()
  /external/toolchain-utils/cros_utils/
logger.py 141 cmd_string = 'CMD (%s): %s\n' % (host, cmd)
142 self._WriteTo(self.cmdfd, cmd_string, flush)
282 # cmd_string = 'CMD (%s): %s\n' % (host, cmd)
283 # print('MockLogger: Writing to file ONLY: %s' % cmd_string)
  /external/libchrome/base/
command_line_unittest.cc 370 CommandLine::StringType cmd_string(cl_program_path.GetCommandLineString());
371 EXPECT_EQ(L"\"Program Path\"", cmd_string);

Completed in 335 milliseconds