Home
last modified time | relevance | path

Searched refs:path (Results 4001 - 4025 of 7152) sorted by relevance

1...<<161162163164165166167168169170>>...287

/third_party/python/Lib/
H A Drunpy.py244 (main_name, sys.path[0])) from exc
253 decoded_path = os.path.abspath(os.fsdecode(fname))
288 # Not a valid sys.path entry, so run the code directly
294 # Finder is defined for path, so add it to
295 # the start of sys.path
296 sys.path.insert(0, path_name)
312 sys.path.remove(path_name)
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/
H A DcheckLinks.py130 # includes and allows any path preceding 'api/' followed by the category
182 # N.b. dirname() returns an empty string for a path with no directories,
184 if (not os.path.exists(curFile)):
191 inPath = os.path.dirname(curFile)
251 newpath = os.path.normpath(os.path.join(inPath, incpath))
/third_party/vk-gl-cts/external/amber/src/src/
H A Dscript.h237 /// Adds the virtual file with content |content| to the virtual file path
238 /// |path|. If there's already a virtual file with the given path, an error is
240 Result AddVirtualFile(const std::string& path, const std::string& content) { in AddVirtualFile() argument
241 return virtual_files_->Add(path, content); in AddVirtualFile()
244 /// Look up the virtual file by path. If the file was found, the content is
246 Result GetVirtualFile(const std::string& path, std::string* content) const { in GetVirtualFile() argument
247 return virtual_files_->Get(path, content); in GetVirtualFile()
/third_party/skia/third_party/externals/spirv-tools/test/tools/
H A Dspirv_test_framework.py345 metavar='path/to/spirv_tool',
351 metavar='path/to/spirv-as',
357 metavar='path/to/spirv-dis',
369 default_path = sys.path
382 sys.path = default_path
383 sys.path.append(root)
384 mod = __import__(os.path.splitext(filename)[0])
/third_party/skia/src/gpu/ops/
H A DStrokeTessellateOp.cpp42 const SkPath& path, const SkStrokeRec& stroke, in StrokeTessellateOp()
47 , fPathStrokeList(path, stroke, paint.getColor4f()) in StrokeTessellateOp()
48 , fTotalCombinedVerbCnt(path.countVerbs()) in StrokeTessellateOp()
53 SkRect devBounds = path.getBounds(); in StrokeTessellateOp()
55 // Non-hairlines inflate in local path space (pre-transform). in StrokeTessellateOp()
41 StrokeTessellateOp(GrAAType aaType, const SkMatrix& viewMatrix, const SkPath& path, const SkStrokeRec& stroke, GrPaint&& paint) StrokeTessellateOp() argument
/third_party/skia/src/core/
H A DSkOverdrawCanvas.cpp162 void SkOverdrawCanvas::onDrawPath(const SkPath& path, const SkPaint& paint) { in onDrawPath() argument
163 fList[0]->onDrawPath(path, fPaint); in onDrawPath()
208 void SkOverdrawCanvas::onDrawShadowRec(const SkPath& path, const SkDrawShadowRec& rec) { in onDrawShadowRec() argument
210 SkDrawShadowMetrics::GetLocalBounds(path, rec, this->getTotalMatrix(), &bounds); in onDrawShadowRec()
H A DSkRecords.h133 PreCachedPath(const SkPath& path);
209 PreCachedPath path;
275 PreCachedPath path);
320 PreCachedPath path;
/third_party/skia/src/gpu/tessellate/
H A DPathWedgeTessellator.cpp28 // Parses out each contour in a path and tracks the midpoint. Example usage:
40 MidpointContourParser(const SkPath& path) in MidpointContourParser() argument
41 : fPath(path) in MidpointContourParser()
46 // Advances the internal state to the next contour in the path. Returns false if there are no
146 for (auto [pathMatrix, path, color] : pathDrawList) { in writePatches()
152 MidpointContourParser parser(path); in writePatches()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/
H A Dspirv_test_framework.py345 metavar='path/to/spirv_tool',
351 metavar='path/to/spirv-as',
357 metavar='path/to/spirv-dis',
369 default_path = sys.path
382 sys.path = default_path
383 sys.path.append(root)
384 mod = __import__(os.path.splitext(filename)[0])
/third_party/skia/third_party/externals/icu/source/extra/uconv/
H A Dmakedata.mak35 #Let's see if user has given us a path to ICU
36 #This could be found according to the path to makefile, but for now it is this way
38 !ERROR Can't find path!
40 !MESSAGE ICU path is $(ICUP)
/third_party/skia/src/utils/
H A DSkPaintFilterCanvas.cpp117 void SkPaintFilterCanvas::onDrawPath(const SkPath& path, const SkPaint& paint) { in onDrawPath() argument
120 this->SkNWayCanvas::onDrawPath(path, apf.paint()); in onDrawPath()
229 void SkPaintFilterCanvas::onDrawShadowRec(const SkPath& path, const SkDrawShadowRec& rec) { in onDrawShadowRec() argument
230 this->SkNWayCanvas::onDrawShadowRec(path, rec); in onDrawShadowRec()
/third_party/skia/tests/
H A DDrawBitmapRectTest.cpp207 SkPath path; in test_nan_antihair() local
208 path.moveTo(0, 0); in test_nan_antihair()
209 path.lineTo(10, SK_ScalarNaN); in test_nan_antihair()
219 canvas.drawPath(path, paint); in test_nan_antihair()
H A DDataRefTest.cpp159 SkString path = SkOSPath::Join(tmpDir.c_str(), "data_test"); in test_files() local
163 SkFILEWStream writer(path.c_str()); in test_files()
165 ERRORF(reporter, "Failed to create tmp file %s\n", path.c_str()); in test_files()
171 FILE* file = sk_fopen(path.c_str(), kRead_SkFILE_Flag); in test_files()
/third_party/skia/src/ports/
H A DSkFontMgr_custom.cpp91 const SkString familyName, const char path[], int index) in SkTypeface_File()
93 , fPath(path) in SkTypeface_File()
257 sk_sp<SkTypeface> SkFontMgr_Custom::onMakeFromFile(const char path[], int ttcIndex) const {
258 std::unique_ptr<SkStreamAsset> stream = SkStream::MakeFromFile(path);
90 SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont, const SkString familyName, const char path[], int index) SkTypeface_File() argument
/third_party/openssl/crypto/dso/
H A Ddso_dlfcn.c47 static int dlfcn_pathbyaddr(void *addr, char *path, int sz);
205 * If the first file specification is a rooted path, it rules. same goes in dlfcn_merger()
385 * returning the path name in this case. See docs: in dladdr()
406 static int dlfcn_pathbyaddr(void *addr, char *path, int sz) in dlfcn_pathbyaddr() argument
432 memcpy(path, dli.dli_fname, len); in dlfcn_pathbyaddr()
433 path[len++] = 0; in dlfcn_pathbyaddr()
/third_party/python/Lib/test/
H A Dtest_robotparser.py233 Disallow: /some/path?name=value
235 good = ['/some/path']
236 bad = ['/some/path?name=value']
243 Disallow: /some/path
246 Disallow: /another/path
248 good = ['/another/path']
249 bad = ['/some/path']
256 Allow: /some/path?
257 Disallow: /another/path?
259 good = ['/some/path
[all...]
/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-moduleCaseChange.js19 path: string;
106 Resolving real path for '/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts', result '/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts'.
120 Resolving real path for '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/index.d.ts', result '/user/username/projects/myProject/plugin-two/index.d.ts'.
138 Resolving real path for '/user/username/projects/myProject/plugin-two/node_modules/typescript-fsa/index.d.ts', result '/user/username/projects/myProject/plugin-two/node_modules/typescript-fsa/index.d.ts'.
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link-moduleCaseChange.js22 path: string;
116 Resolving real path for '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.d.ts', result '/user/username/projects/myProject/plugin-two/dist/commonjs/index.d.ts'.
134 Resolving real path for '/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts', result '/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts'.
154 Resolving real path for '/user/username/projects/myProject/plugin-two/node_modules/typescript-fsa/index.d.ts', result '/user/username/projects/myProject/plugin-two/node_modules/typescript-fsa/index.d.ts'.
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link.js22 path: string;
116 Resolving real path for '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.d.ts', result '/user/username/projects/myproject/plugin-two/dist/commonjs/index.d.ts'.
134 Resolving real path for '/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts', result '/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts'.
154 Resolving real path for '/user/username/projects/myproject/plugin-two/node_modules/typescript-fsa/index.d.ts', result '/user/username/projects/myproject/plugin-two/node_modules/typescript-fsa/index.d.ts'.
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package.js19 path: string;
106 Resolving real path for '/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts', result '/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts'.
120 Resolving real path for '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/index.d.ts', result '/user/username/projects/myproject/plugin-two/index.d.ts'.
138 Resolving real path for '/user/username/projects/myproject/plugin-two/node_modules/typescript-fsa/index.d.ts', result '/user/username/projects/myproject/plugin-two/node_modules/typescript-fsa/index.d.ts'.
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_browser.py11 import os.path namespace
37 eq(mb.path, __file__)
44 self.assertIn(os.path.basename(__file__), mb.top.title())
62 path = "/path/to/file"
65 filename = f'{path}{ext}'
167 with mock.patch('os.path.exists', return_value=False):
171 with mock.patch('os.path.exists', return_value=True):
/third_party/python/Lib/test/test_importlib/
H A Dtest_metadata_api.py72 path for path in files('egginfo-pkg') if path.name == 'top_level.txt'
95 on sys.path with a given name (even when normalized).
320 dists = Distribution.discover(path=[str(self.site_dir)])
/third_party/python/Lib/test/test_importlib/frozen/
H A Dtest_loader.py9 import os.path namespace
36 return os.path.join(STDLIB_DIR, *name.split('.'), '__init__.py')
38 return os.path.join(STDLIB_DIR, *name.split('.')) + '.py'
160 pkgdir = os.path.dirname(filename)
/third_party/skia/infra/bots/gen_tasks_logic/
H A Dtask_builder.go113 for _, path := range paths {
114 if !In(path, b.Spec.Outputs) {
115 b.Spec.Outputs = append(b.Spec.Outputs, path)
175 path string
/third_party/rust/crates/rustix/src/io/
H A Dprocfs.rs26 use crate::path::DecInt;
197 fn proc_opendirat<P: crate::path::Arg, Fd: AsFd>(dirfd: Fd, path: P) -> io::Result<OwnedFd> { in proc_opendirat()
201 openat(dirfd, path, oflags, Mode::empty()).map_err(|_err| io::Errno::NOTSUP) in proc_opendirat()

Completed in 18 milliseconds

1...<<161162163164165166167168169170>>...287