/third_party/node/deps/npm/lib/commands/ |
H A D | view.js | 344 deps: Object.keys(manifest.dependencies || {}).map((dep) => { 384 ' | deps: ' + (info.deps.length ? chalk.cyan(info.deps.length) : chalk.green('none')) + 417 if (info.deps.length) { 420 this.npm.output(columns(info.deps.slice(0, maxDeps), { padding: 1 })) 421 if (info.deps.length > maxDeps) { 422 this.npm.output(`(...and ${info.deps.length - maxDeps} more.)`)
|
/third_party/gn/src/gn/ |
H A D | ninja_rust_binary_target_writer.cc | 126 // but changes in the inputs deps won't cause the file to be recompiled. See in Run() 134 // Public rust_library deps go in a --extern rlibs, public non-rust deps go in in Run() 135 // -Ldependency. Also assemble a list of extra (i.e. implicit) deps in Run() 230 UniqueVector<OutputFile>* deps) const { in AppendSourcesAndInputsToImplicitDeps() 232 // Any other 'sources' are just implicit deps. in AppendSourcesAndInputsToImplicitDeps() 237 deps->push_back(OutputFile(settings_->build_settings(), source)); in AppendSourcesAndInputsToImplicitDeps() 240 deps->push_back(OutputFile(settings_->build_settings(), data)); in AppendSourcesAndInputsToImplicitDeps() 259 const std::vector<const Target*>& deps, in WriteExternsAndDeps() 258 WriteExternsAndDeps( const std::vector<const Target*>& deps, const std::vector<ExternCrate>& transitive_rust_deps, const std::vector<OutputFile>& rustdeps, const std::vector<OutputFile>& nonrustdeps) WriteExternsAndDeps() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_unmarshal_thread.cpp | 181 std::vector<ffrt::dependence> deps; in Wait() local 184 std::swap(deps, cachedDeps_); in Wait() 186 ffrt::wait(deps); in Wait()
|
/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_core.cpp | 245 std::vector<ffrt::dependence> deps; in HWTEST_F() local 249 deps.emplace_back(h); in HWTEST_F() 258 ffrt::wait(deps); in HWTEST_F()
|
/third_party/icu/icu4c/source/test/depstest/ |
H A D | depstest.py | 140 deps = item.get("deps") 141 if deps: 142 for dep in deps:
|
/third_party/node/deps/npm/lib/utils/ |
H A D | sbom-cyclonedx.js | 34 const deps = [] 45 deps.push(toCyclonedxDependency(node, nodes)) 69 dependencies: deps,
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | event.h | 123 containers::vector<std::shared_ptr<Shared>, 1> deps; member 145 for (auto dep : deps) { in signal() 238 s->deps.push_back(any.shared); in any()
|
/foundation/resourceschedule/ffrt/src/dm/ |
H A D | sdependence_manager.cpp | 198 void SDependenceManager::onWait(const ffrt_deps_t* deps, int64_t deadline = -1) in onWait() argument 200 void SDependenceManager::onWait(const ffrt_deps_t* deps) in onWait() 210 waitDatas.reserve(deps->len); in onWait() 213 for (uint32_t i = 0; i < deps->len; ++i) { in onWait() 214 auto d = deps->items[i].ptr; in onWait()
|
H A D | dependence_manager.h | 102 virtual void onWait(const ffrt_deps_t* deps, int64_t deadline = -1) = 0; 104 virtual void onWait(const ffrt_deps_t* deps) = 0;
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | psa_information.py | 110 for regex, deps in DEPENDENCY_FROM_DESCRIPTION.items(): 112 dep_list += deps
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-compilation-info.cc | 68 compiler::CompilationDependencies* deps = in MAGLEV_COMPILATION_FLAG_LIST() local 70 USE(deps); // The deps register themselves in the heap broker. in MAGLEV_COMPILATION_FLAG_LIST()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | jsgenerator.py | 95 deps = sorted(self.apimap[api], key = lambda dep: dep[0]) 96 reqs = ', '.join('[{}, {}]'.format(undefquote(dep[0]), undefquote(dep[1])) for dep in deps)
|
H A D | pygenerator.py | 89 deps = sorted(self.apimap[api], key = lambda dep: dep[0]) 90 reqs = ', '.join('({}, {})'.format(enquote(dep[0]), enquote(dep[1])) for dep in deps)
|
H A D | rubygenerator.py | 103 deps = sorted(self.apimap[api], key = lambda dep: dep[0]) 104 reqs = ', '.join('[{}, {}]'.format(nilquote(dep[0]), nilquote(dep[1])) for dep in deps)
|
/third_party/skia/bin/ |
H A D | fetch-sk | 44 deps = f.read().decode() variable 45 found = re.findall(r"'sk_tool_revision':\s*'(\S+)'", deps)
|
/third_party/skia/build/fuchsia/ |
H A D | fidl_gen_cpp | 23 deps = parsed['deps'] 24 for dep in deps:
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | android.py | 150 deps, link_deps = self.ComputeDeps(spec) 203 # TODO: doesn't pull in things through transitive link deps; needed? 204 target_dependencies = [x[1] for x in deps if x[0] == "path"] 205 self.WriteLn("# Make sure our deps are built first.") 226 self.WriteLn("# Make sure our deps and generated files are built first.") 238 spec, configs, deps, link_deps, part_of_all, write_alias_target 825 Returns a tuple (deps, link_deps), where each is a list of 827 building (deps) or linking (link_deps). 829 deps = [] 832 deps [all...] |
H A D | make.py | 141 # out/Release/.deps/out/Release/Chromium?Framework.framework/foo 362 depsdir := $(builddir)/.deps 418 # We have to fixup the deps output in a few ways. 562 # even though we don't have the deps yet. 838 deps, link_deps = self.ComputeDeps(spec) 905 deps, 939 deps, 1357 deps, 1367 configs, deps, sources: input from gyp. 1427 if deps [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | android.py | 150 deps, link_deps = self.ComputeDeps(spec) 203 # TODO: doesn't pull in things through transitive link deps; needed? 204 target_dependencies = [x[1] for x in deps if x[0] == "path"] 205 self.WriteLn("# Make sure our deps are built first.") 226 self.WriteLn("# Make sure our deps and generated files are built first.") 238 spec, configs, deps, link_deps, part_of_all, write_alias_target 825 Returns a tuple (deps, link_deps), where each is a list of 827 building (deps) or linking (link_deps). 829 deps = [] 832 deps [all...] |
H A D | make.py | 142 # out/Release/.deps/out/Release/Chromium?Framework.framework/foo 363 depsdir := $(builddir)/.deps 421 # We have to fixup the deps output in a few ways. 565 # even though we don't have the deps yet. 847 deps, link_deps = self.ComputeDeps(spec) 914 deps, 948 deps, 1366 deps, 1376 configs, deps, sources: input from gyp. 1436 if deps [all...] |
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | dependency_graph.cc | 85 std::vector<Global*> deps; member 432 current_global_->deps.emplace_back(global); in AddGlobalDependency() 560 /// and adding these to each global's Global::deps field. 583 size_t dep_idx; // The dependency index in `global->deps` in TraverseDependencies() 594 if (entry.dep_idx < entry.global->deps.size()) { in TraverseDependencies() 596 auto& dep = entry.global->deps[entry.dep_idx]; in TraverseDependencies() 685 for (auto* dep : global->deps) { in ErrorOnOutOfOrderDeclarations() 751 for (auto* dep : global->deps) { in DumpDependencyGraph()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuThreadUtil.hpp | 77 void read (de::SharedPtr<Event> event, std::vector<de::SharedPtr<Event> >& deps); 78 void modify (de::SharedPtr<Event> event, std::vector<de::SharedPtr<Event> >& deps);
|
/third_party/node/deps/v8/tools/cppgc/ |
H A D | gen_cmake.py | 403 Target = namedtuple('Target', 'name cmake deps desc') 408 deps=['Threads::Threads'], 413 deps=['cppgc'], 418 deps=['cppgc', 'gtest', 'gmock'], 426 {'target_link_libraries(' + target.name + ' ' + ' '.join(target.deps) + ')' if target.deps else ''}
|
/third_party/ninja/misc/ |
H A D | ninja_syntax.py | 72 deps: Optional[Union[str, List[str]]] = None, 90 if deps: 91 self.variable('deps', deps, indent=1)
|
/third_party/node/deps/npm/node_modules/init-package-json/lib/ |
H A D | default-input.js | 22 const deps = {} 35 deps[dir] = config.get('save-exact') ? p.version : config.get('save-prefix') + p.version 38 return deps
|