Home
last modified time | relevance | path

Searched refs:path (Results 4551 - 4575 of 8453) sorted by relevance

1...<<181182183184185186187188189190>>...339

/third_party/node/deps/npm/node_modules/cross-spawn/lib/
H A Dparse.js3 const path = require('path');
49 parsed.command = path.normalize(parsed.command);
/third_party/icu/icu4c/source/test/cintltst/
H A Dcposxtst.c60 const char *path = loadTestData(&ec); in TestMessageCatalog() local
67 catd = u_catopen(path, "mc", &ec); in TestMessageCatalog()
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
H A Dctest.h159 * @param path Path from root under which test will be placed. Ex. '/a/b/mytest'
165 const char *path);
180 * @param path Path relative to the root, Ex. '/a/b'
186 const char *path);
257 * <PRE>Usage: %s [ -l ] [ -v ] [ -? ] [ /path/to/test ]
/third_party/libinput/test/
H A Dlitest-int.h154 struct path { struct
156 char *path; member
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-cpp/
H A Dmain.cxx26 lf->path.c_str(), (unsigned long long)lf->rxlen, in lss_completion()
29 lwsl_notice("%s: %s: failed\n", __func__, lf->path.c_str()); in lss_completion()
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/
H A Dmisc_nftw64_test.cpp58 const char* path = "/data"; in HWTEST_F() local
61 int ret = nftw64(path, CheckNftw64, TEST_FD_LIMIT, flag[i]); in HWTEST_F()
81 * @tc.desc: Check if the behavior of the nftw64 function matches expectations when given an empty path.
/third_party/node/deps/uvwasi/src/
H A Dfd_table.h15 char* path; member
50 const char* path,
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Ddynamic_loading_with_allowlist.rs32 pub unsafe fn new<P>(path: P) -> Result<Self, ::libloading::Error> in new()
36 let library = ::libloading::Library::new(path)?; in new()
H A Dwrap_unsafe_ops_dynamic_loading_simple.rs30 pub unsafe fn new<P>(path: P) -> Result<Self, ::libloading::Error> in new()
34 let library = ::libloading::Library::new(path)?; in new()
H A Ddynamic_loading_simple.rs30 pub unsafe fn new<P>(path: P) -> Result<Self, ::libloading::Error> in new()
34 let library = ::libloading::Library::new(path)?; in new()
H A Ddynamic_loading_required.rs21 pub unsafe fn new<P>(path: P) -> Result<Self, ::libloading::Error> in new()
25 let library = ::libloading::Library::new(path)?; in new()
/third_party/python/Tools/c-analyzer/cpython/
H A D_parser.py1 import os.path namespace
18 return os.path.join(REPO_ROOT, relfile)
/third_party/python/Tools/peg_generator/scripts/
H A Dbenchmark.py18 sys.path.insert(0, os.getcwd())
97 with open(os.path.join("data", "xxl.py"), "r") as f:
/third_party/python/Tools/scripts/
H A Ddiff.py14 def file_mtime(path):
15 t = datetime.fromtimestamp(os.stat(path).st_mtime,
/third_party/python/Lib/distutils/
H A Dcore.py33 script = os.path.basename(script_name)
101 attrs['script_name'] = os.path.basename(sys.argv[0])
/third_party/python/Lib/distutils/command/
H A Dinstall_data.py55 # it's a tuple with path to install to and a list of files
57 if not os.path.isabs(dir):
58 dir = os.path.join(self.install_dir, dir)
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dgen_emulated_builtin_function_tables.py73 def load_json(path):
74 with open(path) as map_file:
/third_party/vk-gl-cts/external/vulkan-docs/src/config/
H A DmakeSubmit.py58 """outDir - path to output directory for generated specs.
137 # could derive that path.
138 sys.path.insert(0, 'scripts')
143 results.outdir = os.path.abspath(results.outdir)
/third_party/skia/third_party/externals/spirv-tools/utils/
H A Dcheck_symbol_exports.py23 import os.path namespace
106 if not os.path.isfile(args.library):
/third_party/skia/resources/sksl/
H A Dupdate_fuzzer.py22 startDir = os.path.dirname(os.path.abspath(__file__))
/third_party/skia/src/gpu/ops/
H A DPathInnerTriangulateOp.h26 // 1) Tessellate the path's outer curves into the stencil buffer.
27 // 2) Triangulate the path's inner fan and fill it with a stencil test against the curves.
30 // In practice, a path's inner fan takes up a large majority of its pixels. So from a GPU load
37 const SkPath& path, in PathInnerTriangulateOp()
45 , fPath(path) in PathInnerTriangulateOp()
90 // Pass 2: Fill the path's inner fan with a stencil test against the curves. (In extenuating
36 PathInnerTriangulateOp(const SkMatrix& viewMatrix, const SkPath& path, GrPaint&& paint, GrAAType aaType, FillPathFlags pathFlags, const SkRect& drawBounds) PathInnerTriangulateOp() argument
/third_party/skia/third_party/externals/spirv-cross/tests-other/
H A Dhlsl_resource_bindings.cpp16 static std::vector<SpvId> read_file(const char *path) in read_file() argument
19 FILE *file = fopen(path, "rb"); in read_file()
H A Dmsl_resource_bindings.cpp16 static std::vector<SpvId> read_file(const char *path) in read_file() argument
19 FILE *file = fopen(path, "rb"); in read_file()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dcheck_symbol_exports.py23 import os.path namespace
106 if not os.path.isfile(args.library):
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
H A Dctest.h152 * @param path Path from root under which test will be placed. Ex. '/a/b/mytest'
158 const char *path);
173 * @param path Path relative to the root, Ex. '/a/b'
179 const char *path);
250 * <PRE>Usage: %s [ -l ] [ -v ] [ -? ] [ /path/to/test ]

Completed in 12 milliseconds

1...<<181182183184185186187188189190>>...339