Home
last modified time | relevance | path

Searched refs:external (Results 1 – 25 of 27) sorted by relevance

12

/tools/acloud/internal/lib/
Dssh.py163 def __init__(self, external=None, internal=None, ip=None): argument
171 self.external = external or ip
186 self._ip = ip.internal if report_internal_ip else ip.external
Dssh_test.py34 FAKE_IP = ssh.IP(external="1.1.1.1", internal="10.1.1.1")
177 ssh_object = ssh.Ssh(ip=ssh.IP(external="1.1.1.1", internal="10.1.1.1"),
185 ssh_object = ssh.Ssh(ip=ssh.IP(external="1.1.1.1", internal="10.1.1.1"),
Dcvd_compute_client_multi_stage.py277 launch_cvd_args.append(_WEBRTC_PUBLIC_IP % self._ip.external)
469 if self._report_internal_ip else ip.external)
/tools/apifinder/
DAndroid.bp29 "//external/error_prone:error_prone_core",
30 "//external/dagger2:dagger2-auto-service",
34 "//external/dagger2:dagger2-auto-service",
/tools/acloud/public/
Ddevice_driver_test.py80 fake_ip = ssh.IP(external="140.1.1.1", internal="10.1.1.1")
123 "ip": fake_ip.external,
135 fake_ip = ssh.IP(external="140.1.1.1", internal="10.1.1.1")
Davd.py111 self._ip.external if self._ip else "",
Ddevice_driver.py395 else device.ip.external)
/tools/tradefederation/core/tests/res/testtype/
Drust_output2.txt31 right: `"_abc"`', external/rust/crates/proc-macro2/tests/test.rs:13:5
36 right: `"fake"`', external/rust/crates/proc-macro2/tests/test.rs:86:5
Dgtest_output6.txt10 external/gtest/test/gtest_repeat_test.cc:96: Failure
Dgtest_output5.txt10 external/gtest/test/gtest_repeat_test.cc:96: Failure
/tools/acloud/public/actions/
Dcreate_goldfish_action_test.py34 IP = ssh.IP(external="127.0.0.1", internal="10.0.0.1")
154 "ip": self.IP.external,
273 "ip": self.IP.external,
384 "ip": self.IP.external,
Dcommon_operations_test.py35 IP = ssh.IP(external="127.0.0.1", internal="10.0.0.1")
108 "ip": self.IP.external,
Dcreate_cuttlefish_action_test.py39 IP = ssh.IP(external="127.0.0.1", internal="10.0.0.1")
159 "ip": self.IP.external,
Dcommon_operations.py225 else device.ip.external)
/tools/repohooks/
DREADME.md249 # Run cpplint on all projects except ones under external/ and vendor/.
250 # The "external" and "vendor" projects, if they exist, will still run cpplint.
251 cpplint = external/* vendor/*
253 # Run rustfmt on all projects except ones under external/. All projects under
256 rustfmt = external/ ^hardware/(!?google)
261 Some builtin hooks need to call external executables to work correctly. By
/tools/acloud/create/
Dcheeps_remote_image_remote_instance_test.py20 IP = ssh.IP(external="127.0.0.1", internal="10.0.0.1")
98 "ip": self.IP.external,
/tools/security/fuzzing/example_fuzzer/
DREADME.md9 `/external/example`, the fuzz target should generally be in
10 `/external/example/test/fuzzers/`.
/tools/tradefederation/core/
DAndroid.bp71 include_dirs: ["external/protobuf/src"],
88 include_dirs: ["external/protobuf/src"],
/tools/metalava/
DREADME.md16 * Extracting source level annotations into external annotations file (such as
44 signature files, the SDK stub files, external annotations etc.
82 * Ability to merge in data (annotations etc) from external sources, such as
83 IntelliJ external annotations data as well as signature files containing
147 in from external sources, but also inferring whether nullness annotations have
282 * Support for extracting annotations. Metalava can also generate the external
/tools/acloud/
Dpylintrc24 …sys.path.append(os.path.join(os.path.expandvars("$ANDROID_BUILD_TOP"), "external", "python", "mock…
Drun_tests.sh8 THIRD_PARTY_DIR=$(dirname $TOOLS_DIR)/external/python
/tools/tradefederation/core/isolation/
DAndroid.bp38 include_dirs: ["external/protobuf/src"],
/tools/acloud/pull/
Dpull_test.py71 fake_ip = ssh.IP(external="1.1.1.1", internal="10.1.1.1")
/tools/tradefederation/core/atest/
DAndroid.bp160 include_dirs: ["external/protobuf/src"],
/tools/repohooks/tools/
Dpylintrc471 # Create a graph of every (i.e. internal and external) dependencies in the
475 # Create a graph of external dependencies in the given file (report RP0402 must

12