Searched refs:path (Results 7351 - 7375 of 8664) sorted by relevance
1...<<291292293294295296297298299300>>...347
/third_party/popt/src/ |
H A D | popt.h | 234 * @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 D | runscript.py | 119 sys.path if not already included. 145 dirname = os.path.dirname(filename) 152 from os.path import basename as _basename
|
H A D | stackviewer.py | 98 if os.path.isfile(filename):
|
H A D | autocomplete.py | 208 expandedpath = os.path.expanduser(what)
|
/third_party/python/Lib/test/libregrtest/ |
H A D | refleak.py | 66 fname = os.path.join(os_helper.SAVEDCWD, fname)
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | gen_proc_table.py | 116 sys.path.append('../src/libANGLE/renderer')
|
/third_party/skia/src/core/ |
H A D | SkReadBuffer.h | 109 void readPath(SkPath* path);
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
H A D | jsonToSpirv.h | 36 // 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 D | jsonToSpirv.h | 36 // 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 D | test_winconsoleio.py | 116 conout_path = os.path.join(temp_path, 'CONOUT$')
|
H A D | test_dbm_ndbm.py | 113 self.assertTrue(any(os.path.exists(filename + suffix)
|
H A D | test_zipfile64.py | 89 if os.path.exists(fname):
|
H A D | test_exception_hierarchy.py | 113 self.assertFalse(os.path.exists(filename))
|
H A D | test_netrc.py | 282 fn = os.path.join(d, '.netrc')
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
H A D | WindowsSupport.h | 248 namespace path { namespace 251 } // end namespace path
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Signals.cpp | 121 StringRef Parent = llvm::sys::path::parent_path(Argv0); in printSymbolizedStackTrace()
|
H A D | TimeProfiler.cpp | 196 TimeTraceGranularity, llvm::sys::path::filename(ProcName)); in timeTraceProfilerInitialize()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/ |
H A D | main.go | 25 "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 D | putilimp.h | 42 * 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 D | timeit.py | 307 # 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 D | test_c_parser.py | 42 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 D | perf_skottietrace.py | 22 'recipe_engine/path', 49 lottie_filename = api.path.basename(lottie_file)
|
/third_party/skia/include/core/ |
H A D | SkFont.h | 344 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 D | find_headers.py | 238 if os.path.exists(skia_h + '.d'):
|
/third_party/skia/modules/skparagraph/include/ |
H A D | Paragraph.h | 66 virtual void paint(ParagraphPainter* painter, RSPath* path, SkScalar hOffset, SkScalar vOffset) = 0;
|
Completed in 17 milliseconds
1...<<291292293294295296297298299300>>...347