/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | ltp_posix_driver.py | 53 self.result = os.path.join( 65 LOG.debug("Test case file path: %s" % suite_file) 90 if not os.path.exists(config_file): 169 return self.result if os.path.exists(self.result) else ""
|
/third_party/ffmpeg/libavformat/ |
H A D | os_support.h | 59 * is capable to handle long path names on Windows. 97 static inline int is_dos_path(const char *path) in is_dos_path() argument 100 if (path[0] && path[1] == ':') in is_dos_path()
|
H A D | sapdec.c | 65 char host[1024], path[1024], url[1024]; in sap_read_header() local 75 path, sizeof(path), s->url); in sap_read_header()
|
/third_party/curl/lib/ |
H A D | http.h | 243 * @param path pointer to the requested path 254 const char *path, 269 char *path; member 281 const char *path, size_t p_len); 292 #define HTTP_PSEUDO_PATH ":path"
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
H A D | gmock_class_test.py | 25 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
|
/third_party/googletest/googletest/test/ |
H A D | googletest-output-test.py | 81 GOLDEN_PATH = os.path.join(gtest_test_utils.GetSourceDir(), GOLDEN_NAME) 313 open(os.path.join( 317 open(os.path.join(
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | APIData.java | 160 String path = "src/com/ibm/icu/dev/tool/docs/"; in main() 169 if (arg.equals("-path:")) { in main() 170 path = args[++i]; in main() 176 File f = new File(path, fn); in main()
|
/third_party/json/tests/src/ |
H A D | unit-readme.cpp | 278 { "op": "replace", "path": "/baz", "value": "boo" }, 279 { "op": "add", "path": "/hello", "value": ["world"] }, 280 { "op": "remove", "path": "/foo"} 293 // { "op":" replace", "path": "/baz", "value": ["one", "two", "three"] }, 294 // { "op":"remove","path":"/hello" }, 295 // { "op":"add","path":"/foo","value":"bar" }
|
/third_party/mesa3d/src/egl/generate/ |
H A D | gen_egl_dispatch.py | 42 NEWAPI = os.path.join(os.path.dirname(__file__), "..", "..", "mapi", "new") 43 sys.path.insert(0, NEWAPI)
|
/third_party/ltp/testcases/kernel/controllers/memcg/functional/ |
H A D | memcg_lib.sh | 194 local path=$2 195 local usage_start=$(cat ${path}memory.usage_in_bytes) 206 local usage=$(cat ${path}memory.usage_in_bytes)
|
/third_party/node/src/ |
H A D | fs_event_wrap.cc | 147 BufferValue path(env->isolate(), args[0]); in Start() 148 CHECK_NOT_NULL(*path); in Start() 161 err = uv_fs_event_start(&wrap->handle_, OnEvent, *path, flags); in Start()
|
/third_party/node/test/parallel/ |
H A D | test-crypto-authenticated-stream.js | 10 const path = require('path'); 75 const filename = (name) => path.join(tmpdir.path, `${name}${count}`);
|
H A D | test-http-agent-keepalive.js | 49 function get(path, callback) { 54 path: path
|
/third_party/node/deps/v8/tools/release/ |
H A D | test_mergeinfo.py | 11 from os import path namespace 38 if path.exists(self.base_dir): 52 if path.exists(self.base_dir):
|
/third_party/mesa3d/src/mapi/new/ |
H A D | genCommon.py | 34 GLAPI = os.path.join(os.path.dirname(__file__), "..", "glapi", "gen") 35 sys.path.insert(0, GLAPI) 60 xmlFile should be the path to Khronos's gl.xml file. The return value is a
|
/third_party/mesa3d/src/intel/dev/ |
H A D | intel_dev_info.c | 106 const char *path = devices[i]->nodes[DRM_NODE_RENDER]; in main() local 107 int fd = open(path, O_RDWR | O_CLOEXEC); in main() 124 fprintf(stdout, "%s:\n", path); in main()
|
/third_party/node/deps/icu-small/source/tools/pkgdata/ |
H A D | pkgtypes.c | 202 char * convertToNativePathSeparators(char *path) { in convertToNativePathSeparators() argument 205 while ((itr = uprv_strchr(path, U_FILE_ALT_SEP_CHAR))) { in convertToNativePathSeparators() 209 return path; in convertToNativePathSeparators() 227 return l; /* no dir path */ in pkg_appendUniqueDirToList()
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
H A D | Find-VisualStudio.cs | 65 ISetupInstance GetInstanceForPath([MarshalAs(UnmanagedType.LPWStr), In] string path); in GetInstanceForPath() argument 232 string path = JsonString(setupInstance2.GetInstallationPath()); in InstanceJson() 233 json.Append(String.Format("\"path\":{0},", path)); in InstanceJson()
|
/third_party/icu/icu4c/source/tools/pkgdata/ |
H A D | pkgtypes.c | 202 char * convertToNativePathSeparators(char *path) { in convertToNativePathSeparators() argument 205 while ((itr = uprv_strchr(path, U_FILE_ALT_SEP_CHAR))) { in convertToNativePathSeparators() 209 return path; in convertToNativePathSeparators() 227 return l; /* no dir path */ in pkg_appendUniqueDirToList()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify14.c | 276 const char *path = tc->expected_errno == ENOTDIR ? FILE1 : MNTPOINT; in do_test() local 281 path = NULL; in do_test() 287 tc->mask.flags, dirfd, path), in do_test()
|
/third_party/libwebsockets/lib/secure-streams/protocols/ |
H A D | ss-ws.c | 203 * For ws, protocol aux is <url path>;<ws subprotocol name> 215 /* i.path on entry is used to override the policy urlpath if not "" */ in secstream_connect_munge_ws() 217 if (i->path[0]) in secstream_connect_munge_ws() 218 pbasis = i->path; in secstream_connect_munge_ws() 229 /* protocol aux is the path part ; ws subprotocol name */ in secstream_connect_munge_ws() 231 i->path = buf; in secstream_connect_munge_ws()
|
/third_party/musl/libc-test/src/functional/ |
H A D | dl_multithread_lock.c | 38 char path[MAX_BUF] = { 0 }; in check_loaded() local 39 sprintf(path, "/proc/%d/maps", pid); in check_loaded() 40 FILE* fp = fopen(path, "r"); in check_loaded()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | AltFormatsSchema.java | 71 /** Loads the alternate formats from a given file path. */ 72 public static ImmutableList<AltFormatSpec> loadAltFormats(Path path) { in loadAltFormats() argument 73 if (!Files.exists(path)) { in loadAltFormats() 76 try (Reader csv = Files.newBufferedReader(path)) { in loadAltFormats()
|
H A D | CommentsSchema.java | 65 /** Loads the comments from a given file path. */ 66 public static ImmutableList<Comment> loadComments(Path path) { in loadComments() argument 67 if (!Files.exists(path)) { in loadComments() 70 try (Reader csv = Files.newBufferedReader(path)) { in loadComments()
|
/third_party/rust/crates/autocfg/src/ |
H A D | tests.rs | 3 use std::path::Path; 6 fn core_std(&self, path: &str) -> String { in core_std() 8 format!("{}::{}", krate, path) in core_std()
|