Home
last modified time | relevance | path

Searched refs:paths (Results 426 - 450 of 748) sorted by relevance

1...<<11121314151617181920>>...30

/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dinput.py132 # Paths for converting filelist paths to output paths: {
376 # temporary measure. This should really be addressed by keeping all paths
581 # A list of dependency build file paths that haven't been scheduled yet.
876 raise GypError('| cannot handle absolute paths, got "%s"' % replacement)
1985 paths = [node.ref for node in cycle]
1986 cycles.append("Cycle: %s" % " -> ".join(paths))
2047 paths = [node.ref for node in cycle]
2048 cycles.append("Cycle: %s" % " -> ".join(paths))
2184 # such paths woul
[all...]
/third_party/littlefs/scripts/
H A Dtest.py235 paths = []
241 paths.append(path)
243 if not paths:
248 suites = [TestSuite(path, args) for path in paths]
573 if args.get('list_suite_paths'): cmd.append('--list-suite-paths')
574 if args.get('list_case_paths'): cmd.append('--list-case-paths')
624 # get which suite each case belongs to via paths
625 cmd = runner_ + ['--list-case-paths'] + ids
669 cmd = runner_ + ['--list-case-paths', id]
1284 '--list-suite-paths',
[all...]
/third_party/libabigail/src/
H A Dabg-tools-utils.cc735 /// with symlinks and relative paths resolved.
1953 char* paths[] = {const_cast<char*>(headers_root_dir.c_str()), 0}; in gen_suppr_spec_from_headers_root_dir() local
1955 if (FTS *file_hierarchy = fts_open(paths, FTS_LOGICAL|FTS_NOCHDIR, NULL)) in gen_suppr_spec_from_headers_root_dir()
2063 /// @param abi_whitelist_paths a vector of KMI whitelist paths
2267 char* paths[] = {const_cast<char*>(root_dir.c_str()), 0}; in find_file_under_dir() local
2269 FTS *file_hierarchy = fts_open(paths, in find_file_under_dir()
2299 /// @param suppr_paths paths to suppression specification files that
2303 /// @param kabi_whitelist_paths paths to kabi whitelist files that we
2396 /// @param module_paths output parameter. This is set to the paths of
2477 /// Get the paths o
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc225 // Add the paths where google/protobuf/descriptor.proto and other well-known
228 std::vector<std::pair<std::string, std::string> >* paths) { in AddDefaultProtoPaths()
229 // TODO(xiaofeng): The code currently only checks relative paths of where in AddDefaultProtoPaths()
244 paths->push_back(std::pair<std::string, std::string>("", path)); in AddDefaultProtoPaths()
249 paths->push_back( in AddDefaultProtoPaths()
260 paths->push_back( in AddDefaultProtoPaths()
1053 // Map input files to virtual paths if possible. in InitializeDiskSourceTree()
1302 "names -- protoc is too dumb to figure out when two paths " in MakeProtoProtoPathRelative()
1955 " set of input file paths to FILE\n" in PrintHelpText()
227 AddDefaultProtoPaths( std::vector<std::pair<std::string, std::string> >* paths) AddDefaultProtoPaths() argument
/third_party/python/Lib/test/
H A Dtest_xmlrpc.py713 paths = [ variable in http_multi_server.BrokenDispatcher
718 for path in paths:
723 serv.get_dispatcher(paths[0]).register_function(pow)
724 serv.get_dispatcher(paths[1]).register_function(lambda x,y: x+y, 'add')
/third_party/glfw/src/
H A Dwin32_window.c1243 char** paths = _glfw_calloc(count, sizeof(char*)); in windowProc() local
1255 paths[i] = _glfwCreateUTF8FromWideStringWin32(buffer); in windowProc()
1260 _glfwInputDrop(window, count, (const char**) paths); in windowProc()
1263 _glfw_free(paths[i]); in windowProc()
1264 _glfw_free(paths); in windowProc()
H A Dx11_window.c1708 char** paths = _glfwParseUriList(data, &count); in processEvent() local
1710 _glfwInputDrop(window, count, (const char**) paths); in processEvent()
1713 _glfw_free(paths[i]); in processEvent()
1714 _glfw_free(paths); in processEvent()
H A Dwl_window.c2043 char** paths = _glfwParseUriList(string, &count); in dataDeviceHandleDrop() local
2044 if (paths) in dataDeviceHandleDrop()
2046 _glfwInputDrop(_glfw.wl.dragFocus, count, (const char**) paths); in dataDeviceHandleDrop()
2049 _glfw_free(paths[i]); in dataDeviceHandleDrop()
2051 _glfw_free(paths); in dataDeviceHandleDrop()
/third_party/skia/src/gpu/text/
H A DGrTextBlob.cpp173 SkSpan<PathGlyph> paths,
208 SkSpan<PathGlyph> paths, in PathSubRun()
212 , fPaths{paths}
251 // draw effect, filter or shader paths. in draw()
284 SkSpan<PathGlyph> paths{pathData.get(), drawables.size()}; in Make()
287 isAntiAliased, strikeToSourceScale, blob, paths, std::move(pathData)); in Make()
2429 // draw effect, filter or shader paths. in processSourcePaths()
205 PathSubRun(bool isAntiAliased, SkScalar strikeToSourceScale, const GrTextBlob& blob, SkSpan<PathGlyph> paths, std::unique_ptr<PathGlyph[], GrSubRunAllocator::ArrayDestroyer> pathData) PathSubRun() argument
/third_party/json/
H A DMakefile227 zip -9 --recurse-paths -X include.zip $(SRCS) $(AMALGAMATED_FILE) meson.build LICENSE.MIT
/third_party/node/src/
H A Dnode_file.h92 const std::vector<std::string>& paths() const { return paths_; } in paths() function in node::fs::FSContinuationData
/third_party/ntfs-3g/libfuse-lite/
H A Dfusermount.c22 #include <paths.h>
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-blob.cc517 # include <sys/paths.h>
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_proxy.cpp368 const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) in ScanDir()
384 if (!reply.ReadStringVector(&paths)) { in ScanDir()
367 ScanDir( const std::string &dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &paths) ScanDir() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_test.cpp595 std::vector<std::string> paths; in HWTEST_F() local
597 "", ScanMode::SUB_FILE_ALL, ResultMode::ABSOLUTE_PATH, paths); in HWTEST_F()
/third_party/curl/projects/
H A Dbuild-openssl.bat247 rem Set temporary paths for building and installing OpenSSL. If a temporary
253 rem For OpenSSL 1.1.x the temporary paths must be separate not a descendant
/third_party/cups-filters/filter/foomatic-rip/
H A Dutil.c311 int find_in_path(const char *progname, const char *paths, char *found_in) in find_in_path() argument
320 pathscopy = strdup(paths); in find_in_path()
/third_party/node/lib/
H A Drepl.js228 module.paths = CJSModule._nodeModulePaths(module.filename);
1133 replModule.paths = CJSModule._resolveLookupPaths('<repl>', parentModule);
1353 let paths = [];
1360 paths = [process.cwd()];
1362 paths = [];
1363 ArrayPrototypePushApply(paths, module.paths);
1364 ArrayPrototypePushApply(paths, CJSModule.globalPaths);
1367 ArrayPrototypeForEach(paths, (dir) => {
1418 let paths
[all...]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Dbuild-ideal-tree.js444 // going to update them wherever they are, add any paths into those
455 const paths = await readdirScoped(nm).catch(() => [])
456 for (const p of paths) {
/third_party/python/
H A Dsetup.py157 """Get the paths of sysroot sub-directories.
189 include files paths are being searched by default. Use '/' if the
193 The SDK paths used by Apple-supplied tool chains depend on the
233 def find_file(filename, std_dirs, paths):
241 'paths' is a list of additional locations to check; if the file is
260 for dir_ in paths:
281 raise ValueError('TZPATH must contain only absolute paths, '
282 + f'found:\n{tzpaths!r}\nwith invalid paths:\n'
416 # Fix up the paths for scripts, too
763 # Parse paths i
[all...]
/third_party/libinput/test/
H A Dlitest.c287 list_for_each(p, &ctx->paths, link) { in grab_device()
834 list_insert(&ctx->paths, &p->link); in open_restricted()
846 list_for_each_safe(p, &ctx->paths, link) { in close_restricted()
1702 list_init(&ctx->paths); in litest_create_context()
1725 list_for_each_safe(p, &ctx->paths, link) { in litest_destroy_context()
1726 litest_abort_msg("Device paths should be removed by now"); in litest_destroy_context()
/third_party/node/deps/uv/src/unix/
H A Dprocess.c40 # include <paths.h>
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_asset_operations.cpp2456 vector<string> paths; in DeleteFromDisk() local
2460 GetIdsAndPaths(predicates, ids, paths, dateTakens, subTypes); in DeleteFromDisk()
2486 auto *taskData = new (nothrow) DeleteFilesTask(ids, paths, notifyUris, dateTakens, subTypes, in DeleteFromDisk()
/kernel/linux/linux-5.10/tools/testing/ktest/
H A Dktest.pl4109 # directory paths within this directory. This allows you to easily
4224 my @paths = split /:/, $ENV{PATH};
4227 $paths[$#paths + 1] = "/usr/sbin";
4229 foreach my $path (@paths) {
/kernel/linux/linux-6.6/tools/testing/ktest/
H A Dktest.pl4142 my @paths = split /:/, $ENV{PATH};
4145 $paths[$#paths + 1] = "/usr/sbin";
4147 foreach my $path (@paths) {
4252 # directory paths within this directory. This allows you to easily

Completed in 58 milliseconds

1...<<11121314151617181920>>...30