/packages/modules/DnsResolver/ |
D | res_stats.cpp | 48 void android_net_res_stats_aggregate(res_stats* stats, int* successes, int* errors, int* timeouts, in android_net_res_stats_aggregate() argument 89 *timeouts = t; in android_net_res_stats_aggregate() 114 int timeouts = -1; in res_stats_usable_server() local 118 android_net_res_stats_aggregate(stats, &successes, &errors, &timeouts, &internal_errors, in res_stats_usable_server() 120 if (successes >= 0 && errors >= 0 && timeouts >= 0) { in res_stats_usable_server() 121 int total = successes + errors + timeouts + internal_errors; in res_stats_usable_server() 123 << timeouts << " + I " << internal_errors << " = " << total in res_stats_usable_server()
|
D | ResolverStats.h | 43 int timeouts{-1}; 70 cur[STATS_TIMEOUTS] = timeouts; in encode() 85 timeouts = cur[STATS_TIMEOUTS]; in decode()
|
D | ResolverController.cpp | 144 &cur_stats.timeouts, &cur_stats.internal_errors, in getDnsInfo() 316 int total = s.successes + s.errors + s.timeouts + s.internal_errors; in dump() 320 total, s.successes, s.errors, s.timeouts, s.internal_errors, in dump()
|
D | stats.h | 46 void android_net_res_stats_aggregate(res_stats* stats, int* successes, int* errors, int* timeouts,
|
D | stats.proto | 388 * in DnsQueryEvents to enable computing error rates and network latency and timeouts
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogProcessService.cpp | 342 std::vector<TimeoutLength> timeouts = {TimeoutLength::TIMEOUT_CRITICAL}; in unregisterCarWatchdogService() local 343 unregisterClientLocked(timeouts, binder, ClientType::Service); in unregisterCarWatchdogService() 817 const std::vector<TimeoutLength>& timeouts, const SpAIBinder& binder, in unregisterClientLocked() argument 820 bool result = findClientAndProcessLocked(timeouts, binder.get(), in unregisterClientLocked() 856 bool WatchdogProcessService::findClientAndProcessLocked(const std::vector<TimeoutLength>& timeouts, in findClientAndProcessLocked() argument 859 return findClientAndProcessLocked(timeouts, reinterpret_cast<uintptr_t>(aiBinder), processor); in findClientAndProcessLocked() 862 bool WatchdogProcessService::findClientAndProcessLocked(const std::vector<TimeoutLength>& timeouts, in findClientAndProcessLocked() argument 865 for (const auto& timeout : timeouts) { in findClientAndProcessLocked() 902 std::vector<TimeoutLength> timeouts = {timeout}; in dumpAndKillClientsIfNotResponding() local 903 findClientAndProcessLocked(timeouts, it->second.getAIBinder(), in dumpAndKillClientsIfNotResponding()
|
D | WatchdogProcessService.h | 256 const std::vector<aidl::android::automotive::watchdog::TimeoutLength>& timeouts, 291 const std::vector<aidl::android::automotive::watchdog::TimeoutLength>& timeouts, 294 const std::vector<aidl::android::automotive::watchdog::TimeoutLength>& timeouts,
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallRecordingTonePlayer.java | 123 Timeouts.Adapter timeouts, in CallRecordingTonePlayer() argument 128 mRepeatInterval = timeouts.getCallRecordingToneRepeatIntervalMillis( in CallRecordingTonePlayer()
|
/packages/modules/Virtualization/compos/common/ |
D | lib.rs | 22 pub mod timeouts; module
|
D | compos_client.rs | 19 use crate::timeouts::TIMEOUTS;
|
/packages/modules/Permission/tests/functional/safetycenter/multiusers/ |
D | TEST_MAPPING | 5 // cause flakyness due to timeouts. In postsubmit, these tests have more time to run which makes
|
/packages/modules/Virtualization/compos/composd_cmd/ |
D | composd_cmd.rs | 35 use compos_common::timeouts::TIMEOUTS;
|
/packages/modules/Bluetooth/system/doc/ |
D | power_management.md | 81 and timeouts of HCI requests (via `bta_dm_pm_btm_status`). 195 Timers are used exclusively for handling HCI command timeouts, and filter
|
/packages/modules/Wifi/service/proto/src/ |
D | scorecard.proto | 209 // Number of association timeouts at high RSSI
|
/packages/modules/DnsResolver/tests/ |
D | resolv_integration_test.cpp | 153 timeouts = val; in setTimeouts() 168 int timeouts = 0; member 373 EXPECT_EQ(res_stats[index].timeouts, stats.timeouts); in expectStatsFromGetResolverInfo() 387 EXPECT_LE(res_stats[index].timeouts, stats.timeouts); in expectStatsFromGetResolverInfo()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSessionStateMachineTest.java | 7388 int[] timeouts = in verifyRetransmitSuspendedAndResumedOnNewNetwork() local 7390 for (long delay : timeouts) { in verifyRetransmitSuspendedAndResumedOnNewNetwork() 7641 int[] timeouts = in testDpdOnDemandIkeLocalInfoLivenessRetransmissionTimeout() local 7643 for (long delay : timeouts) { in testDpdOnDemandIkeLocalInfoLivenessRetransmissionTimeout()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|