| /external/perfetto/ui/src/common/ |
| D | tab_registry.ts | 20 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/ |
| D | ToStringTest.kt | 57 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/ |
| D | desktopui_MediaAudioFeedback.py | 44 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/ |
| D | platform_InputBrowserNav.py | 32 def test_back(self, tab): argument 43 def test_forward(self, tab): argument 54 def test_refresh(self, tab): argument
|
| /external/expat/expat/gennmtab/ |
| D | gennmtab.c | 387 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/ |
| D | ASN1Dump.java | 68 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/ |
| D | ASN1Dump.java | 68 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/ |
| D | ASN1Dump.java | 66 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/ |
| D | perfetto_sql_test_utils.h | 80 if (auto* tab = std::get_if<PerfettoSqlParser::CreateTable>(&line)) { variable 84 if (auto* tab = std::get_if<PerfettoSqlParser::CreateView>(&line)) { variable
|
| D | runtime_table_function.cc | 98 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/ |
| D | power_ThermalLoad.py | 37 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/ |
| D | tif_fax3.h | 208 #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/ |
| D | power_VideoSuspend.py | 41 def _check_video_is_playing(self, tab): argument 51 def _suspend_with_video(self, browser, tab, video_url): argument
|
| /external/e2fsprogs/lib/et/ |
| D | com_right.c | 76 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/ |
| D | LottieFilesPage.kt | 43 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/ |
| D | enough.c | 112 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/ |
| D | casemap.h | 1 static const unsigned char tab[] = { variable
|
| /external/perfetto/src/trace_processor/perfetto_sql/intrinsics/operators/ |
| D | window_operator.cc | 73 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/ |
| D | test.js | 156 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/ |
| D | math_config.h | 325 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/ |
| D | histogram_verifier.py | 14 def get_histogram_text(tab, histogram_name): argument 36 def loaded(tab, histogram_name, pattern): argument
|
| /external/autotest/client/site_tests/login_GaiaLogin/ |
| D | login_GaiaLogin.py | 36 def _userLoggedIn(tab, username): argument
|
| /external/clang/test/Sema/ |
| D | wchar.c | 21 wchar_t tab[] = L"x"; in foo() local
|
| /external/mesa3d/src/mesa/vbo/ |
| D | vbo_noop.c | 130 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/ |
| D | audio_CrasCheck.py | 109 def push_new_stream(self, tab): argument
|