/third_party/node/test/fixtures/ |
H A D | parent-process-nonpersistent.js | 3 path = require('path'), 4 childPath = path.join(__dirname, 'child-process-persistent.js');
|
/third_party/musl/src/unistd/ |
H A D | readlinkat.c | 4 ssize_t readlinkat(int fd, const char *restrict path, char *restrict buf, size_t bufsize) in readlinkat() argument 11 int r = __syscall(SYS_readlinkat, fd, path, buf, bufsize); in readlinkat()
|
/third_party/musl/porting/liteos_a/user/src/time/ |
H A D | utime.c | 7 int utime(const char *path, const struct utimbuf *times) in utime() argument 10 return utimensat(AT_FDCWD, path, times ? ((struct timespec [2]){ in utime()
|
/third_party/musl/src/time/ |
H A D | utime.c | 7 int utime(const char *path, const struct utimbuf *times) in utime() argument 10 return utimensat(AT_FDCWD, path, times ? ((struct timespec [2]){ in utime()
|
/third_party/musl/src/ipc/ |
H A D | ftok.c | 4 key_t ftok(const char *path, int id) in ftok() argument 7 if (stat(path, &st) < 0) return -1; in ftok()
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/ |
H A D | misc_dirname_test.cpp | 13 * directory from a given file path and returns a non-null pointer. 18 char path[] = "/proc/version"; in HWTEST_F() local 19 char* dir = dirname(path); in HWTEST_F()
|
/third_party/musl/compat/time32/ |
H A D | utime_time32.c | 10 int __utime_time32(const char *path, const struct utimbuf32 *times32) in __utime_time32() argument 12 return utime(path, !times32 ? 0 : (&(struct utimbuf){ in __utime_time32()
|
H A D | utimes_time32.c | 6 int __utimes_time32(const char *path, const struct timeval32 times32[2]) in __utimes_time32() argument 8 return utimes(path, !times32 ? 0 : ((struct timeval[2]){ in __utimes_time32()
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/ |
H A D | stat_statvfs64_test.cpp | 18 const char* path = "/"; in HWTEST_F() local 20 EXPECT_EQ(0, statvfs64(path, &buf)); in HWTEST_F()
|
/third_party/node/deps/uvwasi/src/ |
H A D | path_resolver.h | 7 uvwasi_errno_t uvwasi__normalize_path(const char* path, 14 const char* path,
|
/third_party/python/Doc/includes/ |
H A D | test.py | 194 src = os.path.join("build", "lib.%s" % PLAT_SPEC) 195 sys.path.append(src)
|
/third_party/skia/src/core/ |
H A D | SkPathComplexityDfx.h | 31 static void ShowPathComplexityDfx(SkCanvas* canvas, const SkPath& path); 35 void compute_complexity(const SkPath& path, SkScalar& avgLength, SkScalar& complexity);
|
H A D | SkRecords.cpp | 12 PreCachedPath::PreCachedPath(const SkPath& path) : SkPath(path) { in PreCachedPath() argument
|
/third_party/skia/third_party/externals/libjpeg-turbo/gtest/ |
H A D | gtest-utils.h | 33 // Returns the absolute path of the test output directory as a string. 34 // On Android this path is /sdcard; on all other platforms it is the current 44 // Given a test file |filename|, this function will set |path| to 47 void GetTestFilePath(base::FilePath* path, 50 // Returns true if the MD5 sum of the file at the given |path| matches that of 52 bool CompareFileAndMD5(const base::FilePath& path,
|
/third_party/unity/ |
H A D | platformio-build.py | 14 if os.path.isfile(os.path.join(p, "unity_config.h")):
|
/third_party/python/Lib/test/test_peg_generator/ |
H A D | __init__.py | 1 import os.path namespace 15 return load_package_tests(os.path.dirname(__file__), *args)
|
/third_party/python/Lib/unittest/ |
H A D | __main__.py | 5 import os.path namespace 7 # use executable without path, unquoted 10 executable = os.path.basename(sys.executable)
|
/third_party/skia/infra/bots/recipe_modules/git/ |
H A D | api.py | 14 in the 'git' relative path. 16 git_dir = self.m.path['start_dir'].join('git') 18 return self.m.env({'PATH': self.m.path.pathsep.join(
|
/third_party/skia/gn/ |
H A D | gen_plist_ios.py | 12 # app path to binary to package, e.g. out/Debug/gen/dm 17 out, app = os.path.split(app) 20 with open(os.path.join(out, app + '_Info.plist'), 'w') as f:
|
/third_party/skia/docs/examples/ |
H A D | Path_Iter_Iter.cpp | 10 SkPath path; in REG_FIDDLE() local 11 iter.setPath(path, false); in REG_FIDDLE()
|
H A D | Canvas_getLocalClipBounds_2.cpp | 12 SkPath path; in REG_FIDDLE() local 13 canvas->clipPath(path); in REG_FIDDLE()
|
/third_party/selinux/libsepol/tests/ |
H A D | test-downgrade.h | 92 * Input: char * which is the path to the file containing the binary policy 95 * Possible failures are, filename with given path does not exist, 102 int read_binary_policy(const char *path, policydb_t *); 107 * Input: char * which is the path to the file containing the binary policy 110 * Possible failures are, filename with given path does not exist, 117 int write_binary_policy(const char *path, policydb_t *);
|
/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | skills.cpp | 270 * @brief Obtains the specified path. 272 * @param pathId Id of the specified path. 283 * @brief Adds a path to this Skills object. 285 * @param path Indicates the path to add. 287 void Skills::AddPath(const std::string &path) in AddPath() argument 289 PatternsMatcher pm(path, MatchType::DEFAULT); in AddPath() 294 * @brief Adds a path to this Skills object. 296 * @param path Indicates the path t 314 AddPath(const std::string &path, const MatchType &matchType) AddPath() argument 325 HasPath(const std::string &path) HasPath() argument 337 RemovePath(const std::string &path) RemovePath() argument 367 RemovePath(const std::string &path, const MatchType &matchType) RemovePath() argument [all...] |
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_sample_rs.cpp | 46 #include "draw/path.h" 96 // Add oval to path, bounds of ellipse added is {200, 200, 600, 1000}. in TestDrawPath() 128 Path path; in TestDrawPathPro() local 129 path.MoveTo(a.GetX(), a.GetY()); in TestDrawPathPro() 130 path.LineTo(b.GetX(), b.GetY()); in TestDrawPathPro() 131 path.LineTo(c.GetX(), c.GetY()); in TestDrawPathPro() 132 path.LineTo(d.GetX(), d.GetY()); in TestDrawPathPro() 133 path.LineTo(e.GetX(), e.GetY()); in TestDrawPathPro() 134 path.Close(); in TestDrawPathPro() 146 canvas.AttachPen(pen).AttachBrush(brush).DrawPath(path); in TestDrawPathPro() 438 Path path; TestDrawShadow() local 455 Path path; TestDrawShadowStyle() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_canvas_test.cpp | 235 Path path; in HWTEST_F() local 239 skiaCanvas.DrawPath(path, paint); in HWTEST_F() 242 skiaCanvas.DrawPath(path, paint); in HWTEST_F() 269 Path path; in HWTEST_F() local 275 skiaCanvas.DrawShadow(path, planeParams, devLightPos, 1.0f, ambientColor, spotColor, ShadowFlags::NONE); in HWTEST_F() 278 skiaCanvas.DrawShadow(path, planeParams, devLightPos, 1.0f, ambientColor, spotColor, ShadowFlags::NONE); in HWTEST_F() 289 Path path; in HWTEST_F() local 295 skiaCanvas.DrawShadowStyle(path, planeParams, devLightPos, 1.0f, ambientColor, spotColor, ShadowFlags::NONE, true); in HWTEST_F() 298 skiaCanvas.DrawShadowStyle(path, planeParams, devLightPos, 1.0f, ambientColor, spotColor, ShadowFlags::NONE, true); in HWTEST_F() 423 Path path; in HWTEST_F() local 868 Path path; HWTEST_F() local [all...] |