/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | FieldMask.php | 179 private $paths; global() variable 217 $this->paths = $arr; global() variable [all...] |
/third_party/skia/gm/ |
H A D | pathmaskcache.cpp | 77 SkTArray<SkPath> paths; variable [all...] |
/kernel/linux/linux-5.10/drivers/interconnect/ |
H A D | bulk.c | 15 of_icc_bulk_get(struct device *dev, int num_paths, struct icc_bulk_data *paths) of_icc_bulk_get() argument 46 icc_bulk_put(int num_paths, struct icc_bulk_data *paths) icc_bulk_put() argument 62 icc_bulk_set_bw(int num_paths, const struct icc_bulk_data *paths) icc_bulk_set_bw() argument 86 icc_bulk_enable(int num_paths, const struct icc_bulk_data *paths) icc_bulk_enable() argument 112 icc_bulk_disable(int num_paths, const struct icc_bulk_data *paths) icc_bulk_disable() argument [all...] |
/third_party/skia/src/core/ |
H A D | HMSymbol.cpp | 19 void HMSymbol::PathOutlineDecompose(const SkPath& path, std::vector<SkPath>& paths) in PathOutlineDecompose() argument 64 MultilayerPath(const std::vector<std::vector<size_t>>& multMap, const std::vector<SkPath>& paths, std::vector<SkPath>& multPaths) MultilayerPath() argument
|
/kernel/linux/linux-6.6/drivers/interconnect/ |
H A D | bulk.c | 15 of_icc_bulk_get(struct device *dev, int num_paths, struct icc_bulk_data *paths) of_icc_bulk_get() argument 46 icc_bulk_put(int num_paths, struct icc_bulk_data *paths) icc_bulk_put() argument 62 icc_bulk_set_bw(int num_paths, const struct icc_bulk_data *paths) icc_bulk_set_bw() argument 86 icc_bulk_enable(int num_paths, const struct icc_bulk_data *paths) icc_bulk_enable() argument 112 icc_bulk_disable(int num_paths, const struct icc_bulk_data *paths) icc_bulk_disable() argument 120 struct icc_bulk_data *paths; global() member 139 devm_of_icc_bulk_get(struct device *dev, int num_paths, struct icc_bulk_data *paths) devm_of_icc_bulk_get() argument [all...] |
/third_party/node/lib/internal/modules/ |
H A D | helpers.js | 197 function paths(request) { function
|
/third_party/rust/crates/clang-sys/src/ |
H A D | support.rs | 78 let mut paths = vec![]; in find() variables [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | rustdoc_test_gen.rs | 112 let mut paths = fs::read_dir("rust/test/doctests/kernel") in main() variables
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | SupplementalMapper.java | 51 private final Predicate<CldrPath> paths; field in SupplementalMapper 40 process( CldrDataSupplier src, PathValueTransformer transformer, String icuName, Predicate<CldrPath> paths) process() argument
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | field_mask_utility.cc | 109 util::Status DecodeCompactFieldMaskPaths(StringPiece paths, in DecodeCompactFieldMaskPaths() argument [all...] |
/third_party/skia/experimental/docs/ |
H A D | svgBackend.js | |
H A D | exampleSlides.js | [all...] |
/third_party/selinux/libselinux/utils/ |
H A D | selabel_get_digests_all_partial_matches.c | 37 char *paths[2] = { NULL, NULL }; in main() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | d_path.c | 19 char paths[MAX_FILES][MAX_PATH_LEN]; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/exec/ |
H A D | non-regular.c | 56 const char * const paths[] = { in setup_link() local
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | tunnel.h | 47 struct tb_path **paths; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/exec/ |
H A D | non-regular.c | 56 const char * const paths[] = { in setup_link() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | g722.h | 64 } *paths[2]; member
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_build_id_find_elf.c | 83 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 D | IcuData.java | 26 private final NavigableSet<RbPath> paths = new TreeSet<>(); field in IcuData
|
/third_party/libwebsockets/lib/misc/ |
H A D | lejp.c | 830 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 D | ArchiveName.cpp | 32 CreateArchiveName( const UStringVector &paths, bool isHash, const NFind::CFileInfo *fi, UString &baseName) CreateArchiveName() argument
|
/third_party/mesa3d/src/hgl/ |
H A D | GLRendererRoster.cpp | 113 const directory_which paths[] = { in AddDefaultPaths() local
|
/third_party/nghttp2/src/ |
H A D | nghttpd.cc | 61 auto &paths = config.push[std::string(optarg, eq)]; in parse_push_config() local
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | FieldMaskTree.cs | 170 private void GetFieldPaths(Node node, string path, List<string> paths) in GetFieldPaths() argument [all...] |