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

  /external/google-benchmark/
.ycm_extra_conf.py 45 def MakeRelativePathsInFlagsAbsolute( flags, working_directory ):
46 if not working_directory:
57 new_flag = os.path.join( working_directory, flag )
66 new_flag = path_flag + os.path.join( working_directory, path )
  /external/libcxx/utils/google-benchmark/
.ycm_extra_conf.py 45 def MakeRelativePathsInFlagsAbsolute( flags, working_directory ):
46 if not working_directory:
57 new_flag = os.path.join( working_directory, flag )
66 new_flag = path_flag + os.path.join( working_directory, path )
  /external/toolchain-utils/crosperf/
experiment.py 27 def __init__(self, name, remote, working_directory, chromeos_root,
32 self.working_directory = working_directory
39 self.results_directory = os.path.join(self.working_directory,
crosperf.py 104 working_directory = os.getcwd()
114 working_directory, log_dir)
experiment_factory.py 104 def GetExperiment(self, experiment_file, working_directory, log_dir):
312 experiment = Experiment(experiment_name, all_remote, working_directory,
experiment_factory_unittest.py 53 experiment_file, working_directory='', log_dir='')
schedv2_unittest.py 78 experiment_file, working_directory='', log_dir='')
experiment_runner_unittest.py 110 experiment_file, working_directory='', log_dir='')
  /external/autotest/scheduler/
monitor_db_functional_test.py 75 def __init__(self, working_directory, pidfile_name, num_processes=None):
76 self._working_directory = working_directory
107 # maps (working_directory, pidfile_name) to pidfile IDs
126 def finish_specific_process(self, working_directory, pidfile_name):
127 pidfile_id = self.pidfile_from_path(working_directory, pidfile_name)
162 def pidfile_from_path(self, working_directory, pidfile_name):
163 return self._pidfile_index[(working_directory, pidfile_name)]
166 def attached_files(self, working_directory):
172 in self._attached_files.get(working_directory, [])
226 def _set_last_pidfile(self, pidfile_id, working_directory, pidfile_name)
    [all...]
pidfile_monitor.py 63 def run(self, command, working_directory, num_processes, nice_level=None,
71 command, working_directory, pidfile_name=pidfile_name,
drone_manager.py 25 WORKING_DIRECTORY = object() # see execute_command()
720 working_directory):
722 if item is WORKING_DIRECTORY:
723 command[i] = working_directory
726 def execute_command(self, command, working_directory, pidfile_name,
733 WORKING_DIRECTORY, the absolute path to the working directory
735 @param working_directory: directory in which the pidfile will be written
750 abs_working_directory = self.absolute_path(working_directory)
770 self._write_attached_files(working_directory, drone)
    [all...]
drone_utility.py 201 def execute_command(self, command, working_directory, log_file,
220 self._ensure_directory_exists(working_directory)
221 pidfile_path = os.path.join(working_directory, pidfile_name)
drone_manager_unittest.py 262 command=['test', drone_manager.WORKING_DIRECTORY],
263 working_directory=self._WORKING_DIRECTORY,
285 working_directory=self._WORKING_DIRECTORY,
  /development/tools/repo_diff/
git_commits_not_upstreamed.py 123 '--working_directory',
129 working_dir = os.path.abspath(args.working_directory)
  /external/ImageMagick/MagickCore/
animate.c 1353 working_directory[MagickPathExtent]; local
    [all...]
display.c 14465 working_directory[MagickPathExtent]; local
    [all...]

Completed in 1534 milliseconds