| /third_party/python/Lib/test/test_importlib/ |
| H A D | test_threaded_import.py | 79 def find_spec(self, name, path=None, target=None): 94 def find_spec(self, name, path=None, target=None): 161 # In order for our path hook to be called at each import, we need 165 def path_hook(path): 204 sys.path.insert(0, TESTFN) 205 self.addCleanup(sys.path.remove, TESTFN) 208 with open(os.path.join(TESTFN, name + ".py"), "wb") as f: 238 sys.path.insert(0, os.curdir) 239 self.addCleanup(sys.path.remove, os.curdir) 253 fn = os.path [all...] |
| /third_party/sqlite/ |
| 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/vk-gl-cts/framework/delibs/decpp/ |
| H A D | deFilePath.cpp | 21 * \brief Filesystem path class. 120 throw std::runtime_error("Cannot normalize path: invalid path"); in normalize() 134 FilePath FilePath::normalize (const FilePath& path) in normalize() argument 136 return FilePath(path).normalize(); in normalize() 244 static void createDirectoryImpl (const char* path) in createDirectoryImpl() argument 247 if (!CreateDirectory(path, DE_NULL)) in createDirectoryImpl() 250 if (mkdir(path, 0777) != 0) in createDirectoryImpl() 257 void createDirectory (const char* path) in createDirectory() argument 259 FilePath dirPath = FilePath::normalize(path); in createDirectory() 272 createDirectoryAndParents(const char* path) createDirectoryAndParents() argument [all...] |
| /test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
| H A D | RelationalStoreAssetResultSetJsunit.test.js | 38 path: "path1",
47 path: "path2",
56 path: "path3",
65 path: "path4",
73 path: "path5",
82 path: "path6",
91 path: "path7",
176 expect("path1").assertEqual(data1.path);
185 expect("path2").assertEqual(data2.path);
218 expect("path2").assertEqual(data1.path);
[all...] |
| /test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreEtstest/entry/src/ohosTest/ets/test/ |
| H A D | RelationalStoreAssetResultSetJsunit.test.ets | 36 path: "path1",
45 path: "path2",
54 path: "path3",
63 path: "path4",
71 path: "path5",
80 path: "path6",
89 path: "path7",
178 expect("path1").assertEqual(data1.path);
187 expect("path2").assertEqual(data2.path);
223 expect("path2").assertEqual(data1.path);
[all...] |
| /third_party/curl/projects/ |
| H A D | build-openssl.bat | 80 rem Determine the VC14.1 path based on the installed edition in descending
93 rem Determine the VC14.2 path based on the installed edition in descending
106 rem Determine the VC14.3 path based on the installed edition in descending
132 echo Error. Please provide VS Path.
141 echo Error. Please provide Perl root Path.
175 rem Check we have Perl in our path
178 rem It isn't so check we have it installed and set the path if it is
180 set "PATH=%SystemDrive%\Perl\bin;%PATH%"
183 set "PATH [all...] |
| /third_party/libuv/docs/src/guide/ |
| H A D | filesystem.rst | 33 int uv_fs_open(uv_loop_t* loop, uv_fs_t* req, const char* path, int flags, int mode, uv_fs_cb cb) 128 int uv_fs_open(uv_loop_t* loop, uv_fs_t* req, const char* path, int flags, int mode, uv_fs_cb cb); 130 int uv_fs_unlink(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb); 132 int uv_fs_copyfile(uv_loop_t* loop, uv_fs_t* req, const char* path, const char* new_path, int flags, uv_fs_cb cb); 133 int uv_fs_mkdir(uv_loop_t* loop, uv_fs_t* req, const char* path, int mode, uv_fs_cb cb); 136 int uv_fs_rmdir(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb); 137 int uv_fs_scandir(uv_loop_t* loop, uv_fs_t* req, const char* path, int flags, uv_fs_cb cb); 139 int uv_fs_opendir(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb); 142 int uv_fs_stat(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb); 144 int uv_fs_rename(uv_loop_t* loop, uv_fs_t* req, const char* path, cons [all...] |
| /third_party/mesa3d/.gitlab-ci/common/ |
| H A D | intel-gpu-freq.sh | 83 # Helper to print sysfs path for the given card index and freq info. 96 local i=0 vendor path 104 path=$(print_freq_sysfs_path "" ${i}) 105 path=${path%/*}/device/vendor 107 [ -r "${path}" ] && read vendor < "${path}" && \ 124 local var val info path print=0 ret=0 133 path=$(print_freq_sysfs_path "${info}") 135 [ -r ${path} ] [all...] |
| /third_party/libcoap/src/ |
| H A D | coap_uri.c | 87 goto path; in coap_split_uri_sub() 233 path: /* at this point, p must point to an absolute path */ in coap_split_uri_sub() 248 COAP_SET_STR(&uri->path, q - p, p); in coap_split_uri_sub() 345 if (uri->path.length) { in coap_uri_into_options() 346 if (uri->path.length > buflen) in coap_uri_into_options() 347 coap_log_warn("URI path will be truncated (max buffer %zu)\n", in coap_uri_into_options() 349 res = coap_split_path(uri->path.s, uri->path.length, buf, &buflen); in coap_uri_into_options() 438 * Runs through the given path (o [all...] |
| /third_party/node/test/es-module/ |
| H A D | test-esm-loader-hooks.mjs | 13 fixtures.path('es-modules/json-modules.mjs'), 59 fixtures.path('es-module-loaders/never-settling-resolve-step/never-resolve.mjs'), 73 fixtures.path('es-module-loaders/never-settling-resolve-step/never-load.mjs'), 88 fixtures.path('es-module-loaders/never-settling-resolve-step/race.mjs'), 102 fixtures.path('es-module-loaders/never-settling-resolve-step/import.meta.never-resolve.mjs'), 118 fixtures.path('es-module-loaders/never-settling-resolve-step/never-resolve.cjs'), 133 fixtures.path('es-module-loaders/never-settling-resolve-step/never-load.cjs'), 147 fixtures.path('es-module-loaders/never-settling-resolve-step/race.cjs'), 162 fixtures.path('empty.js'), 208 fixtures.path('empt [all...] |
| /third_party/ninja/ |
| H A D | configure.py | 28 sourcedir = os.path.dirname(os.path.realpath(__file__)) 29 sys.path.insert(0, os.path.join(sourcedir, 'misc')) 182 def _shell_escape(self, path): 184 return '"%s"' % path if ' ' in path else path 216 parser.add_option('--with-gtest', metavar='PATH', help='ignored') 219 default=os.path [all...] |
| /third_party/libabigail/doc/manuals/ |
| H A D | abidw.rst | 38 abidw [options] [<path-to-elf-file>] 55 * ``--debug-info-dir | -d`` <*dir-path*> 57 In cases where the debug info for *path-to-elf-file* is in a 61 Note that *dir-path* must point to the root directory under which 75 * ``--out-file`` <*file-path*> 78 *path-to-elf-file* into the file *file-path*, rather than emitting 88 * ``--no-corpus-path`` 90 Do not emit the path attribute for the ABI corpus. 92 * ``--suppressions | suppr`` <*path [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | gen_vk_internal_shaders.py | 204 return get_var_name(os.path.basename(shader_file), '') 209 return get_var_name(os.path.basename(shader_file), prefix) + '_shaders' 214 file = os.path.splitext(os.path.basename(shader))[0] 220 return os.path.join('shaders', 'gen', name + ".inc") 223 # Finds a path to GN's out directory 234 if not os.path.isfile(glslang_exe): 241 var_name = get_var_name(os.path.basename(shader))[0:-4] 255 return variation_file if os.path.exists(variation_file) else None 332 script_name=os.path [all...] |
| /third_party/skia/src/core/ |
| H A D | SkPathRef.cpp | 68 // Deliberately don't validate() this path ref, otherwise there's no way in ~SkPathRef() 155 // If dst and src are the same then we are about to drop our only ref on the common path 180 * them as "known", rather than force the transformed path to have to 183 * Special gotchas if the path is effectively empty (<= 1 point) or 340 std::tuple<SkPoint*, SkScalar*> SkPathRef::growForVerbsInPath(const SkPathRef& path) { 343 fSegmentMask |= path.fSegmentMask; 348 if (int numVerbs = path.countVerbs()) { 349 memcpy(fVerbs.append(numVerbs), path.fVerbs.begin(), numVerbs * sizeof(fVerbs[0])); 353 if (int numPts = path.countPoints()) { 358 if (int numConics = path [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_runpy.py | 4 import os.path namespace 26 # See test_cmd_line_script for a test that executes that code path 202 self.expect_import_error("os.path.half") 219 pkg_fname = os.path.join(pkg_dir, "__init__.py") 231 pkg_dir = sub_dir = os.path.realpath(tempfile.mkdtemp()) 233 sys.path.insert(0, pkg_dir) 234 if verbose > 1: print(" Updated sys.path:", sys.path[0]) 239 sub_dir = os.path.join(sub_dir, pkg_name) 243 mod_fname = os.path [all...] |
| /third_party/typescript/src/server/ |
| H A D | scriptInfo.ts | 289 sourceInfos?: Set<Path>;
308 /** Set to real path if path is different from info.path */
309 private realpath: Path | undefined;
321 sourceMapFilePath?: Path | SourceMapFileWatcher | false;
325 declarationInfoPath?: Path;
327 sourceInfos?: Set<Path>;
336 readonly path: Path,
[all...] |
| /third_party/protobuf/ |
| H A D | tests.sh | 161 # Add protoc to the path so that the examples build finds it. 162 export PATH="`pwd`/src:$PATH" 170 export PATH="$GOPATH/bin:$PATH" 181 export PATH=/usr/lib/jvm/java-8-openjdk-amd64/bin:$PATH 185 export PATH=/usr/lib/jvm/java-7-openjdk-amd64/bin:$PATH 189 export PATH [all...] |
| /third_party/rust/crates/nix/test/ |
| H A D | test_fcntl.rs | 42 open(tmp.path().parent().unwrap(), OFlag::empty(), Mode::empty()) in test_openat() 46 tmp.path().file_name().unwrap(), in test_openat() 65 open(old_dir.path(), OFlag::empty(), Mode::empty()).unwrap(); in test_renameat() 66 let old_path = old_dir.path().join("old"); in test_renameat() 70 open(new_dir.path(), OFlag::empty(), Mode::empty()).unwrap(); in test_renameat() 78 assert!(new_dir.path().join("new").exists()); in test_renameat() 95 open(old_dir.path(), OFlag::empty(), Mode::empty()).unwrap(); in test_renameat2_behaves_like_renameat_with_no_flags() 96 let old_path = old_dir.path().join("old"); in test_renameat2_behaves_like_renameat_with_no_flags() 100 open(new_dir.path(), OFlag::empty(), Mode::empty()).unwrap(); in test_renameat2_behaves_like_renameat_with_no_flags() 122 assert!(new_dir.path() in test_renameat2_behaves_like_renameat_with_no_flags() [all...] |
| /third_party/vk-gl-cts/scripts/ |
| H A D | run_nightly.py | 34 BASE_NIGHTLY_DIR = os.path.normpath(os.path.join(DEQP_DIR, "..", "deqp-nightly")) 35 BASE_BUILD_DIR = os.path.join(BASE_NIGHTLY_DIR, "build") 36 BASE_LOGS_DIR = os.path.join(BASE_NIGHTLY_DIR, "logs") 37 BASE_REFS_DIR = os.path.join(BASE_NIGHTLY_DIR, "refs") 43 CASELIST_PATH = os.path.join(DEQP_DIR, "Candy", "Data") 98 return os.path.join(self.buildConfig.getBuildDir(), self.generator.getBinaryPath(self.buildConfig.getBuildType(), basePath)) 102 BuildConfig.__init__(self, os.path.join(BASE_BUILD_DIR, name), buildType, args) 133 batchResult = BatchResult(batchResultName if batchResultName != None else os.path.basename(filename)) 143 fullPath = os.path [all...] |
| /applications/standard/app_samples/code/BasicFeature/Media/Camera/entry/src/main/resources/base/media/ |
| H A D | ic_camera_public_flash_on.svg | 5 <path d="M15.1039893,6.091547 C15.4677214,6.28971827 15.6019349,6.74523093 15.4037637,7.108963 L12.785466,13.7501422 L18.4951685,13.7501422 C19.3210126,13.7501422 19.7505358,14.6664585 19.4105074,15.3462983 L16.446,22.335 L17.6367878,22.8408135 C17.763883,22.8947622 17.8231799,23.0415273 17.7692312,23.1686225 C17.7456031,23.2242868 17.7025998,23.2695002 17.6481885,23.2958859 L14.8171166,24.6687612 C14.6928823,24.7290064 14.5433321,24.6771328 14.483087,24.5528985 C14.4781729,24.5427649 14.4739492,24.5323108 14.4704447,24.5216077 L13.4913808,21.5314258 C13.4484171,21.4002093 13.5199601,21.2590083 13.6511766,21.2160446 C13.7086459,21.1972276 13.7709878,21.1998788 13.8266521,21.2235068 L15.064,21.748 L17.7697679,15.2501422 L11.9951685,15.2501422 C11.1201666,15.2501422 10.7989163,14.3155956 11.1243481,13.664732 L14.0865733,6.39132136 C14.2847446,6.02758928 14.7402572,5.89337573 15.1039893,6.091547 Z" id="path-1"></path> 9 <use xlink:href="#path-1"></use> 11 <use id="path-1" fill="#182431" xlink:href="#path-1"></use>
|
| /applications/standard/app_samples/code/BasicFeature/Media/Camera_js/entry/src/main/resources/base/media/ |
| H A D | ic_camera_public_flash_on.svg | 5 <path d="M15.1039893,6.091547 C15.4677214,6.28971827 15.6019349,6.74523093 15.4037637,7.108963 L12.785466,13.7501422 L18.4951685,13.7501422 C19.3210126,13.7501422 19.7505358,14.6664585 19.4105074,15.3462983 L16.446,22.335 L17.6367878,22.8408135 C17.763883,22.8947622 17.8231799,23.0415273 17.7692312,23.1686225 C17.7456031,23.2242868 17.7025998,23.2695002 17.6481885,23.2958859 L14.8171166,24.6687612 C14.6928823,24.7290064 14.5433321,24.6771328 14.483087,24.5528985 C14.4781729,24.5427649 14.4739492,24.5323108 14.4704447,24.5216077 L13.4913808,21.5314258 C13.4484171,21.4002093 13.5199601,21.2590083 13.6511766,21.2160446 C13.7086459,21.1972276 13.7709878,21.1998788 13.8266521,21.2235068 L15.064,21.748 L17.7697679,15.2501422 L11.9951685,15.2501422 C11.1201666,15.2501422 10.7989163,14.3155956 11.1243481,13.664732 L14.0865733,6.39132136 C14.2847446,6.02758928 14.7402572,5.89337573 15.1039893,6.091547 Z" id="path-1"></path> 9 <use xlink:href="#path-1"></use> 11 <use id="path-1" fill="#182431" xlink:href="#path-1"></use>
|
| /applications/standard/app_samples/code/BasicFeature/Native/ArkTSXComponent/entry/src/main/cpp/ |
| H A D | CMakeLists.txt | 21 # Sets the name of the path variable. 29 # Sets the name of the path variable. 37 # Sets the name of the path variable. 45 # Sets the name of the path variable. 53 # Sets the name of the path variable. 61 # Sets the name of the path variable.
|
| /applications/standard/app_samples/code/BasicFeature/Native/NdkXComponent/entry/src/main/cpp/ |
| H A D | CMakeLists.txt | 20 # Sets the name of the path variable. 28 # Sets the name of the path variable. 36 # Sets the name of the path variable. 44 # Sets the name of the path variable. 52 # Sets the name of the path variable. 60 # Sets the name of the path variable.
|
| /applications/standard/app_samples/code/BasicFeature/Native/XComponent/entry/src/main/cpp/ |
| H A D | CMakeLists.txt | 21 # Sets the name of the path variable. 29 # Sets the name of the path variable. 37 # Sets the name of the path variable. 45 # Sets the name of the path variable. 53 # Sets the name of the path variable. 61 # Sets the name of the path variable.
|
| /applications/standard/app_samples/code/LaunguageBaseClassLibrary/ConcurrentModule/entry/src/main/resources/base/media/ |
| H A D | ic_ok.svg | 5 <path d="M21.7196699,3.63800151 C22.0125631,3.34510829 22.4874369,3.34510829 22.7803301,3.63800151 C23.0732233,3.93089473 23.0732233,4.40576846 22.7803301,4.69866168 L9.44866168,18.0303301 C9.15576846,18.3232233 8.68089473,18.3232233 8.38800151,18.0303301 L1.21966991,10.8619985 C0.926776695,10.5691053 0.926776695,10.0942315 1.21966991,9.80133832 C1.51256313,9.5084451 1.98743687,9.5084451 2.28033009,9.80133832 L8.9183316,16.4393398 L21.7196699,3.63800151 Z" id="path-1"></path> 9 <use xlink:href="#path-1"></use> 11 <use id="Path-21" fill="#182431" fill-rule="nonzero" xlink:href="#path-1"></use>
|