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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/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 255 milliseconds