/external/chromium_org/third_party/libjingle/overrides/talk/base/ |
logging.cc | 226 const unsigned char* end_of_line = strchrn<unsigned char>(udata, local 229 if (!end_of_line) { 230 udata = end_of_line = end; 232 udata = end_of_line + 1; 240 if (consecutive_unprintable && ((end_of_line - line) < kMinPrintableLine)) { 246 for (const unsigned char* pos = line; pos < end_of_line; ++pos) { 272 while ((end_of_line > line) && isspace(*(end_of_line-1))) { 273 --end_of_line; 276 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 | 563 const unsigned char* end_of_line = strchrn<unsigned char>(udata, local 566 if (!end_of_line) { 567 udata = end_of_line = end; 569 udata = end_of_line + 1; 577 if (consecutive_unprintable && ((end_of_line - line) < kMinPrintableLine)) { 583 for (const unsigned char* pos = line; pos < end_of_line; ++pos) { 609 while ((end_of_line > line) && isspace(*(end_of_line-1))) { 610 --end_of_line; 613 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 | 5042 RegExpNode* end_of_line = ActionNode::BeginSubmatch( local [all...] |
/external/v8/src/ |
jsregexp.cc | 3955 RegExpNode* end_of_line = ActionNode::BeginSubmatch( local [all...] |