Home
last modified time | relevance | path

Searched defs:output (Results 1 – 25 of 54) sorted by relevance

123

/tools/security/remote_provisioning/hwtrust/tests/
Dhwtrust_cli.rs10 let output = Command::new(hwtrust_bin()) in exit_code_for_good_chain() localVariable
19 let output = Command::new(hwtrust_bin()) in exit_code_for_bad_chain() localVariable
/tools/asuite/atest/tools/
Datest_tools.py168 def _dump_index(dump_file, output, output_re, key, value): argument
253 def _index_cc_classes(output, index): argument
272 def _index_java_classes(output, index): argument
290 def _index_packages(output, index): argument
308 def _index_qualified_classes(output, index): argument
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/
DLittleEndianUtils.java98 public static void writeUnsigned4Le(@Nonnull ByteBuffer output, long value) in writeUnsigned4Le()
120 public static void writeUnsigned2Le(@Nonnull ByteBuffer output, int value) in writeUnsigned2Le()
/tools/metalava/src/test/java/com/android/tools/metalava/apilevels/
DApiGeneratorTest.kt60 val output = File.createTempFile("api-info", "xml") in Extract API levels() constant
177 val output = File.createTempFile("api-info", "xml") in Extract System API() constant
271 val output = File.createTempFile("api-info", "xml") in Correct API Level for release() constant
326 val output = File.createTempFile("api-info", "xml") in Correct API Level for non-release() constant
/tools/platform-compat/javatest/com/android/class2nonsdklist/
DAnnotationPropertyWriterTest.java53 String output = mByteArrayOutputStream.toString(); in testExportPropertiesNoEscaping() local
69 String output = mByteArrayOutputStream.toString(); in testExportPropertiesEscapeQuotes() local
/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/
DSourceExtractTask.kt29 val output = result.inputStream.bufferedReader().use { it.readText() } in run() constant
DDevices.kt5 data class AdbException(val args: Iterable<String>, val output: String) : constant in com.android.ndkports.AdbException
21 val output = result.inputStream.bufferedReader().use { it.readText() } in formatCmd() constant
DPortTask.kt61 val output = result.inputStream.bufferedReader().use { it.readText() } in executeSubprocess() constant
/tools/loganalysis/javatests/com/android/loganalysis/item/
DSmartMonkeyLogItemTest.java41 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
DDvmLockSampleItemTest.java44 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
DTopItemTest.java36 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
DSystemPropsItemTest.java38 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
DInterruptItemTest.java40 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
DMemInfoItemTest.java38 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
DBatteryDischargeItemTest.java41 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
DWakelockItemTest.java42 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
DBatteryUsageItemTest.java39 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
DProcrankItemTest.java39 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
DDumpsysPackageStatsItemTest.java36 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
DLocationDumpsItemTest.java40 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
DMonkeyLogItemTest.java40 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DDeviceConfigurationTest.java39 … String output = getDevice().executeShellCommand("gzip -dc /proc/config.gz | grep CONFIG_HZ="); in testConfigHzHighEnough() local
/tools/trebuchet/trebuchet/user-switch-analyzer/src/
DUserSwitchAnalyzer.kt94 var output = System.out in main() variable
/tools/trebuchet/trebuchet/system-server-analyzer/src/
DSystemServerAnalyzer.kt109 var output = System.out in main() variable
/tools/metalava/src/main/java/com/android/tools/metalava/
DDiff.kt49 val output = processOutputHandler.processOutput in getNativeDiff() constant

123