Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DClipboardSupport.java317 debugPrintf("Failed to paste document root for %1$s: document is not empty", rootFqcn); in pasteInEmptyDocument()
325 debugPrintf("Failed to paste document root, unknown FQCN %1$s", rootFqcn); in pasteInEmptyDocument()
374 debugPrintf("Failed to paste element, unknown FQCN %1$s", childFqcn); in pasteInEmptyDocument()
425 private void debugPrintf(String message, Object... params) { in debugPrintf() method in ClipboardSupport
DLayoutCanvas.java1594 debugPrintf("Failed to create document root for %1$s: document is not empty", in createDocumentRoot()
1603 debugPrintf("Failed to add document root, unknown FQCN %1$s", rootFqcn); in createDocumentRoot()
1663 private void debugPrintf(String message, Object... params) { in debugPrintf() method in LayoutCanvas
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DLayoutTestBase.java203 public void debugPrintf(@NonNull String msg, Object... params) { in debugPrintf() method in LayoutTestBase.TestRulesEngine
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DClientRulesEngine.java140 public void debugPrintf(@NonNull String msg, Object... params) { in debugPrintf() method in ClientRulesEngine