Home
last modified time | relevance | path

Searched +defs:tab +defs:tab (Results 1 – 25 of 204) sorted by relevance

123456789

/external/perfetto/ui/src/common/
Dtab_registry.ts20 tab?: TabDescriptor; property
36 for (const tab of this._currentTabs.values()) { constant
110 for (const [uri, tab] of newTabs) { constant
118 for (const [uri, tab] of this._currentTabs) { constant
/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
DToStringTest.kt57 val tab = '\t' in <lambda>() constant
79 val tab = '\t' in <lambda>() constant
92 val tab = '\t' in <lambda>() constant
/external/autotest/client/site_tests/desktopui_MediaAudioFeedback/
Ddesktopui_MediaAudioFeedback.py44 def rms_test(self, tab, media_file, noiseprof_file, test_duration): argument
78 def wait_player_end(self, tab): argument
85 def play_media(self, tab, media_file): argument
/external/autotest/client/site_tests/platform_InputBrowserNav/
Dplatform_InputBrowserNav.py32 def test_back(self, tab): argument
43 def test_forward(self, tab): argument
54 def test_refresh(self, tab): argument
/external/expat/expat/gennmtab/
Dgennmtab.c387 setTab(char *tab, struct range *ranges, size_t nRanges) { in setTab()
400 printTabs(char *tab) { in printTabs()
446 char tab[2 * 65536]; in main() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/util/
DASN1Dump.java68 String tab = indent + TAB; in _dumpAsString() local
108 String tab = indent + TAB; in _dumpAsString() local
137 String tab = indent + TAB; in _dumpAsString() local
282 String tab = indent + TAB; in _dumpAsString() local
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/util/
DASN1Dump.java68 String tab = indent + TAB; in _dumpAsString() local
108 String tab = indent + TAB; in _dumpAsString() local
137 String tab = indent + TAB; in _dumpAsString() local
282 String tab = indent + TAB; in _dumpAsString() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
DASN1Dump.java66 String tab = indent + TAB; in _dumpAsString() local
106 String tab = indent + TAB; in _dumpAsString() local
135 String tab = indent + TAB; in _dumpAsString() local
280 String tab = indent + TAB; in _dumpAsString() local
/external/perfetto/src/trace_processor/perfetto_sql/engine/
Dperfetto_sql_test_utils.h80 if (auto* tab = std::get_if<PerfettoSqlParser::CreateTable>(&line)) { variable
84 if (auto* tab = std::get_if<PerfettoSqlParser::CreateView>(&line)) { variable
Druntime_table_function.cc98 std::unique_ptr<Vtab> tab(GetVtab(vtab)); in Destroy() local
130 std::unique_ptr<Vtab> tab(GetVtab(vtab)); in Disconnect() local
136 int RuntimeTableFunctionModule::BestIndex(sqlite3_vtab* tab, in BestIndex()
155 int RuntimeTableFunctionModule::Open(sqlite3_vtab* tab, in Open()
/external/autotest/client/site_tests/power_ThermalLoad/
Dpower_ThermalLoad.py37 def select_fishes(self, tab, fish_settings): argument
103 def __init__(self, tab, seconds_period=20.0, checkpoint_logger=None): argument
119 def get_fish_count(self, tab): argument
/external/pdfium/third_party/libtiff/
Dtif_fax3.h208 #define LOOKUP8(wid, tab, eoflab) \ argument
222 #define LOOKUP16(wid, tab, eoflab) \ argument
246 #define LOOKUP8(wid, tab, eoflab) \ argument
253 #define LOOKUP16(wid, tab, eoflab) \ argument
/external/autotest/client/site_tests/power_VideoSuspend/
Dpower_VideoSuspend.py41 def _check_video_is_playing(self, tab): argument
51 def _suspend_with_video(self, browser, tab, video_url): argument
/external/e2fsprogs/lib/et/
Dcom_right.c76 struct error_table tab; member
93 struct error_table *tab; in initialize_error_table_r() local
/external/lottie/sample-compose/src/main/java/com/airbnb/lottie/sample/compose/lottiefiles/
DLottieFilesPage.kt43 var tab by rememberSaveable { mutableStateOf(LottieFilesTab.Recent) } in LottieFilesPage() variable
71 for (tab in LottieFilesTab.values()) { in LottieFilesTabBar() method
/external/rust/crates/libz-sys/src/zlib/examples/
Denough.c112 struct tab { /* type for been here check */ struct
113 size_t len; /* length of bit vector in char's */
114 char *vec; /* allocated bit vector */
/external/musl/src/ctype/
Dcasemap.h1 static const unsigned char tab[] = { variable
/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/operators/
Dwindow_operator.cc73 std::unique_ptr<Vtab> tab(GetVtab(vtab)); in Destroy() local
96 std::unique_ptr<Vtab> tab(GetVtab(vtab)); in Disconnect() local
224 int WindowOperatorModule::Update(sqlite3_vtab* tab, in Update()
/external/autotest/client/site_tests/power_LoadTest/extension/
Dtest.js156 chrome.tabs.getSelected(win.id, function(tab) { argument
179 chrome.tabs.getSelected(win.id, function(tab) { argument
220 tabs.forEach(function (tab) { argument
309 chrome.browserAction.onClicked.addListener(function(tab) { argument
/external/arm-optimized-routines/math/
Dmath_config.h325 uint64_t tab[1 << EXP2F_TABLE_BITS]; member
340 } tab[1 << LOGF_TABLE_BITS]; member
352 } tab[1 << LOG2F_TABLE_BITS]; member
369 } tab[1 << POWF_LOG2_TABLE_BITS]; member
393 uint64_t tab[2*(1 << EXP_TABLE_BITS)]; member
405 struct {double invc, logc;} tab[1 << LOG_TABLE_BITS]; member
420 struct {double invc, logc;} tab[1 << LOG2_TABLE_BITS]; member
434 struct {double invc, pad, logc, logctail;} tab[1 << POW_LOG_TABLE_BITS]; member
/external/autotest/client/cros/video/
Dhistogram_verifier.py14 def get_histogram_text(tab, histogram_name): argument
36 def loaded(tab, histogram_name, pattern): argument
/external/autotest/client/site_tests/login_GaiaLogin/
Dlogin_GaiaLogin.py36 def _userLoggedIn(tab, username): argument
/external/clang/test/Sema/
Dwchar.c21 wchar_t tab[] = L"x"; in foo() local
/external/mesa3d/src/mesa/vbo/
Dvbo_noop.c130 struct _glapi_table *tab = ctx->Dispatch.Exec; in vbo_install_exec_vtxfmt_noop() local
148 struct _glapi_table *tab = ctx->Dispatch.Save; in vbo_install_save_vtxfmt_noop() local
/external/autotest/client/site_tests/audio_CrasCheck/
Daudio_CrasCheck.py109 def push_new_stream(self, tab): argument

123456789