Searched defs:PrettyPrint (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/tools/
H A Dhistory-viz.py53 def PrettyPrint(self, include_host=True, include_path=True): member in class:URL
201 pretty = url.PrettyPrint(include_host=not host_clustered,
/external/chromium_org/tools/metrics/histograms/
H A Dpretty_print.py300 def PrettyPrint(raw_xml): function
331 pretty = PrettyPrint(xml)
/external/chromium_org/v8/test/mjsunit/
H A Dmjsunit.js124 function PrettyPrint(value) { function
143 return objectClass + "(" + PrettyPrint(value.valueOf()) + ")";
165 return PrettyPrint(value);
177 "> found <" + PrettyPrint(found) + ">";
243 fail(PrettyPrint(expected), found, name_opt);
249 fail(PrettyPrint(expected), found, name_opt);
346 fail("Object <" + PrettyPrint(obj) + "> is not an instance of <" +
/external/v8/test/mjsunit/
H A Dmjsunit.js112 function PrettyPrint(value) { function
131 return objectClass + "(" + PrettyPrint(value.valueOf()) + ")";
153 return PrettyPrint(value);
165 "> found <" + PrettyPrint(found) + ">";
231 fail(PrettyPrint(expected), found, name_opt);
237 fail(PrettyPrint(expected), found, name_opt);
328 fail("Object <" + PrettyPrint(obj) + "> is not an instance of <" +
/external/stressapptest/src/
H A Derror_diag.cc97 void DeviceTree::PrettyPrint(string spacer) { function in class:DeviceTree
102 itr->second->PrettyPrint(spacer+spacer);

Completed in 168 milliseconds