Searched defs:push (Results 1 – 4 of 4) sorted by relevance
| /tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/tracks/ | ||
| D | MultiLineTrack.kt | 53 fun push() { in push() method |
| /tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/ | ||
| D | Testing.kt | 36 fun push(src: File, dest: File) = pushSpecs.add(PushSpec(src, dest)) in push() method in PushBuilder |
| D | Devices.kt | 51 fun push(src: File, dest: File) = in compatibleWith() method in com.android.ndkports.Device |
| /tools/external_updater/ | ||
| D | git_utils.py | 239 def push(proj_path: Path, remote_name: str, has_errors: bool) -> None: function |