| /third_party/iptables/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2022 Huawei Device Co., Ltd. 8 http://www.apache.org/licenses/LICENSE-2.0 17 …All configurations in this file will be merged to OAT-Default.xml, if you have any questions or co… 23 …1. policy: If the OAT-Default.xml policies do not meet your requirements, please add policies here. 24 …2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilt… 25 …<policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPol… 26 3. policyitem type: 27 "compatibility" is used to check license compatibility in the specified path; 28 "license" is used to check source license header in the specified path; [all …]
|
| /third_party/pcre2/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd. 8 http://www.apache.org/licenses/LICENSE-2.0 18 --> 25 …<policyitem type="copyright" name="University of Cambridge" path=".*" rule="may" group="defaultGro… 26 …<policyitem type="copyright" name="北京万里红科技有限公司" path=".*" rule="may" group="defaultGroup" filefilt… 27 …<policyitem type="copyright" name="Huawei Device Co., Ltd." path=".*" rule="may" group="defaultGro… 28 …<policyitem type="copyright" name="Steven G. Johnson <stevenj@alum.mit.edu>" path=".*" rule=… 29 …<policyitem type="copyright" name="Daniel Richard G. <skunk@iSKUNK.ORG>" path=".*" rule="may… 30 …<policyitem type="copyright" name="X Consortium" path=".*" rule="may" group="defaultGroup" filefil… [all …]
|
| /third_party/node/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd. 8 http://www.apache.org/licenses/LICENSE-2.0 18 --> 19 <!-- OAT(OSS Audit Tool) configuration guide: 20 basedir: Root dir, the basedir + project path is the real source file location. 29 5. task project: Projects to be checked, the path field define the source root dir of the project. 34 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilte… 35 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPoli… 36 3. policyitem type: [all …]
|
| /third_party/libdrm/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2021-2025 Huawei Device Co., Ltd. 8 http://www.apache.org/licenses/LICENSE-2.0 18 --> 19 <!-- OAT(OSS Audit Tool) configuration guide: 20 basedir: Root dir, the basedir + project path is the real source file location. 29 5. task project: Projects to be checked, the path field define the source root dir of the project. 34 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilte… 35 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPoli… 36 3. policyitem type: [all …]
|
| /third_party/json/docs/docset/ |
| D | docSet.sql | 2 CREATE TABLE searchIndex(id INTEGER PRIMARY KEY, name TEXT, type TEXT, path TEXT); field 3 CREATE UNIQUE INDEX anchor ON searchIndex (name, type, path); 5 -- API 6 INSERT INTO searchIndex(name, type, path) VALUES ('adl_serializer', 'Class', 'api/adl_serializer/in… 7 INSERT INTO searchIndex(name, type, path) VALUES ('adl_serializer::from_json', 'Function', 'api/adl… 8 INSERT INTO searchIndex(name, type, path) VALUES ('adl_serializer::to_json', 'Function', 'api/adl_s… 9 INSERT INTO searchIndex(name, type, path) VALUES ('byte_container_with_subtype', 'Class', 'api/byte… 10 INSERT INTO searchIndex(name, type, path) VALUES ('byte_container_with_subtype::byte_container_with… 11 INSERT INTO searchIndex(name, type, path) VALUES ('byte_container_with_subtype::clear_subtype', 'Me… 12 INSERT INTO searchIndex(name, type, path) VALUES ('byte_container_with_subtype::has_subtype', 'Meth… [all …]
|
| /third_party/python/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd. 7 http://www.apache.org/licenses/LICENSE-2.0 17 --> 18 <!-- OAT(OSS Audit Tool) configuration guide: 19 basedir: Root dir, the basedir + project path is the real source file location. 28 5. task project: Projects to be checked, the path field define the source root dir of the project. 33 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilte… 34 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPoli… 35 3. policyitem type: [all …]
|
| /third_party/ffmpeg/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd. 8 http://www.apache.org/licenses/LICENSE-2.0 18 --> 19 <!-- OAT(OSS Audit Tool) configuration guide: 20 basedir: Root dir, the basedir + project path is the real source file location. 29 5. task project: Projects to be checked, the path field define the source root dir of the project. 34 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilte… 35 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPoli… 36 3. policyitem type: [all …]
|
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | typeOnlyImportChains.ts | 3 it("named export -> type-only namespace import -> named export -> named import", () => { 5 path: "/a.ts", 9 path: "/b.ts", 10 content: "import type * as a from './a'; export { a };" 13 path: "/c.ts", 20 it("named export -> type-only named import -> named export -> named import", () => { 22 path: "/a.ts", 26 path: "/b.ts", 27 content: "import type { A } from './a'; export { A };" 30 path: "/c.ts", [all …]
|
| /third_party/gn/src/base/ |
| D | values.cc | 2 // Use of this source code is governed by a BSD-style license that can be 30 static_cast<size_t>(Value::Type::LIST) + 1, 37 // expects |node| to always be non-NULL. 39 Value copy(Value::Type::LIST); in CopyListWithoutEmptyChildren() 57 copy->SetWithoutPathExpansion(it.key(), std::move(child_copy)); in CopyDictionaryWithoutEmptyChildren() 64 switch (node.type()) { in CopyWithoutEmptyChildren() 65 case Value::Type::LIST: in CopyWithoutEmptyChildren() 68 case Value::Type::DICTIONARY: in CopyWithoutEmptyChildren() 99 Value::Value() noexcept : type_(Type::NONE) {} in Value() 101 Value::Value(Type type) : type_(type) { in Value() argument [all …]
|
| /third_party/popt/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd. 8 http://www.apache.org/licenses/LICENSE-2.0 18 --> 19 <!-- OAT(OSS Audit Tool) configuration guide: 20 basedir: Root dir, the basedir + project path is the real source file location. 29 5. task project: Projects to be checked, the path field define the source root dir of the project. 34 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilte… 35 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPoli… 36 3. policyitem type: [all …]
|
| /third_party/cares/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd. 8 http://www.apache.org/licenses/LICENSE-2.0 15 --> 16 <!-- OAT(OSS Audit Tool) configuration guide: 17 basedir: Root dir, the basedir + project path is the real source file location. 26 5. task project: Projects to be checked, the path field define the source root dir of the project. 31 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilte… 32 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPoli… 33 3. policyitem type: [all …]
|
| /third_party/freetype/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd. 8 http://www.apache.org/licenses/LICENSE-2.0 18 --> 19 <!-- OAT(OSS Audit Tool) configuration guide: 20 basedir: Root dir, the basedir + project path is the real source file location. 29 5. task project: Projects to be checked, the path field define the source root dir of the project. 34 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilte… 35 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPoli… 36 3. policyitem type: [all …]
|
| /third_party/ltp/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd. 8 http://www.apache.org/licenses/LICENSE-2.0 18 --> 19 <!-- OAT(OSS Audit Tool) configuration guide: 20 basedir: Root dir, the basedir + project path is the real source file location. 29 5. task project: Projects to be checked, the path field define the source root dir of the project. 34 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilte… 35 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPoli… 36 3. policyitem type: [all …]
|
| /third_party/musl/src/misc/ |
| D | nftw.c | 25 static int do_nftw(char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int… in do_nftw() argument 27 size_t l = strlen(path), j = l && path[l-1]=='/' ? l-1 : l; in do_nftw() 30 int type; in do_nftw() local 40 if ((flags & FTW_PHYS) ? lstat(path, &st) : stat(path, &st) < 0) { in do_nftw() 41 if (!(flags & FTW_PHYS) && errno==ENOENT && !lstat(path, &st)) in do_nftw() 42 type = FTW_SLN; in do_nftw() 43 else if (errno != EACCES) return -1; in do_nftw() 44 else type = FTW_NS; in do_nftw() 47 if (access(path, R_OK) < 0) { in do_nftw() 48 type = FTW_DNR; in do_nftw() [all …]
|
| /third_party/libbpf/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd. 8 http://www.apache.org/licenses/LICENSE-2.0 17 …All configurations in this file will be merged to OAT-Default.xml, if you have any questions or co… 23 …1. policy: If the OAT-Default.xml policies do not meet your requirements, please add policies here. 24 …2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilt… 25 …<policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPol… 26 3. policyitem type: 27 "compatibility" is used to check license compatibility in the specified path; 28 "license" is used to check source license header in the specified path; [all …]
|
| /third_party/openSLES/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2022 Huawei Device Co., Ltd. 8 http://www.apache.org/licenses/LICENSE-2.0 18 --> 19 <!-- OAT(OSS Audit Tool) configuration guide: 20 basedir: Root dir, the basedir + project path is the real source file location. 29 5. task project: Projects to be checked, the path field define the source root dir of the project. 34 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilte… 35 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPoli… 36 3. policyitem type: [all …]
|
| /third_party/opencl-headers/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd. 7 http://www.apache.org/licenses/LICENSE-2.0 17 --> 18 <!-- OAT(OSS Audit Tool) configuration guide: 19 basedir: Root dir, the basedir + project path is the real source file location. 28 5. task project: Projects to be checked, the path field define the source root dir of the project. 33 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilte… 34 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPoli… 35 3. policyitem type: [all …]
|
| /third_party/libpng/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd. 8 http://www.apache.org/licenses/LICENSE-2.0 18 --> 19 <!-- OAT(OSS Audit Tool) configuration guide: 20 basedir: Root dir, the basedir + project path is the real source file location. 29 5. task project: Projects to be checked, the path field define the source root dir of the project. 34 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilte… 35 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPoli… 36 3. policyitem type: [all …]
|
| /third_party/elfutils/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2023 Huawei Device Co., Ltd. 8 http://www.apache.org/licenses/LICENSE-2.0 18 --> 23 <licensefile>COPYING-GPLV2</licensefile> 24 <licensefile>COPYING-LGPLV3</licensefile> 27 …<policyitem type="compatibility" name="LGPLStyleLicense" path="include/elfutils/libdwfl.h" desc="该… 28 …<policyitem type="compatibility" name="LGPLStyleLicense" path="backends/.*.[h|c]" desc="该软件作为独立进程使… 29 … <policyitem type="compatibility" name="LGPLStyleLicense" path="lib/.*.[h|c]" desc="该软件作为独立进程使用"/> 30 …<policyitem type="compatibility" name="LGPLStyleLicense" path="libasm/.*.[h|c]" desc="该软件作为独立进程使用"… [all …]
|
| /third_party/rust/crates/rustix/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2021 Huawei Device Co.|Ltd. 7 http://www.apache.org/licenses/LICENSE-2.0 17 --> 18 <!-- OAT(OSS Audit Tool) configuration guide: 19 basedir: Root dir|the basedir + project path is the real source file location. 28 5. task project: Projects to be checked|the path field define the source root dir of the project. 33 2. policyitem: The fields type|name|path|desc is required|and the fields rule|group|filefilter is o… 34 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPoli… 35 3. policyitem type: [all …]
|
| /third_party/musl/porting/liteos_a/user/src/misc/ |
| D | nftw.c | 22 static int do_nftw(char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int… in do_nftw() argument 24 size_t l = strlen(path), j = l && path[l-1]=='/' ? l-1 : l; in do_nftw() 27 int type; in do_nftw() local 31 if ((flags & FTW_PHYS) ? lstat(path, &st) : stat(path, &st) < 0) { in do_nftw() 32 if (!(flags & FTW_PHYS) && errno==ENOENT && !lstat(path, &st)) in do_nftw() 33 type = FTW_SLN; in do_nftw() 34 else if (errno != EACCES) return -1; in do_nftw() 35 else type = FTW_NS; in do_nftw() 37 if (access(path, R_OK) < 0) type = FTW_DNR; in do_nftw() 38 else if (flags & FTW_DEPTH) type = FTW_DP; in do_nftw() [all …]
|
| /third_party/spirv-headers/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd. 8 http://www.apache.org/licenses/LICENSE-2.0 18 --> 19 <!-- OAT(OSS Audit Tool) configuration guide: 20 basedir: Root dir, the basedir + project path is the real source file location. 29 5. task project: Projects to be checked, the path field define the source root dir of the project. 34 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilte… 35 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPoli… 36 3. policyitem type: [all …]
|
| /third_party/rust/crates/minimal-lexical/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2021 Huawei Device Co.|Ltd. 7 http://www.apache.org/licenses/LICENSE-2.0 17 --> 18 <!-- OAT(OSS Audit Tool) configuration guide: 19 basedir: Root dir|the basedir + project path is the real source file location. 28 5. task project: Projects to be checked|the path field define the source root dir of the project. 33 2. policyitem: The fields type|name|path|desc is required|and the fields rule|group|filefilter is o… 34 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPoli… 35 3. policyitem type: [all …]
|
| /third_party/lame/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2024 Huawei Device Co., Ltd. 8 http://www.apache.org/licenses/LICENSE-2.0 18 --> 19 <!-- OAT(OSS Audit Tool) configuration guide: 20 basedir: Root dir, the basedir + project path is the real source file location. 29 5. task project: Projects to be checked, the path field define the source root dir of the project. 34 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilte… 35 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPoli… 36 3. policyitem type: [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/ |
| D | bloat.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 28 """Pretty-print a number of bytes.""" 38 def symbol_type_to_human(type): argument 39 """Convert a symbol type as printed by nm into a human-readable name.""" 43 'r': 'read-only data', 48 }[type] 56 Yields: (symbol name, symbol type, symbol size, source file path). 57 Path may be None if nm couldn't figure out the source file. 61 sym_re = re.compile(r'^[0-9a-f]+ ([0-9a-f]+) (.) ([^\t]+)(?:\t(.*):\d+)?$') 64 addr_re = re.compile(r'^[0-9a-f]+ (.) ([^\t]+)(?:\t.*)?$') [all …]
|