Home
last modified time | relevance | path

Searched defs:paths (Results 26 - 50 of 238) sorted by relevance

12345678910

/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dtunnel.h47 struct tb_path **paths; member
/kernel/linux/linux-6.6/tools/testing/selftests/exec/
H A Dnon-regular.c56 const char * const paths[] = { in setup_link() local
/third_party/ffmpeg/libavcodec/
H A Dg722.h64 } *paths[2]; member
/third_party/elfutils/libdwfl/
H A Ddwfl_build_id_find_elf.c83 char *paths = path; in __libdwfl_open_by_build_id() local
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuData.java26 private final NavigableSet<RbPath> paths = new TreeSet<>(); field in IcuData
/third_party/libwebsockets/lib/misc/
H A Dlejp.c830 lejp_parser_push(struct lejp_ctx *ctx, void *user, const char * const *paths, in lejp_parser_push() argument
69 lejp_construct(struct lejp_ctx *ctx, signed char (*callback)(struct lejp_ctx *ctx, char reason), void *user, const char * const *paths, unsigned char count_paths) lejp_construct() argument
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveName.cpp32 CreateArchiveName( const UStringVector &paths, bool isHash, const NFind::CFileInfo *fi, UString &baseName) CreateArchiveName() argument
/third_party/mesa3d/src/hgl/
H A DGLRendererRoster.cpp113 const directory_which paths[] = { in AddDefaultPaths() local
/third_party/nghttp2/src/
H A Dnghttpd.cc61 auto &paths = config.push[std::string(optarg, eq)]; in parse_push_config() local
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DFieldMaskTree.cs170 private void GetFieldPaths(Node node, string path, List<string> paths) in GetFieldPaths() argument
[all...]
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DFieldMaskTree.java193 private void getFieldPaths(Node node, String path, List<String> paths) { in getFieldPaths() argument
[all...]
/third_party/skia/gm/
H A Dinversepaths.cpp67 SkPath (*paths[])(SkScalar, SkScalar, SkScalar) = { member
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dget_hardware_info.cpp121 uint64_t GetHardwareInfo::CalcHardware(const vector<string> &paths) in CalcHardware() argument
137 void GetHardwareInfo::GetGroupOfPaths(const size_t &index, const size_t &size, const std::vector<std::string> &paths, in GetGroupOfPaths() argument
153 vector<string> paths; in GetHardwareUsage() local
[all...]
/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_memory_test.cpp140 vector<string> paths; in HWTEST_F() local
/base/security/selinux_adapter/framework/policycoreutils/src/
H A Dselinux_restorecon.c106 char *paths[2] = {NULL, NULL}; in RestoreconRecurseFromParentDir() local
/foundation/ability/ability_runtime/test/unittest/cj_test_runner_test/
H A Dcj_test_runner_test.cpp100 std::vector<std::string> paths = {"/data/test/"}; in SetUp() local
/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/
H A Dcj_runtime_test.cpp86 std::vector<std::string> paths = {"/data/test/"}; in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_installer_manager.cpp95 std::string paths; in CreateInstallTask() local
/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/common/
H A Dhelp_utils.cpp215 std::vector<std::string> paths = { in RmDir() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dbackground_cloud_file_processor.h39 std::vector<std::string> paths; member
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_get_store_test.cpp430 std::vector<std::string> paths = { "./" }; in HWTEST_F() local
447 std::vector<std::string> paths = { "", "" }; in HWTEST_F() local
464 std::vector<std::string> paths = { "", "/data/errPath/libErr.so" }; in HWTEST_F() local
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-round-robin.c32 static void free_paths(struct list_head *paths) in free_paths() argument
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dscripts.c28 char **paths; member
88 char *buf, *paths[SCRIPT_MAX_NO], *names[SCRIPT_MAX_NO]; in list_scripts() local
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dinterconnect.h107 static inline int of_icc_bulk_get(struct device *dev, int num_paths, struct icc_bulk_data *paths) in of_icc_bulk_get() argument
118 static inline void icc_bulk_put(int num_paths, struct icc_bulk_data *paths) in icc_bulk_put() argument
122 static inline int icc_bulk_set_bw(int num_paths, const struct icc_bulk_data *paths) in icc_bulk_set_bw() argument
112 devm_of_icc_bulk_get(struct device *dev, int num_paths, struct icc_bulk_data *paths) devm_of_icc_bulk_get() argument
127 icc_bulk_enable(int num_paths, const struct icc_bulk_data *paths) icc_bulk_enable() argument
132 icc_bulk_disable(int num_paths, const struct icc_bulk_data *paths) icc_bulk_disable() argument
[all...]
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dtunnel.h53 struct tb_path **paths; member

Completed in 12 milliseconds

12345678910