/third_party/libunwind/libunwind/src/dwarf/ |
H A D | Gfind_unwind_table.c | 40 char *path, unw_word_t segbase, unw_word_t mapoff, in dwarf_find_unwind_table() 140 path, hdr->version); in dwarf_find_unwind_table() 220 edi->di_arm.u.rti.name_ptr = to_unw_word (path); in dwarf_find_unwind_table() 229 found = dwarf_find_debug_frame (found, &edi->di_debug, ip, load_base, path, in dwarf_find_unwind_table() 39 dwarf_find_unwind_table(struct elf_dyn_info *edi, unw_addr_space_t as, char *path, unw_word_t segbase, unw_word_t mapoff, unw_word_t ip) dwarf_find_unwind_table() argument
|
/third_party/libuv/test/ |
H A D | runner-win.c | 76 WCHAR path[MAX_PATH], filename[MAX_PATH]; in process_start() local 88 if (GetTempPathW(sizeof(path) / sizeof(WCHAR), (WCHAR*)&path) == 0) in process_start() 90 if (GetTempFileNameW((WCHAR*)&path, L"uv", 0, (WCHAR*)&filename) == 0) in process_start()
|
/third_party/node/test/parallel/ |
H A D | test-fs-promises-writefile.js | 6 const path = require('path'); 9 const tmpDir = tmpdir.path; 14 const dest = path.resolve(tmpDir, 'tmp.txt'); 15 const otherDest = path.resolve(tmpDir, 'tmp-2.txt');
|
/third_party/node/deps/v8/tools/release/ |
H A D | roll_merge.py | 42 if os.path.exists(self.Config("ALREADY_MERGING_SENTINEL_FILE")): 165 text = FileToText(os.path.join(self.default_cwd, VERSION_FILE)) 169 TextToFile(text, os.path.join(self.default_cwd, VERSION_FILE)) 171 self.Editor(os.path.join(self.default_cwd, VERSION_FILE))
|
/third_party/node/deps/v8/tools/ |
H A D | gen-keywords-gen-h.py | 221 script_dir = os.path.dirname(sys.argv[0]) 222 root_dir = os.path.join(script_dir, '..') 238 clang_format_path = os.path.join(root_dir, 242 with open(os.path.join(root_dir, OUTPUT_PATH), 'w') as f:
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | bccache.py | 17 from os import path namespace 101 from os import path 109 filename = path.join(self.directory, bucket.key) 110 if path.exists(filename): 115 filename = path.join(self.directory, bucket.key) 213 actual_dir = os.path.join(tmpdir, dirname) 244 return path.join(self.directory, self.pattern % bucket.key) 270 remove(path.join(self.directory, filename))
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | gen_exceptions.js | 16 const p = require('path'); 104 const result = failedList.map(path => babelTypes.stringLiteral(path)); 113 const result = slowList.map(([path, duration]) => { 114 const literal = babelTypes.stringLiteral(path);
|
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | unzip.h | 166 extern unzFile ZEXPORT unzOpen OF((const char *path)); 167 extern unzFile ZEXPORT unzOpen64 OF((const void *path)); 169 Open a Zip file. path contain the full pathname (by example, 176 the "64" function take a const void* pointer, because the path is just the 178 Under Windows, if UNICODE is defined, using fill_fopen64_filefunc, the path 184 extern unzFile ZEXPORT unzOpen2 OF((const char *path, 191 extern unzFile ZEXPORT unzOpen2_64 OF((const void *path,
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | bccache.py | 17 from os import path, listdir namespace 124 from os import path 132 filename = path.join(self.directory, bucket.key) 133 if path.exists(filename): 138 filename = path.join(self.directory, bucket.key) 234 actual_dir = os.path.join(tmpdir, dirname) 261 return path.join(self.directory, self.pattern % bucket.key) 286 remove(path.join(self.directory, filename))
|
/third_party/node/tools/ |
H A D | js2c.py | 140 return os.path.splitext(filename)[0] 186 if os.path.exists(target): 204 ext = os.path.splitext(filename)[-1] 243 assert os.path.basename(source_files['.gypi'][0]) == 'config.gypi'
|
/third_party/node/deps/npm/node_modules/cacache/lib/content/ |
H A D | write.js | 5 const contentPath = require('./path') 11 const path = require('path') 155 const tmpTarget = uniqueFilename(path.join(cache, 'tmp'), opts.tmpPrefix) 156 await fs.mkdir(path.dirname(tmpTarget), { recursive: true }) 165 const destDir = path.dirname(destination)
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_device_info.py | 28 from os import path namespace 652 header_path = path.abspath(header_path) 653 impl_path = path.abspath(impl_path) 654 vkxml_path = path.abspath(vkxml_path) 656 print("usage: %s <path to .h> <path to .c> <path to vk.xml>" % sys.argv[0])
|
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/ |
H A D | pipe_loader_drm.c | 203 char path[PATH_MAX]; in open_drm_render_node_minor() local 204 snprintf(path, sizeof(path), DRM_RENDER_NODE_DEV_NAME_FORMAT, DRM_DIR_NAME, in open_drm_render_node_minor() 206 return loader_open_device(path); in open_drm_render_node_minor()
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-filepath.cc | 62 // On Windows, '\\' is the standard path separator, but many tools and the 63 // Windows API also accept '/' as an alternate path separator. Unless otherwise 64 // noted, a file path can contain either kind of path separators, or a mixture 84 // Returns whether the given character is a valid path separator. 129 // Returns a pointer to the last occurrence of a valid path separator in 130 // the FilePath. On Windows, for example, both '/' and '\' are valid path 131 // separators. Returns NULL if no path separator was found. 146 // Example: FilePath("path/to/file").RemoveDirectoryName() returns 150 // On Windows platform, '\' is the path separato [all...] |
/third_party/node/deps/openssl/openssl/crypto/dso/ |
H A D | dso_dl.c | 25 static int dl_pathbyaddr(void *addr, char *path, int sz); 163 * If the first file specification is a rooted path, it rules. same goes in dl_merger() 248 static int dl_pathbyaddr(void *addr, char *path, int sz) in dl_pathbyaddr() argument 271 memcpy(path, inf.filename, len); in dl_pathbyaddr() 272 path[len++] = 0; in dl_pathbyaddr()
|
/third_party/python/Tools/scripts/ |
H A D | highlight.py | 198 import os.path namespace 260 htmlfile = os.path.splitext(os.path.basename(sourcefile))[0] + '.html' 263 webbrowser.open('file://' + os.path.abspath(htmlfile))
|
/third_party/rust/crates/clap/tests/derive/ |
H A D | flatten.rs | 271 path: Option<std::path::PathBuf>, in optional_flatten() 281 path: None, in optional_flatten() 291 path: Some("./".into()), in optional_flatten() 295 Opt::try_parse_from(["test", "--path=./"]).unwrap() in optional_flatten()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_help_about.py | 13 import os.path namespace 47 path, file = os.path.split(self.dialog.icon_image['file']) 48 fn, ext = os.path.splitext(file)
|
/third_party/skia/samplecode/ |
H A D | SampleShadowReference.cpp | 76 void drawShadowedPath(SkCanvas* canvas, const SkPath& path, in drawShadowedPath() argument 93 SkShadowUtils::DrawShadow(canvas, path, zPlaneParams, in drawShadowedPath() 98 canvas->drawPath(path, paint); in drawShadowedPath() 105 canvas->drawPath(path, strokePaint); in drawShadowedPath()
|
/third_party/skia/src/gpu/ops/ |
H A D | AtlasRenderTask.cpp | 31 bool AtlasRenderTask::addPath(const SkMatrix& viewMatrix, const SkPath& path, in addPath() argument 54 if (GrFillRuleForSkPath(path) == GrFillRule::kNonzero) { in addPath() 55 fWindingPathList.add(&fPathDrawAllocator, pathToAtlasMatrix, path); in addPath() 57 fEvenOddPathList.add(&fPathDrawAllocator, pathToAtlasMatrix, path); in addPath()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/bin/ |
H A D | generate_language_headers.py | 32 import os.path namespace 69 dir = os.path.dirname(os.path.abspath(f)) 73 if e.errno == errno.EEXIST and os.path.isdir(dir): 207 parser.add_argument('--extinst-grammar', metavar='<path>', 210 parser.add_argument('--extinst-output-base', metavar='<path>',
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/bin/ |
H A D | generate_language_headers.py | 32 import os.path namespace 69 dir = os.path.dirname(os.path.abspath(f)) 73 if e.errno == errno.EEXIST and os.path.isdir(dir): 207 parser.add_argument('--extinst-grammar', metavar='<path>', 210 parser.add_argument('--extinst-output-base', metavar='<path>',
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | bccache.py | 17 from os import path namespace 101 from os import path 109 filename = path.join(self.directory, bucket.key) 110 if path.exists(filename): 115 filename = path.join(self.directory, bucket.key) 213 actual_dir = os.path.join(tmpdir, dirname) 244 return path.join(self.directory, self.pattern % bucket.key) 270 remove(path.join(self.directory, filename))
|
/third_party/openssl/crypto/dso/ |
H A D | dso_dl.c | 25 static int dl_pathbyaddr(void *addr, char *path, int sz); 163 * If the first file specification is a rooted path, it rules. same goes in dl_merger() 248 static int dl_pathbyaddr(void *addr, char *path, int sz) in dl_pathbyaddr() argument 271 memcpy(path, inf.filename, len); in dl_pathbyaddr() 272 path[len++] = 0; in dl_pathbyaddr()
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | unzip.h | 166 extern unzFile ZEXPORT unzOpen OF((const char *path)); 167 extern unzFile ZEXPORT unzOpen64 OF((const void *path)); 169 Open a Zip file. path contain the full pathname (by example, 176 the "64" function take a const void* pointer, because the path is just the 178 Under Windows, if UNICODE is defined, using fill_fopen64_filefunc, the path 184 extern unzFile ZEXPORT unzOpen2 OF((const char *path, 191 extern unzFile ZEXPORT unzOpen2_64 OF((const void *path,
|