/third_party/skia/include/utils/ |
H A D | SkPaintFilterCanvas.h | 81 void onDrawShadowRec(const SkPath& path, const SkDrawShadowRec& rec) override;
|
/third_party/skia/infra/bots/ |
H A D | git_utils.py | 118 '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 D | SkData.h | 130 * Create a new dataref the file with the specified path. 133 static sk_sp<SkData> MakeFromFileName(const char path[]);
|
H A D | HMSymbol.h | 142 static void PathOutlineDecompose(const SkPath& path, std::vector<SkPath>& paths);
|
/third_party/skia/platform_tools/android/bin/ |
H A D | android_build_universal_viewer | 67 Additionally, \`python\` and \`ninja\` should be in your path.
|
/third_party/skia/infra/bots/buildstats/ |
H A D | buildstats_flutter.py | 90 with open(os.path.join(out_dir, lib_name+'.json'), 'w') as output:
|
/third_party/skia/infra/bots/recipes/ |
H A D | test_pathkit.py | 17 'recipe_engine/path', 33 checkout_root = api.path['start_dir']
|
H A D | upload_dm_results.py | 16 'recipe_engine/path', 33 results_dir = api.path['start_dir'].join('test')
|
/third_party/skia/include/ports/ |
H A D | SkFontMgr_indirect.h | 53 sk_sp<SkTypeface> onMakeFromFile(const char path[], int ttcIndex) const override;
|
/third_party/rust/crates/rust-openssl/systest/ |
H A D | build.rs | 6 #[path = "../openssl-sys/build/cfgs.rs"]
|
/third_party/rust/crates/rustix/src/path/ |
H A D | dec_int.rs | 24 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 D | main.rs | 27 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 D | build.rs | 39 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 D | mod.rs | 53 #[path = "winsock_c.rs"]
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | syscalls.rs | 19 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 D | rules.py | 66 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 D | mod.rs | 3 #[path = "../debug/mod.rs"]
|
/third_party/vk-gl-cts/scripts/khr_util/ |
H A D | format.py | 82 if not os.path.exists(filename) or readFile(filename) != data:
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp_i.h | 68 char *path; /* "filepath" part of url (from "mem") */ member
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTestPackage.hpp | 78 * 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 D | wps_upnp_i.h | 68 char *path; /* "filepath" part of url (from "mem") */ member
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | string_utils.h | 50 bool ReadFileToString(const std::string &path, std::string *stringOut);
|
/third_party/zlib/ |
H A D | gzguts.h | 178 char *path; /* path or fd for error messages */ member
|
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.cpp | 772 // 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 D | dc_link.c | 1548 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...] |