Home
last modified time | relevance | path

Searched refs:contents (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DFontsUtils.kt88 private fun stringReplaceOnce(contents: ByteArray, fromValue: String, toValue: String) { in stringReplaceOnce()
90 for (i in 0..<contents.size) { in stringReplaceOnce()
91 if (i + fromValue.length > contents.size) { return } in stringReplaceOnce()
94 if (contents[i + j] != fromValue.get(j).toByte()) { in stringReplaceOnce()
101 contents[i + j] = toValue.get(j).toByte(); in stringReplaceOnce()
/platform_testing/docs/
Dindex.md3 The contents of this directory have been updated and migrated to
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/ghidra/
DGhidraScriptRunner.java114 public GhidraScriptRunner postScript(String contents, Map<String, String> propertiesContent) { in postScript() argument
115 mPostScriptContent = Optional.ofNullable(contents); in postScript()
129 public GhidraScriptRunner preScript(String contents) { in preScript() argument
130 mPreScriptContent = Optional.ofNullable(contents); in preScript()
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/setup/
DLayoutPullParser.java68 public static LayoutPullParser createFromString(@NonNull String contents) { in createFromString() argument
70 contents.getBytes(StandardCharsets.UTF_8))); in createFromString()
/platform_testing/utils/shell-as/
DAndroid.bp86 // A source file that contains the contents of the above shell-as-test-app APK