Home
last modified time | relevance | path

Searched refs:path (Results 9426 - 9450 of 11738) sorted by relevance

1...<<371372373374375376377378379380>>...470

/third_party/skia/include/utils/
H A DSkPaintFilterCanvas.h81 void onDrawShadowRec(const SkPath& path, const SkDrawShadowRec& rec) override;
/third_party/skia/infra/bots/
H A Dgit_utils.py118 'https://skia.googlesource.com/common') or path to a local repository
119 (e.g., '/path/to/repo/.git') to check out a copy of
120 local: optional path to an existing copy of the remote repo on local disk.
152 self._checkout_root = os.path.join(os.getcwd(), repo_name)
/third_party/skia/include/core/
H A DSkData.h130 * Create a new dataref the file with the specified path.
133 static sk_sp<SkData> MakeFromFileName(const char path[]);
H A DHMSymbol.h142 static void PathOutlineDecompose(const SkPath& path, std::vector<SkPath>& paths);
/third_party/skia/platform_tools/android/bin/
H A Dandroid_build_universal_viewer67 Additionally, \`python\` and \`ninja\` should be in your path.
/third_party/skia/infra/bots/buildstats/
H A Dbuildstats_flutter.py90 with open(os.path.join(out_dir, lib_name+'.json'), 'w') as output:
/third_party/skia/infra/bots/recipes/
H A Dtest_pathkit.py17 'recipe_engine/path',
33 checkout_root = api.path['start_dir']
H A Dupload_dm_results.py16 'recipe_engine/path',
33 results_dir = api.path['start_dir'].join('test')
/third_party/skia/include/ports/
H A DSkFontMgr_indirect.h53 sk_sp<SkTypeface> onMakeFromFile(const char path[], int ttcIndex) const override;
/third_party/rust/crates/rust-openssl/systest/
H A Dbuild.rs6 #[path = "../openssl-sys/build/cfgs.rs"]
/third_party/rust/crates/rustix/src/path/
H A Ddec_int.rs24 use std::path::Path;
34 /// # #[cfg(feature = "path")]
35 /// use rustix::path::DecInt;
37 /// # #[cfg(feature = "path")]
52 /// Construct a new path component from an integer.
64 /// Construct a new path component from a file descriptor.
/third_party/rust/crates/syn/examples/dump-syntax/src/
H A Dmain.rs27 use std::path::{Path, PathBuf};
45 IncorrectUsage => write!(f, "Usage: dump-syntax path/to/filename.rs"), in fmt()
/third_party/rust/crates/proc-macro2/
H A Dbuild.rs39 use std::path::Path;
144 // The wrapper's first argument is supposed to be the path to rustc. in compile_probe()
/third_party/rust/crates/rustix/src/backend/libc/
H A Dmod.rs53 #[path = "winsock_c.rs"]
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dsyscalls.rs19 use crate::{ffi::CStr, fs::FileType, path::DecInt};
243 // Check that the path we read refers to the same file as `fd`.
244 let path = CStr::from_bytes_with_nul(&buf[..=r]).unwrap();
246 let path_stat = super::super::fs::syscalls::stat(path)?;
/third_party/skia/buildtools/checkdeps/
H A Drules.py66 is, and a string holding the path the rule applies to.
93 only to dependee files whose filename (last component of their path)
148 whose filename (last component of their path)
177 dependee_filename = os.path.basename(dependee_path)
/third_party/rust/crates/syn/tests/macros/
H A Dmod.rs3 #[path = "../debug/mod.rs"]
/third_party/vk-gl-cts/scripts/khr_util/
H A Dformat.py82 if not os.path.exists(filename) or readFile(filename) != data:
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp_i.h68 char *path; /* "filepath" part of url (from "mem") */ member
/third_party/vk-gl-cts/framework/common/
H A DtcuTestPackage.hpp78 * TestInstance* createInstance (const TestCase* testCase, const std::string& path);
86 virtual void init (TestCase* testCase, const std::string& path) = 0;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_upnp_i.h68 char *path; /* "filepath" part of url (from "mem") */ member
/third_party/skia/third_party/externals/angle2/src/common/
H A Dstring_utils.h50 bool ReadFileToString(const std::string &path, std::string *stringOut);
/third_party/zlib/
H A Dgzguts.h178 char *path; /* path or fd for error messages */ member
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp772 // Path only print relative path in LoadResImageUrl()
1122 void JsCardParser::GetResourceValue(const std::string& path) in GetResourceValue() argument
1127 if (GetAssetContentImpl(assetManager, path, content) && !content.empty()) { in GetResourceValue()
1129 resourceJson_->Put(path.c_str(), jsonBody); in GetResourceValue()
1137 std::string path = std::string(RESOURCES_FOLDER) + std::string(DEFAULTS_RESOURCES_JSON_FILE); in LoadImageInfo() local
1138 GetResourceValue(path); in LoadImageInfo()
1139 path = std::string(RESOURCES_FOLDER) + "res-" + GetDeviceDpi(density_) + std::string(FILE_TYPE_JSON); in LoadImageInfo()
1140 GetResourceValue(path); in LoadImageInfo()
1141 path = std::string(RESOURCES_FOLDER) + "res-" + "dark-defaults" + std::string(FILE_TYPE_JSON); in LoadImageInfo()
1142 GetResourceValue(path); in LoadImageInfo()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link.c1548 struct external_display_path *path = in dc_link_construct() local
1549 &info.ext_disp_conn_info.path[i]; in dc_link_construct()
1551 if (path->device_connector_id.enum_id == link->link_id.enum_id && in dc_link_construct()
1552 path->device_connector_id.id == link->link_id.id && in dc_link_construct()
1553 path->device_connector_id.type == link->link_id.type) { in dc_link_construct()
1555 path->device_acpi_enum == link->device_tag.acpi_device) { in dc_link_construct()
1556 link->ddi_channel_mapping = path->channel_mapping; in dc_link_construct()
1557 link->chip_caps = path->caps; in dc_link_construct()
1558 } else if (path->device_tag == in dc_link_construct()
1560 link->ddi_channel_mapping = path in dc_link_construct()
[all...]

Completed in 20 milliseconds

1...<<371372373374375376377378379380>>...470