Home
last modified time | relevance | path

Searched defs:local_copy (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/autotest/server/
H A Dbase_utils.py56 def get(location, local_copy = False): argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/
H A Dtcplistener.rs170 …let mut local_copy = self.local.clone(); // port is non-0 by this time, but the method signature n… in accept() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/
H A Dtcplistener.rs170 …let mut local_copy = self.local.clone(); // port is non-0 by this time, but the method signature n… in accept() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/
H A Dtcplistener.rs170 …let mut local_copy = self.local.clone(); // port is non-0 by this time, but the method signature n… in accept() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/
H A Dtcplistener.rs170 …let mut local_copy = self.local.clone(); // port is non-0 by this time, but the method signature n… in accept() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/
H A Dtcplistener.rs170 …let mut local_copy = self.local.clone(); // port is non-0 by this time, but the method signature n… in accept() localVariable
/aosp_15_r20/external/googleapis/google/genomics/v1alpha2/
H A Dpipelines.proto614 LocalCopy local_copy = 6; field
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dtensor_array.h433 bool local_copy; member