Searched refs:title (Results 1 – 8 of 8) sorted by relevance
/test/dittosuite/src/ |
D | multithreading_utils.cpp | 208 void setproctitle(int argc, char** argv, const char* title) { in setproctitle() argument 217 snprintf(argv[0], available_size - 1, "%s", title); in setproctitle()
|
/test/dittosuite/include/ditto/ |
D | multithreading_utils.h | 76 void setproctitle(int argc, char** argv, const char* title);
|
/test/mlts/benchmark/dogfood/src/com/android/nn/dogfood/ |
D | BenchmarkJobService.java | 128 String title = "NN API Dogfood"; in showNotification() local 134 .setContentTitle(title) in showNotification()
|
/test/suite_harness/common/host-side/tradefed/res/report/ |
D | compatibility_result.css | 25 table.title {
|
/test/mlts/benchmark/results/ |
D | generate_result.py | 420 return string.replace('_', ' ').title()
|
D | Chart.bundle.min.js | 10 …title._element,n.pluginService=n.plugins,n.PluginBase=n.Element.extend({}),n.canvasHelpers=n.helpe… method
|
/test/mlts/benchmark/tools/ |
D | tensor_utils.py | 409 plt.title('Heat Map of Error between CPU and NNAPI')
|
/test/dittosuite/ |
D | Doxyfile | 42 # title of most generated pages and in a few other places. 370 # sequence number starting at 0 and GITHUB use the lower case version of title 642 # append additional text to a page's title, such as Class Reference. If set to 1738 # project logo, title, and description. If either GENERATE_TREEVIEW or
|