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

1 2

  /external/perfetto/docs/
Makefile 20 ln -s ../infra/perfetto-site.appspot.com/static static
21 make -C ../infra/perfetto-site.appspot.com/ static
  /external/skia/bin/
fetch-skps 10 DOWNLOAD_SCRIPT=$(cd $(dirname $0)/..; pwd)/infra/bots/assets/skp/download.py
fetch-svgs 8 DOWNLOAD_SCRIPT=$(cd $(dirname $0)/..; pwd)/infra/bots/assets/svg/download.py
  /external/skqp/bin/
fetch-skps 10 DOWNLOAD_SCRIPT=$(cd $(dirname $0)/..; pwd)/infra/bots/assets/skp/download.py
fetch-svgs 8 DOWNLOAD_SCRIPT=$(cd $(dirname $0)/..; pwd)/infra/bots/assets/svg/download.py
  /external/skia/infra/bots/
bundle_recipes.sh 13 python infra/bots/recipes.py bundle --destination ${1}/recipe_bundle
  /external/skia/infra/bots/recipe_modules/infra/examples/
full.py 6 # Recipe which runs the Skia infra tests.
10 'infra',
24 api.infra.go_version()
25 with api.infra.MetadataFetch(api, 'key', 'file'):
  /external/skqp/infra/bots/
bundle_recipes.sh 13 python infra/bots/recipes.py bundle --destination ${1}/recipe_bundle
  /external/skqp/infra/bots/recipe_modules/infra/examples/
full.py 6 # Recipe which runs the Skia infra tests.
10 'infra',
24 api.infra.go_version()
25 with api.infra.MetadataFetch(api, 'key', 'file'):
  /external/autotest/site_utils/
automated_deploy_unittest.py 15 from autotest_lib.site_utils.lib import infra
30 infra.chdir = mock.MagicMock()
33 @mock.patch.object(infra, 'local_runner')
37 @param run_cmd: Mock of infra.local_runner call used.
46 @mock.patch.object(infra, 'local_runner')
50 @param run_cmd: Mock of infra.local_runner call used.
61 @mock.patch.object(infra, 'local_runner')
65 @param run_cmd: Mock of infra.local_runner call used.
78 @mock.patch.object(infra, 'local_runner')
82 @param run_cmd: Mock of infra.local_runner call used
    [all...]
automated_deploy.py 27 from autotest_lib.site_utils.lib import infra
36 NOTIFY_GROUP = 'chromeos-infra-discuss@google.com'
40 'chromiumos/infra/lucifer',
41 'chromiumos/infra/skylab/linux-amd64',
42 'chromiumos/infra/skylab-inventory',
43 'chromiumos/infra/skylab_swarming_worker/linux-amd64',
100 infra.local_runner('rm -rf %s' % repo_dir)
119 with infra.chdir(repo_dir):
125 diff = infra.local_runner('git log prod..%s --oneline' % rebase_to,
129 infra.local_runner('git rebase %s prod' % rebase_to
    [all...]
mysql_bootstrap.py 53 from autotest_lib.site_utils.lib import infra
102 return infra.execute_command(dest_server, full_cmd)
152 infra.execute_command(dest_host, 'echo "hello"')
191 return infra.execute_command('localhost', cmd).rstrip('\n')
server_manager_actions.py 21 from autotest_lib.site_utils.lib import infra
96 infra.execute_command(server.hostname, command)
deploy_server.py 14 from autotest_lib.site_utils.lib import infra
103 output = infra.execute_command(server, cmd)
  /external/skia/infra/bots/recipes/
infra.py 6 # Recipe which runs the Skia infra tests.
11 'infra',
24 # Run the infra tests.
29 env=api.infra.go_env):
30 api.step('infra_tests', cmd=['make', '-C', 'infra/bots', 'test'])
update_go_deps.py 11 'infra',
27 with api.context(cwd=skia_dir, env=api.infra.go_env):
28 script = skia_dir.join('infra', 'bots', 'update_go_deps.py')
  /external/skqp/infra/bots/recipes/
infra.py 6 # Recipe which runs the Skia infra tests.
11 'infra',
24 # Run the infra tests.
29 env=api.infra.go_env):
30 api.step('infra_tests', cmd=['make', '-C', 'infra/bots', 'test'])
update_go_deps.py 11 'infra',
27 with api.context(cwd=skia_dir, env=api.infra.go_env):
28 script = skia_dir.join('infra', 'bots', 'update_go_deps.py')
  /external/skia/tools/skqp/
cut_release 16 go get -u go.skia.org/infra/golden/go/search
  /external/skqp/tools/skqp/
cut_release 16 go get -u go.skia.org/infra/golden/go/search
  /external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
JmhCipherEncryptBenchmark.java 28 import org.openjdk.jmh.infra.Blackhole;
  /external/opencensus-java/contrib/agent/src/jmh/java/io/opencensus/contrib/agent/instrumentation/
ExecutorInstrumentationBenchmark.java 27 import org.openjdk.jmh.infra.Blackhole;
ThreadInstrumentationBenchmark.java 26 import org.openjdk.jmh.infra.Blackhole;
  /external/grpc-grpc-java/context/src/jmh/java/io/grpc/
WriteBenchmark.java 28 import org.openjdk.jmh.infra.Blackhole;
  /external/skia/tools/
bisect_roll.go 23 "go.skia.org/infra/autoroll/go/repo_manager"
24 "go.skia.org/infra/go/autoroll"
25 "go.skia.org/infra/go/common"
26 "go.skia.org/infra/go/gerrit"
27 "go.skia.org/infra/go/util"

Completed in 1900 milliseconds

1 2