HomeSort by relevance Sort by last modified time
    Searched refs:working_dir (Results 1 - 25 of 29) sorted by null

1 2

  /external/objenesis/
update_source.sh 16 working_dir="$(mktemp -d)"
17 trap "echo \"Removing temporary directory\"; rm -rf $working_dir" EXIT
19 echo "Fetching Objenesis source into $working_dir"
20 svn export -q $SOURCE $working_dir/source
25 cp -R $working_dir/source/$include .
  /external/mockito/
update_source.sh 23 working_dir="$(mktemp -d)"
24 trap "echo \"Removing temporary directory\"; rm -rf $working_dir" EXIT
26 echo "Fetching Mockito source into $working_dir"
27 git clone $SOURCE $working_dir/source
32 cp -R $working_dir/source/$include .
  /external/pdfium/testing/tools/
run_pixel_tests.py 22 def generate_and_test(input_filename, source_dir, working_dir,
27 pdf_path = os.path.join(working_dir, input_root + '.pdf')
31 input_filename, source_dir, working_dir)
39 [sys.executable, fixup_path, '--output-dir=' + working_dir, input_path])
48 if image_differ.HasDifferences(input_filename, source_dir, working_dir):
69 working_dir = finder.WorkingDir(os.path.join('testing', 'pixel'))
70 if not os.path.exists(working_dir):
71 os.makedirs(working_dir)
91 if not generate_and_test(input_filename, source_dir, working_dir,
run_javascript_tests.py 20 def generate_and_test(input_filename, source_dir, working_dir,
25 pdf_path = os.path.join(working_dir, input_root + '.pdf')
26 txt_path = os.path.join(working_dir, input_root + '.txt')
31 [sys.executable, fixup_path, '--output-dir=' + working_dir, input_path])
62 working_dir = finder.WorkingDir(os.path.join('testing', 'javascript'))
63 if not os.path.exists(working_dir):
64 os.makedirs(working_dir)
79 if not generate_and_test(input_filename, source_dir, working_dir,
pngdiffer.py 20 def GetActualFiles(self, input_filename, source_dir, working_dir):
23 input_filename, source_dir, working_dir)
41 def HasDifferences(self, input_filename, source_dir, working_dir,
44 input_filename, source_dir, working_dir)
70 def _GetTemplatePaths(self, input_filename, source_dir, working_dir):
72 actual_path = os.path.join(working_dir, input_root + self.ACTUAL_TEMPLATE)
run_corpus_tests.py 28 def test_one_file(input_filename, source_dir, working_dir,
32 pdf_path = os.path.join(working_dir, input_filename)
35 input_filename, source_dir, working_dir)
53 working_dir, redirect_output)
56 def test_one_file_parallel(working_dir, pdfium_test_path, image_differ,
65 result = test_one_file(input_filename, source_dir, working_dir,
101 working_dir = finder.WorkingDir(os.path.join('testing', 'corpus'))
102 if not os.path.exists(working_dir):
103 os.makedirs(working_dir)
135 worker_func = functools.partial(test_one_file_parallel, working_dir,
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
bootstrap.py 41 self.working_dir = '/mnt/pyami'
54 fp.write('working_dir = %s\n' % self.working_dir)
63 boto.log.info('Working directory: %s' % self.working_dir)
64 if not os.path.exists(self.working_dir):
65 os.mkdir(self.working_dir)
102 path = os.path.join(self.working_dir, s3_file.split("/")[-1])
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
sonofmmm.py 33 self.log_path = os.path.join(self.working_dir, self.log_file)
66 out_file_name = os.path.join(self.working_dir,
service.py 40 self.working_dir = boto.config.get('Pyami', 'working_dir')
73 file_name = os.path.join(self.working_dir, message.get('OriginalFileName', 'in_file'))
77 key.get_contents_to_filename(os.path.join(self.working_dir, file_name))
  /external/google-breakpad/src/testing/gtest/test/
gtest_test_utils.py 193 def __init__(self, command, working_dir=None, capture_stderr=True, env=None):
200 working_dir: The directory to change into.
232 cwd=working_dir, universal_newlines=True, env=env)
257 if working_dir is not None:
258 os.chdir(working_dir)
gtest_xml_outfiles_test.py 102 working_dir=gtest_test_utils.GetTempDir())
  /external/gtest/test/
gtest_test_utils.py 208 def __init__(self, command, working_dir=None, capture_stderr=True, env=None):
215 working_dir: The directory to change into.
247 cwd=working_dir, universal_newlines=True, env=env)
272 if working_dir is not None:
273 os.chdir(working_dir)
gtest_xml_outfiles_test.py 102 working_dir=gtest_test_utils.GetTempDir())
  /external/protobuf/gtest/test/
gtest_test_utils.py 197 def __init__(self, command, working_dir=None, capture_stderr=True, env=None):
204 working_dir: The directory to change into.
236 cwd=working_dir, universal_newlines=True, env=env)
261 if working_dir is not None:
262 os.chdir(working_dir)
gtest_xml_outfiles_test.py 102 working_dir=gtest_test_utils.GetTempDir())
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_test_utils.py 208 def __init__(self, command, working_dir=None, capture_stderr=True, env=None):
215 working_dir: The directory to change into.
247 cwd=working_dir, universal_newlines=True, env=env)
272 if working_dir is not None:
273 os.chdir(working_dir)
gtest_xml_outfiles_test.py 102 working_dir=gtest_test_utils.GetTempDir())
  /ndk/sources/third_party/googletest/googletest/test/
gtest_test_utils.py 193 def __init__(self, command, working_dir=None, capture_stderr=True, env=None):
200 working_dir: The directory to change into.
232 cwd=working_dir, universal_newlines=True, env=env)
257 if working_dir is not None:
258 os.chdir(working_dir)
gtest_xml_outfiles_test.py 102 working_dir=gtest_test_utils.GetTempDir())
  /external/autotest/site_utils/chromeos_proxy/
swarming_bots.py 11 $ swarming_bots.py launch --working_dir WORKING_DIR --id_range '1-200'
14 $ swarming_bots.py kill --working_dir WORKING_DIR --id_range '1-200'
17 $ swarming_bots.py check --working_dir WORKING_DIR --id_range '1-200'
20 WORKING_DIR
253 CHECK_BOTS_PATTERN = '{executable} {working_dir}.*{bot_cmd_pattern}'
256 def __init__(self, bot_ids, working_dir, swarming_proxy):
260 @param working_dir: Working directory of the bots
    [all...]
  /external/webrtc/webrtc/test/testsupport/
fileutils_unittest.cc 114 std::string working_dir = webrtc::test::WorkingDir(); local
115 ASSERT_GT(working_dir.length(), 0u);
fileutils.cc 77 std::string working_dir = WorkingDir(); local
81 if (path.find(working_dir) != std::string::npos) {
82 temp_path = path.substr(working_dir.length() + 1);
  /external/v8/tools/release/
search_related_commits.py 132 def git_execute(working_dir, args, verbose=False):
133 command = ["git", "-C", working_dir] + args
135 print "Git working dir: " + working_dir
  /external/webrtc/tools/autoroller/
roll_chromium_revision.py 86 def _RunCommand(command, working_dir=None, ignore_exit_code=False,
95 working_dir = working_dir or CHECKOUT_ROOT_DIR
96 logging.debug('CMD: %s CWD: %s', ' '.join(command), working_dir)
104 cwd=working_dir, universal_newlines=True)
  /external/jsoncpp/
doxybuild.py 49 def run_doxygen(doxygen_path, config_file, working_dir, is_silent):
54 os.chdir( working_dir )

Completed in 698 milliseconds

1 2