Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:taskBuilder
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/infra/bots/gen_tasks_logic/
H
A
D
task_builder.go
16
//
taskBuilder
is a helper for creating a task.
17
type
taskBuilder
struct {
type
25
// newTaskBuilder returns a
taskBuilder
instance.
26
func newTaskBuilder(b *jobBuilder, name string) *
taskBuilder
{
31
return &
taskBuilder
{
41
func (b *
taskBuilder
) attempts(a int) {
46
func (b *
taskBuilder
) cache(caches ...*specs.Cache) {
65
func (b *
taskBuilder
) cmd(c ...string) {
70
func (b *
taskBuilder
) dimension(dims ...string) {
79
func (b *
taskBuilder
) expiratio
[all...]
H
A
D
gen_tasks_logic.go
578
func (b *
taskBuilder
) kitchenTaskNoBundle(recipe string, outputDir string) {
612
func (b *
taskBuilder
) kitchenTask(recipe string, outputDir string) {
618
func (b *
taskBuilder
) internalHardwareLabel() *int {
626
func (b *
taskBuilder
) linuxGceDimensions(machineType string) {
717
func (b *
taskBuilder
) swarmDimensions() {
729
func (b *
taskBuilder
) defaultSwarmDimensions() {
977
b.addTask(BUNDLE_RECIPES_NAME, func(b *
taskBuilder
) {
994
b.addTask(name, func(b *
taskBuilder
) {
1010
b.addTask(b.Name, func(b *
taskBuilder
) {
1048
b.addTask(taskName, func(b *
taskBuilder
) {
[all...]
H
A
D
job_builder.go
45
// Create a
taskBuilder
and run the given function for it.
46
func (b *jobBuilder) addTask(name string, fn func(*
taskBuilder
)) {
69
b.addTask(cfg.uploadTaskName, func(b *
taskBuilder
) {
H
A
D
dm_flags.go
44
func (b *
taskBuilder
) dmFlags(internalHardwareLabel string) {
Completed in 3 milliseconds