Home
last modified time | relevance | path

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

12

/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…
Dsettings.gradle30 include 'trebuchet:system-server-analyzer'
/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@[email protected]@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@[email protected]@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/asuite/aidegen/lib/
Dandroid_dev_os.py65 }.get(platform.system(), cls.LINUX)
Dclion_project_file_gen.py543 system = ''
545 system = _SYSTEM
546 hfile.write(_INCLUDE_DIR.format(system))
/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/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475a.py3324 def get_neighbor_cell_type(self, system, index): argument
3335 cmd = "NCTYPE? {},{},{}".format(system, index, self._bts_number)
3338 def set_neighbor_cell_type(self, system, index, cell_type): argument
3351 cmd = "NCTYPE {},{},{},{}".format(system, index, cell_type,
3355 def get_neighbor_cell_name(self, system, index): argument
3366 cmd = "NCCELLNAME? {},{},{}".format(system, index, self._bts_number)
3369 def set_neighbor_cell_name(self, system, index, name): argument
3381 cmd = "NCCELLNAME {},{},{},{}".format(system, index, name,
3385 def get_neighbor_cell_mcc(self, system, index): argument
3396 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/trebuchet/core/common/src/main/kotlin/trebuchet/task/
DImportTask.kt26 import kotlin.system.measureTimeMillis
/tools/doc_generation/
Dswitcher4.py92 os.system(slug1)
95 os.system(page_path_slug)
/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/acloud/internal/lib/
Dutils.py1138 system = platform.system()
1142 platform_supported = (system in _SUPPORTED_SYSTEMS_AND_DISTS and
1143 dist in _SUPPORTED_SYSTEMS_AND_DISTS[system])
1148 (system,
/tools/repohooks/rh/
Dhooks.py261 system = platform.system()
262 if 'Darwin' in system or 'Macintosh' in system:
/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/treble/build/
DREADME.md71 like system.img and host tools like adb.
/tools/trebuchet/trebuchet/system-server-analyzer/
DREADME.md8 `./gradlew :trebuchet:system-server-analyzer:run --args="<trace_file> [-t threshold_ms] [-o output_…
/tools/treble/build/sandbox/
Dnsjail.cfg107 # in a docker container we mount the full file system root. So the container
126 # /dev/urandom used during the creation of system.img
/tools/asuite/atest/tools/
Datest_tools_unittest.py57 if platform.system() == 'Darwin':
/tools/tradefederation/core/atest/tools/
Datest_tools_unittest.py56 if platform.system() == 'Darwin':
/tools/acloud/setup/
Dgoogle_sdk.py76 os_type = platform.system().lower()
/tools/security/fuzzing/example_fuzzer/
DREADME.md55 #0 0x78919740f0 (/system/lib64/libclang_rt.asan-aarch64-android.so+0xb30f0)
73 SUMMARY: AddressSanitizer: stack-buffer-overflow (/system/lib64/libclang_rt.asan-aarch64-android.so…
/tools/security/sanitizer-status/
Dsanitizer-status.c96 if (system("gzip -d < /proc/config.gz | grep CONFIG_KASAN=y >/dev/null")) { in test_kasan()
/tools/ndkports/src/main/kotlin/com/android/ndkports/
DCli.kt33 import kotlin.system.exitProcess
/tools/acloud/internal/proto/
Dinternal_config.proto64 // The name of the default disk image, e.g. avd-system.tar.gz
74 // If file is of this type, it will be compressed to avd-system.tar.gz

12