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

  /development/testrunner/
coverage.py 67 output_path=None,
75 output_path: path to place output files in. If None will use
78 If not None, this will be used to customize output_path as shown above.
83 if output_path is None:
87 output_path = os.path.join(self._root_path,
94 coverage_local_path = os.path.join(output_path,
98 report_path = os.path.join(output_path,
214 output_path = os.path.join(self._output_root_path, target_name)
216 if os.path.isdir(output_path) and target is not None:
217 coverage_files = self._FindCoverageFiles(output_path)
    [all...]
  /external/chromium/net/tools/dump_cache/
dump_cache.cc 32 int CopyCache(const std::wstring& output_path, HANDLE pipe, bool copy_to_text);
124 std::wstring output_path = command_line.GetSwitchValue(kOutputPath); local
131 if (output_path.empty())
166 return CopyCache(output_path, server, copy_to_text);
upgrade.cc 798 int CopyCache(const std::wstring& output_path, HANDLE pipe, bool copy_to_text) {
801 MasterSM master(output_path, pipe, copy_to_text);
  /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,
  /cts/tests/tests/media/src/android/media/cts/
MediaRecorderTest.java 39 private final String OUTPUT_PATH;
62 OUTPUT_PATH = new File(Environment.getExternalStorageDirectory(),
68 mOutFile = new File(OUTPUT_PATH);
70 mMediaRecorder.setOutputFile(OUTPUT_PATH);
173 mMediaRecorder.setOutputFile(OUTPUT_PATH);
257 FileOutputStream fos = new FileOutputStream(OUTPUT_PATH);
  /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/bluetooth/glib/
ChangeLog.pre-2-8 492 leak output_path. (#308546, Kjartan Maraas)
    [all...]
  /device/samsung/crespo/alsa-lib/
libtool     [all...]
ltmain.sh     [all...]
  /external/chromium/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium/third_party/libevent/
ltmain.sh     [all...]
  /external/dbus/
ltmain.sh     [all...]
  /external/expat/conftools/
ltmain.sh     [all...]
  /external/libffi/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh     [all...]
  /external/protobuf/
ltmain.sh     [all...]

Completed in 1729 milliseconds