Home
last modified time | relevance | path

Searched refs:path (Results 10001 - 10025 of 10795) sorted by relevance

1...<<401402403404405406407408409410>>...432

/third_party/skia/third_party/externals/icu/source/
H A DrunConfigureICU35 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 DSkOpSegment.h60 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 DYAMLRemarkParser.cpp142 // 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 DSourceMgr.cpp47 // 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 Dresolver.h162 /// @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 Dgzread.c654 free(state->path);
/third_party/skia/tools/calmbench/
H A Dab.py68 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 Dmain.c153 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 Dpycore_global_strings.h313 STRUCT_FOR_ID(path)
/third_party/python/Lib/
H A Duuid.py366 executable = shutil.which(command, path=os.pathsep.join(path_dirs))
/third_party/python/Lib/test/
H A Dtest_urllib2net.py153 'file:' + sanepathname2url(os.path.abspath(TESTFN)),
/third_party/rust/crates/clap/src/
H A Dmacros.rs548 $setting:ident => $flag:path
/third_party/skia/modules/skparagraph/src/
H A DTextLine.h153 void paint(ParagraphPainter* painter, const RSPath* path, SkScalar hOffset, SkScalar vOffset);
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dcheck.rs71 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 Dcheck.rs71 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 Dtest.rs120 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 Dspan.go22 "path"
187 uri = path.Base(uri)
/third_party/vulkan-headers/registry/
H A Dcgenerator.py182 os.path.basename(self.genOpts.filename)).upper()
/third_party/zlib/
H A Dgzread.c702 free(state->path); in gzclose_r()
H A Dzlib.h1308 ZEXTERN gzFile ZEXPORT gzopen(const char *path, const char *mode);
1310 Open the gzip (.gz) file at path for reading and decompressing, or
1923 ZEXTERN gzFile ZEXPORT gzopen_w(const wchar_t *path,
/kernel/linux/linux-6.6/fs/f2fs/
H A Dfile.c824 int f2fs_getattr(struct mnt_idmap *idmap, const struct path *path, in f2fs_getattr() argument
827 struct inode *inode = d_inode(path->dentry); in f2fs_getattr()
4458 char *buf, *path; in f2fs_trace_rw_file_path() local
4463 path = dentry_path_raw(file_dentry(file), buf, PATH_MAX); in f2fs_trace_rw_file_path()
4464 if (IS_ERR(path)) in f2fs_trace_rw_file_path()
4468 current->pid, path, current->comm); in f2fs_trace_rw_file_path()
4471 current->pid, path, current->comm); in f2fs_trace_rw_file_path()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-script.c33 #include "util/path.h"
346 if (asprintf(&es->filename, "%s.%s.dump", data->file.path, evsel__name(evsel)) < 0) in evsel_script__new()
2926 /* Find script file relative to current directory or exec path */
2929 char path[PATH_MAX]; in find_script() local
2947 snprintf(path, sizeof(path), "%s/scripts/%s/%s", in find_script()
2950 script = path; in find_script()
3483 .path = input_name, in find_scripts()
3944 OPT_BOOLEAN('\0', "show-kernel-path", &symbol_conf.show_kernel_path, in cmd_script()
3945 "Show the path o in cmd_script()
[all...]
/third_party/backends/sanei/
H A Dsanei_usb.c580 SANE_Status sanei_usb_testing_enable_replay(SANE_String_Const path, in sanei_usb_testing_enable_replay() argument
587 testing_xml_path = strdup(path); in sanei_usb_testing_enable_replay()
614 SANE_Status sanei_usb_testing_enable_record(SANE_String_Const path, SANE_String_Const be_name) in sanei_usb_testing_enable_record() argument
618 testing_xml_path = strdup(path); in sanei_usb_testing_enable_record()
680 // transactions, because set_configuration is called in sanei_usb_open outside test path.
856 // slow path. The fast path utilizes the knowledge that there will be no spaces in sanei_xml_get_hex_data()
857 // within bytes. When this assumption does not hold, we switch to the slow path. in sanei_xml_get_hex_data()
1420 SANE_Status sanei_usb_testing_enable_replay(SANE_String_Const path, in sanei_usb_testing_enable_replay() argument
1423 (void) path; in sanei_usb_testing_enable_replay()
1430 sanei_usb_testing_enable_record(SANE_String_Const path, SANE_String_Const be_name) sanei_usb_testing_enable_record() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp3875 // Returns path to first match of filename in current directory
3876 auto findFile = [](const std::string filename) -> fs::path {
3881 auto currFilename = p.path().filename().string();
3885 return p.path();
3891 fs::path path = findFile(testName());
3892 EXPECT_FALSE(path.empty());
3895 std::ifstream fin(path);
3920 std::filesystem::remove(path);
/third_party/skia/third_party/externals/imgui/
H A Dimgui_draw.cpp739 // - If AA_SIZE is not 1.0f we cannot use the texture path. in AddPolyline()
774 // - In the texture-based path, we don't use AA_SIZE here because the +1 is tied to the generated texture in AddPolyline()
1244 static void PathBezierCubicCurveToCasteljau(ImVector<ImVec2>* path, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, float tess_tol, int level) in PathBezierCubicCurveToCasteljau() argument
1254 path->push_back(ImVec2(x4, y4)); in PathBezierCubicCurveToCasteljau()
1264 PathBezierCubicCurveToCasteljau(path, x1, y1, x12, y12, x123, y123, x1234, y1234, tess_tol, level + 1); in PathBezierCubicCurveToCasteljau()
1265 PathBezierCubicCurveToCasteljau(path, x1234, y1234, x234, y234, x34, y34, x4, y4, tess_tol, level + 1); in PathBezierCubicCurveToCasteljau()
1269 static void PathBezierQuadraticCurveToCasteljau(ImVector<ImVec2>* path, float x1, float y1, float x2, float y2, float x3, float y3, float tess_tol, int level) in PathBezierQuadraticCurveToCasteljau() argument
1275 path->push_back(ImVec2(x3, y3)); in PathBezierQuadraticCurveToCasteljau()
1282 PathBezierQuadraticCurveToCasteljau(path, x1, y1, x12, y12, x123, y123, tess_tol, level + 1); in PathBezierQuadraticCurveToCasteljau()
1283 PathBezierQuadraticCurveToCasteljau(path, x12 in PathBezierQuadraticCurveToCasteljau()
[all...]

Completed in 45 milliseconds

1...<<401402403404405406407408409410>>...432