Home
last modified time | relevance | path

Searched refs:path (Results 8401 - 8425 of 8433) sorted by relevance

1...<<331332333334335336337338

/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dssl.h2405 * Loads the CT log list from the specified file path.
2411 int SSL_CTX_set_ctlog_list_file(SSL_CTX *ctx, const char *path);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dssl.h2405 * Loads the CT log list from the specified file path.
2411 int SSL_CTX_set_ctlog_list_file(SSL_CTX *ctx, const char *path);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp290 llvm::sys::path::filename(M.getSourceFileName())); in doInitialization()
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_id_test.cpp225 %1 = OpString "/path/to/source.file" in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_id_test.cpp225 %1 = OpString "/path/to/source.file" in TEST_F()
/third_party/python/Lib/
H A Dturtle.py115 from os.path import isfile, split, join
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl.cc264 : lexer_(std::make_unique<Lexer>(file->path, &file->content)) {} in ParserImpl()
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexported-sql-viewer.py796 # The call path root is not used
4872 self.home_dir = os.path.expanduser("~")
4896 if short_name[0:7] == "[kernel" and os.path.basename(long_name) == "kcore":
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dexported-sql-viewer.py797 # The call path root is not used
4785 self.home_dir = os.path.expanduser("~")
4809 if short_name[0:7] == "[kernel" and os.path.basename(long_name) == "kcore":
/kernel/linux/linux-6.6/mm/
H A Dvmscan.c5305 /* skip the aging path at the default priority */ in get_nr_to_scan()
5935 const char *path = memcg ? m->private : ""; in lru_gen_seq_show() local
5941 seq_printf(m, "memcg %5hu %s\n", mem_cgroup_id(memcg), path); in lru_gen_seq_show()
6693 * This is the direct reclaim path, for page-allocating processes. We only
7625 * entered the allocator slow path while kswapd was awake, order will in balance_pgdat()
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c137 vtn_dump_shader(struct vtn_builder *b, const char *path, const char *prefix) in vtn_dump_shader() argument
143 path, prefix, idx++); in vtn_dump_shader()
2219 /* No SPIR-V opcodes handled through this path should set exact. in vtn_handle_constant()
/third_party/node/src/
H A Djs_native_api_v8.cc2736 // Use a fast path for this type of data property. in OH_JSVM_DefineProperties()
3533 // This is still a fast path very likely to be taken.
5267 std::string path(name ? name : "jsvm");
5271 env->inspector_agent()->Start(path, hostPort, true, false);
/third_party/python/Lib/test/
H A Dtest_decimal.py119 testdir = os.path.dirname(file) or os.curdir
122 skip_expected = not os.path.isdir(directory)
/third_party/selinux/libsepol/cil/src/
H A Dcil_build_ast.c5122 devicetreecon->path = parse_current->next->data; in cil_gen_devicetreecon()
6149 info->path = parse_current->next->next->next->data; in cil_gen_src_info()
H A Dcil_binary.c3719 new_ocon->u.name = cil_strdup(cil_devicetreecon->path); in cil_devicetreecon_to_policydb()
/third_party/json/single_include/nlohmann/
H A Djson.hpp3776 // special case for types like std::filesystem::path whose iterator's value_type are themselves
3811 // special case for types like std::filesystem::path whose iterator's value_type are themselves
5017 inline void from_json(const BasicJsonType& j, std_fs::path& p) in from_json()
5722 inline void to_json(BasicJsonType& j, const std_fs::path& p) in to_json()
24025 const auto path = get_value(op, "path", true).template get<std::string>();
24026 json_pointer ptr(path);
24044 // the "path" location must exist - use at()
24086 // check if "value" matches the one at "path"
24087 // the "path" locatio
[all...]
/third_party/sqlite/src/
H A Dshell.c4683 ** SELECT * FROM fsdir($path [, $dir]);
4685 ** Parameter $path is an absolute or relative pathname. If the file that it
4686 ** refers to does not exist, it is an error. If the path refers to a regular
4687 ** file or symbolic link, it returns a single row. Or, if the path refers
4689 ** file within the hierarchy rooted at $path.
4701 ** $path is a relative path, then $path is interpreted relative to $dir.
4736 # define mkdir(path,mode) _mkdir(path)
[all...]
H A Dsqlite3.c3848 ** ^SQLite uses the path component of the URI as the name of the disk file
3849 ** which contains the database. ^If the path begins with a '/' character,
3850 ** then it is interpreted as an absolute path. ^If the path does not begin
3852 ** then the path is interpreted as a relative path.
3853 ** ^(On windows, the first component of an absolute path
3953 ** ^URI hexadecimal escape sequences (%HH) are supported within the path and
3956 ** specifying an octet value. ^Before the path or query components of a
16879 ** in a performance-critical path
39633 afpSetLock( const char *path, unixFile *pFile, unsigned long long offset, unsigned long long length, int setLockFlag ) afpSetLock() argument
43990 proxyCreateUnixFile( const char *path, unixFile **ppFile, int islockfile ) proxyCreateUnixFile() argument
44453 char *path = tempLockPath ? tempLockPath : pCtx->lockProxyPath; proxyTakeConch() local
44564 switchLockProxyPath(unixFile *pFile, const char *path) switchLockProxyPath() argument
44631 proxyTransformUnixFile(unixFile *pFile, const char *path) proxyTransformUnixFile() argument
[all...]
/third_party/python/
H A Dconfigure87 # Find who we are. Look in the path if we contain no directory separator.
107 # in which case we are not to be found in the path.
1763 installation path. see Mac/README.rst (default is
1791 path to build python binary for cross compiling
1836 Select the default time zone search path for zoneinfo.TZPATH
1894 PKG_CONFIG path to pkg-config utility
1896 directories to add to pkg-config's search path
1898 path overriding pkg-config's built-in search path
3621 as_fn_error $? "invalid --with-build-python option: expected path o
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dcore.h3244 u8 path; member
/third_party/node/deps/llhttp/src/
H A Dllhttp.c7613 state->reason = "Invalid char in url path"; in llhttp__internal__run()
15547 state->reason = "Invalid char in url path"; in llhttp__internal__run()
/third_party/mksh/
H A Dedit.c73 #define XCF_FULLPATH BIT(2) /* command completion: store full path */
504 glob_path(flags, pat, &w, path); in x_command_glob()
517 /* Sort by basename, then path order */ in x_command_glob()
601 * If command has a /, path, etc. is not searched; in x_locate_word()
5468 /* If more than one possible match, use full path */ in complete_word()
5502 * to be used (ie, complete the next portion of the path). in complete_word()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_hsi.h6900 /* RDMA slow path EQ cmd IDs */
6916 /* RDMA FW return code for slow path ramrods */
7809 /* roce slow path EQ cmd IDs */
9925 /* Per PF iWARP retransmit path statistics */
10767 /* Fast path part of the fcoe storm context of Mstorm */
10783 /* Non fast path part of the fcoe storm context of Mstorm */
12798 struct public_path path[MCP_GLOB_PATH_MAX]; member
13278 struct nvm_cfg1_path path[MCP_GLOB_PATH_MAX]; member
/third_party/glfw/deps/
H A Dnuklear.h4655 or a path and outputs vertexes, elements and draw commands.
4661 The draw list is based on a path buffering and polygon and polyline
4673 /* build up path has no connection back to the beginning */
4675 /* build up path has a connection back to the beginning */
4767 /* path */
5829 NK_LIB char *nk_file_load(const char* path, nk_size* siz, struct nk_allocator *alloc);
7296 nk_file_load(const char* path, nk_size* siz, struct nk_allocator *alloc) in nk_file_load() argument
7302 NK_ASSERT(path); in nk_file_load()
7305 if (!path || !siz || !alloc) in nk_file_load()
7308 fd = fopen(path, "r in nk_file_load()
[all...]
/third_party/eudev/
H A Dconfigure91 # Find who we are. Look in the path if we contain no directory separator.
107 # in which case we are not to be found in the path.
1528 --with-rootrundir=DIR Configurable path for /run
1540 User-defined run-time library search path.
1544 PKG_CONFIG path to pkg-config utility
1546 directories to add to pkg-config's search path
1548 path overriding pkg-config's built-in search path
2839 # Expand $ac_aux_dir to an absolute path.
3012 # We found a bogon in the path, s
[all...]

Completed in 398 milliseconds

1...<<331332333334335336337338