HomeSort by relevance Sort by last modified time
    Searched refs:CommentPos (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
IdfClassObject.py 125 CommentPos = Line.find(Comment)
126 while CommentPos >= 0:
130 if ((Line.count('"', 0, CommentPos) - Line.count('\\"', 0, CommentPos)) & 1) == 1:
131 CommentPos = Line.find (Comment, CommentPos + 1)
133 return Line[:CommentPos].strip()
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()
  /build/soong/androidmk/parser/
ast.go 52 CommentPos Pos
60 func (x *Comment) Pos() Pos { return x.CommentPos }
61 func (x *Comment) End() Pos { return Pos(int(x.CommentPos) + len(x.Comment)) }
parser.go 494 CommentPos: pos,
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
nodes.go 453 // TODO(gri) Consider renaming to CommentPos, CommentPlacement, etc.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
nodes.go 453 // TODO(gri) Consider renaming to CommentPos, CommentPlacement, etc.

Completed in 504 milliseconds