Home
last modified time | relevance | path

Searched full:path (Results 1826 - 1850 of 40112) sorted by relevance

1...<<71727374757677787980>>...1605

/applications/standard/screenshot/
H A DOAT.xml24 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is:
25 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
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;
29 "copyright" is used to check source copyright header in the specified path;
30 "import" is used to check source dependency in the specified path, such as import ... ,include ...
31 "filetype" is used to check file type in the specified path, supported file types: archive, binary
32 "filename" is used to check whether the specified file exists in the specified path(projectroot means the root dir of the project), supported file names: LICENSE, README, README.OpenSource
34 5. policyitem path: This field is used for define the source file scope to apply this policyitem, the "!" prefix means exclude the files. For example, "!.*/lib/.*" means files in lib dir will be exclude while process this policyitem.
38 8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is used to filter file path
[all...]
/applications/standard/settings/product/phone/src/main/resources/base/media/
H A Dimg_search_no_result.svg6 <path d="M66.8745113,81.5472546 C68.4251242,81.5636925 72.8283566,82.1579284 74.7670742,75.8215255 C81.2263534,77.2078831 85.3071429,79.2496947 85.3071429,81.5261746 C85.3071429,85.7075122 71.5398989,89.0971561 54.5571429,89.0971561 C37.5743868,89.0971561 23.8071429,85.7075122 23.8071429,81.5261746 L23.8081429,81.5465255 Z" id="shadow" opacity="0.15"></path>
8 <path d="M84.184284,0.477047294 C89.175101,0.477047294 92.6887483,4.78091008 92.6887483,9.57246878 C92.6887483,9.67270637 92.687082,9.77254693 92.6837761,9.8719632 L92.6887483,9.87163721 L92.6887483,18.8466902 L75.6798198,18.8466902 L75.6798198,9.87163721 C75.6814861,9.77254693 75.6798198,9.67270637 75.6798198,9.57246878 C75.6798198,4.78091008 79.1934671,0.477047294 84.184284,0.477047294 Z" id="形状结合" opacity="0.600000024"></path>
9 <path d="M84.3111383,0.62870946 C80.9446833,0.62870946 78.7389646,2.38998069 77.6240825,3.93452927 C76.2145162,5.88733097 75.7261838,7.6891589 75.7030018,9.34458111 C75.6926987,10.0803243 75.6892643,10.8102482 75.6926987,11.5343527 L75.7030018,12.6161449 L75.7029342,36.4757346 C67.4304629,38.2636106 61.2321429,45.6233507 61.2321429,54.4307861 C61.2321429,63.1562984 67.3156909,70.4609219 75.4726349,72.3345045 C74.2667871,82.3567138 68.6662522,81.5662487 66.8745113,81.5472546 L19.890534,81.5469229 L19.8901769,81.5257095 L7.84059012,81.5261746 C6.84986747,81.5261746 3.6925978,79.2739018 1.8922999,75.705109 C0.692101303,73.3259139 0.115621403,69.7952744 0.1628602,65.1131905 L19.8901769,65.1127095 L19.890534,10.5261956 C19.890534,5.491719 22.2927014,2.22433678 27.0970361,0.724048984 L27.413768,0.62870946 L84.3111383,0.62870946 Z" id="形状结合" opacity="0.300000012"></path>
10 <path d="M0.1628602,65.1131905 L57.2866489,65.1131905 C56.909716,70.8184653 57.6384432,74.8662764 59.4728305,77.2566241 C61.3072179,79.6469717 64.0232696,81.0701552 67.6209856,81.5261746 C28.4278704,81.5261746 8.50107189,81.5261746 7.84059012,81.5261746 C6.84986747,81.5261746 3.6925978,79.2739018 1.8922999,75.705109 C0.692101303,73.3259139 0.115621403,69.7952744 0.1628602,65.1131905 Z" id="矩形" opacity="0.400000006"></path>
13 <path d="M31.8552859,30.8429902 L35.4226083,34.4104671 C36.3682462,34.0276822 37.4921636,34.2196849 38.2589537,34.986475 L47.5001621,44.2276834 C48.5230917,45.250613 48.5230917,46.9091095 47.5001621,47.932039 L47.247423,48.1847781 C46.2244935,49.2077077 44.5659969,49.2077077 43.5430674,48.1847781 L34.301859,38.9435698 C33.5352083,38.176919 33.343136,37.053271 33.7256423,36.1077402 L30.1144064,32.4948519 C30.7300227,31.9824198 31.3116118,31.4305033 31.8552859,30.8429902 Z" id="形状结合" opacity="0.600000024"></path>
[all...]
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dget_hardware_info.cpp49 * @param {string} &path-Reg node directory
52 void GetHardwareInfo::GetResverRegPath(string &path) in GetResverRegPath() argument
55 StringUtils::GetInstance().StringSplit(path, "/", strs); in GetResverRegPath()
56 path = ""; in GetResverRegPath()
62 path += "/"; in GetResverRegPath()
63 path += strs.at(i); in GetResverRegPath()
107 bool GetHardwareInfo::GetResverRegValue(const string &path, uint64_t &value) in GetResverRegValue() argument
109 string cmd = "xxd -g 4 " + path; in GetResverRegValue()
125 for (string path : paths) { in CalcHardware()
126 GetResverRegPath(path); in CalcHardware()
[all...]
/base/update/updater/services/applypatch/
H A Dstore.cpp51 std::string path = dirPath + "/" + fileName; in FreeStore() local
52 if (DeleteFile(path.c_str()) != -1) { in FreeStore()
55 LOG(ERROR) << "Failed to delete " << path; in FreeStore()
59 int32_t Store::CreateNewSpace(const std::string &path, bool needClear) in CreateNewSpace() argument
61 if (path.empty()) { in CreateNewSpace()
62 LOG(ERROR) << "path is empty."; in CreateNewSpace()
64 std::string dirPath = path + '/'; in CreateNewSpace()
109 std::string path = pathTmp + fileName; in WriteDataToStore() local
122 LOG(ERROR) << "Write to stash failed, " << size << " blocks to " << path; in WriteDataToStore() local
144 std::string path in LoadDataFromStore() local
[all...]
/foundation/CastEngine/castengine_wifi_display/
H A DOAT.xml20 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, filefilter is optional,the default value is:
35 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
37 "compatibility" is used to check license compatibility in the specified path;
38 "license" is used to check source license header in the specified path;
39 "copyright" is used to check source copyright header in the specified path;
40 "import" is used to check source dependency in the specified path, such as import ... ,include ...
41 "filetype" is used to check file type in the specified path, supported file types: archive, binary
42 "filename" is used to check whether the specified file exists in the specified path(suppor
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_painter.cpp24 RSRecordingPath path; in DrawPath() local
25 bool ret = path.BuildFromSVGString(commands); in DrawPath()
32 canvas.DrawPath(path); in DrawPath()
36 canvas.DrawPath(path); in DrawPath()
45 // The path will be stroked once 'drawPath' has been called even if the strokeWidth is zero. in SetPen()
134 RSRecordingPath path; in DrawPath() local
135 if (!path.BuildFromSVGString(commands)) { in DrawPath()
136 LOGE("Invalid path value."); in DrawPath()
140 path.Offset(offset.GetX(), offset.GetY()); in DrawPath()
141 canvas.DrawPath(path); in DrawPath()
146 RSRecordingPath path; GetPathSize() local
[all...]
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_res_transform.cpp27 uint8_t BundleResTransform::ConvertResInfoToBundleInfo(const std::string &path, const BundleRes &bundleRes, in ConvertResInfoToBundleInfo() argument
39 std::string resPath = path + PATH_SEPARATOR + bundleInfo->moduleInfos[0].moduleName + ASSETS + in ConvertResInfoToBundleInfo()
75 bool BundleResTransform::ConvertIconResToBundleInfo(const std::string &path, uint32_t iconId, BundleInfo *bundleInfo, in ConvertIconResToBundleInfo() argument
78 if (path.empty() || bundleInfo == nullptr) { in ConvertIconResToBundleInfo()
81 if (!BundleUtil::IsFile(path.c_str())) { in ConvertIconResToBundleInfo()
86 if (GLOBAL_GetValueById(iconId, path.c_str(), &relativeIconPath) != 0) { in ConvertIconResToBundleInfo()
115 bool BundleResTransform::ConvertLableResToBundleInfo(const std::string &path, uint32_t labelId, BundleInfo *bundleInfo, in ConvertLableResToBundleInfo() argument
118 if (path.empty() || bundleInfo == nullptr) { in ConvertLableResToBundleInfo()
121 if (!BundleUtil::IsFile(path.c_str())) { in ConvertLableResToBundleInfo()
126 if (GLOBAL_GetValueById(labelId, path in ConvertLableResToBundleInfo()
147 ConvertDesResIdToBundleInfo(const std::string &path, uint32_t desId, BundleInfo *bundleInfo, uint32_t index) ConvertDesResIdToBundleInfo() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_manager_host_impl.cpp114 ErrCode QuickFixManagerHostImpl::CreateFd(const std::string &fileName, int32_t &fd, std::string &path) in CreateFd() argument
139 path = tmpDir + fileName; in CreateFd()
140 if ((fd = BundleUtil::CreateFileDescriptor(path, 0)) < 0) { in CreateFd()
173 for (const auto &path : bundleFilePaths) { in CopyHqfToSecurityDir()
174 if (path.find(ServiceConstants::RELATIVE_PATH) != std::string::npos) { in CopyHqfToSecurityDir()
175 LOG_E(BMS_TAG_DEFAULT, "invalid hqf path %{public}s", path.c_str()); in CopyHqfToSecurityDir()
178 if (path.find(prefixStr) != 0) { in CopyHqfToSecurityDir()
179 LOG_E(BMS_TAG_DEFAULT, "invalid hqf path %{public}s", path in CopyHqfToSecurityDir()
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Dscene.h132 * @param path The full path including the node name on engine scene
135 Node GetNode(const BASE_NS::string_view path) in GetNode() argument
137 return Node(GetSceneInterface()->GetNode<INode>(path)); in GetNode()
155 Mesh GetMesh(const BASE_NS::string_view path) in GetMesh() argument
157 return Mesh(GetSceneInterface()->GetMesh(path)); in GetMesh()
162 * @param path The full path including the node name on engine scene
166 typename T::Ptr GetNode(const BASE_NS::string_view path) in GetNode() argument
168 return GetSceneInterface()->GetNode<T>(path); in GetNode()
177 CreateNode(const BASE_NS::string_view path) CreateNode() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path.h48 bool InitWithInterpolate(const Path& srcPath, const Path& endingPath, scalar weight) override;
78 void AddPath(const Path& src, scalar dx, scalar dy, PathAddMode mode) override;
79 void AddPath(const Path& src, PathAddMode mode) override;
81 void AddPath(const Path& src, const Matrix& matrix, PathAddMode mode) override;
82 void ReverseAddPath(const Path& src) override;
87 bool Interpolate(const Path& ending, scalar weight, Path& out) override;
89 void TransformWithPerspectiveClip(const Matrix& matrix, Path* dst, bool applyPerspectiveClip) override;
91 void Offset(Path* ds
[all...]
/test/testfwk/developer_test/aw/python/distributed/common/
H A Ddevices.py46 if os.path.exists(hap_filepath):
47 filename = os.path.basename(hap_filepath)
50 hap_bak_path = os.path.abspath(os.path.join(
51 os.path.dirname(hap_filepath),
55 zf_desc.extractall(path=hap_bak_path)
61 app_profile_path = os.path.join(hap_bak_path, "config.json")
62 if os.path.isfile(app_profile_path):
74 if os.path.exists(hap_bak_path):
159 def check_path_legal(cls, path)
[all...]
/third_party/exfatprogs/
H A DOAT.xml24 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is:
25 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
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;
29 "copyright" is used to check source copyright header in the specified path;
30 "import" is used to check source dependency in the specified path, such as import ... ,include ...
31 "filetype" is used to check file type in the specified path, supported file types: archive, binary
32 "filename" is used to check whether the specified file exists in the specified path(projectroot means the root dir of the project), supported file names: LICENSE, README, README.OpenSource
34 5. policyitem path: This field is used for define the source file scope to apply this policyitem, the "!" prefix means exclude the files. For example, "!.*/lib/.*" means files in lib dir will be exclude while process this policyitem.
38 8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is used to filter file path
[all...]
/third_party/elfutils/
H A DOAT.xml27 <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="该软件作为独立进程使用"/>
31 <policyitem type="compatibility" name="LGPLStyleLicense" path="libcpu/.*.[h|c|l|y]" desc="该软件作为独立进程使用"/>
32 <policyitem type="compatibility" name="LGPLStyleLicense" path="libdw/.*.[h|c]" desc="该软件作为独立进程使用"/>
33 <policyitem type="compatibility" name="LGPLStyleLicense" path="libdwelf/.*.[h|c]" desc="该软件作为独立进程使用"/>
34 <policyitem type="compatibility" name="LGPLStyleLicense" path="libdwfl/.*.[h|c]" desc="该软件作为独立进程使用"/>
35 <policyitem type="compatibility" name="LGPLStyleLicense" path="libebl/.*.[h|c]" desc="该软件作为独立进程使用"/>
36 <policyitem type="compatibility" name="LGPLStyleLicense" path
[all...]
/third_party/curl/lib/
H A Ddict.c184 char *path; in dict_do() local
188 /* url-decode path before further evaluation */ in dict_do()
189 result = Curl_urldecode(data->state.up.path, 0, &path, NULL, REJECT_CTRL); in dict_do()
193 if(strncasecompare(path, DICT_MATCH, sizeof(DICT_MATCH)-1) || in dict_do()
194 strncasecompare(path, DICT_MATCH2, sizeof(DICT_MATCH2)-1) || in dict_do()
195 strncasecompare(path, DICT_MATCH3, sizeof(DICT_MATCH3)-1)) { in dict_do()
197 word = strchr(path, ':'); in dict_do()
248 else if(strncasecompare(path, DICT_DEFINE, sizeof(DICT_DEFINE)-1) || in dict_do()
249 strncasecompare(path, DICT_DEFINE in dict_do()
[all...]
/third_party/libusb/
H A DOAT.xml19 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 optional,the default value is:
34 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
36 "compatibility" is used to check license compatibility in the specified path;
37 "license" is used to check source license header in the specified path;
38 "copyright" is used to check source copyright header in the specified path;
39 "import" is used to check source dependency in the specified path, such as import ... ,include ...
40 "filetype" is used to check file type in the specified path, supported file types: archive, binary
41 "filename" is used to check whether the specified file exists in the specified path(suppor
[all...]
/third_party/mesa3d/.gitlab-ci/windows/
H A Dmesa_deps_build.ps12 $MyPath = $MyInvocation.MyCommand.Path | Split-Path -Parent
36 # slightly convoluted syntax but avoids the CWD being under the PS filesystem meta-path
37 $llvm_build = New-Item -ItemType Directory -ErrorAction SilentlyContinue -Force -Path ".\deps\llvm-project" -Name "build"
38 Push-Location -Path $llvm_build.FullName
70 $libclc_build = New-Item -ItemType Directory -Path ".\deps\llvm-project" -Name "build-libclc"
71 Push-Location -Path $libclc_build.FullName
85 Remove-Item -Recurse -Force -ErrorAction SilentlyContinue -Path $libclc_build
90 Remove-Item -Recurse -Force -ErrorAction SilentlyContinue -Path $llvm_build
105 $spv_build = New-Item -ItemType Directory -Path "
[all...]
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerIO.cpp26 long GetEpoch(const std::string &Path) { in GetEpoch() argument
28 if (stat(Path.c_str(), &St)) in GetEpoch()
33 Unit FileToVector(const std::string &Path, size_t MaxSize, bool ExitOnError) { in FileToVector() argument
34 std::ifstream T(Path); in FileToVector()
36 Printf("No such directory: %s; exiting\n", Path.c_str()); in FileToVector()
51 std::string FileToString(const std::string &Path) { in FileToString() argument
52 std::ifstream T(Path); in FileToString()
57 void CopyFileToErr(const std::string &Path) { in CopyFileToErr() argument
58 Printf("%s", FileToString(Path).c_str()); in CopyFileToErr()
61 void WriteToFile(const Unit &U, const std::string &Path) { in WriteToFile() argument
69 ReadDirToVectorOfUnits(const char *Path, std::vector<Unit> *V, long *Epoch, size_t MaxSize, bool ExitOnError) ReadDirToVectorOfUnits() argument
[all...]
/third_party/jerryscript/tools/runners/
H A Drun-test-suite-test262.py50 args.test_dir = os.path.join(args.test_dir, 'es2015')
52 args.test_dir = os.path.join(args.test_dir, 'es51')
58 if os.path.isdir(os.path.join(args.test_dir, '.git')):
78 shutil.copyfile(os.path.join('tests', 'test262-es6-excludelist.xml'),
79 os.path.join(args.test_dir, 'excludelist.xml'))
81 return_code = subprocess.call(['git', 'apply', os.path.join('..', '..', 'test262-es6.patch')],
88 path_to_remove = os.path.join(args.test_dir, 'test', 'suite', 'bestPractice')
89 if os.path.isdir(path_to_remove):
92 path_to_remove = os.path
[all...]
/third_party/json/docs/docset/
H A DMakefile30 */index.md) path=$${page/\/index.md/} ;; \
31 *) path=$${page/.md/} ;; \
33 title=$$(sqlite3 docSet.dsidx "SELECT name FROM searchIndex WHERE path='$$path/index.html'" | tr '\n' ',' | $(SED) -e 's/,/, /g' -e 's/, $$/\n/'); \
35 $(SED) -i "s%<title>.*</title>%<title>$$title</title>%" "JSON_for_Modern_C++.docset/Contents/Resources/Documents/$$path/index.html"; \
59 */index.md) path=$${page/\/index.md/} ;; \
60 *) path=$${page/.md/} ;; \
62 if [ "x$$page" != "xindex.md" -a "x$$(sqlite3 docSet.dsidx "SELECT COUNT(*) FROM searchIndex WHERE path='$$path/index.html'")" = "x0" ]; then \
70 @for path i
[all...]
/third_party/musl/src/stat/
H A Dfstatat.c35 static int fstatat_statx(int fd, const char *restrict path, struct stat *restrict st, int flag) in fstatat_statx() argument
40 int ret = __syscall(SYS_statx, fd, path, flag, 0x7ff, &stx); in fstatat_statx()
76 static int fstatat_kstat(int fd, const char *restrict path, struct stat *restrict st, int flag) in fstatat_kstat() argument
81 if (flag==AT_EMPTY_PATH && fd>=0 && !*path) { in fstatat_kstat()
84 ret = __syscall(SYS_fstatat, fd, path, &kst, flag); in fstatat_kstat()
97 else if ((fd == AT_FDCWD || *path=='/') && flag==AT_SYMLINK_NOFOLLOW) in fstatat_kstat()
98 ret = __syscall(SYS_lstat, path, &kst); in fstatat_kstat()
101 else if ((fd == AT_FDCWD || *path=='/') && !flag) in fstatat_kstat()
102 ret = __syscall(SYS_stat, path, &kst); in fstatat_kstat()
104 else ret = __syscall(SYS_fstatat, fd, path, in fstatat_kstat()
139 __fstatat(int fd, const char *restrict path, struct stat *restrict st, int flag) __fstatat() argument
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_pv.h68 /* NGTCP2_PV_FLAG_DONT_CARE indicates that the outcome of path
75 available in ngtcp2_pv. If path validation fails, fallback to the
76 fallback DCID. If path validation succeeds, fallback DCID is
81 path is not viable. */
92 * ngtcp2_pv is the context of a single path validation.
97 /* dcid is DCID and path this path validation uses. */
100 fallback if this path validation fails. */
104 /* timeout is the duration within which this path validation should
109 /* started_ts is the timestamp this path validatio
[all...]
/third_party/libnl/
H A DOAT.xml24 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is:
25 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
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;
29 "copyright" is used to check source copyright header in the specified path;
30 "import" is used to check source dependency in the specified path, such as import ... ,include ...
31 "filetype" is used to check file type in the specified path, supported file types: archive, binary
32 "filename" is used to check whether the specified file exists in the specified path(projectroot means the root dir of the project), supported file names: LICENSE, README, README.OpenSource
34 5. policyitem path: This field is used for define the source file scope to apply this policyitem, the "!" prefix means exclude the files. For example, "!.*/lib/.*" means files in lib dir will be exclude while process this policyitem.
38 8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is used to filter file path
[all...]
/third_party/rust/crates/linux-raw-sys/
H A DOAT.xml19 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 optional,the default value is:
34 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
36 "compatibility" is used to check license compatibility in the specified path;
37 "license" is used to check source license header in the specified path;
38 "copyright" is used to check source copyright header in the specified path;
39 "import" is used to check source dependency in the specified path|such as import ... ,include ...
40 "filetype" is used to check file type in the specified path|supported file types: archive|binary
41 "filename" is used to check whether the specified file exists in the specified path(suppor
[all...]
/third_party/rust/crates/libloading/
H A DOAT.xml19 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 optional,the default value is:
34 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
36 "compatibility" is used to check license compatibility in the specified path;
37 "license" is used to check source license header in the specified path;
38 "copyright" is used to check source copyright header in the specified path;
39 "import" is used to check source dependency in the specified path|such as import ... ,include ...
40 "filetype" is used to check file type in the specified path|supported file types: archive|binary
41 "filename" is used to check whether the specified file exists in the specified path(suppor
[all...]
/third_party/protobuf/
H A DOAT.xml17 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, filefilter is optional,the default value is:
32 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
34 "compatibility" is used to check license compatibility in the specified path;
35 "license" is used to check source license header in the specified path;
36 "copyright" is used to check source copyright header in the specified path;
37 "import" is used to check source dependency in the specified path, such as import ... ,include ...
38 "filetype" is used to check file type in the specified path, supported file types: archive, binary
39 "filename" is used to check whether the specified file exists in the specified path(suppor
[all...]

Completed in 11 milliseconds

1...<<71727374757677787980>>...1605