Home
last modified time | relevance | path

Searched defs:hints (Results 1 – 17 of 17) sorted by relevance

/packages/modules/DnsResolver/tests/
Dresolv_unit_test.cpp208 const addrinfo hints = { in TEST_F() local
234 const addrinfo hints = { in TEST_F() local
250 const addrinfo hints = { in TEST_F() local
309 const addrinfo hints = { in TEST_F() local
383 const addrinfo hints = { in TEST_F() local
467 const addrinfo hints = {.ai_family = AF_INET6}; in TEST_F() local
565 const addrinfo hints = {.ai_family = config.ai_family}; in TEST_F() local
608 const addrinfo hints = {.ai_family = family}; in TEST_F() local
647 const addrinfo hints = {.ai_family = AF_UNSPEC}; in TEST_F() local
853 const addrinfo hints = {.ai_family = AF_UNSPEC}; in TEST_F() local
[all …]
Dresolv_gold_test.cpp186 const addrinfo hints = { in VerifyGetAddrInfo() local
292 const addrinfo hints = {.ai_family = AF_INET}; in TEST_F() local
320 const addrinfo hints = {.ai_family = AF_INET}; in TEST_F() local
379 const addrinfo hints = {.ai_family = AF_UNSPEC, .ai_socktype = SOCK_STREAM}; in TEST_F() local
Dresolv_integration_test.cpp133 const struct addrinfo* hints) { in safe_getaddrinfo()
142 const addrinfo& hints) { in safe_getaddrinfo_time_taken()
776 const addrinfo hints = {.ai_family = AF_INET}; in TEST_F() local
808 const addrinfo hints = { in TEST_F() local
851 addrinfo hints = {.ai_family = AF_INET}; in TEST_F() local
926 addrinfo hints = {.ai_family = AF_INET}; in TEST_F() local
946 addrinfo hints = {.ai_family = AF_INET}; in TEST_F() local
964 addrinfo hints = {.ai_family = AF_INET}; in TEST_F() local
1046 addrinfo hints = {.ai_family = AF_INET6}; in TEST_F() local
1081 const addrinfo hints = {.ai_family = AF_INET6}; in TEST_F() local
[all …]
Dresolv_callback_unit_test.cpp153 const addrinfo hints = {.ai_family = AF_INET}; in TEST_F() local
Ddnsresolver_binder_test.cpp397 addrinfo hints = {.ai_family = AF_INET, .ai_socktype = SOCK_DGRAM}; in TEST_F() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/
DQrCodeGenerator.java47 final Map<EncodeHintType, Object> hints = new HashMap<>(); in encodeQrCode() local
/packages/apps/Settings/src/com/android/settings/wifi/qrcode/
DQrCodeGenerator.java43 final Map<EncodeHintType, Object> hints = new HashMap<>(); in encodeQrCode() local
/packages/modules/DnsResolver/
DDns64Configuration.cpp154 const struct addrinfo hints = { in doRfc7050PrefixDiscovery() local
Dgetaddrinfo.cpp261 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()
DPrivateDnsConfiguration.cpp42 addrinfo hints = { in parseServer() local
DDnsProxyListener.cpp591 std::unique_ptr<addrinfo> hints, in GetAddrInfoHandler()
838 std::unique_ptr<addrinfo> hints; in runCommand() local
Dres_cache.cpp1588 const addrinfo hints = { in isValidServer() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
DSliceTester.java272 private static boolean hasText(List<SliceItem> sliceItems, String text, String hints) { in hasText()
/packages/apps/Settings/tests/unit/src/com/android/settings/testutils/
DSliceTester.java271 private static boolean hasText(List<SliceItem> sliceItems, String text, String hints) { in hasText()
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/builders/
DPreferenceSliceBuilderImpl.java391 ArrayList<String> hints = new ArrayList<>(); in setTitleItem() local
597 ArrayList<String> hints = new ArrayList<>(); in addEndItem() local
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java1495 StatusHints hints = new StatusHints( in updateStatusHints() local
/packages/modules/adb/
Dsysdeps_win32.cpp1134 struct addrinfo hints; in network_connect() local