/third_party/skia/tools/ |
H A D | milestone.py | 40 os.chdir(os.path.join(os.path.dirname(__file__), os.pardir))
|
/third_party/skia/tools/viewer/ |
H A D | ImageSlide.cpp | 14 ImageSlide::ImageSlide(const SkString& name, const SkString& path) : fPath(path) { in ImageSlide() argument
|
/third_party/typescript/tests/baselines/reference/ |
H A D | crashIntypeCheckInvocationExpression.js | 9 var folder = path.join(), 25 var folder = path.join(), fileset = nake.fileSetSync(folder);
|
/third_party/python/Lib/lib2to3/tests/ |
H A D | test_all_fixers.py | 9 import os.path namespace 27 if os.path.basename(filepath) == 'infinite_recursion.py':
|
/third_party/pulseaudio/ohosbuild/src/pulsecore/ |
H A D | ltdl_stub.c | 55 const char *path = SYSTEM_LIB_PATH; in lt_dlgetsearchpath() local 56 return path; in lt_dlgetsearchpath()
|
/third_party/python/Lib/test/ |
H A D | test_fileutils.py | 4 import os.path namespace 21 if not os.path.isabs(filename):
|
/third_party/python/Lib/test/test_importlib/ |
H A D | threaded_import_hangers.py | 13 import os.path namespace 35 ("os.path.abspath", os.path.abspath, ('.',)),
|
/third_party/skia/modules/sksg/src/ |
H A D | SkSGPath.cpp | 16 Path::Path(const SkPath& path) : fPath(path) {} in Path() argument
|
/third_party/skia/infra/bots/buildstats/ |
H A D | make_treemap.py | 28 input_base = os.path.basename(input_file) 29 input_dir = os.path.dirname(input_file)
|
/third_party/skia/gm/ |
H A D | crbug_1113794.cpp | 15 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 D | SkSVGTransformableNode.cpp | 40 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 D | create.py | 14 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 D | create.py | 14 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 D | create.py | 14 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 D | create.py | 28 os.path.join(target_dir, NODE_EXTRACT_NAME), 29 os.path.join(target_dir, "node")
|
/third_party/selinux/libselinux/src/ |
H A D | ignore_path.h | 33 char *path; member 53 enum skip_type skip_ignore_relabel(const char *path);
|
/third_party/spirv-tools/utils/vscode/ |
H A D | extension.js | 17 var path = require('path'); variable 26 let serverModule = path.join(context.extensionPath, 'langsvr');
|
/third_party/vk-gl-cts/scripts/egl/ |
H A D | str_util.py | 167 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 D | gen_query_util.py | 72 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 D | vksServices.hpp | 32 bool GetFile (const string& path, 35 bool AppendFile (const string& path,
|
H A D | vksStore.hpp | 34 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 D | uglify-source.js | 17 const path = require('path'); 27 const filePath = path.join(inputPath, file);
|
/device/soc/rockchip/rk2206/hardware/ |
H A D | build.py | 65 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 D | unit2603.c | 46 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 D | conf-files.c | 34 #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()
|