Home
last modified time | relevance | path

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

12

/tools/external/gradle/
DBUILD5 # do not use directly. Use //tools/base/build-system:gradle
9 visibility = ["//tools/base/build-system:__pkg__"],
14 # //tools/base/build-system:gradle-api_neverlink
15 # //tools/base/build-system:gradle-api
19 visibility = ["//tools/base/build-system:__pkg__"],
26 # do not use directly. Use //tools/base/build-system:gradle
30 visibility = ["//tools/base/build-system:__pkg__"],
35 # //tools/base/build-system:gradle-api_neverlink
36 # //tools/base/build-system:gradle-api
40 visibility = ["//tools/base/build-system:__pkg__"],
[all …]
/tools/test/connectivity/tools/lab/
DREADME.md26 name: system's hostname(string)
38 used: total RAM used by system in KB (int)
46 load_avg_1_min: system load average for past 1 min (float)
47 load_avg_5_min: system load average for past 5 min (float)
48 load_avg_15_min: system load average for past 15 min (float)
50 date_time: system date and time (string)
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475a.py2943 def get_neighbor_cell_type(self, system, index): argument
2954 cmd = "NCTYPE? {},{},{}".format(system, index, self._bts_number)
2957 def set_neighbor_cell_type(self, system, index, cell_type): argument
2970 cmd = "NCTYPE {},{},{},{}".format(system, index, cell_type,
2974 def get_neighbor_cell_name(self, system, index): argument
2985 cmd = "NCCELLNAME? {},{},{}".format(system, index, self._bts_number)
2988 def set_neighbor_cell_name(self, system, index, name): argument
3000 cmd = "NCCELLNAME {},{},{},{}".format(system, index, name,
3004 def get_neighbor_cell_mcc(self, system, index): argument
3015 cmd = "NCMCC? {},{},{}".format(system, index, self._bts_number)
[all …]
/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/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/metalava/
DAPI-LINT.md58 then the build system will automatically supply `--update-baseline` on your
73 …out/soong/.intermediates/frameworks/base/system-api-stubs-docs/android_common/api/system-baseline.…
74 frameworks/base/api/system-baseline.txt
93 In the near future the build system will not allow source files to be modified
/tools/repohooks/rh/
Dhooks.py246 system = platform.system()
247 if 'Darwin' in system or 'Macintosh' in system:
/tools/acloud/internal/lib/
Dutils.py1112 system = platform.system()
1114 platform_supported = (system in _SUPPORTED_SYSTEMS_AND_DISTS and
1115 dist in _SUPPORTED_SYSTEMS_AND_DISTS[system])
1120 (system,
/tools/loganalysis/src/com/android/loganalysis/item/
DTopItem.java98 public void setSystem(int system) { in setSystem() argument
99 setAttribute(SYSTEM, system); in setSystem()
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/
DMCAP_PTS_INSTRUCTIONS24 cd system/bt/tools/mcap_tool
28 adb push <aosp_root>/out/target/product/<target_name>/system/bin/mcap_tool /system/bin/
/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/external/fat32lib/
DNOTICE39 …y more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operati…
100 …at run time a copy of the library already present on the user's computer system, rather than copyi…
104 …with the major components (compiler, kernel, and so on) of the operating system on which the execu…
106 …other proprietary libraries that do not normally accompany the operating system. Such a contradict…
122system which is implemented by public license practices. Many people have made generous contributi…
/tools/metalava/src/main/java/com/android/tools/metalava/
DApiAnalyzer.kt715 val system = ArrayList<String>() in <lambda>() constant
738 system.add(perm) in <lambda>()
749 if (system.isEmpty() && nonSystem.isEmpty()) { in <lambda>()
751 } else if (any && !nonSystem.isEmpty() || !any && system.isEmpty()) { in <lambda>()
/tools/acloud/internal/proto/
Dinternal_config.proto62 // The name of the default disk image, e.g. avd-system.tar.gz
72 // If file is of this type, it will be compressed to avd-system.tar.gz
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveSettingsTest.py162 os.system("rm -rf %s" % dest_path)
165 os.system("chmod -R 777 %s" % path)
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbluetooth.proto77 // https://cs.corp.google.com/#android/system/bt/stack/include/btm_api.h&q=major_computer.
180 // See: system/bt/stack/include/hcidefs.h, HCI_ERR_CONN_FAILED_ESTABLISHMENT
/tools/asuite/aidegen/lib/
Dandroid_dev_os.py65 }.get(platform.system(), cls.LINUX)
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/task/
DImportTask.kt26 import kotlin.system.measureTimeMillis
/tools/apkzlib/
DBUILD8 visibility = ["//tools/base/build-system/builder:__pkg__"],
/tools/security/sanitizer-status/
Dsanitizer-status.c89 if (system("gzip -d < /proc/config.gz | grep CONFIG_KASAN=y >/dev/null")) { in test_kasan()
/tools/metalava/src/test/java/com/android/tools/metalava/
DSystemServiceCheckTest.kt221 fun `Check SystemService -- must be system permission, not normal`() { in Check SystemService -- must be system permission, not normal()
/tools/acloud/setup/
Dgoogle_sdk.py75 os_type = platform.system().lower()
/tools/acloud/public/data/
Ddefault.config2 disk_image_name: "avd-system.tar.gz"
/tools/trebuchet/trebuchet/startup-summarizer/src/
DStartupSummarizer.kt32 import kotlin.system.exitProcess in <lambda>()
/tools/acloud/public/
Dacloud_main.py66 os_type = platform.system().lower()

12