/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 81 struct dso **deps, *needed_by; member 304 struct dso **deps = use_deps ? dso->deps : 0; in find_sym2() local 305 for (; dso; dso=use_deps ? *deps++ : dso->syms_next) { in find_sym2() 1217 if (p->deps) return; in load_direct_deps() 1224 /* Use builtin buffer for apps with no external deps, to in load_direct_deps() 1226 p->deps = (p==head && cnt<2) ? builtin_deps : in load_direct_deps() 1227 calloc(cnt+1, sizeof *p->deps); in load_direct_deps() 1228 if (!p->deps) { in load_direct_deps() 1234 p->deps[cn in load_direct_deps() [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | extdependency.py | 192 deps = ApiDependencies(args.registry) variable 193 print('KHR exts =', sorted(deps.khrExtensions())) 194 print('Ratified exts =', sorted(deps.ratifiedExtensions())) 200 deps = ApiDependencies(args.registry)
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | deps.rs | 11 pub fn write(&self, deps: &BTreeSet<String>) -> std::io::Result<()> { in write() 14 for file in deps { in write()
|
/third_party/skia/third_party/externals/brotli/tests/ |
H A D | Makefile | 7 test: deps 11 deps :
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/ |
H A D | property.h | 177 bool SetBind(const IFunction::ConstPtr& func, const BASE_NS::array_view<const INotifyOnChange::ConstPtr>& deps = {}) in SetBind() 181 if (!b->SetTarget(func, deps.empty(), p_)) { 184 for (auto& d : deps) { 192 bool SetBind(const IProperty::ConstPtr& prop, const BASE_NS::array_view<const INotifyOnChange::ConstPtr>& deps = {}) in SetBind() 196 if (!b->SetTarget(prop, deps.empty(), p_)) { 199 for (auto& d : deps) {
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_params.c | 1694 int deps[4]; member 1702 snd_interval_mul(hw_param_interval_c(params, rule->deps[0]), in snd_pcm_hw_rule_mul() 1703 hw_param_interval_c(params, rule->deps[1]), &t); in snd_pcm_hw_rule_mul() 1711 snd_interval_div(hw_param_interval_c(params, rule->deps[0]), in snd_pcm_hw_rule_div() 1712 hw_param_interval_c(params, rule->deps[1]), &t); in snd_pcm_hw_rule_div() 1720 snd_interval_muldivk(hw_param_interval_c(params, rule->deps[0]), in snd_pcm_hw_rule_muldivk() 1721 hw_param_interval_c(params, rule->deps[1]), in snd_pcm_hw_rule_muldivk() 1730 snd_interval_mulkdiv(hw_param_interval_c(params, rule->deps[0]), in snd_pcm_hw_rule_mulkdiv() 1732 hw_param_interval_c(params, rule->deps[1]), &t); in snd_pcm_hw_rule_mulkdiv() 1742 snd_interval_t *i = hw_param_interval(params, rule->deps[ in snd_pcm_hw_rule_format() [all...] |
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | kernel.cpp | 247 const ref_vector<event> &deps) { in validate_common() 251 }, deps)) in validate_common() 322 auto deps = objs<wait_list_tag>(d_deps, num_deps); in clEnqueueNDRangeKernel() local 328 validate_common(q, kern, deps); in clEnqueueNDRangeKernel() 331 q, CL_COMMAND_NDRANGE_KERNEL, deps, in clEnqueueNDRangeKernel() 349 auto deps = objs<wait_list_tag>(d_deps, num_deps); in clEnqueueTask() local 351 validate_common(q, kern, deps); in clEnqueueTask() 354 q, CL_COMMAND_TASK, deps, in clEnqueueTask() 246 validate_common(const command_queue &q, kernel &kern, const ref_vector<event> &deps) validate_common() argument
|
/third_party/gn/src/gn/ |
H A D | ninja_rust_binary_target_writer.h | 31 void WriteExternsAndDeps(const std::vector<const Target*>& deps, 40 UniqueVector<OutputFile>* deps) const;
|
H A D | ohos_components_mapping.h | 28 const std::string &label, const std::string &deps) const;
30 const std::string &label, const std::string &deps) const;
|
H A D | function_forward_variables_from.cc | 125 # parameters, and wants to use the various types of deps and the visibility 130 forward_variables_from(invoker, [ "data_deps", "deps", 133 # "deps" may or may not be defined at this point. 134 if (defined(deps)) { 135 deps += [ "//tools/doom_melon" ] 137 deps = [ "//tools/doom_melon" ]
|
H A D | functions_target.cc | 19 " Deps: assert_no_deps, data_deps, deps, public_deps, runtime_deps,\n" \ 101 " The \"deps\" and \"public_deps\" for an action will always be\n" \ 488 deps = [ ":${app_name}_bundle_info_plist" ] 490 deps += [ ":${app_name}_generate_executable" ] 513 deps += [ ":${app_name}_bundle_executable" ] 552 generates the file to copy must be reachable from the deps or public_deps of 594 deps = [ "//src/tools/melon" ] 658 deps = [ 686 the loadable module in its "deps". If you don't want this (if you don't need 779 shared library in its "deps" [all...] |
H A D | toolchain.h | 78 const LabelTargetVector& deps() const { return deps_; } in deps() function in Toolchain 79 LabelTargetVector& deps() { return deps_; } in deps() function in Toolchain
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkTimelineSemaphore.cpp | 62 for(auto dep : deps) in signal() 112 for(auto dep : deps) in signal() 128 deps.push_back(other.shared); in addDependent()
|
/third_party/ninja/src/ |
H A D | missing_deps.cc | 31 /// without updating graph deps like the base loader does. 92 std::string deps_type = edge->GetBinding("deps"); in ProcessNode() 94 DepsLog::Deps* deps = deps_log_->GetDeps(node); in ProcessNode() local 95 if (deps) in ProcessNode() 96 ProcessNodeDeps(node, deps->nodes, deps->node_count); in ProcessNode()
|
H A D | deps_log.h | 94 /// Returns if the deps entry for a node is still reachable from the manifest. 96 /// The deps log can contain deps entries for files that were built in the 104 const std::vector<Deps*>& deps() const { return deps_; } in deps() function 107 // Updates the in-memory representation. Takes ownership of |deps|. 108 // Returns true if a prior deps record was deleted. 109 bool UpdateDeps(int out_id, Deps* deps); 123 /// Maps id -> deps of that id.
|
H A D | graph.cc | 148 // This is our first encounter with this edge. Load discovered deps.
in RecomputeNodeDirty() 630 string deps_type = edge->GetBinding("deps");
in LoadDeps() 638 // No deps to load.
in LoadDeps() 736 // NOTE: deps are only supported for single-target edges.
in LoadDepsFromLog() 738 DepsLog::Deps* deps = deps_log_ ? deps_log_->GetDeps(output) : NULL;
in LoadDepsFromLog() local 739 if (!deps) {
in LoadDepsFromLog() 740 EXPLAIN("deps for '%s' are missing", output->path().c_str());
in LoadDepsFromLog() 744 // Deps are invalid if the output is newer than the deps.
in LoadDepsFromLog() 745 if (output->mtime() > deps->mtime) {
in LoadDepsFromLog() 746 EXPLAIN("stored deps inf in LoadDepsFromLog() [all...] |
/foundation/resourceschedule/ffrt/src/dm/ |
H A D | sdependence_manager.h | 36 void onWait(const ffrt_deps_t* deps, int64_t deadline = -1) override; 38 void onWait(const ffrt_deps_t* deps) override;
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 869 struct dso **deps = use_deps ? dso->deps : 0; in find_sym2() local 870 for (; dso; dso=use_deps ? *deps++ : dso->syms_next) { in find_sym2() 908 struct dso **deps = dso->deps; in find_sym_by_deps() local 909 for (; dso; dso = *deps++) { in find_sym_by_deps() 2378 if (p->deps) return; in load_direct_deps() 2385 /* Use builtin buffer for apps with no external deps, to in load_direct_deps() 2387 p->deps = (p==head && cnt<2) ? builtin_deps : in load_direct_deps() 2388 calloc(cnt+1, sizeof *p->deps); in load_direct_deps() [all...] |
/third_party/mbedtls/tests/scripts/ |
H A D | set_psa_test_dependencies.py | 138 deps = set() 165 deps.update(dependencies_of_symbol(symbol)) 166 return sorted(deps)
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | ninja_syntax.py | 53 deps=None, 71 if deps: 72 self.variable("deps", deps, indent=1)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | ninja_syntax.py | 53 deps=None, 71 if deps: 72 self.variable("deps", deps, indent=1)
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 93 struct dso **deps, *needed_by; member 319 struct dso **deps = use_deps ? dso->deps : 0; in find_sym2() local 320 for (; dso; dso=use_deps ? *deps++ : dso->syms_next) { in find_sym2() 1307 if (p->deps) return; 1314 /* Use builtin buffer for apps with no external deps, to 1316 p->deps = (p==head && cnt<2) ? builtin_deps : 1317 calloc(cnt+1, sizeof *p->deps); 1318 if (!p->deps) { 1324 p->deps[cn [all...] |
/foundation/resourceschedule/ffrt/interfaces/kits/cpp/ |
H A D | task.h | 673 * @param deps Indicates a pointer to the dependent tasks. 677 static inline void wait(std::initializer_list<dependence> deps) in wait() argument 679 ffrt_deps_t d{static_cast<uint32_t>(deps.size()), deps.begin()}; in wait() 686 * @param deps Indicates a pointer to the dependent tasks. 690 static inline void wait(const std::vector<dependence>& deps) in wait() argument 692 ffrt_deps_t d{static_cast<uint32_t>(deps.size()), deps.data()}; in wait()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/ |
H A D | main.go | 158 deps, err := getDEPS(dawn, name) 162 depsTintHash, err := parseTintFromDEPS(deps) 337 deps, err := tree.File("DEPS") 341 return deps.Contents() 364 // parseTintFromDEPS returns the tint hash from the DEPS file content 'deps' 365 func parseTintFromDEPS(deps string) (plumbing.Hash, error) { 366 m := reDEPSTintVersion.FindStringSubmatch(deps)
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 835 struct dso **deps = use_deps ? dso->deps : 0; in find_sym2() local 836 for (; dso; dso=use_deps ? *deps++ : dso->syms_next) { in find_sym2() 873 struct dso **deps = dso->deps; in find_sym_by_deps() local 874 for (; dso; dso=*deps++) { in find_sym_by_deps() 2190 if (p->deps) return; in load_direct_deps() 2197 /* Use builtin buffer for apps with no external deps, to in load_direct_deps() 2199 p->deps = (p==head && cnt<2) ? builtin_deps : in load_direct_deps() 2200 calloc(cnt+1, sizeof *p->deps); in load_direct_deps() [all...] |