/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | cgenerator.py | 182 os.path.basename(self.genOpts.filename)).upper()
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/ |
H A D | span.go | 22 "path" 187 uri = path.Base(uri)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | gen_mtl_format_table.py | 17 sys.path.append('..')
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceDrawContext_v1.h | 152 * @param style The style to apply. Null means fill. Currently path effects are not 314 * @param style style to apply to the rrect. Currently path effects are not allowed. 324 * Use a fast method to render the ambient and spot shadows for a path. 325 * Will return false if not possible for the given path. 328 * @param path the path to shadow 333 const SkPath& path, 337 * Draws a path. 340 * @param GrAA Controls whether the path is antialiased. 342 * @param path th [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/ |
H A D | span.go | 22 "path" 187 uri = path.Base(uri)
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | utils.py | 115 use import paths as endpoints or something similar. An import path can 141 if not os.path.isfile(filename):
|
/third_party/skia/third_party/externals/icu/source/ |
H A D | runConfigureICU | 35 CXXFLAGS=xyz path/to/runConfigureICU --enable-debug ... 198 # gmake is a .pgm and may not be on the path. Don't use a full path, just use gmake.
|
/third_party/skia/src/pathops/ |
H A D | SkOpSegment.h | 60 bool addCurveTo(const SkOpSpanBase* start, const SkOpSpanBase* end, SkPathWriter* path) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
H A D | YAMLRemarkParser.cpp | 142 // At this point, we expect Buf to contain the external file path. in createYAMLParserFromMeta() 147 sys::path::append(FullPath, ExternalFilePath); in createYAMLParserFromMeta()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 47 // If the file didn't exist directly, see if it's in an include path. in AddIncludeFile() 51 IncludeDirectories[i] + sys::path::get_separator().data() + Filename; in AddIncludeFile()
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | resolver.h | 162 /// @param path the import path 166 /// @returns the return type of `name` in `path` or nullptr on error. 168 const std::string& path,
|
/third_party/skia/third_party/externals/zlib/ |
H A D | gzread.c | 654 free(state->path);
|
/third_party/skia/tools/calmbench/ |
H A D | ab.py | 68 parser.add_argument('nano_a', type=str, help="path to A's nanobench binary") 69 parser.add_argument('nano_b', type=str, help="path to B's nanobench binary") 202 result.append(os.path.expanduser(r))
|
/third_party/python/Modules/ |
H A D | main.c | 153 PySys_WriteStderr("Failed checking if argv[0] is an import path entry\n"); in pymain_get_importer() 164 sys_path = PyDict_GetItemWithError(sysdict, &_Py_ID(path)); in pymain_sys_path_add_path0() 173 PyErr_SetString(PyExc_RuntimeError, "unable to get sys.path"); in pymain_sys_path_add_path0() 548 /* ensure path config is written into global variables */ in pymain_run_python() 556 prepended to sys.path. in pymain_run_python() 565 // import readline and rlcompleter before script dir is added to sys.path in pymain_run_python()
|
/third_party/python/Include/internal/ |
H A D | pycore_global_strings.h | 313 STRUCT_FOR_ID(path)
|
/third_party/python/Lib/ |
H A D | uuid.py | 366 executable = shutil.which(command, path=os.pathsep.join(path_dirs))
|
/third_party/python/Lib/test/ |
H A D | test_urllib2net.py | 153 'file:' + sanepathname2url(os.path.abspath(TESTFN)),
|
/third_party/rust/crates/clap/src/ |
H A D | macros.rs | 548 $setting:ident => $flag:path
|
/third_party/skia/modules/skparagraph/src/ |
H A D | TextLine.h | 153 void paint(ParagraphPainter* painter, const RSPath* path, SkScalar hOffset, SkScalar vOffset);
|
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | check.rs | 71 cx.error_spanned_by(remote, "remove generic parameters from this path"); in check_remote_generic() 457 if let Some(seg) = ty.path.segments.last() { in allow_transparent()
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | check.rs | 71 cx.error_spanned_by(remote, "remove generic parameters from this path"); in check_remote_generic() 457 if let Some(seg) = ty.path.segments.last() { in allow_transparent()
|
/third_party/rust/crates/quote/tests/ |
H A D | test.rs | 120 let path = quote!(SomeTrait::serialize_with); in test_advanced() 134 #path(self.value, s) in test_advanced()
|
/third_party/spirv-tools/utils/vscode/src/lsp/span/ |
H A D | span.go | 22 "path" 187 uri = path.Base(uri)
|
/third_party/vulkan-headers/registry/ |
H A D | cgenerator.py | 182 os.path.basename(self.genOpts.filename)).upper()
|
/third_party/zlib/ |
H A D | gzread.c | 702 free(state->path); in gzclose_r()
|