Home
last modified time | relevance | path

Searched refs:text_value (Results 1 – 2 of 2) sorted by relevance

/external/toolchain-utils/crosperf/
Dexperiment_file.py79 append, name, _, text_value = match.groups()
80 return (name, text_value, append)
/external/tinyxml2/
Dxmltest.cpp1057 const char* text_value; in main() local
1058 text_value = root->FirstChildElement("text")->GetText(); in main()
1059 XMLTest("PushText( const char* text, bool cdata=false ) test", "Tinyxml2", text_value); in main()