| /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/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/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/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/rust/rust/tests/ui/structs/ |
| D | struct-path-associated-type.stderr | 1 error[E0071]: expected struct, variant or union type, found associated type 2 --> $DIR/struct-path-associated-type.rs:12:13 7 error[E0107]: associated type takes 0 generic arguments but 1 generic argument was supplied 8 --> $DIR/struct-path-associated-type.rs:14:16 11 | ^------ help: remove these generics 15 note: associated type defined here, with 0 generic parameters 16 --> $DIR/struct-path-associated-type.rs:4:10 18 LL | type A; 21 error[E0071]: expected struct, variant or union type, found associated type 22 --> $DIR/struct-path-associated-type.rs:14:13 [all …]
|
| /third_party/skia/m133/src/gpu/graphite/geom/ |
| D | Shape.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 22 // Keys for paths may be extracted from the path data for small paths, to maximize matches 31 switch (shape.type()) { in operator =() 32 case Type::kEmpty: this->reset(); break; in operator =() 33 case Type::kLine: this->setLine(shape.p0(), shape.p1()); break; in operator =() 34 case Type::kRect: this->setRect(shape.rect()); break; in operator =() 35 case Type::kRRect: this->setRRect(shape.rrect()); break; in operator =() 36 case Type::kArc: this->setArc(shape.arc()); break; in operator =() 37 case Type::kPath: this->setPath(shape.path()); break; in operator =() 46 case Type::kEmpty: return false; in conservativeContains() [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 | 4 it("named export -> type-only namespace import -> named export -> named import", () => { 6 path: "/a.ts", 10 path: "/b.ts", 11 content: "import type * as a from './a'; export { a };" 14 path: "/c.ts", 21 it("named export -> type-only named import -> named export -> named import", () => { 23 path: "/a.ts", 27 path: "/b.ts", 28 content: "import type { A } from './a'; export { A };" 31 path: "/c.ts", [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/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/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/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/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/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/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/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/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/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/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/libexif/ |
| 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/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/ |
| D | path.rs | 1 //! A desugared representation of paths like `crate::foo` or `<Type as Trait>::bar`. 18 pub use hir_expand::mod_path::{path, ModPath, PathKind}; 29 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 38 pub enum Path { enum 39 /// A normal path 41 /// Type based path like `<T>::foo`. 42 /// Note that paths like `<Type as Trait>::foo` are desugared to `Trait::<Self=Type>::foo`. 49 /// links via a normal path since they might be private and not accessible in the usage place. 53 /// Generic arguments to a path segment (e.g. the `i32` in `Option<i32>`). This 58 /// This specifies whether the args contain a Self type as the first [all …]
|