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

  /external/clang/lib/AST/
CommentLexer.cpp 86 if (BufferPtr == CommentEnd)
96 if (NewBufferPtr == CommentEnd)
102 if (NewBufferPtr == CommentEnd)
311 assert(TokenPtr < CommentEnd);
312 while (TokenPtr != CommentEnd) {
322 if (TokenPtr == CommentEnd) {
336 if (C == ':' && TokenPtr != CommentEnd && *TokenPtr == ':') {
352 TokenPtr = skipCommandName(TokenPtr, CommentEnd);
357 if (Length == 1 && TokenPtr[-1] == 'f' && TokenPtr != CommentEnd) {
403 if (TokenPtr == CommentEnd) {
    [all...]
  /external/llvm/utils/jedit/
tablegen.xml 7 <PROPERTY NAME="commentEnd" VALUE="*/" />
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
packet_util.cpp 27 ***********************************************************CommentEnd********/
143 ***********************************************************CommentEnd********/
vlc_decode.cpp 131 ***********************************************************CommentEnd********/
266 ***********************************************************CommentEnd********/
318 ***********************************************************CommentEnd********/
450 ***********************************************************CommentEnd********/
501 ***********************************************************CommentEnd********/
534 ***********************************************************CommentEnd********/
588 ***********************************************************CommentEnd********/
627 ***********************************************************CommentEnd********/
835 ***********************************************************CommentEnd********/
    [all...]
vlc_decode.h 73 ***********************************************************CommentEnd********/
vop.cpp 79 ***********************************************************CommentEnd********/
741 ***********************************************************CommentEnd********/
805 ***********************************************************CommentEnd********/
    [all...]
datapart_decode.cpp 573 ***********************************************************CommentEnd********/
617 ***********************************************************CommentEnd********/
bitstream.cpp 173 ***********************************************************CommentEnd********/
192 ***********************************************************CommentEnd********/
    [all...]
combined_decode.cpp 525 ***********************************************************CommentEnd********/
  /external/chromium_org/third_party/boringssl/src/util/
doc.go 77 commentEnd = " */"
96 i := strings.Index(commentParagraph, commentEnd)
98 if i != len(commentParagraph)-len(commentEnd) {
  /external/clang/include/clang/AST/
CommentLexer.h 243 const char *CommentEnd;
319 /// Lex stuff inside comments. CommentEnd should be set correctly.
  /libcore/json/src/main/java/org/json/
JSONTokener.java 135 int commentEnd = in.indexOf("*/", pos);
136 if (commentEnd == -1) {
139 pos = commentEnd + 2;
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]