Home
last modified time | relevance | path

Searched refs:paths (Results 326 - 350 of 748) sorted by relevance

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

/third_party/skia/third_party/externals/angle2/scripts/
H A Dgenerate_android_bp.py154 def gn_paths_to_blueprint_paths(paths):
156 for path in paths:
163 # include paths.
/third_party/skia/src/core/
H A DSkFont.cpp264 SkBulkGlyphMetricsAndPaths paths{strikeSpec}; in getPaths()
265 SkSpan<const SkGlyph*> glyphs = paths.glyphs(SkMakeSpan(glyphIDs, count)); in getPaths()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBUtil.php538 $paths = $field_mask->getPaths(); variable
545 $paths[] = $path_string;
/third_party/python/Lib/distutils/
H A Dmsvccompiler.py163 # I don't think paths are affected by minor version in version 6
184 def normalize_and_reduce_paths(paths):
185 """Return a list of normalized paths with duplicates removed.
187 The current order of paths is maintained.
191 for p in paths:
568 MSVC program search paths from the registry; next, the directories
/third_party/python/Lib/unittest/
H A Dloader.py374 paths = sorted(os.listdir(start_dir))
375 for path in paths:
/third_party/skia/infra/bots/recipe_modules/flavor/
H A Dandroid.py553 paths = self.m.file.glob_paths(
558 for p in paths:
/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf_config.cpp127 for (const auto& file : cfgFiles->paths) { in GetAllRealConfigPath()
450 govResNode->paths.push_back(path); in TraversalGovResource()
742 if (result.size() != govResNode->paths.size()) { in LoadGovResourceAvailable()
743 SOC_PERF_LOGE("Invalid governor resource node matches paths"); in LoadGovResourceAvailable()
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-pcm.c1274 int paths; in dpcm_path_get() local
1282 /* get number of valid DAI paths and their widgets */ in dpcm_path_get()
1283 paths = snd_soc_dapm_dai_get_connected_widgets(cpu_dai, stream, list, in dpcm_path_get()
1286 dev_dbg(fe->dev, "ASoC: found %d audio %s paths\n", paths, in dpcm_path_get()
1289 return paths; in dpcm_path_get()
1338 dev_dbg(fe->dev, "ASoC: found %d old BE paths for pruning\n", prune); in dpcm_prune_paths()
1393 dev_dbg(fe->dev, "ASoC: found %d new BE paths\n", new); in dpcm_add_paths()
2534 int count, paths; in soc_dpcm_fe_runtime_update() local
2550 /* DAPM sync will call this to update DSP paths */ in soc_dpcm_fe_runtime_update()
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dpa_container.h155 const std::vector<std::string>& paths);
/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h68 " -p, --bundle-path <file-path> <file-path> ... install one bundle by some hap or hsp paths\n"
283 void GetAbsPaths(const std::vector<std::string> &paths, std::vector<std::string> &absPaths) const;
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/process_group/src/
H A Dcgroup_action.cpp241 for (const auto& configFilePath : cfgFilePaths->paths) { in ParseConfigFileToJsonObj()
/kernel/linux/linux-5.10/arch/arm/mach-mmp/
H A Dttc_dkb.c203 .paths = dkb_disp_config,
/kernel/linux/linux-5.10/include/net/iucv/
H A Diucv.h189 struct list_head paths; member
339 * established paths. This function will deal with RMDATA messages
359 * established paths. This function will deal with RMDATA messages
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_generic.h13 /* table entry for multi-io paths */
177 struct snd_array paths; member
/kernel/linux/linux-5.10/include/video/
H A Dmmp_disp.h336 struct mmp_mach_path_config *paths; member
/kernel/linux/linux-5.10/drivers/opp/
H A Ddebugfs.c67 debugfs_create_file("name", S_IRUGO, d, opp_table->paths[i], in opp_debug_create_bw()
/kernel/linux/linux-6.6/include/net/iucv/
H A Diucv.h189 struct list_head paths; member
339 * established paths. This function will deal with RMDATA messages
359 * established paths. This function will deal with RMDATA messages
/kernel/linux/linux-6.6/include/video/
H A Dmmp_disp.h336 struct mmp_mach_path_config *paths; member
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_generic.h16 /* table entry for multi-io paths */
171 struct snd_array paths; member
/third_party/gn/src/gn/
H A Dlabel.cc212 You can also specify system absolute paths if necessary. Typically such
213 paths would be specified via a build arg so the developer can specify where
239 Stylistically, we prefer to use absolute paths for all non-file-local
/third_party/cups-filters/filter/foomatic-rip/
H A Dutil.h106 /* 'paths' is a colon seperated list of paths (like $PATH)
108 int find_in_path(const char *progname, const char *paths, char *found_in);
/third_party/FreeBSD/sbin/newfs_msdos/
H A Dnewfs_msdos.c34 #include <paths.h>
/third_party/libuv/src/unix/
H A Dfreebsd.c28 #include <paths.h>
H A Dnetbsd.c29 #include <paths.h>
H A Dopenbsd.c33 #include <paths.h>

Completed in 21 milliseconds

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