Home
last modified time | relevance | path

Searched refs:info_data (Results 1 – 3 of 3) sorted by relevance

/external/avb/test/
Davb_unittest_util.h128 std::string info_data; in InfoImage() local
129 EXPECT_TRUE(base::ReadFileToString(tmp_path, &info_data)); in InfoImage()
130 return info_data; in InfoImage()
/external/python/cpython2/Demo/tix/
Dtixwidgets.py953 key = hlist.info_data(anchor)
/external/python/cpython2/Lib/lib-tk/
DTix.py980 def info_data(self, entry): member in HList