Home
last modified time | relevance | path

Searched defs:columns_count (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/common_lib/cros/cfm/
Dcras_node_collector.py29 def _construct_columns(self, columns_str, columns_count): argument
/external/mesa3d/src/imgui/
Dimgui.cpp8321 void ImGui::BeginColumns(const char* str_id, int columns_count, ImGuiColumnsFlags flags) in BeginColumns()
8453 void ImGui::Columns(int columns_count, const char* id, bool border) in Columns()