Home
last modified time | relevance | path

Searched defs:tabs (Results 1 – 25 of 31) sorted by relevance

12

/external/perfetto/ui/src/frontend/viewer_page/
Dtab_panel.ts33 const tabs = this.gatherTabs(attrs.trace); constant
57 const tabs = resolvedTabs.map(({uri, tab: tabDesc}): Tab => { constant
Dcurrent_selection_tab.ts106 const tabs = trace.selection.areaSelectionTabs.sort( constant
/external/perfetto/ui/src/widgets/
Dtabbed_split_panel.ts40 readonly tabs: ReadonlyArray<Tab>; property
79 tabs, constant
/external/autotest/client/site_tests/power_LowMemorySuspend/
Dpower_LowMemorySuspend.py61 def check_tab_discard(self, cr, tabs): argument
74 def cycling_suspend(self, cr, tabs, switches_per_suspend, argument
/external/autotest/client/site_tests/power_LoadTest/extension/
Durls.js27 tabs: [ property
94 tabs: [ property
Dtest.js160 chrome.tabs.getAllInWindow(win.id, function(tabs) { argument
216 chrome.tabs.getAllInWindow(win_id, function(tabs) { argument
/external/python/cpython3/Mac/PythonLauncher/
DPreferencesWindowController.h17 IBOutlet NSButton *tabs; variable
DFileSettings.h35 BOOL tabs; // -t option: warn about inconsistent tabs variable
DMyDocument.h23 IBOutlet NSButton *tabs; variable
DPreferencesWindowController.m83 - (BOOL) tabs { return [tabs state];}; method
DMyDocument.m159 - (BOOL) tabs { return [tabs state];}; method
DFileSettings.m302 - (BOOL) tabs { return tabs;}; method
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/utility/
Derror_reporting.hpp30 , std::string file = "", int tabs = 4) in error_handler()
74 int tabs; member in boost::spirit::x3::error_handler
/external/toybox/toys/posix/
Dexpand.c89 struct arg_list *tabs; in parse_tablist() local
/external/perfetto/ui/src/public/
Dtrace.ts47 readonly tabs: TabManager; property
/external/igt-gpu-tools/tests/
Ddebugfs_test.c34 char tabs[8]; in read_and_discard_sysfs_entries() local
/external/chromium-crossbench/crossbench/benchmarks/loading/page/
Dcombined.py42 def tabs(self) -> TabController: member in CombinedPage
Dbase.py68 def tabs(self) -> TabController: member in Page
/external/perfetto/ui/src/core/
Dtab_manager.ts162 const tabs: ResolvedTab[] = []; constant
Dtrace_impl.ts329 get tabs() { method in TraceImpl
/external/skia/src/core/
DSkStringUtils.cpp41 SkString tabs; in SkTabString() local
/external/mesa3d/src/panfrost/midgard/
Ddisassemble.c331 print_quad_word(FILE *fp, const uint32_t *words, unsigned tabs) in print_quad_word()
781 const midgard_constants *consts, unsigned tabs, bool verbose) in print_vector_field()
902 const midgard_constants *consts, unsigned tabs, bool verbose) in print_scalar_field()
1147 unsigned num_quad_words, unsigned tabs, unsigned next, in print_alu_word()
1654 unsigned tabs, unsigned in_reg_base, unsigned out_reg_base) in print_texture_word()
1828 int tabs = 0; in disassemble_midgard() local
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/iterators/
Dline_pos_iterator.hpp169 std::size_t tabs) in get_column()
/external/cldr/docs/site/assets/js/
Dbuild.mjs98 function tabs(n) { function
/external/mesa3d/src/compiler/nir/
Dnir_print.c2024 print_instr(const nir_instr *instr, print_state *state, unsigned tabs) in print_instr()
2153 print_block(nir_block *block, print_state *state, unsigned tabs) in print_block()
2197 print_if(nir_if *if_stmt, print_state *state, unsigned tabs) in print_if()
2232 print_loop(nir_loop *loop, print_state *state, unsigned tabs) in print_loop()
2255 print_cf_node(nir_cf_node *node, print_state *state, unsigned int tabs) in print_cf_node()

12