| /tools/test/graphicsbenchmark/performance_tests/helper/test/com/android/game/qualification/ |
| D | GameCoreConfigurationXmlParserTest.java | 40 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/ |
| D | Asn1BerParserTest.java | 47 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/apksig/src/test/java/com/android/apksig/internal/asn1/ber/ |
| D | InputStreamBerDataValueReaderTest.java | 29 protected InputStreamBerDataValueReader createReader(byte[] input) { in createReader()
|
| D | ByteBufferBerDataValueReaderTest.java | 29 protected ByteBufferBerDataValueReader createReader(byte[] input) { in createReader()
|
| D | BerDataValueReaderTestBase.java | 40 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/ |
| D | IOExceptionConsumer.java | 36 void accept(@Nullable T input) throws IOException; in accept()
|
| D | IOExceptionFunction.java | 36 @Nullable T apply(@Nullable F input) throws IOException; in apply()
|
| /tools/trebuchet/trebuchet/user-switch-analyzer/src/ |
| D | UserSwitchAnalyzer.kt | 89 val input = args[0] in main() constant
|
| /tools/trebuchet/trebuchet/system-server-analyzer/src/ |
| D | SystemServerAnalyzer.kt | 103 val input = args[0] in main() constant
|
| /tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
| D | bt_gatt_utils.py | 335 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/ |
| D | V4SchemeVerifier.java | 72 try (InputStream input = new FileInputStream(v4SignatureFile)) { in verify()
|
| /tools/test/connectivity/acts_tests/tests/google/ble/api/ |
| D | BleScanApiTest.py | 54 def _format_defaults(self, input): argument 74 def validate_scan_settings_helper(self, input, droid): argument
|
| /tools/apksig/src/main/java/com/android/apksig/ |
| D | Hints.java | 68 public Matcher matcher(CharSequence input) { in matcher()
|
| /tools/apksig/src/test/java/com/android/apksig/util/ |
| D | DataSinkTestBase.java | 78 ByteBuffer input = ByteBuffer.wrap("abcdefg".getBytes(StandardCharsets.UTF_8)); in testConsumeFromByteBuffer() local
|
| /tools/apksig/src/main/java/com/android/apksig/internal/asn1/ber/ |
| D | InputStreamBerDataValueReader.java | 49 private static BerDataValue readDataValue(InputStream input) in readDataValue()
|
| /tools/repohooks/rh/ |
| D | utils.py | 262 def run(cmd, redirect_stdout=False, redirect_stderr=False, cwd=None, input=None, argument
|
| /tools/apksig/src/main/java/com/android/apksig/internal/zip/ |
| D | ZipUtils.java | 332 public static DeflateResult deflate(ByteBuffer input) { in deflate()
|
| /tools/apksig/src/main/java/com/android/apksig/internal/apk/ |
| D | AndroidBinXmlParser.java | 533 public static Chunk get(ByteBuffer input) throws XmlParserException { in get()
|
| /tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
| D | wifi_test_utils.py | 2358 def checkMacAddress(input): argument
|