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

  /external/chromium_org/third_party/libjingle/overrides/talk/base/
logging.cc 224 const unsigned char* end_of_line = strchrn<unsigned char>(udata, local
227 if (!end_of_line) {
228 udata = end_of_line = end;
230 udata = end_of_line + 1;
238 if (consecutive_unprintable && ((end_of_line - line) < kMinPrintableLine)) {
244 for (const unsigned char* pos = line; pos < end_of_line; ++pos) {
270 while ((end_of_line > line) && isspace(*(end_of_line-1))) {
271 --end_of_line;
274 std::string substr(reinterpret_cast<const char*>(line), end_of_line - line)
    [all...]
  /external/e2fsprogs/lib/ss/
parse.c 74 goto end_of_line;
99 goto end_of_line;
136 end_of_line:
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc 61 size_t end_of_line = 0; local
64 start_of_line = string.find_first_not_of("\r\n", end_of_line);
68 end_of_line = string.find_first_of("\r\n", start_of_line);
69 if (end_of_line == std::string::npos) {
70 end_of_line = string.length();
74 if ((equals >= end_of_line) || (equals == std::string::npos))
78 std::string value(string, equals + 1, end_of_line - equals - 1);
  /external/chromium/third_party/libjingle/source/talk/base/
logging.cc 543 const unsigned char* end_of_line = strchrn<unsigned char>(udata, local
546 if (!end_of_line) {
547 udata = end_of_line = end;
549 udata = end_of_line + 1;
557 if (consecutive_unprintable && ((end_of_line - line) < kMinPrintableLine)) {
563 for (const unsigned char* pos = line; pos < end_of_line; ++pos) {
589 while ((end_of_line > line) && isspace(*(end_of_line-1))) {
590 --end_of_line;
593 std::string substr(reinterpret_cast<const char*>(line), end_of_line - line)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc 63 size_t end_of_line = 0; local
66 start_of_line = string.find_first_not_of("\r\n", end_of_line);
70 end_of_line = string.find_first_of("\r\n", start_of_line);
71 if (end_of_line == std::string::npos) {
72 end_of_line = string.length();
76 if ((equals >= end_of_line) || (equals == std::string::npos))
80 std::string value(string, equals + 1, end_of_line - equals - 1);
  /external/chromium_org/third_party/libjingle/source/talk/base/
logging.cc 566 const unsigned char* end_of_line = strchrn<unsigned char>(udata, local
569 if (!end_of_line) {
570 udata = end_of_line = end;
572 udata = end_of_line + 1;
580 if (consecutive_unprintable && ((end_of_line - line) < kMinPrintableLine)) {
586 for (const unsigned char* pos = line; pos < end_of_line; ++pos) {
612 while ((end_of_line > line) && isspace(*(end_of_line-1))) {
613 --end_of_line;
616 std::string substr(reinterpret_cast<const char*>(line), end_of_line - line)
    [all...]
  /external/pixman/pixman/
pixman-arm-simd-asm.h 514 .macro end_of_line restore_x, vars_spilled, loop_label, last_one
772 end_of_line 1, %((flags) & FLAG_SPILL_LINE_VARS_WIDE), 151b
800 end_of_line 1, %((flags) & FLAG_SPILL_LINE_VARS_NON_WIDE), 161b variable
846 end_of_line %(dst_w_bpp < 32), %((flags) & FLAG_SPILL_LINE_VARS_NON_WIDE), 171b, last_one
  /ndk/sources/host-tools/make-3.81/
job.c     [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 542 def end_of_line?
    [all...]
  /art/tools/
cpplint.py 212 'whitespace/end_of_line',
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 212 'whitespace/end_of_line',
    [all...]
  /external/chromium_org/v8/src/
jsregexp.cc 5050 RegExpNode* end_of_line = ActionNode::BeginSubmatch( local
    [all...]
  /external/v8/src/
jsregexp.cc 3955 RegExpNode* end_of_line = ActionNode::BeginSubmatch( local
    [all...]

Completed in 999 milliseconds