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

  /development/testrunner/
coverage.py 89 output_path=None,
97 output_path: path to place output files in. If None will use
100 If not None, this will be used to customize output_path as shown above.
105 if output_path is None:
109 output_path = os.path.join(self._root_path,
116 coverage_local_path = os.path.join(output_path,
120 report_path = os.path.join(output_path,
236 output_path = os.path.join(self._output_root_path, target_name)
238 if os.path.isdir(output_path) and target is not None:
239 coverage_files = self._FindCoverageFiles(output_path)
    [all...]
  /external/v8/test/message/
testcfg.py 117 output_path = file_prefix + ".out"
118 if not exists(output_path):
119 print "Could not find %s" % output_path
121 result.append(MessageTestCase(test, file_path, output_path, mode,
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/
test_type_base.py 111 output_path = os.path.join(output_dir, output_file)
112 logging.debug('writing new baseline to "%s"' % (output_path))
113 open(output_path, "wb").write(data)
  /development/scripts/
divide_and_compress.py 121 def __init__(self, output_path, base_dir, archive_size, enable_compression):
125 output_path: A string, the path to write the archives and index file to.
133 self.output_dir = output_path
divide_and_compress_test.py 355 self.output_path = '/out_dir/'
357 self.output_path, self.base_dir, 1024*1024, True)
  /external/bluetooth/glib/glib/
gkeyfile.c 590 gchar *output_path; local
600 output_path = NULL;
603 g_free (output_path);
605 fd = find_file_in_data_dirs (file, data_dirs, &output_path,
627 *full_path = output_path;
629 g_free (output_path);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
ticon.c 128 tiUINT8 output_path = SHARED_MEMORY_OUTPUT_PATH(module_inedx); local
136 if (output_path == OUTPUT_PATH_ETHERNET)
165 else if (output_path == OUTPUT_PATH_MUX_UART)
    [all...]
  /external/dbus/
ltmain.sh     [all...]
  /external/expat/conftools/
ltmain.sh     [all...]
  /external/libffi/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]

Completed in 1481 milliseconds