Home
last modified time | relevance | path

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

12345678910>>...22

/aosp_15_r20/packages/apps/ThemePicker/tests/robotests/src/com/android/wallpaper/customization/ui/viewmodel/
DKeyguardQuickAffordancePickerViewModel2Test.kt101 val tabs = collectLastValue(underTest.tabs) in selectedSlotIdUpdates_whenClickingOnTabsAndCallingResetPreview() constant
122 val tabs = collectLastValue(underTest.tabs) in selectedQuickAffordancesMapUpdates_whenClickingOnQuickAffordanceOptionsAndCallingResetPreview() constant
163 val tabs = collectLastValue(underTest.tabs) in tabsUpdates_whenClickingOnTabsAndQuickAffordanceOptions() constant
218 val tabs = collectLastValue(underTest.tabs) in quickAffordancesUpdates_whenClickingOnTabsAndQuickAffordanceOptions() constant
347 val tabs = collectLastValue(underTest.tabs) in loggerShouldLogAndClientShouldUpdate_whenOnApply() constant
DClockPickerViewModelTest.kt119 val tabs = collectLastValue(underTest.tabs) in <lambda>() constant
131 val tabs = collectLastValue(underTest.tabs) in <lambda>() constant
DShapeGridPickerViewModelTest.kt90 val tabs = collectLastValue(underTest.tabs) in selectedTabUpdates_whenClickOnGridTab() constant
/aosp_15_r20/external/mesa3d/src/panfrost/midgard/
H A 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
/aosp_15_r20/external/autotest/client/site_tests/power_LowMemorySuspend/
H A Dpower_LowMemorySuspend.py61 def check_tab_discard(self, cr, tabs): argument
74 def cycling_suspend(self, cr, tabs, switches_per_suspend, argument
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/profiles/
DResolverMultiProfilePagerAdapter.java44 ImmutableList<TabConfig<ResolverListAdapter>> tabs, in ResolverMultiProfilePagerAdapter()
63 ImmutableList<TabConfig<ResolverListAdapter>> tabs, in ResolverMultiProfilePagerAdapter()
DChooserMultiProfilePagerAdapter.java54 ImmutableList<TabConfig<ChooserGridAdapter>> tabs, in ChooserMultiProfilePagerAdapter()
76 ImmutableList<TabConfig<ChooserGridAdapter>> tabs, in ChooserMultiProfilePagerAdapter()
/aosp_15_r20/development/tools/winscope/src/app/components/
H A Dtrace_view_component_test.ts98 const tabs = htmlElement.querySelectorAll('.tab'); constant
334 const tabs = htmlElement.querySelectorAll<HTMLElement>('.tab'); constant
/aosp_15_r20/external/autotest/client/site_tests/power_LoadTest/extension/
H A Durls.js27 tabs: [ property
94 tabs: [ property
H A Dtest.js160 chrome.tabs.getAllInWindow(win.id, function(tabs) { argument
216 chrome.tabs.getAllInWindow(win_id, function(tabs) { argument
/aosp_15_r20/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
/aosp_15_r20/packages/apps/ThemePicker/src/com/android/wallpaper/customization/ui/binder/
DColorsFloatingSheetBinder.kt64 val tabs = view.requireViewById<FloatingToolbar>(R.id.floating_toolbar) in <lambda>() constant
DShortcutFloatingSheetBinder.kt66 val tabs = view.requireViewById<FloatingToolbar>(R.id.floating_toolbar) in <lambda>() constant
DShapeGridFloatingSheetBinder.kt80 val tabs = view.requireViewById<FloatingToolbar>(R.id.floating_toolbar) in <lambda>() constant
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_print.c2000 print_instr(const nir_instr *instr, print_state *state, unsigned tabs) in print_instr()
2128 print_block(nir_block *block, print_state *state, unsigned tabs) in print_block()
2172 print_if(nir_if *if_stmt, print_state *state, unsigned tabs) in print_if()
2207 print_loop(nir_loop *loop, print_state *state, unsigned tabs) in print_loop()
2230 print_cf_node(nir_cf_node *node, print_state *state, unsigned int tabs) in print_cf_node()
/aosp_15_r20/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitCarUiProxy/plugin/src/main/java/com/chassis/car/ui/plugin/toolbar/
DToolbarControllerImpl.java288 public void setTabs(@Nullable List<Tab> tabs) { in setTabs()
293 public void setTabs(@Nullable List<Tab> tabs, int selectedTab) { in setTabs()
303 private void setTabsInternal(@Nullable List<Tab> tabs, int selectedTab) { in setTabsInternal()
/aosp_15_r20/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/picker/clock/ui/viewmodel/
DClockSettingsViewModelTest.kt105 val tabs = collectLastValue(underTest.tabs) in <lambda>() constant
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/testdata/
Dtestregex.c1078 extract(int* tabs, char* spec, char* re, char* s, char* ans, char* msg, char* accept, regmatch_t* m… in extract()
1138 catchfree(regex_t* preg, int flags, int* tabs, char* spec, char* re, char* s, char* ans, char* msg,… in catchfree()
1251 int tabs[6]; in main() local
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/fragment/
DSmallPreviewFragment.kt319 val tabs = view.findViewById<PreviewTabs>(R.id.preview_tabs_container) in <lambda>() constant
/aosp_15_r20/out/soong/.intermediates/packages/apps/WallpaperPicker2/WallpaperPicker2Lib/android_common/kapt/gen/stubs/com/android/wallpaper/picker/preview/ui/binder/
DTabsBinder.java19 public final void bind(@org.jetbrains.annotations.NotNull() in bind()
/aosp_15_r20/system/chre/util/nanoapp/
H A Ddebug.cc64 char tabs[8]; in logBuffer() local
/aosp_15_r20/external/python/cpython3/Mac/PythonLauncher/
DPreferencesWindowController.h17 IBOutlet NSButton *tabs; variable
DFileSettings.h35 BOOL tabs; // -t option: warn about inconsistent tabs variable
/aosp_15_r20/external/python/cpython2/Mac/PythonLauncher/
DPreferencesWindowController.h17 IBOutlet NSButton *tabs; variable
DFileSettings.h35 BOOL tabs; // -t option: warn about inconsistent tabs variable

12345678910>>...22