/packages/modules/DnsResolver/tests/ |
D | resolv_unit_test.cpp | 211 const addrinfo hints = { in TEST_F() local 237 const addrinfo hints = { in TEST_F() local 253 const addrinfo hints = { in TEST_F() local 312 const addrinfo hints = { in TEST_F() local 386 const addrinfo hints = { in TEST_F() local 470 const addrinfo hints = {.ai_family = AF_INET6}; in TEST_F() local 568 const addrinfo hints = {.ai_family = config.ai_family}; in TEST_F() local 611 const addrinfo hints = {.ai_family = family}; in TEST_F() local 650 const addrinfo hints = {.ai_family = AF_UNSPEC}; in TEST_F() local 856 const addrinfo hints = {.ai_family = AF_UNSPEC}; in TEST_F() local [all …]
|
D | resolv_gold_test.cpp | 185 const addrinfo hints = { in VerifyGetAddrInfo() local 291 const addrinfo hints = {.ai_family = AF_INET}; in TEST_F() local 319 const addrinfo hints = {.ai_family = AF_INET}; in TEST_F() local 378 const addrinfo hints = {.ai_family = AF_UNSPEC, .ai_socktype = SOCK_STREAM}; in TEST_F() local
|
D | resolv_integration_test.cpp | 132 const addrinfo& hints) { in safe_getaddrinfo_time_taken() 756 const addrinfo hints = {.ai_family = AF_INET}; in TEST_F() local 788 const addrinfo hints = { in TEST_F() local 831 addrinfo hints = {.ai_family = AF_INET}; in TEST_F() local 906 addrinfo hints = {.ai_family = AF_INET}; in TEST_F() local 926 addrinfo hints = {.ai_family = AF_INET}; in TEST_F() local 944 addrinfo hints = {.ai_family = AF_INET}; in TEST_F() local 1026 addrinfo hints = {.ai_family = AF_INET6}; in TEST_F() local 1061 const addrinfo hints = {.ai_family = AF_INET6}; in TEST_F() local 1112 const addrinfo hints = {.ai_family = AF_INET6, .ai_socktype = SOCK_STREAM}; in TEST_F() local [all …]
|
D | resolv_callback_unit_test.cpp | 154 const addrinfo hints = {.ai_family = AF_INET}; in TEST_F() local
|
D | resolv_test_utils.cpp | 151 const struct addrinfo* hints) { in safe_getaddrinfo()
|
D | dnsresolver_binder_test.cpp | 396 addrinfo hints = {.ai_family = AF_INET, .ai_socktype = SOCK_DGRAM}; in TEST_F() local
|
D | resolv_private_dns_test.cpp | 312 const addrinfo hints = {.ai_socktype = SOCK_DGRAM}; in sendQueryAndCheckResult() local
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | RingerModeAffectedVolumePreferenceController.java | 74 final int hints; in updateEffectsSuppressor() local 175 protected abstract boolean hintsMatch(int hints); in hintsMatch()
|
D | SeparateRingVolumePreferenceController.java | 123 protected boolean hintsMatch(int hints) { in hintsMatch()
|
D | RingVolumePreferenceController.java | 126 protected boolean hintsMatch(int hints) { in hintsMatch()
|
D | NotificationVolumePreferenceController.java | 150 protected boolean hintsMatch(int hints) { in hintsMatch()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/ |
D | QrCodeGenerator.java | 47 final Map<EncodeHintType, Object> hints = new HashMap<>(); in encodeQrCode() local
|
/packages/modules/DnsResolver/ |
D | Dns64Configuration.cpp | 152 const struct addrinfo hints = { in doRfc7050PrefixDiscovery() local
|
D | getaddrinfo.cpp | 261 int getaddrinfo_numeric(const char* hostname, const char* servname, addrinfo hints, in getaddrinfo_numeric() 279 int validateHints(const addrinfo* _Nonnull hints) { in validateHints() 323 const addrinfo* hints, const android_net_context* netcontext, in android_getaddrinfofornetcontext() 409 int resolv_getaddrinfo(const char* _Nonnull hostname, const char* servname, const addrinfo* hints, in resolv_getaddrinfo()
|
D | DnsProxyListener.cpp | 595 std::unique_ptr<addrinfo> hints, in GetAddrInfoHandler() 842 std::unique_ptr<addrinfo> hints; in runCommand() local
|
D | res_cache.cpp | 1608 const addrinfo hints = { in isValidServer() local
|
/packages/apps/Settings/tests/unit/src/com/android/settings/testutils/ |
D | SliceTester.java | 271 private static boolean hasText(List<SliceItem> sliceItems, String text, String hints) { in hasText()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/ |
D | SliceTester.java | 272 private static boolean hasText(List<SliceItem> sliceItems, String text, String hints) { in hasText()
|
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/builders/ |
D | PreferenceSliceBuilderImpl.java | 403 ArrayList<String> hints = new ArrayList<>(); in setTitleItem() local 614 ArrayList<String> hints = new ArrayList<>(); in addEndItem() local
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | ImsConference.java | 1526 StatusHints hints = new StatusHints( in updateStatusHints() local
|
/packages/modules/adb/ |
D | sysdeps_win32.cpp | 1134 struct addrinfo hints; in network_connect() local
|