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

  /external/e2fsprogs/lib/ss/
parse.c 71 goto end_of_line;
100 goto end_of_line;
137 end_of_line:
  /external/webrtc/webrtc/p2p/client/
httpportallocator.cc 42 size_t end_of_line = 0; local
45 start_of_line = string.find_first_not_of("\r\n", end_of_line);
49 end_of_line = string.find_first_of("\r\n", start_of_line);
50 if (end_of_line == std::string::npos) {
51 end_of_line = string.length();
55 if ((equals >= end_of_line) || (equals == std::string::npos))
59 std::string value(string, equals + 1, end_of_line - equals - 1);
  /external/webrtc/webrtc/base/
logging.cc 487 const unsigned char* end_of_line = strchrn<unsigned char>(udata, local
490 if (!end_of_line) {
491 udata = end_of_line = end;
493 udata = end_of_line + 1;
501 if (consecutive_unprintable && ((end_of_line - line) < kMinPrintableLine)) {
507 for (const unsigned char* pos = line; pos < end_of_line; ++pos) {
533 while ((end_of_line > line) && isspace(*(end_of_line-1))) {
534 --end_of_line;
537 std::string substr(reinterpret_cast<const char*>(line), end_of_line - line)
    [all...]
  /external/pcre/dist/
pcregrep.c 1119 end_of_line(char *p, char *endptr, int *lenptr) function
    [all...]
  /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...]
  /toolchain/binutils/binutils-2.25/binutils/
objcopy.c     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 212 'whitespace/end_of_line',
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 5671 RegExpNode* end_of_line = ActionNode::BeginSubmatch( local
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 194 'whitespace/end_of_line',
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py 194 'whitespace/end_of_line',
    [all...]

Completed in 329 milliseconds