Home
last modified time | relevance | path

Searched defs:target (Results 1 – 7 of 7) sorted by relevance

/development/diff_published_artifacts/
Ddiff_published_artifacts.py205 def fetch_artifact(build_id, branch, target, output_dir, file_path): argument
226 def search_builds(days, branch, target, file_name, query): argument
/development/plot-benchmarks/
Dtsconfig.json4 "target": "ESNext", string
/development/benchmarks-chrome-extension/
Dtsconfig.json4 "target": "ESNext", string
/development/plot-benchmarks/src/workers/
Dservice.ts25 const target = comparables[j]; constant
65 const target = comparables[j]; constant
/development/upload_mac_metrics_to_skia/
Dupload_mac_metrics_to_skia.py17 def fetch_artifacts(build_id, branch, target, output_dir, file_path): argument
/development/plot-benchmarks/src/transforms/
Dstandard-mappers.ts144 const y = i == index ? target : 0; constant
/development/importMaven/src/main/kotlin/androidx/build/importMaven/
DKonanPrebuiltsDownloader.kt139 listOf("$prefix.$host") + SUPPORTED_TARGETS.map { target -> "$prefix.$host-$target" } in <lambda>() method