Home
last modified time | relevance | path

Searched defs:to_local (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dremote_access.py422 def CreateTunnel(self, to_local=None, to_remote=None, connect_settings=None): argument
539 def Rsync(self, src, dest, to_local=False, follow_symlinks=False, argument
599 def Scp(self, src, dest, to_local=False, recursive=True, verbose=False, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__chrono/
Dtime_zone.h133 to_local(const sys_time<_Duration>& __time) const { in to_local() function
/aosp_15_r20/external/pytorch/torch/distributed/tensor/
H A D_api.py431 def to_local( member in DTensor