/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()
|
H A D | zlib.h | 1308 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 D | file.c | 824 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 D | builtin-script.c | 33 #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 D | sanei_usb.c | 580 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 D | ReactorUnitTests.cpp | 3875 // 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 D | imgui_draw.cpp | 739 // - 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...] |