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:jobBuilder
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/infra/bots/gen_tasks_logic/
H
A
D
job_builder.go
13
//
jobBuilder
provides helpers for creating a job.
14
type
jobBuilder
struct {
type
21
// newJobBuilder returns a
jobBuilder
for the given job name.
22
func newJobBuilder(b *builder, name string) *
jobBuilder
{
27
return &
jobBuilder
{
36
func (b *
jobBuilder
) priority(p float64) {
41
func (b *
jobBuilder
) trigger(trigger string) {
46
func (b *
jobBuilder
) addTask(name string, fn func(*taskBuilder)) {
64
func (b *
jobBuilder
) uploadCIPDAssetToCAS(asset string) string {
80
func (b *
jobBuilder
) genTasksForJo
[all...]
H
A
D
gen_tasks_logic.go
640
func (b *
jobBuilder
) deriveCompileTaskName() string {
976
func (b *
jobBuilder
) bundleRecipes() string {
992
func (b *
jobBuilder
) buildTaskDrivers(goos, goarch string) string {
1009
func (b *
jobBuilder
) updateGoDeps() {
1037
func (b *
jobBuilder
) createDockerImage(wasm bool) string {
1082
func (b *
jobBuilder
) createPushAppsFromSkiaDockerImage() {
1114
func (b *
jobBuilder
) createPushAppsFromWASMDockerImage() {
1176
func (b *
jobBuilder
) compile() string {
1265
func (b *
jobBuilder
) recreateSKPs() {
1303
func (b *
jobBuilder
) checkGeneratedFile
[all...]
H
A
D
task_builder.go
18
*
jobBuilder
26
func newTaskBuilder(b *
jobBuilder
, name string) *taskBuilder {
32
jobBuilder
: b,
Completed in 3 milliseconds