Searched refs:external (Results 1 – 25 of 36) sorted by relevance
12
/tools/external_updater/ |
D | README.md | 3 external updater is a tool to automatically updates libraries in external/ . 13 Check updates for all libraries in external/: 25 LIBNAME can be the path to a library under external/. E.g. kotlinc, or 33 Or see example [here](https://android.googlesource.com/platform/external/ImageMagick/+/refs/heads/m… 106 See [example](https://android.googlesource.com/platform/external/kotlinc/+/refs/heads/master/post_u… 109 upgrade. [example](https://cs.corp.google.com/android/external/jsmn/patches/header.diff) 113 There is some support to automatically check updates for all external
|
/tools/acloud/internal/lib/ |
D | ssh.py | 165 def __init__(self, external=None, internal=None, ip=None): argument 173 self.external = external or ip 188 self._ip = ip.internal if report_internal_ip else ip.external
|
D | ssh_test.py | 36 FAKE_IP = ssh.IP(external="1.1.1.1", internal="10.1.1.1") 180 ssh_object = ssh.Ssh(ip=ssh.IP(external="1.1.1.1", internal="10.1.1.1"), 188 ssh_object = ssh.Ssh(ip=ssh.IP(external="1.1.1.1", internal="10.1.1.1"),
|
/tools/metalava/ |
D | README.md | 16 * 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/public/actions/ |
D | create_goldfish_action_test.py | 34 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,
|
D | common_operations_test.py | 37 IP = ssh.IP(external="127.0.0.1", internal="10.0.0.1") 110 "ip": self.IP.external, 134 "ip": self.IP.external,
|
D | create_cuttlefish_action_test.py | 39 IP = ssh.IP(external="127.0.0.1", internal="10.0.0.1") 160 "ip": self.IP.external,
|
D | remote_instance_fvp_device_factory_test.py | 59 fake_ip = ssh.IP(external="1.1.1.1", internal="10.1.1.1")
|
D | common_operations.py | 235 else device.ip.external)
|
/tools/apifinder/ |
D | Android.bp | 29 "//external/error_prone:error_prone_core", 33 "//external/auto:auto_service_annotations", 37 "//external/auto:auto_service_plugin",
|
/tools/acloud/public/ |
D | device_driver_test.py | 80 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")
|
D | avd.py | 111 self._ip.external if self._ip else "",
|
/tools/tradefederation/core/tests/res/testtype/ |
D | rust_output2.txt | 31 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
|
D | gtest_output6.txt | 10 external/gtest/test/gtest_repeat_test.cc:96: Failure
|
D | gtest_output5.txt | 10 external/gtest/test/gtest_repeat_test.cc:96: Failure
|
/tools/acloud/create/ |
D | cheeps_remote_image_remote_instance_test.py | 20 IP = ssh.IP(external="127.0.0.1", internal="10.0.0.1") 98 "ip": self.IP.external,
|
/tools/security/fuzzing/example_fuzzer/ |
D | README.md | 9 `/external/example`, the fuzz target should generally be in 10 `/external/example/test/fuzzers/`.
|
/tools/tradefederation/core/ |
D | Android.bp | 71 include_dirs: ["external/protobuf/src"], 88 include_dirs: ["external/protobuf/src"],
|
/tools/repohooks/tools/ |
D | pylintrc | 471 # 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
|
/tools/security/fuzzing/orphans/libffi/ |
D | Android.bp | 8 "external/libffi",
|
/tools/acloud/ |
D | pylintrc | 24 …sys.path.append(os.path.join(os.path.expandvars("$ANDROID_BUILD_TOP"), "external", "python", "mock…
|
D | run_tests_py2.sh | 8 THIRD_PARTY_DIR=$(dirname $TOOLS_DIR)/external/python
|
D | run_tests.sh | 8 THIRD_PARTY_DIR=$(dirname $TOOLS_DIR)/external/python
|
/tools/tradefederation/core/isolation/ |
D | Android.bp | 38 include_dirs: ["external/protobuf/src"],
|
/tools/acloud/pull/ |
D | pull_test.py | 71 fake_ip = ssh.IP(external="1.1.1.1", internal="10.1.1.1")
|
12