Home
last modified time | relevance | path

Searched defs:input (Results 1 – 25 of 35) sorted by relevance

12

/tools/loganalysis/javatests/com/android/loganalysis/parser/
DCompactMemInfoParserTest.java32 … List<String> input = Arrays.asList("proc,cached,com.google.android.youtube1,2964,19345,1005,a"); in testSingleProcLineWithSwapHasActivities() local
45 List<String> input = Arrays.asList("proc,cached,com.google.android.youtube,2964,19345,a"); in testSingleProcLineWithoutSwapHasActivities() local
59 List<String> input = Arrays.asList("proc,cached,com.google.android.youtube,2964,19345,e"); in testSingleProcLineWithoutSwapNoActivities() local
72 List<String> input = Arrays.asList("lostram,1005"); in testSingleLostRamLine() local
78 List<String> input = Arrays.asList("ram,2866484,1221694,1112777"); in testSingleRamLine() local
84 List<String> input = Arrays.asList("zram,5800,520908,491632"); in testSingleZramLine() local
102 List<String> input = in testSomeMalformedLines() local
127 List<String> input = in testMultipleLines() local
158 List<String> input = Arrays.asList( in testSkipNonProcLines() local
178 List<String> input = in testJson() local
DGfxInfoParserTest.java31 List<String> input = Arrays.asList( in testSingleProcess() local
105 List<String> input = Arrays.asList( in testMultipleProcesses() local
314 List<String> input = Arrays.asList( in testSingleProcessInL() local
DQtaguidParserTest.java28 …List<String> input = Arrays.asList("12 wlan0 0x0 10009 0 111661 353 258252 484 111661 353 0 0 0 0 … in testSingleLine() local
38 List<String> input = Arrays.asList("a b c d", "a b c d e f g h i j k l"); in testMalformedLine() local
46 List <String> input = Arrays.asList( in testMultipleLines() local
DCpuInfoParserTest.java28 List<String> input = Arrays.asList(" 0.1% 170/surfaceflinger: 0% user + 0% kernel"); in testSingleLine() local
38 List<String> input = Arrays.asList( in testMultipleLines() local
DBatteryDischargeStatsInfoParserTest.java35 List<String> input = Arrays.asList( in testBatteryDischargeStats() local
147 List<String> input = Arrays.asList( in testBatteryDischargeStatsWithTop5Percentages() local
DDvmLockSampleParserTest.java31 List<String> input = Arrays.asList( in testSingleDvmLine() local
DAbstractSectionParserTest.java59 public IItem parse(List<String> input) { in parse()
DTimingsLogParserTest.java349 private BufferedReader createBufferedReader(String input) { in createBufferedReader()
/tools/test/graphicsbenchmark/performance_tests/helper/test/com/android/game/qualification/
DGameCoreConfigurationXmlParserTest.java40 try (InputStream input = new ByteArrayInputStream( in testSingleApkInfo()
81 try (InputStream input = new ByteArrayInputStream( in testOptionalFields()
113 try (InputStream input = new ByteArrayInputStream( in testMissingRequiredField()
140 try (InputStream input = new ByteArrayInputStream( in testApkWithArguments()
174 try (InputStream input = new ByteArrayInputStream( in testRequirements()
207 try (InputStream input = new ByteArrayInputStream( in testRequirementNeedsMatchingApk()
/tools/apksig/src/test/java/com/android/apksig/internal/asn1/
DAsn1BerParserTest.java47 ByteBuffer input = ByteBuffer.wrap(HexEncoding.decode("300012345678")); in testEmptySequence() local
247 ByteBuffer input = ByteBuffer.wrap(HexEncoding.decode("0280020401000002010c")); in testPrimitiveIndefiniteLengthEncodingWithGarbage() local
270 ByteBuffer input = ByteBuffer.wrap(HexEncoding.decode("308002020000000002010c")); in testConstructedIndefiniteLengthEncodingWithoutNestedIndefiniteLengthDataValues() local
285 ByteBuffer input = in testConstructedIndefiniteLengthEncodingWithNestedIndefiniteLengthDataValues() local
299 ByteBuffer input = ByteBuffer.wrap(HexEncoding.decode("3080308002040000000002010c")); in testConstructedIndefiniteLengthEncodingWithGarbage() local
305 ByteBuffer input = in parse() local
311 private static <T> T parse(ByteBuffer input, Class<T> containerClass) in parse()
/tools/loganalysis/src/com/android/loganalysis/parser/
DEventsLogParser.java90 public List<TransitionDelayItem> parseTransitionDelayInfo(BufferedReader input) in parseTransitionDelayInfo()
149 public List<LatencyItem> parseLatencyInfo(BufferedReader input) throws IOException { in parseLatencyInfo()
171 public List<BootEventItem> parseBootEventInfo(BufferedReader input) throws IOException { in parseBootEventInfo()
DDvmLockSampleParser.java71 public DvmLockSampleItem parse(BufferedReader input) throws IOException { in parse()
DTimingsLogParser.java131 public List<GenericTimingItem> parseGenericTimingItems(BufferedReader input) in parseGenericTimingItems()
201 public List<SystemServicesTimingItem> parseSystemServicesTimingItems(BufferedReader input) in parseSystemServicesTimingItems()
DSmartMonkeyLogParser.java87 public SmartMonkeyLogItem parse(BufferedReader input) throws IOException { in parse()
/tools/apksig/src/test/java/com/android/apksig/internal/asn1/ber/
DInputStreamBerDataValueReaderTest.java29 protected InputStreamBerDataValueReader createReader(byte[] input) { in createReader()
DByteBufferBerDataValueReaderTest.java29 protected ByteBufferBerDataValueReader createReader(byte[] input) { in createReader()
DBerDataValueReaderTestBase.java40 protected abstract BerDataValueReader createReader(byte[] input); in createReader()
271 private BerDataValue readDataValue(byte[] input) in readDataValue()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/utils/
DIOExceptionConsumer.java36 void accept(@Nullable T input) throws IOException; in accept()
DIOExceptionFunction.java36 @Nullable T apply(@Nullable F input) throws IOException; in apply()
/tools/trebuchet/trebuchet/user-switch-analyzer/src/
DUserSwitchAnalyzer.kt89 val input = args[0] in main() constant
/tools/trebuchet/trebuchet/system-server-analyzer/src/
DSystemServerAnalyzer.kt103 val input = args[0] in main() constant
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_gatt_utils.py335 def setup_gatt_characteristics(droid, input): argument
344 def setup_gatt_descriptors(droid, input): argument
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v4/
DV4SchemeVerifier.java72 try (InputStream input = new FileInputStream(v4SignatureFile)) { in verify()
/tools/test/connectivity/acts_tests/tests/google/ble/api/
DBleScanApiTest.py54 def _format_defaults(self, input): argument
74 def validate_scan_settings_helper(self, input, droid): argument
/tools/apksig/src/test/java/com/android/apksig/util/
DDataSinkTestBase.java78 ByteBuffer input = ByteBuffer.wrap("abcdefg".getBytes(StandardCharsets.UTF_8)); in testConsumeFromByteBuffer() local

12