Home
last modified time | relevance | path

Searched refs:system (Results 1 – 25 of 98) sorted by relevance

1234

/tools/metalava/metalava/src/test/java/com/android/tools/metalava/compatibility/
DMultipleCompatibilityFilesTest.kt98 fun `Test current system vs released system only`() { in Test current system vs released system only()
109 fun `Test current system vs multiple released compatibility files`() { in Test current system vs multiple released compatibility files()
122 fun `Test current system vs multiple released compatibility files (invalid first)`() { in Test current system vs multiple released compatibility files (invalid first)()
/tools/aadevtools/avd/resource/
Davd_img_list.csv2 avd_car,30,$HOME/Downloads/sdk-repo-linux-system-images-eng.USER.zip
3 sdk_gcar,30,$HOME/Downloads/sdk-repo-linux-system-images-7157940.zip
4 sdk_gcar,29,$HOME/Downloads/sdk-repo-linux-system-images-7086261.zip
/tools/treble/hacksaw/scripts/
Dinstall-service.sh13 cp ${SCRIPT_DIR}/hacksaw.service /lib/systemd/system/hacksaw.service
14 cp ${SCRIPT_DIR}/hacksaw.socket /lib/systemd/system/hacksaw.socket
15 chmod 755 /lib/systemd/system/hacksaw.*
Duninstall-service.sh13 rm /lib/systemd/system/hacksaw.service
14 rm /lib/systemd/system/hacksaw.socket
/tools/netsim/scripts/tasks/
Drun_pytest_task.py91 if platform.system() == "Windows":
103 if platform.system() != "Windows":
106 if platform.system() == "Darwin" and platform.machine() == "arm64":
Dcompile_install_task.py34 if platform.system() != "Windows":
/tools/metalava/metalava/src/test/resources/
Dsource-model-provider-baseline.txt52 Basic test that FlaggedApi annotated items can be hidden[turbine,system with flagged api]
53 …Basic test that FlaggedApi annotated items can be hidden[turbine,system without flagged api, with …
56 …d class members are handled correctly when flagged APIs are hidden[turbine,system with flagged api]
57 …class members are handled correctly when flagged APIs are hidden[turbine,system without flagged ap…
60 …Test that cross references are handled correctly when flagged APIs are hidden[turbine,system with …
61 …Test that cross references are handled correctly when flagged APIs are hidden[turbine,system witho…
64 …Test that method overrides are handled correctly when flagged APIs are hidden[turbine,system with …
65 …Test that method overrides are handled correctly when flagged APIs are hidden[turbine,system witho…
72 …sly released APIs which are now public and flagged are not removed[turbine,system with flagged api]
73 …y released APIs which are now public and flagged are not removed[turbine,system without flagged a…
[all …]
/tools/netsim/scripts/
Dutils.py78 if platform.system() == "Darwin" and platform.machine() == "arm64":
80 return platform.system()
109 if platform.system() == "Windows":
196 platform.system(),
210 is_windows = platform.system() == "Windows"
Dcmake_setup.py53 default=platform.system(),
70 target = platform.system().lower()
Denvironment.py69 assert platform.system() == "Windows"
151 if platform.system() == "Windows":
/tools/trebuchet/
DREADME.md15 …ing the Android build system, there will be a StartupAnalyzerKt program placed into a directory th…
19 …ng the Android build system, there will be a StartupSummarizerKt program placed into a directory t…
/tools/asuite/atest/unittest_data/
DVtsAndroidTest.xml.data10 …<option name="push" value="hal-hidl-hash/system/hardware/interfaces/current.txt->/data/local/tmp/s…
11 …<option name="push" value="hal-hidl-hash/system/libhidl/transport/current.txt->/data/local/tmp/sys…
/tools/trebuchet/trebuchet/startup-analyzer/
DREADME.md112 /system/framework/org.apache.http.legacy.impl.jar @ 0.061 ms
113 /system/framework/com.google.android.maps.jar @ 0.057 ms
114 /system/framework/com.google.android.maps.jar @ 0.270 ms
135 … /data/dalvik-cache/arm/system@framework@org.apache.http.legacy.impl.jar@classes.dex @ 0.028 ms
136 … /system/framework/oat/arm/org.apache.http.legacy.impl.odex @ 4.073 ms
137 … /data/dalvik-cache/arm/system@framework@com.google.android.maps.jar@classes.dex @ 0.026 ms
138 /system/framework/oat/arm/com.google.android.maps.odex @ 1.343 ms
/tools/loganalysis/src/com/android/loganalysis/item/
DTopItem.java98 public void setSystem(int system) { in setSystem() argument
99 setAttribute(SYSTEM, system); in setSystem()
/tools/netsim/testing/netsim-grpc/src/netsim_grpc/
Dnetsim_client.py163 elif platform.system() == 'Linux' and 'XDG_RUNTIME_DIR' in os.environ:
166 elif platform.system() == 'Darwin' and 'HOME' in os.environ:
171 elif platform.system() == 'Windows' and 'LOCALAPPDATA' in os.environ:
/tools/netsim/rust/common/src/
Dlib.rs20 pub mod system; module
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475a.py3506 def get_neighbor_cell_type(self, system, index): argument
3517 cmd = "NCTYPE? {},{},{}".format(system, index, self._bts_number)
3520 def set_neighbor_cell_type(self, system, index, cell_type): argument
3533 cmd = "NCTYPE {},{},{},{}".format(system, index, cell_type,
3537 def get_neighbor_cell_name(self, system, index): argument
3548 cmd = "NCCELLNAME? {},{},{}".format(system, index, self._bts_number)
3551 def set_neighbor_cell_name(self, system, index, name): argument
3563 cmd = "NCCELLNAME {},{},{},{}".format(system, index, name,
3567 def get_neighbor_cell_mcc(self, system, index): argument
3578 cmd = "NCMCC? {},{},{}".format(system, index, self._bts_number)
[all …]
/tools/metalava/
DAPI-LINT.md60 then the build system will automatically supply `--update-baseline` on your
75 …out/soong/.intermediates/frameworks/base/system-api-stubs-docs/android_common/api/system-baseline.…
76 frameworks/base/api/system-baseline.txt
95 In the near future the build system will not allow source files to be modified
/tools/security/fuzzing/measure_sandbox/
DAndroid.bp11 "system/core/libcutils/include/private/",
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBatchProcessor.kt30 import kotlin.system.measureNanoTime in <lambda>()
31 import kotlin.system.measureTimeMillis in <lambda>()
/tools/asuite/aidegen/lib/
Dandroid_dev_os.py65 }.get(platform.system(), cls.LINUX)
/tools/security/fuzzing/llm/libufdt_fuzzer2/
DAndroid.bp18 "system/libufdt/include/",
/tools/acloud/internal/lib/
Dota_tools_test.py150 "system", image_dir, system=override_system_path)
154 "vendor", image_dir, system=override_system_path)
163 system=os.path.join(self._temp_dir, "not_exist"))
/tools/netsim/testing/netsim-grpc/
Dsetup.cfg61 # system: mark end-to-end system tests
/tools/test/mobly_extensions/tools/results_uploader/
Dpyproject.toml1 [build-system]

1234