HomeSort by relevance Sort by last modified time
    Searched defs:LINE_FEED (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/skia/tests/
SkpSkGrTest.cpp 34 #define LINE_FEED "\r\n"
39 #define LINE_FEED "\n"
77 outStr.printf("%s %d %d%s", fFilename, fPixelError, fTime, LINE_FEED);
  /external/skia/tests/
SkpSkGrTest.cpp 34 #define LINE_FEED "\r\n"
39 #define LINE_FEED "\n"
77 outStr.printf("%s %d %d%s", fFilename, fPixelError, fTime, LINE_FEED);
  /external/tinyxml2/
tinyxml2.cpp 33 static const char LINE_FEED = (char)0x0a; // all line endings are normalized to LF
34 static const char LF = LINE_FEED;
    [all...]