/aosp_15_r20/prebuilts/r8/ |
H A D | r8.spdx.json | 61 "downloadLocation" : "NOASSERTION", string 80 "downloadLocation" : "https://repo1.maven.org/maven2/org/ow2/asm/asm/9.7.1/asm-9.7.1.jar", string 103 …"downloadLocation" : "https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/9.7.1/asm-commons-9.7… string 126 …"downloadLocation" : "https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.7.1/asm-tree-9.7.1.jar… string 149 …"downloadLocation" : "https://repo1.maven.org/maven2/org/ow2/asm/asm-util/9.7.1/asm-util-9.7.1.jar… string 172 …"downloadLocation" : "https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/9.7.1/asm-analysis-9… string 195 …"downloadLocation" : "https://repo1.maven.org/maven2/it/unimi/dsi/fastutil/7.2.1/fastutil-7.2.1.ja… string 218 …"downloadLocation" : "https://repo1.maven.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.… string 241 …"downloadLocation" : "https://repo1.maven.org/maven2/com/google/guava/guava/32.1.2-jre/guava-32.1.… string 264 …"downloadLocation" : "https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-… string [all …]
|
/aosp_15_r20/build/make/tools/sbom/testdata/ |
H A D | expected_json_sbom.spdx.json | 30 "downloadLocation": "NONE", string 47 "downloadLocation": "NONE", string 56 "downloadLocation": "NONE", string 65 "downloadLocation": "NONE", string 81 "downloadLocation": "NOASSERTION", string
|
/aosp_15_r20/cts/tests/app/DownloadManagerApi28Test/src/android/app/cts/ |
H A D | DownloadManagerApi28Test.java | 202 for (Uri downloadLocation : downloadPathUris) { in testDownloadManager_mediaStoreEntry() 203 request.setDestinationUri(downloadLocation); in testDownloadManager_mediaStoreEntry() 206 assertSuccessfulDownload(downloadId, new File(downloadLocation.getPath())); in testDownloadManager_mediaStoreEntry() 240 for (String downloadLocation : downloadPath) { in testAddCompletedDownload_mediaStoreEntry() 241 final File file = new File(Uri.parse(downloadLocation).getPath()); in testAddCompletedDownload_mediaStoreEntry() 254 "audio/mp3", downloadLocation, file.length(), true); in testAddCompletedDownload_mediaStoreEntry()
|
/aosp_15_r20/external/spdx-tools/examples/sample-docs/xml/ |
H A D | SPDXXMLExample-v2.2.spdx.xml | 199 <downloadLocation>http://ftp.gnu.org/gnu/glibc/glibc-ports-2.15.tar.gz</downloadLocation> 237 <downloadLocation>NOASSERTION</downloadLocation> 247 …<downloadLocation>https://search.maven.org/remotecontent?filepath=org/apache/jena/apache-jena/3.12… 268 …<downloadLocation>https://sourceforge.net/projects/saxon/files/Saxon-B/8.8.0.7/saxonb8-8-0-7j.zip/…
|
/aosp_15_r20/external/spdx-tools/examples/sample-docs/yaml/ |
H A D | SPDXYAMLExample-2.3.spdx.yaml | 279 downloadLocation: http://ftp.gnu.org/gnu/glibc/glibc-ports-2.15.tar.gz 312 downloadLocation: NOASSERTION 319 …downloadLocation: https://search.maven.org/remotecontent?filepath=org/apache/jena/apache-jena/3.12… 336 …downloadLocation: https://sourceforge.net/projects/saxon/files/Saxon-B/8.8.0.7/saxonb8-8-0-7j.zip/… 348 downloadLocation: NOASSERTION
|
H A D | SPDXYAMLExample-2.2.spdx.yaml | 171 downloadLocation: "http://ftp.gnu.org/gnu/glibc/glibc-ports-2.15.tar.gz" 207 downloadLocation: "NOASSERTION" 215 …downloadLocation: "https://search.maven.org/remotecontent?filepath=org/apache/jena/apache-jena/3.1… 232 …downloadLocation: "https://sourceforge.net/projects/saxon/files/Saxon-B/8.8.0.7/saxonb8-8-0-7j.zip…
|
/aosp_15_r20/external/kotlin-compose-compiler/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.0.0/ |
H A D | kotlin-compose-compiler-plugin-2.0.0.spdx.json | 15 "downloadLocation" : "NOASSERTION", string 28 "downloadLocation" : "NOASSERTION", string 47 "downloadLocation" : "NOASSERTION", string
|
/aosp_15_r20/external/spdx-tools/examples/sample-docs/json/ |
H A D | SPDXJSONExample-v2.3.spdx.json | 36 "downloadLocation": "http://ftp.gnu.org/gnu/glibc/glibc-ports-2.15.tar.gz", string 100 "downloadLocation": "NOASSERTION", string 109 …"downloadLocation": "https://search.maven.org/remotecontent?filepath=org/apache/jena/apache-jena/3… string 128 …"downloadLocation": "https://sourceforge.net/projects/saxon/files/Saxon-B/8.8.0.7/saxonb8-8-0-7j.z… string 147 "downloadLocation": "NOASSERTION", string
|
H A D | SPDXJSONExample-v2.2.spdx.json | 82 "downloadLocation" : "http://ftp.gnu.org/gnu/glibc/glibc-ports-2.15.tar.gz", string 114 "downloadLocation" : "NOASSERTION", string 123 …"downloadLocation" : "https://search.maven.org/remotecontent?filepath=org/apache/jena/apache-jena/… string 143 …"downloadLocation" : "https://sourceforge.net/projects/saxon/files/Saxon-B/8.8.0.7/saxonb8-8-0-7j.… string
|
/aosp_15_r20/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/ |
D | ChecksumUtils.java | 79 boolean doesPackageHashMatch(String downloadLocation, byte[] packageChecksum) { in doesPackageHashMatch() argument 83 packageSha256Hash = mUtils.computeHashOfFile(downloadLocation, Utils.SHA256_TYPE); in doesPackageHashMatch()
|
/aosp_15_r20/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/parser/ |
D | ExtrasProvisioningDataParser.java | 830 String downloadLocation = getStringExtraFromLongName( in parseRoleHolderDownloadInfoFromExtras() local 832 if (downloadLocation == null) { in parseRoleHolderDownloadInfoFromExtras() 845 .setLocation(downloadLocation) in parseRoleHolderDownloadInfoFromExtras()
|
/aosp_15_r20/device/linaro/dragonboard-kernel/android-5.15/ |
D | kernel_sbom.spdx.json | 20 "downloadLocation": "https://source.android.com", string 125 "downloadLocation": "https://source.android.com", string 133 "downloadLocation": "https://www.kernel.org", string
|
/aosp_15_r20/device/linaro/dragonboard-kernel/android-6.1/ |
D | kernel_sbom.spdx.json | 20 "downloadLocation": "https://source.android.com", string 127 "downloadLocation": "https://source.android.com", string 135 "downloadLocation": "https://www.kernel.org", string
|
/aosp_15_r20/device/linaro/dragonboard-kernel/android-mainline/ |
D | kernel_sbom.spdx.json | 20 "downloadLocation": "https://source.android.com", string 129 "downloadLocation": "https://source.android.com", string 137 "downloadLocation": "https://www.kernel.org", string
|
/aosp_15_r20/device/linaro/dragonboard-kernel/android-6.6/ |
D | kernel_sbom.spdx.json | 20 "downloadLocation": "https://source.android.com", string 144 "downloadLocation": "https://source.android.com", string 152 "downloadLocation": "https://www.kernel.org", string
|
/aosp_15_r20/external/kotlin-compose-compiler/org/jetbrains/kotlin/kotlin-compose-compiler-plugin-embeddable/2.0.0/ |
H A D | kotlin-compose-compiler-plugin-embeddable-2.0.0.spdx.json | 15 "downloadLocation" : "NOASSERTION", string
|
/aosp_15_r20/external/spdx-tools/spdx/v2_1/ |
H A D | package.go | 37 PackageDownloadLocation string `json:"downloadLocation"`
|
/aosp_15_r20/external/bazelbuild-rules_license/tools/ |
H A D | write_sbom.py | 76 out.write(' downloadLocation: %s\n' % url)
|
/aosp_15_r20/external/spdx-tools/spdx/v2_2/ |
H A D | package.go | 42 PackageDownloadLocation string `json:"downloadLocation"`
|
/aosp_15_r20/external/spdx-tools/spdx/v2_3/ |
H A D | package.go | 42 PackageDownloadLocation string `json:"downloadLocation"`
|
/aosp_15_r20/build/make/tools/sbom/ |
H A D | sbom_writers.py | 260 PACKAGE_DOWNLOAD_LOCATION = 'downloadLocation'
|
/aosp_15_r20/external/spdx-tools/rdfloader/parser2v3/ |
H A D | constants.go | 60 SPDX_DOWNLOAD_LOCATION = NS_SPDX + "downloadLocation"
|
/aosp_15_r20/external/spdx-tools/rdfloader/parser2v2/ |
H A D | constants.go | 60 SPDX_DOWNLOAD_LOCATION = NS_SPDX + "downloadLocation"
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | containeranalysis_v1beta1.projects.notes.html | 240 …"downloadLocation": "A String", # This section identifies the download Univers… 465 …"downloadLocation": "A String", # This section identifies the download Univers… 695 …"downloadLocation": "A String", # This section identifies the download Univers… 917 …"downloadLocation": "A String", # This section identifies the download Univers… 1163 …"downloadLocation": "A String", # This section identifies the download Univers… 1440 …"downloadLocation": "A String", # This section identifies the download Univers… 1679 …"downloadLocation": "A String", # This section identifies the download Univers… 1901 …"downloadLocation": "A String", # This section identifies the download Univers…
|
D | containeranalysis_v1alpha1.projects.notes.html | 230 …"downloadLocation": "A String", # This section identifies the download Univers… 435 …"downloadLocation": "A String", # This section identifies the download Univers… 663 …"downloadLocation": "A String", # This section identifies the download Univers… 923 …"downloadLocation": "A String", # This section identifies the download Univers… 1144 …"downloadLocation": "A String", # This section identifies the download Univers… 1348 …"downloadLocation": "A String", # This section identifies the download Univers…
|