Home
last modified time | relevance | path

Searched refs:readData (Results 1 – 4 of 4) sorted by relevance

/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DApiLookup.java226 readData(); in ApiLookup()
259 private void readData() { in readData() method in ApiLookup
284 readData(); // Recurse in readData()
DTypoLookup.java231 readData(); in TypoLookup()
241 private void readData() { in readData() method in TypoLookup
266 readData(); // Recurse in readData()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtUtils.java988 public static byte[] readData(@NonNull IFile file) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandler.java946 byte[] existing = AdtUtils.readData(dest); in isIdentical()