HomeSort by relevance Sort by last modified time
    Searched full:m_comment (Results 1 - 7 of 7) sorted by null

  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 74 dst.m_comment = src.m_comment;
128 getline(in,m_comment);
133 getline(in,m_comment);
245 o << "Comment: " << im.m_comment << "\n";
PgmImage.h 90 std::string m_comment; member in class:PgmImage
  /packages/apps/Camera2/jni/feature_stab/src/dbregtest/
PgmImage.cpp 74 dst.m_comment = src.m_comment;
128 getline(in,m_comment);
133 getline(in,m_comment);
245 o << "Comment: " << im.m_comment << "\n";
PgmImage.h 90 std::string m_comment; member in class:PgmImage
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 74 dst.m_comment = src.m_comment;
128 getline(in,m_comment);
133 getline(in,m_comment);
245 o << "Comment: " << im.m_comment << "\n";
PgmImage.h 90 std::string m_comment; member in class:PgmImage
  /art/tools/
generate-operator-out.py 95 m_comment = re.compile(r'// <<(.*?)>>').search(raw_line)
96 if m_comment:
97 enum_text = m_comment.group(1)

Completed in 1825 milliseconds