/third_party/skia/src/core/ |
H A D | SkScalerCache.h | 65 // If the path has never been set, then add a path to glyph. 67 SkGlyph* glyph, const SkPath* path) SK_EXCLUDES(fMu); 72 /** If the advance axis intersects the glyph's path, append the positions scaled and offset 126 // If the path has never been set, then use the scaler context to add the glyph.
|
H A D | SkRecorder.h | 105 void onClipPath(const SkPath& path, SkClipOp, ClipEdgeStyle) override;
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | mhd2spdy_structures.h | 92 char * path; member
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/scripts/ |
H A D | dsp_timing.py | 28 import os.path namespace
|
/third_party/python/Lib/unittest/ |
H A D | util.py | 4 from os.path import commonprefix
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | TarWriter.cpp | 104 std::string PaxAttr = formatPax("path", Path); in writePaxHeader() 175 std::string Fullpath = BaseDir + "/" + sys::path::convert_to_slash(Path); in append()
|
/third_party/skia/tools/fonts/ |
H A D | TestFontMgr.cpp | 169 sk_sp<SkTypeface> onMakeFromFile(const char path[], int ttcIndex) const override {
|
/third_party/skia/tools/lottie-web-perf/ |
H A D | lottie-web-perf.js | 36 description: 'The path to lottie.min.js, defaults to a local npm install location.', 155 path: options.output,
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | udataswp.h | 396 udata_openSwap(const char *path, const char *type, const char *name,
|
H A D | ulocimp.h | 35 const char *path,
|
/third_party/vixl/tools/ |
H A D | verify_assembler_traces.py | 38 as `llvm-mc` is in your PATH. You may provide a different `llvm-mc` path with 442 with open(os.path.join(trace_dir, trace_file), "r") as f:
|
/third_party/python/Lib/distutils/ |
H A D | extension.py | 191 suffix = os.path.splitext(word)[1]
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_cygwinccompiler.py | 34 self.python_h = os.path.join(self.mkdtemp(), 'python.h')
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_lazy.py | 27 lazy_loader = factory('module name', 'module path', kw='kw') 29 self.assertEqual(('module name', 'module path'), loader.args) 45 def find_spec(self, name, path, target=None):
|
/third_party/python/Lib/test/ |
H A D | test_mailcap.py | 157 existingmcfiles = [mcf for mcf in mailcapfiles if os.path.exists(mcf)]
|
/third_party/skia/infra/bots/gen_tasks_logic/ |
H A D | job_builder.go | 71 b.cmd("/bin/cp", "-rL", cfg.path, "${ISOLATED_OUTDIR}")
|
/third_party/skia/modules/pathkit/ |
H A D | externs.js | 41 _addPath: function(path, scaleX, skewX, transX, skewY, scaleY, transY, pers0, pers1, pers2) {},
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/ |
H A D | main.rs | 13 use std::path::PathBuf; 188 /// Return the `target/debug` or `target/release` directory path. 191 .expect("unittest executable path") in build_dir() 197 /// Return the `target` directory path. 202 /// Return the project directory path.
|
/third_party/rust/crates/rust-openssl/openssl-sys/build/ |
H A D | find_normal.rs | 2 use std::path::{Path, PathBuf};
|
H A D | run_bindgen.rs | 6 use std::path::PathBuf; 189 .arg("--wrap-static-fns-path") in run_boringssl()
|
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | CuTest.h | 52 void CuStringRead(CuString* str, const char* path);
|
/third_party/vk-gl-cts/scripts/log/ |
H A D | log_to_xml.py | 144 batchResultNode.setAttribute("FileName", os.path.basename(logFilePath))
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | wpa_debug.h | 50 int wpa_debug_open_file(const char *path);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | wpa_debug.h | 48 int wpa_debug_open_file(const char *path);
|
/third_party/vulkan-loader/tests/framework/icd/ |
H A D | test_icd.h | 78 fs::path manifest_file_path;
|