/third_party/skia/third_party/externals/tint/tools/src/glob/ |
H A D | glob.go | [all...] |
/third_party/skia/tools/fiddle/ |
H A D | examples.cpp | 22 SkString path = SkStringPrintf("resources/images/example_%d.png", i); in main() local
|
/third_party/skia/tools/viewer/ |
H A D | SkRiveSlide.cpp | 15 SkRiveSlide::SkRiveSlide(const SkString& name, const SkString& path) in SkRiveSlide() argument
|
H A D | SvgSlide.cpp | 19 SvgSlide::SvgSlide(const SkString& name, const SkString& path) in SvgSlide() argument
|
/third_party/toybox/toys/other/ |
H A D | inotifyd.c | 53 char *path = *ss, *masks = strchr(*ss, ':'); in inotifyd_main() local
|
/third_party/toybox/toys/posix/ |
H A D | chgrp.c | 59 char *path = dirtree_path(node, 0); in do_chgrp() local
|
/third_party/python/Lib/test/test_tools/ |
H A D | test_fixcid.py | 4 import os, os.path namespace
|
H A D | __init__.py | 4 import os.path namespace [all...] |
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
H A D | test_util.py | 39 import os.path namespace [all...] |
/third_party/python/Doc/tools/extensions/ |
H A D | glossary_search.py | 11 import os.path namespace
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | database.c | 34 pa_database* pa_database_open(const char *path, const char *fn, bool prependmid, bool for_write) { in pa_database_open() argument
|
/third_party/protobuf/src/google/protobuf/ |
H A D | test_util2.h | 47 std::string path = google3_path.substr(prefix.size()); in TranslatePathToOpensource() local 56 std::string path = google3_path; in MaybeTranslatePath() local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/copts/ |
H A D | generate_copts.py | 9 from os import path namespace
|
/third_party/skia/docs/examples/ |
H A D | checker_board.cpp | 9 SkPath path; in REG_FIDDLE() local
|
H A D | Path_addRRect_2.cpp | 11 SkPath path; in REG_FIDDLE() local
|
H A D | count_verbs.cpp | 8 SkPath path; in REG_FIDDLE() local 14 static void count_verbs(const SkPath& path, int counts[6]) { in REG_FIDDLE() argument 33 SkPath path = make_path(font); in REG_FIDDLE() local
|
H A D | convex_overstroke_linear_approx_curve.cpp | 25 SkPath path; in REG_FIDDLE() local
|
H A D | convex_overstroke_quad.cpp | 17 SkPath path; in REG_FIDDLE() local
|
H A D | Path_arcTo_2_a.cpp | 16 SkPath path; in REG_FIDDLE() local
|
H A D | Path_arcTo_2_b.cpp | 16 SkPath path; in REG_FIDDLE() local
|
H A D | blur_alpha_img.cpp | 8 SkPath path; in REG_FIDDLE() local
|
/third_party/skia/modules/skparagraph/utils/ |
H A D | TestFontCollection.cpp | 22 SkString path; in TestFontCollection() local 38 bool TestFontCollection::addFontFromFile(const std::string& path, const std::string& familyName) { in addFontFromFile() argument
|
/third_party/skia/modules/sksg/src/ |
H A D | SkSGPath.cpp | 16 Path::Path(const SkPath& path) : fPath(path) {} in Path() argument
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGRect.cpp | 70 SkPath path = SkPath::RRect(this->resolve(ctx.lengthContext())); in onAsPath() local
|
H A D | SkSVGPath.cpp | 23 bool SkSVGAttributeParser::parse<SkPath>(SkPath* path) { in parse() argument 30 SkPath path = fPath; // Note: point and verb data are CoW in onDraw() local 36 SkPath path = fPath; in onAsPath() local
|