/third_party/nghttp2/src/ |
H A D | shrpx_http.h | 70 // Creates set-cookie-string for cookie based affinity. If |path| is 71 // not empty, "; <path>" is added. If |secure| is true, "; Secure" is 75 const StringRef &path, bool secure);
|
H A D | shrpx_api_downstream_connection.h | 56 // Endpoint path. It must start with "/api/". 57 StringRef path; member
|
H A D | shrpx_router.h | 81 ssize_t match(const StringRef &host, const StringRef &path) const;
|
/third_party/node/deps/icu-small/source/common/ |
H A D | sprpimpl.h | 85 char* path; member
|
/third_party/node/benchmark/http/ |
H A D | client-request-body.js | 35 path: '/',
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | toolutil.h | 54 * For Windows, a path/filename may be the short (8.3) version 88 * If there isn't a directory name in the path, it returns an empty string. 89 * @param path the full pathname to inspect. 96 findDirname(const char *path, char *buffer, int32_t bufLen, UErrorCode* status);
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | toolutil.h | 54 * For Windows, a path/filename may be the short (8.3) version 88 * If there isn't a directory name in the path, it returns an empty string. 89 * @param path the full pathname to inspect. 96 findDirname(const char *path, char *buffer, int32_t bufLen, UErrorCode* status);
|
/third_party/ltp/testcases/kernel/mem/include/ |
H A D | mem.h | 73 int path_exist(const char *path, ...);
|
/third_party/littlefs/scripts/ |
H A D | prefix.py | 11 import os.path namespace
|
/third_party/libinput/tools/ |
H A D | razer-quirks-lister.py | 10 # $ cd path/to/libinput.git/ 25 # to our sys.path so we can import it 37 sys.path.append(str(Path(tmpdir) / "openrazer" / "daemon"))
|
/third_party/mesa3d/src/vulkan/util/ |
H A D | vk_icd_gen.py | 25 import os.path namespace 47 parser.add_argument('--lib-path', required=True,
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | dso.h | 30 * the caller has prompted the user for a path to a driver library so the 138 * 'addr' into 'sz' large caller-provided 'path' and returns the number of 140 * negative, 'path' is ignored and required amount of characters [including 145 int DSO_pathbyaddr(void *addr, char *path, int sz);
|
/third_party/node/deps/uv/src/unix/ |
H A D | linux-syscalls.h | 72 const char* path,
|
/third_party/rust/crates/libc/ci/ |
H A D | runtest-android.rs | 3 use std::path::{Path, PathBuf};
|
/third_party/rust/crates/cxx/src/ |
H A D | extern_type.rs | 190 ($([$kind:ident] $($(#[$($attr:tt)*])* $ty:path = $cxxpath:literal)*)*) => {
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | gen_copy_conversion_table.py | 12 sys.path.append('renderer')
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | DebugUtils.cpp | 26 sys::path::is_separator(this->DumpDir.back())) in DumpObjects()
|
/third_party/skia/src/core/ |
H A D | SkEdgeClipper.h | 30 * Clips each segment from the path, and passes the result (in a clipper) to the 33 static void ClipPath(const SkPath& path, const SkRect& clip, bool canCullToTheRight,
|
H A D | SkClipStackDevice.h | 30 void onClipPath(const SkPath& path, SkClipOp, bool aa) override;
|
H A D | SkStroke.h | 66 void strokePath(const SkPath& path, SkPath*) const;
|
/third_party/openssl/include/internal/ |
H A D | dso.h | 30 * the caller has prompted the user for a path to a driver library so the 138 * 'addr' into 'sz' large caller-provided 'path' and returns the number of 140 * negative, 'path' is ignored and required amount of characters [including 145 int DSO_pathbyaddr(void *addr, char *path, int sz);
|
/third_party/openssl/ohos_lite/include/internal/ |
H A D | dso.h | 29 * the caller has prompted the user for a path to a driver library so the 137 * 'addr' into 'sz' large caller-provided 'path' and returns the number of 139 * negative, 'path' is ignored and required amount of characters [including 144 int DSO_pathbyaddr(void *addr, char *path, int sz);
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | toolutil.h | 61 * For Windows, a path/filename may be the short (8.3) version 95 * If there isn't a directory name in the path, it returns an empty string. 96 * @param path the full pathname to inspect. 103 findDirname(const char *path, char *buffer, int32_t bufLen, UErrorCode* status);
|
/third_party/python/Doc/tools/extensions/ |
H A D | patchlevel.py | 20 patchlevel_h = os.path.join(srcdir, '..', 'Include', 'patchlevel.h')
|
/third_party/skia/third_party/externals/tint/tools/src/match/ |
H A D | match.go | 26 type Test func(path string) bool 28 // New returns a Test function that returns true iff the path matches the
|