Home
last modified time | relevance | path

Searched refs:treeview (Results 1 – 25 of 69) sorted by relevance

123

/external/ruy/ruy/profiler/
Dtest.cc54 TreeView treeview; in TEST() local
57 profile.SetUserTreeView(&treeview); in TEST()
60 Print(treeview); in TEST()
61 EXPECT_EQ(treeview.thread_roots().size(), 1); in TEST()
62 const auto& thread_root = *treeview.thread_roots().begin()->second; in TEST()
72 CollapseNodesMatchingUnformatted(treeview, 5, "MergeSort (size=%d)", in TEST()
85 TreeView treeview; in TEST() local
88 profile.SetUserTreeView(&treeview); in TEST()
102 Print(treeview); in TEST()
105 EXPECT_EQ(treeview.thread_roots().size(), 4); in TEST()
[all …]
Dprofiler.cc100 TreeView treeview; in Finish() local
101 treeview.Populate(samples_buf_); in Finish()
102 Print(treeview); in Finish()
Dprofiler.h50 void SetUserTreeView(TreeView* treeview) { user_treeview_ = treeview; } in SetUserTreeView() argument
DCMakeLists.txt36 treeview.cc
39 treeview.h
DBUILD38 "treeview.cc",
42 "treeview.h",
Dtreeview.cc133 void Print(const TreeView& treeview) { in Print() argument
136 static_cast<int>(treeview.thread_roots().size())); in Print()
137 for (const auto& thread_root : treeview.thread_roots()) { in Print()
DREADME.md78 destruction it will terminate the profiler and report the profile treeview on
98 The default behavior dumping the treeview on standard output may be overridden
101 be accessed an manipulated using the functions declared in `treeview.h`. The
Dtreeview.h57 void Print(const TreeView& treeview);
/external/selinux/python/sepolicy/sepolicy/
Dgui.py689 def column_clicked(self, treeview, treepath, treecol, *args): argument
995 def advanced_item_selected(self, treeview, path, *args): argument
1325 self.treeview = None
1338 self.treeview = self.boolean_treeview
1353 self.treeview = self.executable_files_treeview
1356 self.treeview = self.writable_files_treeview
1359 self.treeview = self.application_files_treeview
1374 self.treeview = self.network_out_treeview
1377 self.treeview = self.network_in_treeview
1391 self.treeview = self.transitions_from_treeview
[all …]
/external/tensorflow/tensorflow/lite/tools/make/
DMakefile221 CORE_CC_ALL_SRCS += tensorflow/lite/tools/make/downloads/ruy/ruy/profiler/treeview.cc
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
Dwikipedia.min.css1treeview ul{padding:0;margin:0}.treeview li{padding:0;margin:0;list-style-type:none;list-style-ima…
Dwikipedia.css3635 .treeview ul {
3639 .treeview li {
3646 .treeview li li {
3652 .treeview li li.lastline {
3655 .treeview li.emptyline > ul {
3659 .treeview li.emptyline > ul > li:first-child {
/external/python/cpython2/Doc/library/
Dttk.rst851 Returns the bounding box (relative to the treeview widget's window) of
892 The minimum width of the column in pixels. The treeview widget will
1135 Query or modify horizontal position of the treeview.
1140 Query or modify vertical position of the treeview.
/external/python/cpython3/Doc/library/
Dtkinter.ttk.rst956 Returns the bounding box (relative to the treeview widget's window) of
997 The minimum width of the column in pixels. The treeview widget will
1255 Query or modify horizontal position of the treeview.
1260 Query or modify vertical position of the treeview.
/external/mesa3d/doxygen/
Dcommon.doxy651 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
Dgallium.doxy778 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
/external/libexif/doc/
DDoxyfile-internals.in706 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
DDoxyfile.in706 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
/external/libvpx/libvpx/
Dlibs.doxy_template778 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
/external/libaom/libaom/
Dlibs.doxy_template777 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
/external/llvm-project/lldb/docs/
Ddoxygen.cfg.in1036 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
/external/antlr/runtime/C/
Ddoxyfile1067 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
/external/flac/doc/
DDoxyfile.in1136 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
/external/mesa3d/src/gallium/frontends/clover/
DDoxyfile1089 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
/external/llvm-project/openmp/runtime/doc/doxygen/
Dconfig1169 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be

123