Home
last modified time | relevance | path

Searched refs:path (Results 2901 - 2925 of 6148) sorted by relevance

1...<<111112113114115116117118119120>>...246

/third_party/skia/tools/
H A Dmilestone.py40 os.chdir(os.path.join(os.path.dirname(__file__), os.pardir))
/third_party/skia/tools/viewer/
H A DImageSlide.cpp14 ImageSlide::ImageSlide(const SkString& name, const SkString& path) : fPath(path) { in ImageSlide() argument
/third_party/typescript/tests/baselines/reference/
H A DcrashIntypeCheckInvocationExpression.js9 var folder = path.join(),
25 var folder = path.join(), fileset = nake.fileSetSync(folder);
/third_party/python/Lib/lib2to3/tests/
H A Dtest_all_fixers.py9 import os.path namespace
27 if os.path.basename(filepath) == 'infinite_recursion.py':
/third_party/pulseaudio/ohosbuild/src/pulsecore/
H A Dltdl_stub.c55 const char *path = SYSTEM_LIB_PATH; in lt_dlgetsearchpath() local
56 return path; in lt_dlgetsearchpath()
/third_party/python/Lib/test/
H A Dtest_fileutils.py4 import os.path namespace
21 if not os.path.isabs(filename):
/third_party/python/Lib/test/test_importlib/
H A Dthreaded_import_hangers.py13 import os.path namespace
35 ("os.path.abspath", os.path.abspath, ('.',)),
/third_party/skia/modules/sksg/src/
H A DSkSGPath.cpp16 Path::Path(const SkPath& path) : fPath(path) {} in Path() argument
/third_party/skia/infra/bots/buildstats/
H A Dmake_treemap.py28 input_base = os.path.basename(input_file)
29 input_dir = os.path.dirname(input_file)
/third_party/skia/gm/
H A Dcrbug_1113794.cpp15 SkPath path = SkPath::Line({50.f, 80.f}, {50.f, 20.f}); in DEF_SIMPLE_GM() local
29 canvas->drawPath(path, paint); in DEF_SIMPLE_GM()
/third_party/skia/modules/svg/src/
H A DSkSVGTransformableNode.cpp40 void SkSVGTransformableNode::mapToParent(SkPath* path) const { in mapToParent()
41 // transforms the path to parent node coordinates. in mapToParent()
42 path->transform(fTransform); in mapToParent()
/third_party/skia/infra/bots/assets/android_ndk_windows/
H A Dcreate.py14 import os.path namespace
28 for f in glob.glob(os.path.join(target_dir, NDK_VER, "*")):
/third_party/skia/infra/bots/assets/android_ndk_darwin/
H A Dcreate.py14 import os.path namespace
28 for f in glob.glob(os.path.join(target_dir, NDK_VER, "*")):
/third_party/skia/infra/bots/assets/android_ndk_linux/
H A Dcreate.py14 import os.path namespace
28 for f in glob.glob(os.path.join(target_dir, NDK_VER, "*")):
/third_party/skia/infra/bots/assets/node/
H A Dcreate.py28 os.path.join(target_dir, NODE_EXTRACT_NAME),
29 os.path.join(target_dir, "node")
/third_party/selinux/libselinux/src/
H A Dignore_path.h33 char *path; member
53 enum skip_type skip_ignore_relabel(const char *path);
/third_party/spirv-tools/utils/vscode/
H A Dextension.js17 var path = require('path'); variable
26 let serverModule = path.join(context.extensionPath, 'langsvr');
/third_party/vk-gl-cts/scripts/egl/
H A Dstr_util.py167 prototypeFile = os.path.join(EGL_DIR, "egluStrUtilPrototypes.inl")
168 implFile = os.path.join(EGL_DIR, "egluStrUtil.inl")
/third_party/vk-gl-cts/scripts/opengl/
H A Dgen_query_util.py72 utilFile = os.path.join(OPENGL_DIR, "gluQueryUtil.inl")
75 utilFile = os.path.join(OPENGL_DIR, "gluCallLogUtil.inl")
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksServices.hpp32 bool GetFile (const string& path,
35 bool AppendFile (const string& path,
H A DvksStore.hpp34 bool Get (const string& path, vector<u8>& content, bool removeAfter) in Get()
38 auto it = FileMap.find(path); in Get()
/third_party/weex-loader/
H A Duglify-source.js17 const path = require('path');
27 const filePath = path.join(inputPath, file);
/device/soc/rockchip/rk2206/hardware/
H A Dbuild.py65 def source(self, path, init):
71 for root, dirnames, filenames in os.walk(path):
74 src = os.path.join(root, filename)
/third_party/curl/tests/unit/
H A Dunit2603.c46 const char *path; member
110 check_eq(p.req->path, t->path, "path"); in parse_success()
122 "GET /path HTTP/1.1\r\nHost: test.curl.se\r\n\r\n",
126 T1_INPUT, NULL, "GET", NULL, NULL, "/path", 1, 0
129 T1_INPUT, "https", "GET", "https", NULL, "/path", 1, 0
133 "GET /path HTT",
140 T2_INPUT, NULL, "GET", NULL, NULL, "/path", 1, 8
173 "PUT /path HTT
[all...]
/third_party/eudev/src/shared/
H A Dconf-files.c34 #include "path-util.h"
49 static int files_add(Hashmap *h, const char *root, const char *path, const char *suffix) { in files_add() argument
53 assert(path); in files_add()
56 dirpath = strjoina(root ? root : "", path); in files_add()

Completed in 8 milliseconds

1...<<111112113114115116117118119120>>...246