Home
last modified time | relevance | path

Searched refs:paths (Results 276 - 300 of 748) sorted by relevance

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

/third_party/skia/bench/
H A Dnanobench.cpp607 static void collect_files(const CommandLineFlags::StringArray& paths, in collect_files() argument
610 for (int i = 0; i < paths.count(); ++i) { in collect_files()
611 if (SkStrEndsWith(paths[i], ext)) { in collect_files()
612 list->push_back(SkString(paths[i])); in collect_files()
614 SkOSFile::Iter it(paths[i], ext); in collect_files()
617 list->push_back(SkOSPath::Join(paths[i], path.c_str())); in collect_files()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dbackground_cloud_file_processor.h39 std::vector<std::string> paths; member
/kernel/linux/linux-5.10/drivers/block/rnbd/
H A Drnbd-clt.h137 struct rtrs_addr *paths,
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/
H A Drtrs.h57 const struct rtrs_addr *paths,
/kernel/linux/linux-5.10/drivers/staging/sm750fb/
H A Dsm750.h152 int paths; member
154 * which paths(s) this output stands for,for sm750:
155 * paths=1:means output for panel paths
156 * paths=2:means output for crt paths
157 * paths=3:means output for both panel and crt paths
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dtunnel.h27 * @paths: All paths required by the tunnel
28 * @npaths: Number of paths in @paths
53 struct tb_path **paths; member
/kernel/linux/linux-6.6/drivers/block/rnbd/
H A Drnbd-clt.h132 struct rtrs_addr *paths,
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/
H A Drtrs.h57 const struct rtrs_addr *paths,
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip.h36 // All parameters paths are expected to be relative to the source directory.
46 // Opens files specified in |paths|.
48 virtual bool Open(Paths paths, std::vector<base::File>* files) = 0;
108 // The relative paths to the files and directories that should be included in
112 // These paths must be relative to |src_dir| and will be used as the file
116 // All the paths in |src_files| are included in the created ZIP file,
164 // descriptor |dest_fd|, without taking ownership of |dest_fd|. The paths listed
166 // file names in the created zip file. All source paths must be under |src_dir|
175 // Encoding of entry paths in the ZIP archive. By default, paths ar
[all...]
/third_party/node/deps/zlib/google/
H A Dzip.h36 // All parameters paths are expected to be relative to the source directory.
46 // Opens files specified in |paths|.
48 virtual bool Open(Paths paths, std::vector<base::File>* files) = 0;
108 // The relative paths to the files and directories that should be included in
112 // These paths must be relative to |src_dir| and will be used as the file
116 // All the paths in |src_files| are included in the created ZIP file,
164 // descriptor |dest_fd|, without taking ownership of |dest_fd|. The paths listed
166 // file names in the created zip file. All source paths must be under |src_dir|
178 // Encoding of entry paths in the ZIP archive. By default, paths ar
[all...]
/third_party/ltp/testcases/kernel/syscalls/access/
H A Daccess02.c25 #include <paths.h>
/third_party/rust/crates/clap/examples/
H A Dgit.rs98 let paths = sub_matches in main()
103 println!("Adding {paths:?}"); in main()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-ucm.h280 pa_hashmap *paths; member
/third_party/skia/third_party/externals/zlib/google/
H A Dzip.h28 // All parameters paths are expected to be absolute.
40 // Opens files specified in |paths|.
43 const std::vector<base::FilePath>& paths) = 0;
65 // Restricts the files actually zipped to the paths listed in
68 // source paths must be under |src_dir| in the file system hierarchy.
102 // The relative paths to the files that should be included in the zip file. If
141 // descriptor |dest_fd|, without taking ownership of |dest_fd|. The paths listed
143 // file names in the created zip file. All source paths must be under |src_dir|
/third_party/toybox/openharmony/
H A Dsu.c23 #include <paths.h>
/third_party/toybox/porting/liteos_a/
H A Dtoys.h22 #include <paths.h>
/third_party/toybox/
H A Dtoys.h21 #include <paths.h>
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/effect/
H A Daudio_effect_config_parser.cpp69 if (cfgFiles->paths[i] && *(cfgFiles->paths[i]) != '\0') { in ParseEffectConfigFile()
70 AUDIO_INFO_LOG("effect config file path:%{public}s", cfgFiles->paths[i]); in ParseEffectConfigFile()
71 doc = xmlReadFile(cfgFiles->paths[i], nullptr, XML_PARSE_NOERROR | XML_PARSE_NOWARNING); in ParseEffectConfigFile()
/third_party/python/Lib/test/
H A Dtest_venv.py318 def create_contents(self, paths, filename):
323 for subdirs in paths:
358 for paths in self.ENV_SUBDIRS[:3]:
359 fn = os.path.join(self.env_dir, *paths)
450 Test handling of Unicode paths
H A Dtest_ntpath.py173 # gh-96290: normal UNC paths and device paths without trailing backslashes
286 # gh-96290: don't normalize partial/invalid UNC drives as rooted paths.
533 # Resolved paths should be usable to open target files
742 def check(paths, expected):
743 tester(('ntpath.commonpath(%r)' % paths).replace('\\\\', '\\'),
745 def check_error(exc, paths):
746 self.assertRaises(exc, ntpath.commonpath, paths)
748 [os.fsencode(p) for p in paths])
867 # unicode and bytes (UTF-8) paths
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dpa_container.cpp231 const std::vector<std::string>& paths) in AddAssetPath()
246 if (assetProvider->Initialize(hapPath, paths)) { in AddAssetPath()
253 if (assetProvider->Initialize(packagePath, paths)) { in AddAssetPath()
230 AddAssetPath(int32_t instanceId, const std::string& packagePath, const std::string& hapPath, const std::vector<std::string>& paths) AddAssetPath() argument
/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-pcm.c1412 int paths; in dpcm_path_get() local
1420 /* get number of valid DAI paths and their widgets */ in dpcm_path_get()
1421 paths = snd_soc_dapm_dai_get_connected_widgets(cpu_dai, stream, list, in dpcm_path_get()
1425 if (paths > 0) in dpcm_path_get()
1426 dev_dbg(fe->dev, "ASoC: found %d audio %s paths\n", paths, in dpcm_path_get()
1428 else if (paths == 0) in dpcm_path_get()
1432 return paths; in dpcm_path_get()
1480 dev_dbg(fe->dev, "ASoC: found %d old BE paths for pruning\n", prune); in dpcm_prune_paths()
1546 dev_dbg(fe->dev, "ASoC: found %d new BE paths\ in dpcm_add_paths()
2634 int count, paths; soc_dpcm_fe_runtime_update() local
[all...]
H A Dsoc-dapm.c10 // dynamic configuration of codec internal audio paths and active
237 * input paths
238 * @w: The widget for which to invalidate the cached number of input paths
241 * that can be reached via outcoming paths from the widget.
243 * This function must be called if the number of output paths for a widget might
254 * output paths
255 * @w: The widget for which to invalidate the cached number of output paths
258 * that can be reached via incoming paths from the widget.
260 * This function must be called if the number of output paths for a widget might
283 * Weak paths o in dapm_path_invalidate()
348 struct list_head paths; global() member
1304 int paths; snd_soc_dapm_dai_get_connected_widgets() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp1327 std::vector<std::string> paths {HAP_FILE_PATH1}; in HWTEST_F()
1329 ErrCode ret = deployer->ProcessBundleFilePaths(paths, realPaths); in HWTEST_F()
1346 std::vector<std::string> paths; in HWTEST_F() local
1348 ErrCode ret = deployer->ProcessBundleFilePaths(paths, realPaths); in HWTEST_F()
1365 std::vector<std::string> paths {HQF_FILE_PATH1}; in HWTEST_F()
1367 ErrCode ret = deployer->ProcessBundleFilePaths(paths, realPaths); in HWTEST_F()
4955 std::vector<std::string> paths; in HWTEST_F() local
4957 bool hasResourceFile = patchParser.HasResourceFile(paths); in HWTEST_F()
4959 paths.emplace_back(""); in HWTEST_F()
4960 paths in HWTEST_F()
4980 std::vector<std::string> paths; HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-dapm.c10 // dynamic configuration of codec internal audio paths and active
237 * input paths
238 * @w: The widget for which to invalidate the cached number of input paths
241 * that can be reached via outcoming paths from the widget.
243 * This function must be called if the number of output paths for a widget might
254 * output paths
255 * @w: The widget for which to invalidate the cached number of output paths
258 * that can be reached via incoming paths from the widget.
260 * This function must be called if the number of output paths for a widget might
283 * Weak paths o in dapm_path_invalidate()
348 struct list_head paths; global() member
1310 int paths; snd_soc_dapm_dai_get_connected_widgets() local
[all...]

Completed in 33 milliseconds

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