Searched refs:m_country (Results 1 – 7 of 7) sorted by relevance
/external/testng/src/test/java/test/dependent/ |
D | GroupByInstancesSampleTest.java | 11 private String m_country; field in GroupByInstancesSampleTest 29 m_country = country; in GroupByInstancesSampleTest() 34 log("signIn", m_country); in signIn() 39 log("signOut", m_country); in signOut() 44 return "[GroupByInstancesSampleTest: " + m_country + "]"; in toString()
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 3620 const char* Chapters::Display::GetCountry() const { return m_country; } in GetCountry() 3625 m_country = NULL; in Init() 3631 rhs.m_country = m_country; in ShallowCopy() 3641 delete[] m_country; in Clear() 3642 m_country = NULL; in Clear() 3671 status = UnserializeString(pReader, pos, size, m_country); in Parse()
|
D | mkvparser.h | 639 char* m_country; variable
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.cc | 3620 const char* Chapters::Display::GetCountry() const { return m_country; } in GetCountry() 3625 m_country = NULL; in Init() 3631 rhs.m_country = m_country; in ShallowCopy() 3641 delete[] m_country; in Clear() 3642 m_country = NULL; in Clear() 3671 status = UnserializeString(pReader, pos, size, m_country); in Parse()
|
D | mkvparser.h | 639 char* m_country; variable
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 3620 const char* Chapters::Display::GetCountry() const { return m_country; } in GetCountry() 3625 m_country = NULL; in Init() 3631 rhs.m_country = m_country; in ShallowCopy() 3641 delete[] m_country; in Clear() 3642 m_country = NULL; in Clear() 3671 status = UnserializeString(pReader, pos, size, m_country); in Parse()
|
D | mkvparser.h | 639 char* m_country; variable
|