/aosp_15_r20/external/armnn/ |
H A D | LICENSE.spdx | 1 SPDXVersion: SPDX-2.1 2 DataLicense: CC0-1.0 3 SPDXID: SPDXRef-DOCUMENT 5 DocumentNamespace: http://spdx.org/spdxdocs/spdx-v2.1-785b703b-da92-41e9-983f-49a5a3b5e86f 8 Creator: Tool: reuse-1.0.0 9 Created: 2022-08-03T11:04:56Z 11 Relationship: SPDXRef-DOCUMENT describes SPDXRef-6023602810befa9adda44114844d090b 12 Relationship: SPDXRef-DOCUMENT describes SPDXRef-2716bc1ed4229fa725d3289dfebf305f 13 Relationship: SPDXRef-DOCUMENT describes SPDXRef-950af7814f60dff224a7339016ce4409 14 Relationship: SPDXRef-DOCUMENT describes SPDXRef-18a4ee19fb06cc5465a5fcc777a7a952 [all …]
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | http_content_disposition_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 22 TEST(HttpContentDispositionTest, Filename) { in TEST() argument 24 // Test various forms of C-D header fields emitted by web servers. in TEST() 25 {"inline; filename=\"abcde.pdf\"", "", L"abcde.pdf"}, in TEST() 26 {"attachment; filename=abcde.pdf", "", L"abcde.pdf"}, in TEST() 27 {"attachment; filename=abc,de.pdf", "", L"abc,de.pdf"}, in TEST() 28 {"filename=abcde.pdf", "", L"abcde.pdf"}, in TEST() 29 {"filename= abcde.pdf", "", L"abcde.pdf"}, in TEST() 30 {"filename =abcde.pdf", "", L"abcde.pdf"}, in TEST() 31 {"filename = abcde.pdf", "", L"abcde.pdf"}, in TEST() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/mime/ |
D | mediatype_test.go | 2 // Use of this source code is governed by a BSD-style 70 {` ; boundary=----CUT;`, "boundary", "----CUT", ";"}, 111 {`form-data; name="foo"`, "form-data", nameFoo}, 112 {` form-data ; name=foo`, "form-data", nameFoo}, 113 {`FORM-DATA;name="foo"`, "form-data", nameFoo}, 114 {` FORM-DATA ; name="foo"`, "form-data", nameFoo}, 115 {` FORM-DATA ; name="foo"`, "form-data", nameFoo}, 117 {`form-data; key=value; blah="value";name="foo" `, 118 "form-data", 121 {`foo; key=val1; key=the-key-appears-again-which-is-bogus`, [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/lang/ |
H A D | wpa_gui_de.ts | 1 <?xml version="1.0" encoding="utf-8"?> 7 <location filename="../addinterface.cpp" line="38"/> 12 <location filename="../addinterface.cpp" line="47"/> 17 <location filename="../addinterface.cpp" line="48"/> 22 <location filename="../addinterface.cpp" line="49"/> 27 <location filename="../addinterface.cpp" line="221"/> 32 <location filename="../addinterface.cpp" line="229"/> 37 <location filename="../addinterface.cpp" line="238"/> 45 <location filename="../wpagui.cpp" line="1621"/> 53 <location filename="../eventhistory.ui" line="13"/> [all …]
|
/aosp_15_r20/cts/hostsidetests/webkit/app/src/com/android/cts/webkit/ |
H A D | WebViewDeviceSideURLUtilTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 93 "Fallback filename is 'downloadfile.bin'", in guessFileName_legacyBehavior() 102 "https://example.com/wrong", "attachment; filename=Test.png", "image/png")); in guessFileName_legacyBehavior() 108 "https://example.com/wrong", "attachment; filename=Test.png", "image/gif")); in guessFileName_legacyBehavior() 114 "https://example.com/test.png", "inline; filename=Wrong.png", null)); in guessFileName_legacyBehavior() 117 // "Presence of semicolon after filename will break parsing despite RFC", in guessFileName_legacyBehavior() 120 // "https://example.com/test.png", "attachment; filename=Wrong.png;", in guessFileName_legacyBehavior() 124 "Presence of filename* after filename will break parsing", in guessFileName_legacyBehavior() 128 "attachment; filename=Wrong.png; filename*=UTF-8''Wrong.png", in guessFileName_legacyBehavior() 131 // Tests for parsing of Content-Disposition in guessFileName_legacyBehavior() [all …]
|
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/ |
H A D | FilenameUtils.java | 9 * http://www.apache.org/licenses/LICENSE-2.0 55 * <li>the prefix - C:\</li> 56 * <li>the path - dev\project\</li> 57 * <li>the full path - C:\dev\project\</li> 58 * <li>the name - file.txt</li> 59 * <li>the base name - file</li> 60 * <li>the extension - txt</li> 74 * a\b\c.txt --> "" --> relative 75 * \a\b\c.txt --> "\" --> current drive absolute 76 * C:a\b\c.txt --> "C:" --> drive relative [all …]
|
/aosp_15_r20/cts/hostsidetests/webkit/compatchangeapp/src/com/android/cts/webkit/compatchange/ |
H A D | WebViewDeviceSideURLUtilTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 95 "Fallback filename is 'downloadfile.bin'", in guessFileName_legacyBehavior() 104 "https://example.com/wrong", "attachment; filename=Test.png", "image/png")); in guessFileName_legacyBehavior() 110 "https://example.com/wrong", "attachment; filename=Test.png", "image/gif")); in guessFileName_legacyBehavior() 116 "https://example.com/test.png", "inline; filename=Wrong.png", null)); in guessFileName_legacyBehavior() 118 // Tests for parsing of Content-Disposition in guessFileName_legacyBehavior() 120 "Slashes will only use the latter part of the filename", in guessFileName_legacyBehavior() 122 guessForContentDisposition("attachment; filename=Discarded/Test.png")); in guessFileName_legacyBehavior() 125 "Slashes in escape sequences only use the latter part of the filename", in guessFileName_legacyBehavior() 127 guessForContentDisposition("attachment; filename=\"Discarded\\/Test.png\"")); in guessFileName_legacyBehavior() [all …]
|
/aosp_15_r20/device/linaro/dragonboard-kernel/android-6.6/ |
D | kernel_sbom.spdx.json | 2 "spdxVersion": "SPDX-2.3", 3 "dataLicense": "CC0-1.0", 4 "SPDXID": "SPDXRef-DOCUMENT", 5 "name": "6.6.30-android15-7-gbb616d66d8a9-ab11968886-4k", 6 …: "https://www.google.com/sbom/spdx/android/kernel/6.6.30-android15-7-gbb616d66d8a9-ab11968886-4k", 11 "created": "2024-06-14T00:21:44Z" 14 "SPDXRef-kernel" 19 "SPDXID": "SPDXRef-kernel", 22 "versionInfo": "6.6.30-android15-7-gbb616d66d8a9-ab11968886-4k", 38 "boot-gz.img", [all …]
|
/aosp_15_r20/device/linaro/dragonboard-kernel/android-6.1/ |
D | kernel_sbom.spdx.json | 2 "spdxVersion": "SPDX-2.3", 3 "dataLicense": "CC0-1.0", 4 "SPDXID": "SPDXRef-DOCUMENT", 5 "name": "6.1.78-android14-11-g1a72e2f692ac-ab12000080", 6 …pace": "https://www.google.com/sbom/spdx/android/kernel/6.1.78-android14-11-g1a72e2f692ac-ab120000… 11 "created": "2024-06-21T13:36:51Z" 14 "SPDXRef-kernel" 19 "SPDXID": "SPDXRef-kernel", 22 "versionInfo": "6.1.78-android14-11-g1a72e2f692ac-ab12000080", 37 "boot-gz.img", [all …]
|
/aosp_15_r20/external/rust/crabbyavif/tests/ |
D | conformance_tests.rs | 7 // http://www.apache.org/licenses/LICENSE-2.0 30 fn get_test_file(filename: &str) -> String { in get_test_file() 33 "{}/google3/third_party/crabbyavif/google/test_data/av1-avif", in get_test_file() 40 "{}/external/av1-avif/testFiles", in get_test_file() 45 format!("{base_path}/{filename}") in get_test_file() 48 fn get_avifdec() -> String { in get_avifdec() 67 filename: &'a str, field 99 fn get_tempfile() -> String { in get_tempfile() 102 let filename = String::from(path.to_str().unwrap()); in get_tempfile() localVariable 104 filename in get_tempfile() [all …]
|
/aosp_15_r20/external/android-nn-driver/ |
H A D | LICENSE.spdx | 1 SPDXVersion: SPDX-2.1 2 DataLicense: CC0-1.0 3 SPDXID: SPDXRef-DOCUMENT 4 DocumentName: android-nn-driver 5 DocumentNamespace: http://spdx.org/spdxdocs/spdx-v2.1-52f0ad2d-5aaf-4639-824f-433fd3f75059 8 Creator: Tool: reuse-1.0.0 9 Created: 2022-08-03T11:15:19Z 11 Relationship: SPDXRef-DOCUMENT describes SPDXRef-9f8259108df712c403827fb71c15e65a 12 Relationship: SPDXRef-DOCUMENT describes SPDXRef-a43f0edf0ce5df76c5fa0b729273ea77 13 Relationship: SPDXRef-DOCUMENT describes SPDXRef-bf1cf5f58ec86ae7e11a3c3c8b474034 [all …]
|
/aosp_15_r20/device/linaro/dragonboard-kernel/android-5.15/ |
D | kernel_sbom.spdx.json | 2 "spdxVersion": "SPDX-2.3", 3 "dataLicense": "CC0-1.0", 4 "SPDXID": "SPDXRef-DOCUMENT", 5 "name": "5.15.149-android14-11-gbff9ae650570-ab12001441", 6 …ce": "https://www.google.com/sbom/spdx/android/kernel/5.15.149-android14-11-gbff9ae650570-ab120014… 11 "created": "2024-06-21T19:00:27Z" 14 "SPDXRef-kernel" 19 "SPDXID": "SPDXRef-kernel", 22 "versionInfo": "5.15.149-android14-11-gbff9ae650570-ab12001441", 37 "boot-gz.img", [all …]
|
/aosp_15_r20/device/linaro/dragonboard-kernel/android-mainline/ |
D | kernel_sbom.spdx.json | 2 "spdxVersion": "SPDX-2.3", 3 "dataLicense": "CC0-1.0", 4 "SPDXID": "SPDXRef-DOCUMENT", 5 "name": "6.9.0-mainline-gb343509ebd67-ab11947765-4k", 6 …ace": "https://www.google.com/sbom/spdx/android/kernel/6.9.0-mainline-gb343509ebd67-ab11947765-4k", 11 "created": "2024-06-10T15:20:32Z" 14 "SPDXRef-kernel" 19 "SPDXID": "SPDXRef-kernel", 22 "versionInfo": "6.9.0-mainline-gb343509ebd67-ab11947765-4k", 37 "boot-gz.img", [all …]
|
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/c_common/ |
D | fsutil.py | 19 filename = old 21 filename = getattr(old, 'name', None) 22 if not filename: 25 backup = f'{filename}.bak' 27 shutil.copyfile(filename, backup) 29 if exc.filename != filename: 30 raise # re-raise 38 def fix_filename(filename, relroot=USE_CWD, *, argument 42 """Return a normalized, absolute-path copy of the given filename.""" 44 return os.path.abspath(filename) [all …]
|
/aosp_15_r20/external/fdlibm/ |
H A D | index.html | 14 file <a href="e_acos.c">e_acos.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_acos.c">e… 16 file <a href="e_acosh.c">e_acosh.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_acosh.c… 18 file <a href="e_asin.c">e_asin.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_asin.c">e… 20 file <a href="e_atan2.c">e_atan2.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_atan2.c… 22 file <a href="e_atanh.c">e_atanh.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_atanh.c… 24 file <a href="e_cosh.c">e_cosh.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_cosh.c">e… 26 file <a href="e_exp.c">e_exp.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_exp.c">e_ex… 28 file <a href="e_fmod.c">e_fmod.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_fmod.c">e… 30 file <a href="e_gamma.c">e_gamma.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_gamma.c… 32 file <a href="e_gamma_r.c">e_gamma_r.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_gam… [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_gzip.py | 27 data2 = b"""/* zlibmodule.c -- gzip-compatible data compression */ 33 TEMPDIR = os.path.abspath(os_helper.TESTFN) + '-gzdir' 48 filename = os_helper.TESTFN variable in BaseTest 51 os_helper.unlink(self.filename) 54 os_helper.unlink(self.filename) 60 with gzip.GzipFile(self.filename, 'w'+mode) as f: 63 with gzip.GzipFile(self.filename, 'r'+mode) as f: 67 with gzip.GzipFile(self.filename, 'wb') as f: 81 filename = pathlib.Path(self.filename) 82 with gzip.GzipFile(filename, 'w') as f: [all …]
|
/aosp_15_r20/external/python/setuptools/setuptools/tests/ |
D | test_sdist.py | 55 # HFS Plus uses decomposed UTF-8 60 path = path.decode('utf-8') 62 path = path.encode('utf-8') 64 pass # Not UTF-8 68 def read_all_bytes(filename): argument 69 with io.open(filename, 'rb') as fp: 75 desc, filename = tempfile.mkstemp(suffix=Filenames.latin_1) 77 os.remove(filename) 84 reason="System does not support latin-1 filenames", 89 path.write_text('', encoding='utf-8') [all …]
|
/aosp_15_r20/external/protobuf/benchmarks/util/ |
H A D | result_parser.py | 15 def __get_data_size(filename): argument 16 if filename[0] != '/': 17 filename = os.path.dirname(os.path.abspath(__file__)) + "/../" + filename 18 if filename in __file_size_map: 19 return __file_size_map[filename] 22 open(filename, "rb").read()) 28 __file_size_map[filename] = (size, 1.0 * size / count) 59 def __parse_cpp_result(filename): argument 60 if filename == "": 62 if filename[0] != '/': [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/util/ |
H A D | result_parser.py | 15 def __get_data_size(filename): argument 16 if filename[0] != '/': 17 filename = os.path.dirname(os.path.abspath(__file__)) + "/../" + filename 18 if filename in __file_size_map: 19 return __file_size_map[filename] 22 open(filename, "rb").read()) 28 __file_size_map[filename] = (size, 1.0 * size / count) 59 def __parse_cpp_result(filename): argument 60 if filename == "": 62 if filename[0] != '/': [all …]
|
/aosp_15_r20/external/spdx-tools/utils/ |
H A D | filesystem_test.go | 1 // SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 18 t.Fatalf("expected non-nil filePaths, got nil") 21 // symbolic link in project1/symbolic-link should be ignored 49 t.Errorf("expected non-nil error, got nil") 67 t.Fatalf("expected non-nil filePaths, got nil") 120 t.Errorf("expected non-nil error, got nil") 130 fileName := "/file.txt" 131 if !ShouldIgnore(fileName, pathsIgnored) { 132 t.Errorf("incorrect for %v, ignoring %v", fileName, pathsIgnored) 134 fileName = "/fileNope.txt" [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
D | parser_test.go | 2 // Use of this source code is governed by a BSD-style 51 t.Fatalf("invalid argument for -skip (%v)", err) 60 filename string 76 // suppress false-positive skips. 85 walkDirs(t, dir, func(filename string) { 86 if skipRx != nil && skipRx.MatchString(filename) { 89 fmt.Printf("skipping %s\n", filename) 93 fmt.Printf("parsing %s\n", filename) 95 ast, err := ParseFile(filename, nil, nil, 0) 101 verifyPrint(t, filename, ast) [all …]
|
/aosp_15_r20/external/libcups/scheduler/ |
H A D | file.c | 4 * Copyright © 2007-2014 by Apple Inc. 5 * Copyright © 1997-2007 by Easy Software Products, all rights reserved. 27 * 'cupsdCleanFiles()' - Clean out old files. 31 cupsdCleanFiles(const char *path, /* I - Directory to clean */ in cupsdCleanFiles() 32 const char *pattern) /* I - Filename pattern or NULL */ in cupsdCleanFiles() 36 char filename[1024]; /* Filename */ in cupsdCleanFiles() local 46 cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to open directory \"%s\" - %s", in cupsdCleanFiles() 55 if (pattern && fnmatch(pattern, dent->filename, 0)) in cupsdCleanFiles() 58 snprintf(filename, sizeof(filename), "%s/%s", path, dent->filename); in cupsdCleanFiles() 60 if (S_ISDIR(dent->fileinfo.st_mode)) in cupsdCleanFiles() [all …]
|
/aosp_15_r20/device/google/cuttlefish_vmm/x86_64-linux-gnu/ |
D | Android.bp | 9 // http://www.apache.org/licenses/LICENSE-2.0 20 filename: "9p_device.policy", 21 sub_dir: "cuttlefish/x86_64-linux-gnu/seccomp", 26 filename: "balloon_device.policy", 27 sub_dir: "cuttlefish/x86_64-linux-gnu/seccomp", 32 filename: "battery.policy", 33 sub_dir: "cuttlefish/x86_64-linux-gnu/seccomp", 38 filename: "block_device.policy", 39 sub_dir: "cuttlefish/x86_64-linux-gnu/seccomp", 44 filename: "block_device_vhost_user.policy", [all …]
|
/aosp_15_r20/external/fonttools/Tests/designspaceLib/data/ |
H A D | test_v5_aktiv.designspace | 1 <?xml version='1.0' encoding='UTF-8'?> 65 <source filename="AktivGroteskCd_Hair.ufo" name="Aktiv Grotesk Cd Hair"> 72 <source filename="AktivGroteskCd_HairIt.ufo" name="Aktiv Grotesk Cd Hair Italic"> 79 <source filename="AktivGrotesk_Hair.ufo" name="Aktiv Grotesk Hair"> 86 <source filename="AktivGrotesk_HairIt.ufo" name="Aktiv Grotesk Hair Italic"> 93 <source filename="AktivGroteskEx_Hair.ufo" name="Aktiv Grotesk Ex Hair"> 100 <source filename="AktivGroteskEx_HairIt.ufo" name="Aktiv Grotesk Ex Hair Italic"> 107 <source filename="AktivGroteskCd_Rg.ufo" name="Aktiv Grotesk Cd"> 114 <source filename="AktivGroteskCd_It.ufo" name="Aktiv Grotesk Cd Italic"> 121 <source filename="AktivGrotesk_Rg.ufo" name="Aktiv Grotesk Regular" familyname="Aktiv Grotesk"> [all …]
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/scripts/ |
H A D | cpplint.py | 35 # but I think it is valuable to retain these wish-list items even if they cannot 39 # ----------- 40 # - Check for no 'explicit' for multi-arg ctor 41 # - Check for boolean assign RHS in parens 42 # - Check for ctor initializer-list colon position and spacing 43 # - Check that if there's a ctor, there should be a dtor 44 # - Check accessors that return non-pointer member variables are 46 # - Check accessors that return non-const pointer member vars are 48 # - Check for using public includes for testing 49 # - Check for spaces between brackets in one-line inline method [all …]
|