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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_trace.h 509 std::string __line; local
511 while (std::getline(__conf_file, __line))
513 std::string::size_type __i = __line.find_first_not_of(" \t\n\v");
515 if (__line.length() <= 0 || __line[__i] == '#')
521 __line.erase(__remove(__line.begin(), __line.end(), ' '),
522 __line.end());
523 std::string::size_type __pos = __line.find("=")
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_trace.h 509 std::string __line; local
511 while (std::getline(__conf_file, __line))
513 std::string::size_type __i = __line.find_first_not_of(" \t\n\v");
515 if (__line.length() <= 0 || __line[__i] == '#')
521 __line.erase(__remove(__line.begin(), __line.end(), ' '),
522 __line.end());
523 std::string::size_type __pos = __line.find("=")
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_trace.h 509 std::string __line; local
511 while (std::getline(__conf_file, __line))
513 std::string::size_type __i = __line.find_first_not_of(" \t\n\v");
515 if (__line.length() <= 0 || __line[__i] == '#')
521 __line.erase(__remove(__line.begin(), __line.end(), ' '),
522 __line.end());
523 std::string::size_type __pos = __line.find("=")
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_trace.h 502 std::string __line; local
504 while (std::getline(__conf_file, __line))
506 std::string::size_type __i = __line.find_first_not_of(" \t\n\v");
508 if (__line.length() <= 0 || __line[__i] == '#')
514 __line.erase(__remove(__line.begin(), __line.end(), ' '),
515 __line.end());
516 std::string::size_type __pos = __line.find("=")
    [all...]

Completed in 210 milliseconds