Home
last modified time | relevance | path

Searched defs:push (Results 1 – 9 of 9) sorted by relevance

/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/tracks/
DMultiLineTrack.kt53 fun push() { in push() method
/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/
DTesting.kt36 fun push(src: File, dest: File) = pushSpecs.add(PushSpec(src, dest)) in push() method
59 abstract val push: Property<PushBuilder.() -> Unit> constant in AndroidExecutableTestTask
61 fun push(block: PushBuilder.() -> Unit) = push.set(block) in push() method in AndroidExecutableTestTask
DDevices.kt51 fun push(src: File, dest: File) = in compatibleWith() method in com.android.ndkports.Device
/tools/tradefederation/core/src/com/android/tradefed/targetprep/sync/
DDeviceSyncHelper.java97 try (CloseableTraceScope push = new CloseableTraceScope("sync all")) { in syncFiles()
117 try (CloseableTraceScope push = new CloseableTraceScope("push " + partition)) { in syncFiles()
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSBucketUtil.java529 public CommandResult push(File localFile) throws IOException { in push() method in GCSBucketUtil
540 public CommandResult push(File localFile, Path bucketPath) throws IOException { in push() method in GCSBucketUtil
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DStrictShardHelper.java325 IRemoteTest push = listAllTests.remove(j); in normalizeDistribution() local
/tools/external_updater/
Dgit_utils.py222 def push(proj_path: Path, remote_name: str, has_errors: bool) -> None: function
/tools/tradefederation/core/src/com/android/tradefed/util/image/
DIncrementalImageUtil.java385 try (CloseableTraceScope push = in internalUpdateDevice()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DComparisonVisitor.kt103 private fun <E> Stack<E>.push(e: E) { in push() method