Home
last modified time | relevance | path

Searched refs:path (Results 7351 - 7375 of 8664) sorted by relevance

1...<<291292293294295296297298299300>>...347

/third_party/popt/src/
H A Dpopt.h234 * @param configPaths colon separated file path(s) to read.
319 * Test path/file for config file sanity (regular file, permissions etc)
348 * Note that an '@' character preceding a path in the list will
451 * @param path single path to search for executables
454 void poptSetExecPath(poptContext con, const char * path, int allowAbsolute);
/third_party/python/Lib/idlelib/
H A Drunscript.py119 sys.path if not already included.
145 dirname = os.path.dirname(filename)
152 from os.path import basename as _basename
H A Dstackviewer.py98 if os.path.isfile(filename):
H A Dautocomplete.py208 expandedpath = os.path.expanduser(what)
/third_party/python/Lib/test/libregrtest/
H A Drefleak.py66 fname = os.path.join(os_helper.SAVEDCWD, fname)
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgen_proc_table.py116 sys.path.append('../src/libANGLE/renderer')
/third_party/skia/src/core/
H A DSkReadBuffer.h109 void readPath(SkPath* path);
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.h36 // Reads the file in the given |path|. Returns true and the contents of the
38 std::pair<bool, std::string> ReadFile(const std::string& path);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A DjsonToSpirv.h36 // Reads the file in the given |path|. Returns true and the contents of the
38 std::pair<bool, std::string> ReadFile(const std::string& path);
/third_party/python/Lib/test/
H A Dtest_winconsoleio.py116 conout_path = os.path.join(temp_path, 'CONOUT$')
H A Dtest_dbm_ndbm.py113 self.assertTrue(any(os.path.exists(filename + suffix)
H A Dtest_zipfile64.py89 if os.path.exists(fname):
H A Dtest_exception_hierarchy.py113 self.assertFalse(os.path.exists(filename))
H A Dtest_netrc.py282 fn = os.path.join(d, '.netrc')
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
H A DWindowsSupport.h248 namespace path { namespace
251 } // end namespace path
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSignals.cpp121 StringRef Parent = llvm::sys::path::parent_path(Argv0); in printSymbolizedStackTrace()
H A DTimeProfiler.cpp196 TimeTraceGranularity, llvm::sys::path::filename(ProcName)); in timeTraceProfilerInitialize()
/third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/
H A Dmain.go25 "path/filepath"
52 executable - the path to the test executable to run.`)
63 exe := args[0] // The path to the test executable
76 // Full path to the 'test-results.json' in the temporary directory
222 // Get the absolute source path
254 // parseSourceFile() reads the file at path, splitting the content into chunks
256 func parseSourceFile(path string) (sourceFile, error) {
257 fileBytes, err := ioutil.ReadFile(path)
283 // path.
284 func writeSourceFile(path strin
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dputilimp.h42 * with an alternate path for unusual platforms.
465 * @param path Pathname to test
466 * @return true if the path is absolute
469 U_CAPI UBool U_EXPORT2 uprv_pathIsAbsolute(const char *path);
/third_party/python/Lib/
H A Dtimeit.py307 # Include the current directory, so that local imports work (sys.path
311 sys.path.insert(0, os.curdir)
/third_party/python/Lib/test/test_peg_generator/
H A Dtest_c_parser.py42 sys.path.insert(0, tmp_dir)
84 if os.path.samefile(cls.tmp_base, os_helper.SAVEDCWD):
110 # temporary path, use a relative path here to prevent excessive
111 # path lengths when compiling.
/third_party/skia/infra/bots/recipes/
H A Dperf_skottietrace.py22 'recipe_engine/path',
49 lottie_filename = api.path.basename(lottie_file)
/third_party/skia/include/core/
H A DSkFont.h344 stroke settings, mask filter, or path effect may modify the bounds.
451 /** Modifies path to be the outline of the glyph.
452 If the glyph has an outline, modifies path to be the glyph's outline and returns true.
454 If glyph is described by a bitmap, returns false and ignores path parameter.
457 @param path pointer to existing SkPath
458 @return true if glyphID is described by path
460 bool getPath(SkGlyphID glyphID, SkPath* path) const;
462 /** Returns path corresponding to glyph array.
466 @param glyphPathProc function returning one glyph description as path
/third_party/skia/gn/
H A Dfind_headers.py238 if os.path.exists(skia_h + '.d'):
/third_party/skia/modules/skparagraph/include/
H A DParagraph.h66 virtual void paint(ParagraphPainter* painter, RSPath* path, SkScalar hOffset, SkScalar vOffset) = 0;

Completed in 17 milliseconds

1...<<291292293294295296297298299300>>...347