/third_party/node/deps/npm/node_modules/cross-spawn/lib/ |
H A D | parse.js | 3 const path = require('path'); 49 parsed.command = path.normalize(parsed.command);
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cposxtst.c | 60 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 D | ctest.h | 159 * @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 D | litest-int.h | 154 struct path { struct 156 char *path; member
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-cpp/ |
H A D | main.cxx | 26 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 D | misc_nftw64_test.cpp | 58 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 D | fd_table.h | 15 char* path; member 50 const char* path,
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | dynamic_loading_with_allowlist.rs | 32 pub unsafe fn new<P>(path: P) -> Result<Self, ::libloading::Error> in new() 36 let library = ::libloading::Library::new(path)?; in new()
|
H A D | wrap_unsafe_ops_dynamic_loading_simple.rs | 30 pub unsafe fn new<P>(path: P) -> Result<Self, ::libloading::Error> in new() 34 let library = ::libloading::Library::new(path)?; in new()
|
H A D | dynamic_loading_simple.rs | 30 pub unsafe fn new<P>(path: P) -> Result<Self, ::libloading::Error> in new() 34 let library = ::libloading::Library::new(path)?; in new()
|
H A D | dynamic_loading_required.rs | 21 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.py | 1 import os.path namespace 18 return os.path.join(REPO_ROOT, relfile)
|
/third_party/python/Tools/peg_generator/scripts/ |
H A D | benchmark.py | 18 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 D | diff.py | 14 def file_mtime(path): 15 t = datetime.fromtimestamp(os.stat(path).st_mtime,
|
/third_party/python/Lib/distutils/ |
H A D | core.py | 33 script = os.path.basename(script_name) 101 attrs['script_name'] = os.path.basename(sys.argv[0])
|
/third_party/python/Lib/distutils/command/ |
H A D | install_data.py | 55 # 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 D | gen_emulated_builtin_function_tables.py | 73 def load_json(path): 74 with open(path) as map_file:
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/ |
H A D | makeSubmit.py | 58 """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 D | check_symbol_exports.py | 23 import os.path namespace 106 if not os.path.isfile(args.library):
|
/third_party/skia/resources/sksl/ |
H A D | update_fuzzer.py | 22 startDir = os.path.dirname(os.path.abspath(__file__))
|
/third_party/skia/src/gpu/ops/ |
H A D | PathInnerTriangulateOp.h | 26 // 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 D | hlsl_resource_bindings.cpp | 16 static std::vector<SpvId> read_file(const char *path) in read_file() argument 19 FILE *file = fopen(path, "rb"); in read_file()
|
H A D | msl_resource_bindings.cpp | 16 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 D | check_symbol_exports.py | 23 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 D | ctest.h | 152 * @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 ]
|