/third_party/vk-gl-cts/external/openglcts/modules/glesext/ |
H A D | esextcTestPackage.cpp | 51 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 D | glcSingleConfigTestPackage.cpp | 46 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 D | fixupRef.py | 10 # 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 D | promote.py | 85 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 D | check_copyright.py | 78 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 D | gen_vk_format_table.py | 17 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 D | SkDraw_text.cpp | 119 const SkPath* path = variant.path(); in paintPaths() local 123 this->drawPath(*path, paint, &m, false); in paintPaths()
|
/third_party/skia/samplecode/ |
H A D | SampleMaterialShadows.cpp | 42 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 D | MiddleOutPolygonTriangulator.h | 44 // 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 D | check_copyright.py | 78 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 D | genren.pl | 25 $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 D | test_misc.c | 157 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 D | SkPDFUtils.h | 55 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 D | test_profile.py | 93 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 D | fractal.cpp | 85 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 D | spirv_fuzz_mutator.cc | 89 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 D | tail.c | 235 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 D | unity_test_summary.py | 71 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 D | cProfile.py | 156 # 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 D | emptypath.cpp | 36 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 D | utimensat.rs | 9 tmp.path(), in test_utimensat() 69 tmp.path(), in test_utimensat_noent() 99 tmp.path(), in test_utimensat_notdir()
|
H A D | renameat.rs | 17 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 D | macros.rs | 124 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 D | lib.rs | 32 /// 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 D | mac.rs | 17 pub path: Path, 173 path: input.call(Path::parse_mod_style)?, in parse() 206 self.path.to_tokens(tokens); in to_tokens()
|