/third_party/node/src/ |
H A D | inspector_io.cc | 240 const std::string& path, in Start() 245 path, in Start() 255 const std::string& path, in InspectorIo() 262 script_name_(path), in InspectorIo() 238 Start( std::shared_ptr<MainThreadHandle> main_thread, const std::string& path, std::shared_ptr<ExclusiveAccess<HostPort>> host_port, const InspectPublishUid& inspect_publish_uid) Start() argument 254 InspectorIo(std::shared_ptr<MainThreadHandle> main_thread, const std::string& path, std::shared_ptr<ExclusiveAccess<HostPort>> host_port, const InspectPublishUid& inspect_publish_uid) InspectorIo() argument
|
H A D | node_file.h | 84 inline void PushPath(std::string&& path); 85 inline void PushPath(const std::string& path); 87 // Used by mkdirp to track the first path created: 88 inline void MaybeSetFirstPath(const std::string& path); 422 const std::string& path,
|
/third_party/musl/porting/linux/user/src/fortify/ |
H A D | fortify.c | 329 ssize_t __readlink_chk(const char* path, char* buf, size_t size, size_t buf_size) in __readlink_chk() argument 333 return __DIAGNOSE_CALL_BYPASSING_FORTIFY(readlink)(path, buf, size); in __readlink_chk() 336 ssize_t __readlinkat_chk(int dirfd, const char* path, char* buf, size_t size, size_t buf_size) in __readlinkat_chk() argument 340 return __DIAGNOSE_CALL_BYPASSING_FORTIFY(readlinkat)(dirfd, path, buf, size); in __readlinkat_chk() 347 // overflow: trigger the error path in fread in __fread_chk() 358 // overflow: trigger the error path in fwrite in __fwrite_chk()
|
/third_party/musl/src/fortify/linux/ |
H A D | fortify.c | 340 ssize_t __readlink_chk(const char* path, char* buf, size_t size, size_t buf_size) in __readlink_chk() argument 344 return __DIAGNOSE_CALL_BYPASSING_FORTIFY(readlink)(path, buf, size); in __readlink_chk() 347 ssize_t __readlinkat_chk(int dirfd, const char* path, char* buf, size_t size, size_t buf_size) in __readlinkat_chk() argument 351 return __DIAGNOSE_CALL_BYPASSING_FORTIFY(readlinkat)(dirfd, path, buf, size); in __readlinkat_chk() 358 // overflow: trigger the error path in fread in __fread_chk() 369 // overflow: trigger the error path in fwrite in __fwrite_chk()
|
/third_party/nghttp2/ |
H A D | git-clang-format | 17 path and ensure that it is executable. Then, "git clang-format" will invoke 88 help='path to clang-format'), 373 hash_object_cmd = ['git', 'hash-object', '-w', '--path='+filename, '--stdin'] 403 """Create a temporary index file and return the created file's path. 408 path = os.path.join(gitdir, temp_index_basename) 411 run('git', 'read-tree', '--index-output='+path, tree) 412 return path
|
/third_party/ninja/src/ |
H A D | lexer.cc | 623 bool Lexer::ReadEvalString(EvalString* eval, bool path, string* err) { in ReadEvalString() argument 697 if (path) { in ReadEvalString() 742 if (path) in ReadEvalString() 823 if (path) in ReadEvalString() 825 // Non-path strings end in newlines, so there's no whitespace to eat. in ReadEvalString()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | pkg_gencmn.cpp | 112 pathToFullPath(const char *path, const char *source); 426 fprintf(stderr, "gencmn: Error: absolute path encountered. Old style paths are not supported. Use relative paths such as 'fur.res' or 'translit%cfur.res'.\n\tBad path: '%s'\n", U_FILE_SEP_CHAR, filename); in addFile() 512 pathToFullPath(const char *path, const char *source) { in pathToFullPath() argument 518 length = (uint32_t)(uprv_strlen(path) + 1); in pathToFullPath() 530 uprv_strcat(fullPath, path); in pathToFullPath()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | pkg_gencmn.cpp | 112 pathToFullPath(const char *path, const char *source); 426 fprintf(stderr, "gencmn: Error: absolute path encountered. Old style paths are not supported. Use relative paths such as 'fur.res' or 'translit%cfur.res'.\n\tBad path: '%s'\n", U_FILE_SEP_CHAR, filename); in addFile() 512 pathToFullPath(const char *path, const char *source) { in pathToFullPath() argument 518 length = (uint32_t)(uprv_strlen(path) + 1); in pathToFullPath() 530 uprv_strcat(fullPath, path); in pathToFullPath()
|
/third_party/icu/icu4c/source/tools/ctestfw/ |
H A D | uperf.cpp | 33 "\t-s or --sourcedir source directory for files followed by path\n" 34 "\t followed by path\n" 296 pos = strchr( name, delim ); // check if name contains path (by looking for '/') in runTest() 298 path = pos+1; // store subpath for calling subtest in runTest() 301 path = NULL; in runTest() 323 this->path = pathVal; in setPath() 517 return testToBeCalled.runTest( path, par ); in callTest()
|
/third_party/libinput/src/ |
H A D | evdev-tablet-pad-leds.c | 119 char path[PATH_MAX]; in pad_led_new() local 129 rc = snprintf(path, in pad_led_new() 130 sizeof(path), in pad_led_new() 138 fd = open_restricted(libinput, path, O_RDONLY | O_NONBLOCK | O_CLOEXEC); in pad_led_new() 253 /* For testing purposes only allow for a base path set through a in pad_led_get_sysfs_base_path()
|
/third_party/libinput/tools/ |
H A D | libinput-measure-touchpad-size.py | 208 "path", 217 if not args.path: 222 args.path = device.device_node 238 dev = pyudev.Devices.from_device_file(context, args.path) 252 fd = open(args.path, "rb")
|
/third_party/mesa3d/src/vulkan/util/ |
H A D | gen_enum_to_str.py | 470 for template, file_ in [(C_TEMPLATE, os.path.join(args.outdir, 'vk_enum_to_str.c')), 471 (H_TEMPLATE, os.path.join(args.outdir, 'vk_enum_to_str.h')), 472 (H_DEFINE_TEMPLATE, os.path.join(args.outdir, 'vk_enum_defines.h'))]: 475 file=os.path.basename(__file__),
|
/third_party/musl/libc-test/src/functionalext/unittest/ |
H A D | unit_test_ldso_dynlink.c | 59 * @tc.desc : Set path for default lib use dlns_set_namespace_lib_path 125 * @tc.desc : Set path for default lib use dlns_set_namespace_permitted_paths 181 * @tc.desc : Set asan lib path use handle_asan_path_open 197 * @tc.desc : Set lib path use handle_asan_path_open 213 * @tc.desc : Set both asan lib path and lib path use handle_asan_path_open 335 char *path = "/dev/random"; in dynlink_test_0220() local 336 fd = open(path, O_RDWR); in dynlink_test_0220() 389 char *path = "/dev/zero"; in dynlink_test_0250() local 390 int fd = open(path, O_RDW in dynlink_test_0250() [all...] |
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghash-c64xplus.pl | 118 || [B0] SHRU $Z1,24,$xia ; Xi[15], avoid cross-path stall 125 || [B0] MV $Z0,$xia ; Xi[15], avoid cross-path stall 219 || [B0] SHRU $Z1,24,$xia ; Xi[15], avoid cross-path stall 230 || [B0] MV $Z0,$xia ; Xi[15], avoid cross-path stall
|
/third_party/node/deps/uvwasi/src/ |
H A D | fd_table.c | 94 /* Reserve room for the mapped path, real path, and normalized mapped path. */ in uvwasi_fd_table_insert() 109 /* Calculate the normalized version of the mapped path, as it will be used for in uvwasi_fd_table_insert() 110 any path calculations on this fd. Use the length of the mapped path as an in uvwasi_fd_table_insert() 111 upper bound for the normalized path length. */ in uvwasi_fd_table_insert() 167 entry->path = mp_copy; in uvwasi_fd_table_insert() 273 const char* path, in uvwasi_fd_table_insert_preopen() 280 if (table == NULL || path in uvwasi_fd_table_insert_preopen() 270 uvwasi_fd_table_insert_preopen(uvwasi_t* uvwasi, struct uvwasi_fd_table_t* table, const uv_file fd, const char* path, const char* real_path) uvwasi_fd_table_insert_preopen() argument [all...] |
/third_party/python/Tools/iobench/ |
H A D | iobench.py | 379 if os.path.isfile(name) and os.path.getsize(name) == size: 402 if os.path.isfile(name) and os.path.getsize(name) == size:
|
/third_party/python/Tools/scripts/ |
H A D | summarize_stats.py | 6 import os.path namespace 89 with open(os.path.join(DEFAULT_DIR, filename)) as fd: 234 spec_path = os.path.join(os.path.dirname(__file__), "../../Python/specialize.c")
|
/third_party/python/Lib/test/ |
H A D | _test_eintr.py | 332 'path = %a' % filename, 346 def python_open(self, path): 347 fp = open(path, 'w') 353 self._test_open("fp = open(path, 'r')\nfp.close()", 356 def os_open(self, path): 357 fd = os.open(path, os.O_WRONLY) 363 self._test_open("fd = os.open(path, os.O_RDONLY)\nos.close(fd)",
|
H A D | multibytecodec_support.py | 378 dir = os.path.join(os.path.dirname(__file__), 'cjkencodings') 379 with open(os.path.join(dir, name + '.txt'), 'rb') as f: 381 with open(os.path.join(dir, name + '-utf8.txt'), 'rb') as f:
|
/third_party/python/Lib/ |
H A D | gettext.py | 61 _default_localedir = os.path.join(sys.base_prefix, 'share', 'locale') 494 mofile = os.path.join(localedir, lang, 'LC_MESSAGES', '%s.mo' % domain) 495 if os.path.exists(mofile): 503 # a mapping between absolute .mo file path and Translation object 522 key = (class_, os.path.abspath(mofile))
|
/third_party/openssl/crypto/modes/asm/ |
H A D | ghash-c64xplus.pl | 118 || [B0] SHRU $Z1,24,$xia ; Xi[15], avoid cross-path stall 125 || [B0] MV $Z0,$xia ; Xi[15], avoid cross-path stall 219 || [B0] SHRU $Z1,24,$xia ; Xi[15], avoid cross-path stall 230 || [B0] MV $Z0,$xia ; Xi[15], avoid cross-path stall
|
/third_party/skia/third_party/externals/angle2/src/common/spirv/ |
H A D | gen_spirv_builder_and_parser.py | 176 self.path_prefix = os.path.dirname(os.path.realpath(__file__)) + os.path.sep 212 data_source_base_name = os.path.basename(SPIRV_GRAMMAR_FILE)
|
/third_party/skia/src/core/ |
H A D | SkPictureData.cpp | 51 record.fPaths.foreach([this](const SkPath& path, int n) { in SkPictureData() 54 fPaths[n-1] = path; in SkPictureData() 157 for (const SkPath& path : fPaths) { in flattenToBuffer() 158 buffer.writePath(path); in flattenToBuffer()
|
/third_party/skia/src/gpu/v1/ |
H A D | StencilMaskHelper.cpp | 398 bool StencilMaskHelper::drawPath(const SkPath& path, in drawPath() argument 402 if (path.isEmpty()) { in drawPath() 408 // we rely on path rendering and how the chosen path renderer uses the stencil buffer. in drawPath() 417 // Make path canonical with regards to fill type (inverse handled by stencil settings). in drawPath() 418 bool fillInverted = path.isInverseFillType(); in drawPath() 419 SkTCopyOnFirstWrite<SkPath> clipPath(path); in drawPath()
|
/third_party/skia/samplecode/ |
H A D | SampleAndroidShadows.cpp | 143 void drawShadowedPath(SkCanvas* canvas, const SkPath& path, in drawShadowedPath() argument 164 SkShadowUtils::DrawShadow(canvas, path, zPlaneParams, lightPos, lightWidth, in drawShadowedPath() 168 canvas->drawPath(path, paint); in drawShadowedPath() 175 canvas->drawPath(path, strokePaint); in drawShadowedPath() 258 // path ops bug
|