Home
last modified time | relevance | path

Searched defs:dependency (Results 1 – 25 of 68) sorted by relevance

123

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_scoreboard.cpp406 struct dependency { struct
410 dependency() : ordered(TGL_REGDIST_NULL), jp(), in dependency() function
418 dependency(tgl_regdist_mode mode, const ordered_address &jp, in dependency() argument
427 dependency(tgl_sbid_mode mode, unsigned id, bool exec_all) : in dependency() argument
435 tgl_regdist_mode ordered;
450 ordered_address jp;
456 tgl_sbid_mode unordered;
459 unsigned id;
467 bool exec_all;
477 static const dependency done;
/third_party/node/deps/npm/test/tap/
Dinstall-cli-only-shrinkwrap.js20 dependency: 'file:./dependency' property
34 dependency: { property
44 var dependency = { variable
Dinstall-test-cli-without-package-lock.js18 dependency: 'file:./dependency' property
22 var dependency = { variable
Dinstall-cli-production.js22 dependency: 'file:./dependency' property
29 var dependency = { variable
Dinstall-cli-only-production.js22 dependency: 'file:./dependency' property
29 var dependency = { variable
Dinstall-cli-only-development.js20 dependency: 'file:./dependency' property
27 var dependency = { variable
Dinstall-windows-newlines.js24 var dependency = { variable
Dscripts-whitespace-windows.js30 var dependency = { variable
Dinstall-link-scripts.js23 var dependency = { variable
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DBuiltInFunctionEmulator.cpp61 const TSymbolUniqueId &dependency, in addEmulatedFunctionWithDependency()
124 auto dependency = mFunctionDependencies.find(uniqueId); in setFunctionCalled() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBuiltInFunctionEmulator.cpp60 const TSymbolUniqueId &dependency, in addEmulatedFunctionWithDependency()
123 auto dependency = mFunctionDependencies.find(uniqueId); in setFunctionCalled() local
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
DBreakIteratorMapperTest.java133 private static CldrValue dictionary(String type, String dependency) { in dictionary()
141 private static CldrValue boundaries(BoundaryType type, String dependency, String alt) { in boundaries()
/third_party/boost/boost/graph/distributed/
Dbetweenness_centrality.hpp701 DependencyMap dependency, in do_brandes_sssp()
960 DependencyMap dependency, in brandes_betweenness_centrality_impl()
1048 DependencyMap dependency, in do_sequential_brandes_sssp()
1117 DependencyMap dependency, // delta in non_distributed_brandes_betweenness_centrality_impl()
1233 DependencyMap dependency, in brandes_betweenness_centrality()
1265 DependencyMap dependency, in brandes_betweenness_centrality()
1309 std::vector<centrality_type> dependency(V); in brandes_betweenness_centrality_dispatch2() local
1342 std::vector<edges_size_type> dependency(V); in brandes_betweenness_centrality_dispatch2() local
1448 DependencyMap dependency, in non_distributed_brandes_betweenness_centrality()
1475 DependencyMap dependency, in non_distributed_brandes_betweenness_centrality()
[all …]
/third_party/node/tools/gyp/pylib/gyp/
Dinput_test.py19 def _create_dependency(self, dependent, dependency): argument
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dinput_test.py20 def _create_dependency(self, dependent, dependency): argument
/third_party/boost/boost/graph/
Dbetweenness_centrality.hpp319 DependencyMap dependency, // delta in brandes_betweenness_centrality_impl()
405 DependencyMap dependency, // delta in brandes_betweenness_centrality()
425 DependencyMap dependency, // delta in brandes_betweenness_centrality()
465 std::vector< centrality_type > dependency(V); in brandes_betweenness_centrality_dispatch2() local
497 std::vector< centrality_type > dependency(V); in brandes_betweenness_centrality_dispatch2() local
/third_party/skia/src/gpu/vk/
DGrVkRenderPass.cpp171 VkSubpassDependency& dependency = dependencies[currentDependency++]; in Create() local
247 VkSubpassDependency& dependency = dependencies[currentDependency++]; in Create() local
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
DBreakIteratorMapper.java96 private void addDependency(String name, String type, Optional<String> dependency) { in addDependency()
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_shared_code_generator.cc186 const std::string& dependency = dependencies[i].second; in GenerateDescriptors() local
Djava_file.cc477 std::string dependency = in GenerateDescriptorInitializationCodeForImmutable() local
581 std::string dependency = in GenerateDescriptorInitializationCodeForMutable() local
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
Dcctest.h132 const char* dependency() const { return dependency_; } in dependency() function
/third_party/boost/boost/test/tree/
Ddecorator.hpp195 explicit depends_on( const_string dependency ) : m_dependency( dependency ) {} in depends_on()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFileDescriptorProto.php37 private $dependency; variable in Google\\Protobuf\\Internal\\FileDescriptorProto
/third_party/spirv-tools/source/fuzz/
Dtransformation_propagate_instruction_up.cpp65 auto* dependency = ir_context->get_def_use_mgr()->GetDef(operand.words[0]); in HasValidDependencies() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_propagate_instruction_up.cpp65 auto* dependency = ir_context->get_def_use_mgr()->GetDef(operand.words[0]); in HasValidDependencies() local

123