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

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
GLAPISpec.java 79 int commentPos = line.indexOf('#');
80 if (commentPos != -1) {
81 line = line.substring(0, commentPos);

Completed in 906 milliseconds