Home
last modified time | relevance | path

Searched refs:path (Results 3751 - 3775 of 7091) sorted by relevance

1...<<151152153154155156157158159160>>...284

/third_party/vk-gl-cts/external/openglcts/modules/glesext/
H A DesextcTestPackage.cpp51 void init(tcu::TestCase* testCase, const std::string& path);
69 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init() argument
71 if (m_waiverMechanism->isOnWaiverList(path)) in init()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcSingleConfigTestPackage.cpp46 void init(tcu::TestCase* testCase, const std::string& path);
65 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init() argument
67 if (m_waiverMechanism->isOnWaiverList(path)) in init()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/
H A DfixupRef.py10 # Usage: fixupRef.py [-outdir path] [-overwrite] files
60 # Save the path to this file for later use in rewriting relative includes
61 specDir = os.path.dirname(os.path.abspath(specFile))
130 pageName = outDir + '/' + os.path.basename(specFile)
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dpromote.py85 outFilename = args.outDir + '/' + os.path.basename(filename) + args.suffix
117 file_path = os.path.join(root, file)
120 sub_folder = os.path.join(root, subdir)
/third_party/skia/third_party/externals/spirv-tools/utils/
H A Dcheck_copyright.py78 for path, dirs, files in os.walk(top):
83 full_file = os.path.join(path, filename)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dgen_vk_format_table.py17 sys.path.append('..')
252 angle_to_gl = angle_format.load_inverse_table(os.path.join('..', 'angle_format_map.json'))
276 script_name=os.path.basename(__file__),
/third_party/skia/src/core/
H A DSkDraw_text.cpp119 const SkPath* path = variant.path(); in paintPaths() local
123 this->drawPath(*path, paint, &m, false); in paintPaths()
/third_party/skia/samplecode/
H A DSampleMaterialShadows.cpp42 void drawShadowedPath(SkCanvas* canvas, const SkPath& path, in drawShadowedPath() argument
51 SkShadowUtils::DrawShadow(canvas, path, zPlaneParams, lightPos, lightRadius, in drawShadowedPath()
54 canvas->drawPath(path, paint); in drawShadowedPath()
/third_party/skia/src/gpu/tessellate/
H A DMiddleOutPolygonTriangulator.h44 // pushes each vertex in linear order (perhaps while parsing a path), then rather than relying on
192 // This is a helper class that transforms and pushes a path's inner fan vertices onto a
195 // for (PathMiddleOutFanIter it(pathMatrix, path); !it.done();) {
203 PathMiddleOutFanIter(const SkPath& path) : fMiddleOut(path.countVerbs()) { in PathMiddleOutFanIter() argument
204 SkPathPriv::Iterate it(path); in PathMiddleOutFanIter()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dcheck_copyright.py78 for path, dirs, files in os.walk(top):
83 full_file = os.path.join(path, filename)
/third_party/skia/third_party/externals/icu/source/tools/genren/
H A Dgenren.pl25 $path = substr($0, 0, rindex($0, "/")+1)."../../common/unicode/uversion.h";
32 (-e $path) || die "Cannot find uversion.h";
34 open(UVERSION, $path);
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_misc.c157 const char *path, in standard_request_handler()
175 char *cls_path = strdup(path); in standard_request_handler()
177 if(strcmp(path,"/main.css")==0) in standard_request_handler()
153 standard_request_handler(void *cls, struct SPDY_Request * request, uint8_t priority, const char *method, const char *path, const char *version, const char *host, const char *scheme, struct SPDY_NameValue * headers, bool more) standard_request_handler() argument
/third_party/skia/src/pdf/
H A DSkPDFUtils.h55 void EmitPath(const SkPath& path, SkPaint::Style paintStyle,
57 inline void EmitPath(const SkPath& path, SkPaint::Style paintStyle, in EmitPath() argument
59 SkPDFUtils::EmitPath(path, paintStyle, true, content, tolerance); in EmitPath()
/third_party/python/Lib/test/
H A Dtest_profile.py93 self.assertTrue(os.path.exists(TESTFN))
100 self.assertTrue(os.path.exists(TESTFN))
126 self.assertTrue(os.path.exists('out.pstats'))
/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/
H A Dfractal.cpp85 const char* path) { in writeBMP()
86 auto file = fopen(path, "wb"); in writeBMP()
88 fprintf(stderr, "Could not open file '%s'\n", path); in writeBMP()
82 writeBMP(const Color<uint8_t>* texels, int width, int height, const char* path) writeBMP() argument
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dspirv_fuzz_mutator.cc89 void SpirvFuzzMutator::LogErrors(const std::string* path, in LogErrors() argument
96 if (path) { in LogErrors()
97 auto prefix = *path + std::to_string(count); in LogErrors()
/third_party/toybox/toys/posix/
H A Dtail.c235 char *path; in tail_main() local
236 int fd = xnotify_wait(TT.not, &path), len; in tail_main()
242 xprintf("\n==> %s <==\n", path); in tail_main()
/third_party/unity/auto/
H A Dunity_test_summary.py71 def set_root_path(self, path):
72 self.root = path
129 #set the root path
133 root_path = os.path.split(__file__)[0]
/third_party/python/Lib/
H A DcProfile.py156 # The script that we're profiling may chdir, so capture the absolute path
159 options.outfile = os.path.abspath(options.outfile)
170 sys.path.insert(0, os.path.dirname(progname))
/third_party/skia/gm/
H A Demptypath.cpp36 SkPath path; in drawEmpty() local
37 path.setFillType(fill); in drawEmpty()
43 canvas->drawPath(path, paint); in drawEmpty()
/third_party/rust/crates/rustix/tests/fs/
H A Dutimensat.rs9 tmp.path(), in test_utimensat()
69 tmp.path(), in test_utimensat_noent()
99 tmp.path(), in test_utimensat_notdir()
H A Drenameat.rs17 tmp.path(), in test_renameat()
40 tmp.path(), in test_renameat_overwrite()
62 tmp.path(), in test_renameat_with()
/third_party/rust/crates/nix/src/
H A Dmacros.rs124 from_type: $repr:path,
172 from_type: $repr:path,
313 impl TryFrom<$repr:path>
/third_party/rust/crates/syn/examples/trace-var/trace-var/src/
H A Dlib.rs32 /// Determines whether the given `Expr` is a path referring to one of the
38 if e.path.leading_colon.is_some() { in should_print_expr()
40 } else if e.path.segments.len() != 1 { in should_print_expr()
43 let first = e.path.segments.first().unwrap(); in should_print_expr()
/third_party/rust/crates/syn/src/
H A Dmac.rs17 pub path: Path,
173 path: input.call(Path::parse_mod_style)?, in parse()
206 self.path.to_tokens(tokens); in to_tokens()

Completed in 13 milliseconds

1...<<151152153154155156157158159160>>...284