/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | generate_android_bp.py | 154 def gn_paths_to_blueprint_paths(paths): 156 for path in paths: 163 # include paths.
|
/third_party/skia/src/core/ |
H A D | SkFont.cpp | 264 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 D | GPBUtil.php | 538 $paths = $field_mask->getPaths(); variable 545 $paths[] = $path_string;
|
/third_party/python/Lib/distutils/ |
H A D | msvccompiler.py | 163 # 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 D | loader.py | 374 paths = sorted(os.listdir(start_dir)) 375 for path in paths:
|
/third_party/skia/infra/bots/recipe_modules/flavor/ |
H A D | android.py | 553 paths = self.m.file.glob_paths( 558 for p in paths:
|
/foundation/resourceschedule/soc_perf/services/core/src/ |
H A D | socperf_config.cpp | 127 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 D | soc-pcm.c | 1274 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 D | pa_container.h | 155 const std::vector<std::string>& paths);
|
/foundation/bundlemanager/bundle_tool/frameworks/include/ |
H A D | bundle_command.h | 68 " -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 D | cgroup_action.cpp | 241 for (const auto& configFilePath : cfgFilePaths->paths) { in ParseConfigFileToJsonObj()
|
/kernel/linux/linux-5.10/arch/arm/mach-mmp/ |
H A D | ttc_dkb.c | 203 .paths = dkb_disp_config,
|
/kernel/linux/linux-5.10/include/net/iucv/ |
H A D | iucv.h | 189 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 D | hda_generic.h | 13 /* table entry for multi-io paths */ 177 struct snd_array paths; member
|
/kernel/linux/linux-5.10/include/video/ |
H A D | mmp_disp.h | 336 struct mmp_mach_path_config *paths; member
|
/kernel/linux/linux-5.10/drivers/opp/ |
H A D | debugfs.c | 67 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 D | iucv.h | 189 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 D | mmp_disp.h | 336 struct mmp_mach_path_config *paths; member
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_generic.h | 16 /* table entry for multi-io paths */ 171 struct snd_array paths; member
|
/third_party/gn/src/gn/ |
H A D | label.cc | 212 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 D | util.h | 106 /* '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 D | newfs_msdos.c | 34 #include <paths.h>
|
/third_party/libuv/src/unix/ |
H A D | freebsd.c | 28 #include <paths.h>
|
H A D | netbsd.c | 29 #include <paths.h>
|
H A D | openbsd.c | 33 #include <paths.h>
|