HomeSort by relevance Sort by last modified time
    Searched full:debugprintf (Results 1 - 9 of 9) sorted by null

  /external/skia/src/core/
SkConcaveToTriangles.cpp 56 static void DebugPrintf(const char *format, ...) {
75 inline void DebugPrintf(const char *format, ...) {}
189 DebugPrintf("Unexpected non-null second trapezoid.\n");
292 DebugPrintf("Entering getTrapezoidWithEdge(): looking through %d\n",
294 DebugPrintf("trying to find %p: ", edge);
299 DebugPrintf("%p and %p, ", (**tp).left(), (**tp).right());
301 DebugPrintf("\ngetTrapezoidWithEdge found the trapezoid\n");
305 DebugPrintf("getTrapezoidWithEdge found no trapezoid\n");
313 DebugPrintf("Inserting a trapezoid...");
319 DebugPrintf("a second one...")
    [all...]
  /external/expat/amiga/
launch.c 40 DebugPrintF("Can't open expat.library\n");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ClipboardSupport.java 312 debugPrintf("Failed to paste document root for %1$s: document is not empty", rootFqcn);
320 debugPrintf("Failed to paste document root, unknown FQCN %1$s", rootFqcn);
372 debugPrintf("Failed to paste element, unknown FQCN %1$s", childFqcn);
423 private void debugPrintf(String message, Object... params) {
LayoutCanvas.java     [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c 500 // DebugPrintF
503 DEBUG_EXPORT size_t DebugPrintF( DebugLevel inLevel, const char *inFormat, ... )
675 DebugPrintF(
688 DebugPrintF(
    [all...]
DebugServices.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LayoutTestBase.java 201 public void debugPrintf(String msg, Object... params) {
  /sdk/rule_api/src/com/android/ide/common/api/
IClientRulesEngine.java 52 void debugPrintf(@NonNull String msg, Object...params);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 118 public void debugPrintf(String msg, Object... params) {

Completed in 564 milliseconds