| /third_party/brotli/ |
| H A D | OAT.xml | 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, 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...] |
| /third_party/bzip2/ |
| H A D | OAT.xml | 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, 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...] |
| /third_party/harfbuzz/ |
| H A D | OAT.xml | 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, 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...] |
| /third_party/gptfdisk/ |
| H A D | OAT.xml | 24 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/grpc/ |
| H A D | OAT.xml | 24 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/abseil-cpp/ |
| H A D | OAT.xml | 24 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/icu/icu4c/source/extra/uconv/ |
| H A D | makedata.mak | 35 #Let's see if user has given us a path to ICU 36 #This could be found according to the path to makefile, but for now it is this way 38 !ERROR Can't find path! 40 !MESSAGE ICU path is $(ICUP) 62 # Note: This is similar to the TOOLS CFG PATH in source\data\makedata.mak 66 PATH = $(ICUP)\bin64;$(PATH) macro 69 PATH = $(ICUP)\bin;$(PATH) macro 74 PATH macro 77 PATH = $(ICUP)\\binARM64;$(PATH) global() macro [all...] |
| /third_party/ltp/libs/libltpnuma/ |
| H A D | tst_numa.c | 103 void *tst_numa_map(const char *path, size_t size) in tst_numa_map() argument 109 if (path) { in tst_numa_map() 110 fd = SAFE_OPEN(path, O_CREAT | O_EXCL | O_RDWR, 0666); in tst_numa_map() 118 if (path) { in tst_numa_map() 120 SAFE_UNLINK(path); in tst_numa_map() 128 char path[1024]; in node_has_enough_memory() local 138 snprintf(path, sizeof(path), "/sys/devices/system/node/node%i/meminfo", node); in node_has_enough_memory() 140 if (access(path, F_OK)) { in node_has_enough_memory() 141 tst_res(TINFO, "File '%s' does not exist! NUMA not enabled?", path); in node_has_enough_memory() [all...] |
| /third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/tools/ |
| H A D | workbench.py | 33 BASE_PATH = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) 34 TEST_CASES = os.path.join(BASE_PATH, 'workdir', 'output') 35 FUZZ_ONE = os.path.join(BASE_PATH, 'tools', 'fuzz_one.py') 36 RUN_ONE = os.path.join(BASE_PATH, 'tools', 'run_one.py') 40 if os.path.exists(TEST_CASES): 41 if not os.path.isdir(TEST_CASES) or os.listdir(TEST_CASES): 60 test_dir = os.path.join(TEST_CASES, 'dir-%d' % n) 61 with open(os.path [all...] |
| /third_party/node/test/parallel/ |
| H A D | test-preload.js | 22 const fixtureA = fixtures.path('printA.js'); 23 const fixtureB = fixtures.path('printB.js'); 24 const fixtureC = fixtures.path('printC.js'); 25 const fixtureD = fixtures.path('define-global.js'); 26 const fixtureE = fixtures.path('intrinsic-mutation.js'); 27 const fixtureF = fixtures.path('print-intrinsic-mutation-name.js'); 28 const fixtureG = fixtures.path('worker-from-argv.js'); 29 const fixtureThrows = fixtures.path('throws_error4.js'); 30 const fixtureIsPreloading = fixtures.path('ispreloading.js'); 167 `"${nodeBinary}" --require "${fixtures.path('cluste [all...] |
| H A D | test-repl-programmatic-history.js | 9 const path = require('path'); 20 return tmpdir.path; 60 const historyFixturePath = fixtures.path('.node_repl_history'); 61 const historyPath = path.join(tmpdir.path, '.fixture_copy_repl_history'); 62 const historyPathFail = fixtures.path('nonexistent_folder', 'filename'); 63 const defaultHistoryPath = path.join(tmpdir.path, '.node_repl_history'); 64 const emptyHiddenHistoryPath = fixtures.path(' [all...] |
| H A D | test-repl-persistent-history.js | 11 const path = require('path'); 22 return tmpdir.path; 62 const historyFixturePath = fixtures.path('.node_repl_history'); 63 const historyPath = path.join(tmpdir.path, '.fixture_copy_repl_history'); 64 const historyPathFail = fixtures.path('nonexistent_folder', 'filename'); 65 const defaultHistoryPath = path.join(tmpdir.path, '.node_repl_history'); 66 const emptyHiddenHistoryPath = fixtures.path(' [all...] |
| /third_party/node/tools/icu/ |
| H A D | shrink-icu-src.py | 16 help='path to target ICU directory. Will be deleted.') 22 help='path to source ICU directory.') 28 help='path to icutmp dir.') 32 if os.path.isdir(options.icudst): 36 if not os.path.isdir(options.icusrc): 84 uvernum_h = os.path.join(icu_full_path, 'source/common/unicode/uvernum.h') 85 if not os.path.isfile(uvernum_h): 103 dst_datafile = os.path.join(options.icudst, "source","data","in", "icudt%s%s.dat" % (icu_ver_major, icu_endianness)) 105 src_datafile = os.path.join(options.icusrc, "source/data/in/icudt%sl.dat" % (icu_ver_major)) 108 if not os.path [all...] |
| /third_party/ninja/src/ |
| H A D | deps_log.h | 48 /// Each record is either a path string or a dependency list. 49 /// Numbering the path strings in file order gives them dense integer ids. 55 /// path records contain the string name of the path, followed by up to 3 60 /// [output path id, 61 /// output path mtime (lower 4 bytes), output path mtime (upper 4 bytes), 62 /// input path id, input path id...] 63 /// (The mtime is compared against the on-disk output path mtim [all...] |
| /third_party/node/deps/npm/docs/lib/ |
| H A D | index.js | 2 const { join, basename, resolve } = require('path') 16 const assertPlaceholder = (src, path, placeholder) => { 19 `Cannot replace ${placeholder} in ${path} due to missing placeholder` 67 const replaceUsage = (src, { path }) => { 68 const replacer = assertPlaceholder(src, path, TAGS.USAGE) 69 const { usage, name, workspaces } = getCommandByDoc(path, DOC_EXT) 95 const replaceParams = (src, { path }) => { 96 const { params } = getCommandByDoc(path, DOC_EXT) 97 const replacer = params && assertPlaceholder(src, path, TAGS.CONFIG) 108 const replaceConfig = (src, { path }) [all...] |
| /third_party/node/deps/npm/tap-snapshots/test/lib/commands/ |
| H A D | query.js.test.cjs | 16 "path": "{CWD}/global/node_modules/lorem", 45 "path": "{CWD}/prefix", 66 "path": "{CWD}/prefix/c", 88 "path": "{CWD}/prefix/a", 111 "path": "{CWD}/prefix", 135 "path": "{CWD}/prefix/node_modules/a", 160 "path": "{CWD}/prefix", 177 "path": "{CWD}/prefix/node_modules/a", 193 "path": "{CWD}/prefix/node_modules/b", 222 "path" [all...] |
| /third_party/ltp/testcases/network/nfsv4/locks/ |
| H A D | locktests.py | 65 def install(self, path): 66 self.command="'cd "+path+"; tar xzf "+SRC+"; cd locks; make'" 72 def cp(self, fichier, path): 73 command="scp "+fichier+" "+user+"@"+self.machine+":"+path 123 path=os.path.abspath(".") 129 c.mkdir(path) 130 c.cp(fichier, path) 131 c.install(path) 140 path [all...] |
| /third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
| H A D | fseeko.c | 21 const char *path = "/data/test.txt"; variable 30 FILE *fp = fopen(path, "w+"); in fseeko_0100() 50 remove(path); in fseeko_0100() 60 FILE *fp = fopen(path, "w+"); in fseeko_0200() 80 remove(path); in fseeko_0200() 90 FILE *fp = fopen(path, "w+"); in fseeko_0300() 116 remove(path); in fseeko_0300() 126 FILE *fp = fopen(path, "w+"); in fseeko_0400() 146 remove(path); in fseeko_0400() 156 FILE *fp = fopen(path, " in fseeko_0500() [all...] |
| /third_party/node/deps/openssl/openssl/ |
| H A D | NOTES-ANDROID.md | 25 you still need to know the prefix to extend your PATH, in order to 29 Apart from `PATH` adjustment you need to set `ANDROID_NDK_ROOT` environment 30 to point at the `NDK` directory. If you're using a side-by-side NDK the path 32 standalone NDK the path will be something like `/some/where/android-ndk-<ver>`. 41 PATH=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin:$ANDROID_NDK_ROOT/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin:$PATH 46 directory, so the bin path will be slightly different. EG: to compile 50 PATH=$ANDROID_NDK_ROOT/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin:$PATH 62 One can engage clang by adjusting PATH t [all...] |
| /third_party/re2/ |
| H A D | OAT.xml | 24 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/cxx/gen/cmd/src/gen/ |
| H A D | mod.rs | 27 use std::path::Path; 98 pub(super) fn generate_from_path(path: &Path, opt: &Opt) -> GeneratedCode { 99 let source = match read_to_string(path) { 101 Err(err) => format_err(path, "", err), 105 Err(err) => format_err(path, &source, err), 109 fn read_to_string(path: &Path) -> Result<String> { in read_to_string() 110 let bytes = if path in read_to_string() [all...] |
| /third_party/rust/crates/cxx/gen/src/ |
| H A D | mod.rs | 27 use std::path::Path; 98 pub(super) fn generate_from_path(path: &Path, opt: &Opt) -> GeneratedCode { 99 let source = match read_to_string(path) { 101 Err(err) => format_err(path, "", err), 105 Err(err) => format_err(path, &source, err), 109 fn read_to_string(path: &Path) -> Result<String> { in read_to_string() 110 let bytes = if path in read_to_string() [all...] |
| /third_party/rust/crates/clang-sys/build/ |
| H A D | static.rs | 5 use std::path::{Path, PathBuf}; 32 /// Gets the name of an LLVM or Clang static library from a path. 33 fn get_library_name(path: &Path) -> Option<String> { in get_library_name() 34 path.file_stem().map(|p| { in get_library_name() 51 // libraries may be in one of two forms, a full path to the library in get_llvm_libraries() 53 if let Some(path) = p.strip_prefix("-l") { in get_llvm_libraries() 54 Some(path.into()) in get_llvm_libraries() 56 get_library_name(Path in get_llvm_libraries() [all...] |
| /third_party/rust/crates/either/ |
| H A D | OAT.xml | 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 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/clang-sys/ |
| H A D | OAT.xml | 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 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...] |