Home
last modified time | relevance | path

Searched defs:push (Results 1 – 4 of 4) 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/external_updater/
Dgit_utils.py239 def push(proj_path: Path, remote_name: str, has_errors: bool) -> None: function