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

  /build/soong/androidmk/parser/
ast.go 38 CommentPos Pos
46 func (x *Comment) Pos() Pos { return x.CommentPos }
47 func (x *Comment) End() Pos { return Pos(int(x.CommentPos) + len(x.Comment)) }
parser.go 480 CommentPos: pos,
  /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);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
UniClassObject.py 375 CommentPos = Line.find(Comment)
376 while CommentPos >= 0:
380 if ((Line.count(u'"', 0, CommentPos) - Line.count(u'\\"', 0, CommentPos)) & 1) == 1:
381 CommentPos = Line.find (Comment, CommentPos + 1)
383 return Line[:CommentPos].strip()
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
CollationPerformanceTest.java     [all...]
PerfTest.java 805 int commentPos = line.indexOf('#');
806 if (commentPos >= 0) line = line.substring(0, commentPos);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
nodes.go 437 // TODO(gri) Consider renaming to CommentPos, CommentPlacement, etc.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
nodes.go 437 // TODO(gri) Consider renaming to CommentPos, CommentPlacement, etc.
  /art/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /tools/repohooks/tools/
cpplint.py     [all...]

Completed in 671 milliseconds