Home
last modified time | relevance | path

Searched refs:paths (Results 201 - 225 of 737) sorted by relevance

12345678910>>...30

/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Dhelp.c231 char *paths, *path, *colon; in load_command_list() local
232 path = paths = strdup(env_path); in load_command_list()
243 free(paths); in load_command_list()
/third_party/eudev/src/shared/
H A Dpath-util.c508 bool paths_check_timestamp(const char* const* paths, usec_t *timestamp, bool update) { in paths_check_timestamp() argument
514 if (paths == NULL) in paths_check_timestamp()
517 STRV_FOREACH(i, paths) { in paths_check_timestamp()
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip.cc54 bool Open(const Paths paths, std::vector<base::File>* const files) override {
56 files->reserve(files->size() + paths.size());
58 for (const base::FilePath& path : paths) {
/third_party/node/deps/zlib/google/
H A Dzip.cc54 bool Open(const Paths paths, std::vector<base::File>* const files) override {
56 files->reserve(files->size() + paths.size());
58 for (const base::FilePath& path : paths) {
/third_party/skia/third_party/externals/swiftshader/tests/regres/llvm/
H A Dllvm.go136 // Toolchain holds the paths and version information about an LLVM toolchain.
167 // Search looks for llvm toolchains in paths.
168 // If paths is empty, then PATH is searched.
169 func Search(paths ...string) Toolchains {
172 if len(paths) > 0 {
173 for _, path := range paths {
/third_party/skia/third_party/externals/dawn/generator/
H A Dgenerator_lib.py202 paths = set()
217 paths.add(path)
219 return paths
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
H A Dserialization.go140 paths := make([]string, 0, len(t.files))
142 paths = append(paths, path)
144 sort.Strings(paths)
147 for i, path := range paths {
/third_party/protobuf/src/google/protobuf/util/
H A Dfield_mask_util_test.cc135 EXPECT_EQ("fooBar", mask.paths(0)); in TEST()
138 EXPECT_EQ("fooBar", mask.paths(0)); in TEST()
139 EXPECT_EQ("bazQuz", mask.paths(1)); in TEST()
158 EXPECT_EQ("foo_bar", mask.paths(0)); in TEST()
161 EXPECT_EQ("foo_bar", mask.paths(0)); in TEST()
162 EXPECT_EQ("baz_quz", mask.paths(1)); in TEST()
174 EXPECT_EQ("optional_int64", mask.paths(0)); in TEST()
175 EXPECT_EQ("optional_bool", mask.paths(1)); in TEST()
176 EXPECT_EQ("repeated_string", mask.paths(2)); in TEST()
286 // Duplicated paths wil in TEST()
[all...]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Dload-actual.js350 const kids = await readdirScoped(nm).then(paths => paths.map(p => p.replace(/\\/g, '/')))
402 .catch(() => []).then(paths => paths.map(p => p.replace(/\\/g, '/')))
/third_party/protobuf/src/google/protobuf/
H A Dfield_mask.pb.h184 // repeated string paths = 1;
190 const std::string& paths(int index) const;
201 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& paths() const;
230 // repeated string paths = 1;
241 // @@protoc_insertion_point(field_add_mutable:google.protobuf.FieldMask.paths) in add_paths()
247 inline const std::string& FieldMask::paths(int index) const { in paths() function in FieldMask
248 // @@protoc_insertion_point(field_get:google.protobuf.FieldMask.paths) in paths()
252 // @@protoc_insertion_point(field_mutable:google.protobuf.FieldMask.paths) in mutable_paths()
256 // @@protoc_insertion_point(field_set:google.protobuf.FieldMask.paths) in set_paths()
260 // @@protoc_insertion_point(field_set:google.protobuf.FieldMask.paths) in set_paths()
294 FieldMask::paths() const { paths() function in FieldMask
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dmodule.c51 const char *paths, *state = NULL; in pa_module_exists() local
64 if (!(paths = lt_dlgetsearchpath())) in pa_module_exists()
73 while ((p = pa_split(paths, ":", &state))) { in pa_module_exists()
87 while ((p = pa_split(paths, ":", &state))) { in pa_module_exists()
/third_party/ffmpeg/libavcodec/
H A Dg722.h64 } *paths[2]; member
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dfield_mask_utility.h60 // decoded into a list of field paths - "a.b", "a.c.d", "a.c.e". And the results
65 util::Status DecodeCompactFieldMaskPaths(StringPiece paths,
/third_party/skia/experimental/docs/
H A DexampleSlides.js57 var paths = {
331 { "draw":"paths.wedgeXY8", "paint":"paints.gradient1" }
335 { "draw":"paths.wedgeXY6", "paint":"paints.gradient2" }
339 { "draw":"paths.wedgeXY3", "paint":"paints.gradient3" }
346 { "draw":"paths.span4", "paint":"paints.stroke" },
347 { "draw":"paths.wedge4", "paint":"paints.gradient4" },
348 { "draw":"paths.span5", "paint":"paints.stroke" },
349 { "draw":"paths.wedge5", "paint":"paints.gradient5" },
350 { "draw":"paths.span6", "paint":"paints.stroke" },
351 { "draw":"paths
[all...]
/third_party/node/lib/internal/main/
H A Dsingle_executable_application.js33 customModule.paths = Module._nodeModulePaths(customModule.path);
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.cpp376 std::vector<std::string> paths; in CommonInitialize() local
377 paths.push_back(assetPath_); in CommonInitialize()
382 paths.push_back(appResourcesPath); in CommonInitialize()
383 paths.push_back(appResourcesPath + ASSET_PATH_SHARE_STAGE); in CommonInitialize()
385 paths.push_back(containerSdkPath_); in CommonInitialize()
387 AceContainer::AddAssetPath(instanceId_, "", paths); in CommonInitialize()
/kernel/linux/linux-6.6/drivers/pmdomain/imx/
H A Dimx8mp-blk-ctrl.c65 struct icc_bulk_data paths[DOMAIN_MAX_PATHS]; member
554 ret = icc_bulk_set_bw(domain->num_paths, domain->paths); in imx8mp_blk_ctrl_power_on()
665 domain->paths[j].name = data->path_names[j]; in imx8mp_blk_ctrl_probe()
667 domain->paths[j].avg_bw = 1; in imx8mp_blk_ctrl_probe()
668 domain->paths[j].peak_bw = 1; in imx8mp_blk_ctrl_probe()
671 ret = devm_of_icc_bulk_get(dev, data->num_paths, domain->paths); in imx8mp_blk_ctrl_probe()
674 dev_warn_once(dev, "Could not get interconnect paths, NoC will stay unconfigured!\n"); in imx8mp_blk_ctrl_probe()
795 * in the system suspend/resume paths due to the device parent/child in imx8mp_blk_ctrl_suspend()
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_iblock.c967 int i, len, paths, data_offset; in iblock_pr_read_keys() local
983 * path with the same key, so start off with enough space for 16 paths. in iblock_pr_read_keys()
986 paths = 16; in iblock_pr_read_keys()
988 len = 8 * paths; in iblock_pr_read_keys()
993 keys->num_keys = paths; in iblock_pr_read_keys()
995 if (keys->num_keys > paths) { in iblock_pr_read_keys()
997 paths *= 2; in iblock_pr_read_keys()
/third_party/libwebsockets/lib/roles/http/server/
H A Dlejp-conf.c943 lwsws_get_config(void *user, const char *f, const char * const *paths, in lwsws_get_config() argument
958 lejp_construct(&ctx, cb, user, paths, (uint8_t)(unsigned int)count_paths); in lwsws_get_config()
983 const char * const *paths; member
1000 return lwsws_get_config(da->user, path, da->paths, in lwsws_get_config_d_cb()
1030 /* copy any default paths */ in lwsws_get_config_globals()
1045 da.paths = paths_global; in lwsws_get_config_globals()
1089 da.paths = paths_vhosts; in lwsws_get_config_vhosts()
/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/common/
H A Dhelp_utils.cpp215 std::vector<std::string> paths = { in RmDir() local
225 for (auto path : paths) { in RmDir()
/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/include/
H A Dsocperf_common.h92 std::vector<std::string> paths; member in OHOS::ResourceSchedule::GovResNode
105 for (auto path : paths) { in PrintString()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-queue-length.c66 static void ql_free_paths(struct list_head *paths) in ql_free_paths() argument
70 list_for_each_entry_safe(pi, next, paths, list) { in ql_free_paths()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-ps-queue-length.c67 static void ql_free_paths(struct list_head *paths) in ql_free_paths() argument
71 list_for_each_entry_safe(pi, next, paths, list) { in ql_free_paths()
/third_party/cJSON/tests/unity/test/
H A Drakefile_helper.rb57 def find_source_file(header, paths)
58 paths.each do |dir|
/third_party/cJSON/tests/unity/examples/example_3/
H A Drakefile_helper.rb47 def find_source_file(header, paths)
48 paths.each do |dir|

Completed in 16 milliseconds

12345678910>>...30