/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/ |
D | links_test.cc | 63 std::vector<std::string> urls; in TEST() local 64 page->GetLinksUtf8(&rects, &link_to_rect, &urls); in TEST() 69 EXPECT_EQ(1, urls.size()); in TEST() 70 EXPECT_EQ("https://www.google.com/", urls[0]); in TEST()
|
D | page.h | 165 std::vector<std::string>* urls) const; 291 std::vector<std::string>* urls) const; 296 std::vector<std::string>* urls) const;
|
D | page.cc | 267 vector<std::string>* urls) const { in GetLinksUtf8() 268 return GetAnnotatedLinksUtf8(rects, link_to_rect, urls) + in GetLinksUtf8() 269 GetInferredLinksUtf8(rects, link_to_rect, urls); in GetLinksUtf8() 620 vector<std::string>* urls) const { in GetAnnotatedLinksUtf8() 637 urls->push_back(url); in GetAnnotatedLinksUtf8() 644 vector<std::string>* urls) const { in GetInferredLinksUtf8()
|
D | pdf_document_jni.cc | 278 vector<std::string> urls; in Java_android_graphics_pdf_PdfDocumentProxy_getPageLinks() local 279 page->GetLinksUtf8(&rects, &link_to_rect, &urls); in Java_android_graphics_pdf_PdfDocumentProxy_getPageLinks() 281 return convert::ToJavaLinkRects(env, rects, link_to_rect, urls); in Java_android_graphics_pdf_PdfDocumentProxy_getPageLinks()
|
D | jni_conversion.h | 90 const vector<int>& link_to_rect, const vector<std::string>& urls);
|
D | jni_conversion.cc | 253 const vector<int>& link_to_rect, const vector<std::string>& urls) { in ToJavaLinkRects() argument 267 jobject java_urls = ToJavaList(env, urls, &ToJavaString); in ToJavaLinkRects()
|
/packages/modules/AdServices/adservices/service-core/proto/ |
D | bidding_auction_servers.proto | 100 // urls for component ads.The winning ad render url returned back to the 169 // The reporting urls registered during the execution of reportResult() and 222 // The reporting urls registered during the execution of reportResult() and 223 // reportWin(). These urls will be pined from the client. 233 // The reporting urls registered during the execution of 234 // reportWin(). These urls will be pinged from client. 237 // The reporting urls registered during the execution of reportResult() of the 239 // multi seller auctions. These urls will be pinged from client. 242 // The reporting urls registered during the execution of reportResult() of the 243 // top level seller in case of multi seller auction. These urls will be pinged
|
/packages/providers/MediaProvider/pdf/framework/java/android/graphics/pdf/models/jni/ |
D | LinkRects.java | 58 @NonNull List<String> urls) { in LinkRects() argument 62 this.mUrls = Preconditions.checkNotNull(urls, "urls cannot be null"); in LinkRects()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/ |
D | VenueUrlElementTest.java | 72 private byte[] getTestData(Map<Integer, URL> urls) throws IOException { in getTestData() argument 75 for (Map.Entry<Integer, URL> entry : urls.entrySet()) { in getTestData()
|
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ |
D | NetworkMonitorTest.java | 1249 URL[] urls = wnm.makeCaptivePortalFallbackUrls(mContext); in testMakeFallbackUrls() local 1250 assertEquals(urls[0].toString(), TEST_FALLBACK_URL); in testMakeFallbackUrls() 1257 urls = wnm.makeCaptivePortalFallbackUrls(mContext); in testMakeFallbackUrls() 1258 assertEquals(urls.length, 0); in testMakeFallbackUrls() 1263 urls = wnm.makeCaptivePortalFallbackUrls(mContext); in testMakeFallbackUrls() 1264 assertEquals(urls.length, 2); in testMakeFallbackUrls() 1265 assertEquals("http://testUrl1.com", urls[0].toString()); in testMakeFallbackUrls() 1266 assertEquals("http://testUrl2.com", urls[1].toString()); in testMakeFallbackUrls() 1274 urls = wnm.makeCaptivePortalFallbackUrls(mContext); in testMakeFallbackUrls() 1275 assertEquals(urls.length, 2); in testMakeFallbackUrls() [all …]
|
/packages/modules/NetworkStack/src/com/android/server/connectivity/ |
D | NetworkMonitor.java | 2710 final String[] urls = (firstUrl + separator + otherUrls).split(separator); in combineCaptivePortalUrls() local 2711 return convertStrings(urls, this::makeURL, new URL[0]); in combineCaptivePortalUrls()
|
/packages/apps/Car/DebuggingRestrictionController/libs/ |
D | okhttp-3.12.1.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/proguard/
okhttp3/
... |
/packages/apps/TV/libs/m2/ |
D | guava-28.0-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
D | guava-28.0-jre.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/packages/apps/TV/libs/ |
D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |