| /external/webrtc/examples/androidapp/src/org/appspot/apprtc/util/ |
| D | AsyncHttpURLConnection.java | 2 * Copyright 2015 The WebRTC Project Authors. All rights reserved. 4 * Use of this source code is governed by a BSD-style license 7 * in the file PATENTS. All contributing project authors may 18 import java.net.URL; 28 private final String url; field in AsyncHttpURLConnection 41 public AsyncHttpURLConnection(String method, String url, String message, AsyncHttpEvents events) { in AsyncHttpURLConnection() argument 43 this.url = url; in AsyncHttpURLConnection() 59 HttpURLConnection connection = (HttpURLConnection) new URL(url).openConnection(); in sendHttpMessage() local 62 postData = message.getBytes("UTF-8"); in sendHttpMessage() 64 connection.setRequestMethod(method); in sendHttpMessage() [all …]
|
| /external/flatbuffers/grpc/ |
| D | pom.xml | 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst… 2 … xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 5 <artifactId>flatbuffers-parent</artifactId> 8 <name>flatbuffers-parent</name> 11 <scm.url>https://github.com/google/flatbuffers</scm.url> 12 <scm.connection>scm:git:${scm.url}.git</scm.connection> 13 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 19 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 26 <url>https://github.com/google/flatbuffers/issues</url> 35 <url>${scm.url}</url> [all …]
|
| /external/aws-sdk-java-v2/buildspecs/ |
| D | archetype-native-image-test.yml | 7 - mvn clean install -pl :archetype-app-quickstart -P quick --am -T1C 8 - mvn clean install -pl :bom,:bom-internal -P quick 9 - CURRENT_VERSION=$(cat pom.xml | grep "<version>" | head -1 | cut -d\> -f 2 | cut -d\< -f 1) 10 - echo "Current version is $CURRENT_VERSION" 11 - cd .. && mkdir tmp 12 - cd tmp 13 - | 15 -DarchetypeGroupId=software.amazon.awssdk \ 16 -DarchetypeArtifactId=archetype-app-quickstart \ 17 -DarchetypeVersion=$CURRENT_VERSION \ [all …]
|
| /external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/ |
| D | MetadataConfig.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 26 import java.net.URL; 29 * Retrieves Google Cloud project-id and a limited set of instance attributes from Metadata server. 31 * @see <a href="https://cloud.google.com/compute/docs/storing-retrieving-metadata"> 32 * https://cloud.google.com/compute/docs/storing-retrieving-metadata</a> 42 return getAttribute("project/project-id"); in getProjectId() 58 return getAttribute("instance/attributes/cluster-name"); in getClusterName() 62 return getAttribute("instance/attributes/container-name"); in getContainerName() 66 return getAttribute("instance/attributes/namespace-id"); in getNamespaceId() 71 URL url = new URL(METADATA_URL + attributeName); in getAttribute() local [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | servicenetworking_v1.services.connections.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | servicenetworking_v1beta.services.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | compute_v1.backendServices.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| /external/opencensus-java/contrib/resource_util/src/main/java/io/opencensus/contrib/resource/util/ |
| D | GcpMetadataConfig.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 26 import java.net.URL; 30 * Retrieves Google Cloud project-id and a limited set of instance attributes from Metadata server. 32 * @see <a href="https://cloud.google.com/compute/docs/storing-retrieving-metadata"> 33 * https://cloud.google.com/compute/docs/storing-retrieving-metadata</a> 46 return getAttribute("project/project-id"); in getProjectId() 58 String machineType = getAttribute("instance/machine-type"); in getMachineType() 70 return getAttribute("instance/attributes/cluster-name"); in getClusterName() 83 URL url = new URL(METADATA_URL + attributeName); in getAttribute() local 84 HttpURLConnection connection = (HttpURLConnection) url.openConnection(); in getAttribute() local [all …]
|
| /external/google-cloud-java/google-cloud-pom-parent/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <project xmlns="http://maven.apache.org/POM/4.0.0" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 …//maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" child.project.url.inheri… 6 <artifactId>google-cloud-pom-parent</artifactId> 8 <version>1.11.0</version><!-- {x-version-update:google-cloud-java:current} --> 11 <url>https://github.com/googleapis/google-cloud-java</url> 13 The top-level parent for all modules in the repository. 17 <artifactId>google-cloud-shared-config</artifactId> 41 …<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.appen… [all …]
|
| /external/oboe/prefab/ |
| D | oboe-VERSION.pom | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.… 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 10 <url>https://github.com/google/oboe</url> 14 <url>https://github.com/google/oboe/blob/main/LICENSE</url> 20 <name>The Android Open Source Project</name> 24 <connection>scm:git:https://github.com/google/oboe</connection> 25 <url>https://github.com/google/oboe</url> 27 </project>
|
| /external/cronet/third_party/protobuf/java/bom/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 …project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst… 6 <artifactId>protobuf-bom</artifactId> 12 <url>https://developers.google.com/protocol-buffers/</url> 16 <url>https://cloud.google.com</url> 32 <name>BSD-3-Clause</name> 33 <url>https://opensource.org/licenses/BSD-3-Clause</url> 38 <url>https://github.com/protocolbuffers/protobuf</url> 39 <connection>scm:git:https://github.com/protocolbuffers/protobuf.git</connection> 43 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> [all …]
|
| /external/protobuf/java/bom/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 …project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst… 6 <artifactId>protobuf-bom</artifactId> 12 <url>https://developers.google.com/protocol-buffers/</url> 16 <url>https://cloud.google.com</url> 32 <name>BSD-3-Clause</name> 33 <url>https://opensource.org/licenses/BSD-3-Clause</url> 38 <url>https://github.com/protocolbuffers/protobuf</url> 39 <connection>scm:git:https://github.com/protocolbuffers/protobuf.git</connection> 43 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> [all …]
|
| /external/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
| D | RoomParametersFetcher.java | 2 * Copyright 2014 The WebRTC Project Authors. All rights reserved. 4 * Use of this source code is governed by a BSD-style license 7 * in the file PATENTS. All contributing project authors may 17 import java.net.URL; 32 * AsyncTask that converts an AppRTC room URL into the set of signaling 71 Log.e(TAG, "Room connection error: " + errorMessage); in makeRequest() 110 Log.d(TAG, "GAE->C #" + i + " : " + messageString); in roomHttpResponseParse() 125 Log.d(TAG, "WSS url: " + wssUrl); in roomHttpResponseParse() 126 Log.d(TAG, "WSS POST url: " + wssPostUrl); in roomHttpResponseParse() 160 // Requests & returns a TURN ICE Server based on a request URL. Must be run [all …]
|
| /external/brotli/java/org/brotli/ |
| D | pom.xml | 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst… 2 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 7 <version>0.2.0-SNAPSHOT</version> 10 <name>${project.groupId}:${project.artifactId}</name> 11 <description>Brotli is a generic-purpose lossless compression algorithm.</description> 12 <url>http://brotli.org</url> 16 <url>http://www.opensource.org/licenses/mit-license.php</url> 26 <connection>scm:git:git://github.com/google/brotli.git</connection> 28 <url>https://github.com/google/brotli</url> 36 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> [all …]
|
| /external/MPAndroidChart/MPChartLib/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 9 http://www.apache.org/licenses/LICENSE-2.0 16 --> 18 …project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst… 20 <version>1.4.2-SNAPSHOT</version> 24 …<description>A simple Android chart view/graph view library, supporting line- bar- and piecharts a… 25 <url>https://github.com/PhilJay/MPAndroidChart</url> 27 <!--<packaging>aar</packaging>--> 30 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> [all …]
|
| /external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/ |
| D | HttpsURLConnectionTest.java | 2 * Copyright (C) 2014 The Android Open Source Project 8 * http://www.apache.org/licenses/LICENSE-2.0 31 import java.net.URL; 52 * HTTPS URL which cannot be resolved and is thus safe to use in tests where network traffic 78 HttpsURLConnection connection = in testDefaultHostnameVerifierUsedForNewConnectionsByDefault() local 79 (HttpsURLConnection) new URL(UNRESOLVABLE_HTTPS_URL).openConnection(); in testDefaultHostnameVerifierUsedForNewConnectionsByDefault() 81 assertSame(originalHostnameVerifier, connection.getHostnameVerifier()); in testDefaultHostnameVerifierUsedForNewConnectionsByDefault() 83 connection.disconnect(); in testDefaultHostnameVerifierUsedForNewConnectionsByDefault() 89 connection = (HttpsURLConnection) new URL(UNRESOLVABLE_HTTPS_URL).openConnection(); in testDefaultHostnameVerifierUsedForNewConnectionsByDefault() 91 assertSame(anotherVerifier, connection.getHostnameVerifier()); in testDefaultHostnameVerifierUsedForNewConnectionsByDefault() [all …]
|
| /external/dagger2/tools/ |
| D | pom-template.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 9 http://www.apache.org/licenses/LICENSE-2.0 16 --> 17 …project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst… 21 <artifactId>oss-parent</artifactId> 30 <url>https://github.com/google/dagger</url> 34 <url>https://github.com/google/dagger/</url> 35 <connection>scm:git:git://github.com/google/dagger.git</connection> 42 <url>https://github.com/google/dagger/issues</url> [all …]
|
| /external/volley/core/src/main/java/com/android/volley/toolbox/ |
| D | HurlStack.java | 2 * Copyright (C) 2011 The Android Open Source Project 8 * http://www.apache.org/licenses/LICENSE-2.0 30 import java.net.URL; 70 String url = request.getUrl(); in executeRequest() local 76 String rewritten = mUrlRewriter.rewriteUrl(url); in executeRequest() 78 throw new IOException("URL blocked by rewriter: " + url); in executeRequest() 80 url = rewritten; in executeRequest() 82 URL parsedUrl = new URL(url); in executeRequest() 83 HttpURLConnection connection = openConnection(parsedUrl, request); in executeRequest() local 87 connection.setRequestProperty(headerName, map.get(headerName)); in executeRequest() [all …]
|
| /external/okhttp/okio/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 3 …project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst… 8 <artifactId>oss-parent</artifactId> 13 <artifactId>okio-parent</artifactId> 14 <version>1.7.0-SNAPSHOT</version> 18 <url>https://github.com/square/okio</url> 26 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 29 <!-- Dependencies --> 33 <!-- Test Dependencies --> 38 <url>https://github.com/square/okio/</url> [all …]
|
| /external/robolectric/scripts/ |
| D | pom_template.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 …project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst… 10 <artifactId>oss-parent</artifactId> 17 <url>http://source.android.com/</url> 22 <url>http://www.apache.org/licenses/LICENSE-2.0</url> 30 <url>https://android.git.kernel.org/</url> 31 <connection>git://android.git.kernel.org/platform/manifest.git</connection> 38 </project>
|
| /external/google-auth-library-java/bom/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 …project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst… 5 <artifactId>google-auth-library-bom</artifactId> 6 <version>1.23.0</version><!-- {x-version-update:google-auth-library-bom:current} --> 12 <url>https://github.com/googleapis/google-auth-library-java</url> 16 <id>sonatype-nexus-snapshots</id> 17 <url>https://google.oss.sonatype.org/content/repositories/snapshots</url> 23 <name>Apache-2.0</name> 24 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 31 <url>http://www.google.com/</url> [all …]
|
| /external/androidplot/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 9 ~ http://www.apache.org/licenses/LICENSE-2.0 16 --> 18 …project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst… 22 <artifactId>oss-parent</artifactId> 29 <name>AndroidPlot-Parent</name> 31 <url>http://androidplot.com</url> 35 <url>http://androidplot.com</url> 40 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> [all …]
|
| /external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/ |
| D | HttpsURLConnectionTest.java | 3 * Copyright (C) 2014 The Android Open Source Project 9 * http://www.apache.org/licenses/LICENSE-2.0 34 import java.net.URL; 56 * HTTPS URL which cannot be resolved and is thus safe to use in tests where network traffic 80 HttpsURLConnection connection = in testDefaultHostnameVerifierUsedForNewConnectionsByDefault() local 81 (HttpsURLConnection) new URL(UNRESOLVABLE_HTTPS_URL).openConnection(); in testDefaultHostnameVerifierUsedForNewConnectionsByDefault() 83 assertSame(originalHostnameVerifier, connection.getHostnameVerifier()); in testDefaultHostnameVerifierUsedForNewConnectionsByDefault() 85 connection.disconnect(); in testDefaultHostnameVerifierUsedForNewConnectionsByDefault() 91 connection = (HttpsURLConnection) new URL(UNRESOLVABLE_HTTPS_URL).openConnection(); in testDefaultHostnameVerifierUsedForNewConnectionsByDefault() 93 assertSame(anotherVerifier, connection.getHostnameVerifier()); in testDefaultHostnameVerifierUsedForNewConnectionsByDefault() [all …]
|
| /external/cronet/third_party/protobuf/ruby/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 …project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst… 11 <artifactId>protobuf-jruby</artifactId> 19 <url>https://developers.google.com/protocol-buffers/</url> 22 <name>BSD-3-Clause</name> 23 <url>https://opensource.org/licenses/BSD-3-Clause</url> 28 <url>https://github.com/protocolbuffers/protobuf</url> 29 <connection> 31 </connection> 35 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> [all …]
|
| /external/protobuf/ruby/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 …project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst… 11 <artifactId>protobuf-jruby</artifactId> 19 <url>https://developers.google.com/protocol-buffers/</url> 22 <name>BSD-3-Clause</name> 23 <url>https://opensource.org/licenses/BSD-3-Clause</url> 28 <url>https://github.com/protocolbuffers/protobuf</url> 29 <connection> 31 </connection> 35 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> [all …]
|