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

  /dalvik/tools/dmtracedump/
CreateTestTrace.c 138 char *indentEnd;
152 indentEnd = cp;
153 while (isspace(*indentEnd))
154 indentEnd += 1;
155 if (indentEnd - cp + 1 > maxFrames)
156 maxFrames = indentEnd - cp + 1;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java     [all...]

Completed in 1055 milliseconds