/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
H A D | serialization.go | 140 paths := make([]string, 0, len(t.files)) 142 paths = append(paths, path) 144 sort.Strings(paths) 147 for i, path := range paths {
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
H A D | load-actual.js | 350 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 D | field_mask.pb.h | 184 // 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 D | module.c | 51 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 D | g722.h | 64 } *paths[2]; member
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | field_mask_utility.h | 60 // 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 D | exampleSlides.js | 57 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...] |
/kernel/linux/linux-6.6/drivers/pmdomain/imx/ |
H A D | imx8mp-blk-ctrl.c | 65 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 D | target_core_iblock.c | 967 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 D | lejp-conf.c | 943 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()
|
/third_party/selinux/libselinux/src/ |
H A D | selinux_restorecon.c | 1147 char *paths[2] = { NULL, NULL }; in selinux_restorecon_common() local 1238 paths[0] = pathname; in selinux_restorecon_common() 1288 state.fts = fts_open(paths, fts_flags, NULL); in selinux_restorecon_common() 1428 paths[0]); in selinux_restorecon_common() 1564 char *paths[2] = { NULL, NULL }; in selinux_restorecon_xattr() local 1601 paths[0] = (char *)pathname; in selinux_restorecon_xattr() 1604 fts = fts_open(paths, fts_flags, NULL); in selinux_restorecon_xattr() 1608 paths[0]); in selinux_restorecon_xattr()
|
/third_party/node/lib/internal/main/ |
H A D | single_executable_application.js | 33 customModule.paths = Module._nodeModulePaths(customModule.path);
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-queue-length.c | 66 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 D | dm-ps-queue-length.c | 67 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 D | rakefile_helper.rb | 57 def find_source_file(header, paths) 58 paths.each do |dir|
|
/third_party/cJSON/tests/unity/examples/example_3/ |
H A D | rakefile_helper.rb | 47 def find_source_file(header, paths) 48 paths.each do |dir|
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-lecp.h | 239 const char * const *paths; member 269 * stride... allows paths to be 458 * \param paths: an optional array of parsing paths 459 * \param paths_count: how many paths in \p paths 465 const char * const *paths, unsigned char paths_count);
|
/third_party/node/test/parallel/ |
H A D | test-path-parse-format.js | 188 function checkParseFormat(path, paths) { 189 paths.forEach(([element, root]) => {
|
/third_party/rust/crates/clang-sys/build/ |
H A D | common.rs | 186 /// and returns the paths to and filenames of those files. 195 let paths = filenames in search_directory() 204 paths in search_directory() 226 /// match one or more filename glob patterns and returns the paths to and 245 /// filename glob patterns and returns the paths to and filenames of those files.
|
/third_party/unity/examples/example_3/ |
H A D | rakefile_helper.rb | 51 def find_source_file(header, paths) 52 paths.each do |dir|
|
/third_party/skia/third_party/externals/abseil-cpp/absl/ |
H A D | abseil.podspec.gen.py | 69 def normalize_paths(paths): 72 return [path.lstrip("/").replace(":", "/") for path in paths]
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | dtx_diff | 55 include paths will be set properly. 58 the dts source file for include paths to be set properly for '#include' 71 add the path of DTx_1 and DTx_2 to the include paths. If DTx_2 includes
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | dtx_diff | 55 include paths will be set properly. 58 the dts source file for include paths to be set properly for '#include' 71 add the path of DTx_1 and DTx_2 to the include paths. If DTx_2 includes
|
/third_party/lzma/CPP/Windows/ |
H A D | Shell.cpp | 192 Is there a way to fix this code for long paths?
in DataObject_GetData_HDROP_Names() 350 HRESULT DataObject_GetData_HDROP_or_IDLIST_Names(IDataObject *dataObject, UStringVector &paths)
in DataObject_GetData_HDROP_or_IDLIST_Names() argument 353 HRESULT hres = NShell::DataObject_GetData_HDROP_Names(dataObject, paths);
in DataObject_GetData_HDROP_or_IDLIST_Names() 359 hres = NShell::DataObject_GetData_IDLIST(dataObject, paths);
in DataObject_GetData_HDROP_or_IDLIST_Names() 644 /* win10: SHBrowseForFolder() doesn't support long paths,
|
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 721 static const char *paths[] = { DEVRANDOM_EGD, NULL }; in ossl_pool_acquire_entropy() 727 for (i = 0; bytes_needed > 0 && paths[i] != NULL; i++) { in ossl_pool_acquire_entropy() 732 num = RAND_query_egd_bytes(paths[i], in ossl_pool_acquire_entropy()
|