OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_bot_info
(Results
1 - 9
of
9
) sorted by null
/external/skia/infra/bots/flavor/
coverage_flavor.py
21
cmd = [os.path.join(self.
_bot_info
.skia_dir, 'tools',
24
self.
_bot_info
.run(cmd)
42
results_dir = self.
_bot_info
.out_dir.join('coverage_results')
46
report_file_basename = '%s.cov' % self.
_bot_info
.got_revision
50
os.path.join(self.
_bot_info
.skia_dir, 'tools', 'llvm_coverage_run.py'),
52
self.
_bot_info
.run(args, **kwargs)
56
self.
_bot_info
.got_revision, '--format=%%ci']).rstrip()
58
self.
_bot_info
.got_revision, git_timestamp))
60
self.
_bot_info
.got_revision, git_timestamp))
64
os.path.join(self.
_bot_info
.skia_dir, 'tools'
[
all
...]
xsan_flavor.py
31
}[self.
_bot_info
.bot_cfg['extra_config']]
34
cmd = [os.path.join(self.
_bot_info
.skia_dir, 'tools', 'xsan_build'),
36
self.
_bot_info
.run(cmd)
40
lsan_suppressions = self.
_bot_info
.skia_dir.join('tools', 'lsan.supp')
41
tsan_suppressions = self.
_bot_info
.skia_dir.join('tools', 'tsan.supp')
42
ubsan_suppressions = self.
_bot_info
.skia_dir.join('tools', 'ubsan.supp')
50
path_to_app = os.path.join(self.
_bot_info
.out_dir,
51
self.
_bot_info
.configuration, cmd[0])
54
return self.
_bot_info
.run(new_cmd, env=env, **kwargs)
cmake_flavor.py
19
cmake_build = os.path.join(self.
_bot_info
.skia_dir, 'cmake', 'cmake_build')
20
self.
_bot_info
.run([cmake_build, target])
valgrind_flavor.py
19
self._suppressions_file = os.path.join(self.
_bot_info
.skia_dir,
26
path_to_app = os.path.join(self.
_bot_info
.out_dir,
27
self.
_bot_info
.configuration, cmd[0])
30
return self.
_bot_info
.run(new_cmd, **kwargs)
android_flavor.py
32
self._android_flavor.
_bot_info
.run(
42
return self._android_flavor.
_bot_info
.run(self._adb + args, **kwargs)
48
self.device = self.
_bot_info
.spec['device_cfg']
50
self.
_bot_info
.slave_name,
54
self.
_bot_info
.skia_dir, 'platform_tools', 'android', 'bin')
72
'-t', self.
_bot_info
.configuration,
77
return self.
_bot_info
.run(self.
_bot_info
.m.step, name=name, cmd=args + cmd,
83
ccache = self.
_bot_info
.ccache
89
if 'Clang' in self.
_bot_info
.name
[
all
...]
ios_flavor.py
20
self.ios_bin = os.path.join(self.
_bot_info
.skia_dir, 'platform_tools',
31
return self.
_bot_info
.run(args + cmd, **kwargs)
36
self.
_bot_info
.run(cmd)
44
return self.
_bot_info
.run(
50
return self.
_bot_info
.run(
56
return self.
_bot_info
.run(
62
return self.
_bot_info
.run([
69
return self.
_bot_info
.run(
76
self.
_bot_info
.run(
87
self.
_bot_info
.run([os.path.join(self.ios_bin, 'ios_install')]
[
all
...]
chromeos_flavor.py
20
self.board = self.
_bot_info
.spec['device_cfg']
26
local_path = self.
_bot_info
.out_dir.join(
28
self.
_bot_info
.configuration, cmd[0])
37
cmd = [os.path.join(self.
_bot_info
.skia_dir, 'platform_tools', 'chromeos',
41
self.
_bot_info
.run(cmd)
default_flavor.py
71
self.
_bot_info
= bot_info
76
path_to_app = self.
_bot_info
.out_dir.join(
77
self.
_bot_info
.configuration, cmd[0])
79
'x86_64' in self.
_bot_info
.bot_name and
80
not 'TSAN' in self.
_bot_info
.bot_name):
85
return self.
_bot_info
.run(new_cmd, **kwargs)
98
self.
_bot_info
.run(cmd, env=env)
162
join = lambda p: os.path.join(self.
_bot_info
.build_dir, p)
165
perf_data_dir=self.
_bot_info
.perf_data_dir,
166
resource_dir=self.
_bot_info
.resource_dir
[
all
...]
ssh_flavor.py
22
slave_info = ssh_devices.SLAVE_INFO.get(self.
_bot_info
.slave_name,
50
return self.
_bot_info
.run(ssh_cmd, **kwargs)
99
cmd = [os.path.join(self.
_bot_info
.skia_dir, 'tools',
102
self.
_bot_info
.run(cmd)
107
cmd = [os.path.join(self.
_bot_info
.skia_dir, 'tools',
110
self.
_bot_info
.run(cmd)
116
self.
_bot_info
.run(cmd)
Completed in 555 milliseconds