Searched refs:makeReport (Results 1 – 11 of 11) sorted by relevance
/external/libcxx/utils/libcxx/test/ |
D | format.py | 189 report = libcxx.util.makeReport(cmd, out, err, rc) 210 report += libcxx.util.makeReport(cmd, out, err, rc) 258 report = libcxx.util.makeReport(cmd, out, err, rc)
|
D | config.py | 270 report = libcxx.util.makeReport(cmd, out, err, rc)
|
/external/libcxx/utils/libcxx/ |
D | util.py | 74 def makeReport(cmd, out, err, rc): function 283 report = makeReport(cmd, out, err, exitCode)
|
/external/skqp/tools/skqp/src/ |
D | skqp.h | 89 void makeReport();
|
D | skqp_main.cpp | 142 skqp.makeReport(); in main()
|
D | jni_skqp.cpp | 180 gSkQP.makeReport(); in Java_org_skia_skqp_SkQP_nMakeReport()
|
D | skqp.cpp | 439 void SkQP::makeReport() { in makeReport() function in SkQP
|
/external/skia/tools/skqp/src/ |
D | skqp.h | 89 void makeReport();
|
D | skqp_main.cpp | 142 skqp.makeReport(); in main()
|
D | jni_skqp.cpp | 180 gSkQP.makeReport(); in Java_org_skia_skqp_SkQP_nMakeReport()
|
D | skqp.cpp | 439 void SkQP::makeReport() { in makeReport() function in SkQP
|