Home
last modified time | relevance | path

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

1234

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dparse_dependency.py132 def dependencyLanguage(dependency, specmacros = False): argument
163 def dependencyNames(dependency): argument
177 def test(dependency, expected): argument
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_scoreboard.cpp408 struct dependency { struct
412 dependency() : ordered(TGL_REGDIST_NULL), jp(), in dependency() function
420 dependency(tgl_regdist_mode mode, const ordered_address &jp, in dependency() function
429 dependency(tgl_sbid_mode mode, unsigned id, bool exec_all) : in dependency() argument
437 tgl_regdist_mode ordered;
452 ordered_address jp;
458 tgl_sbid_mode unordered;
461 unsigned id;
469 bool exec_all;
479 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-development.js20 dependency: 'file:./dependency' property
27 var dependency = { variable
Dinstall-cli-only-production.js22 dependency: 'file:./dependency' property
29 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/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dinput_test.py20 def _create_dependency(self, dependent, dependency): argument
/third_party/node/tools/gyp/pylib/gyp/
Dinput_test.py19 def _create_dependency(self, dependent, dependency): argument
/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/protobuf/php/src/Google/Protobuf/Internal/
DFileDescriptorProto.php37 private $dependency; variable in Google\\Protobuf\\Internal\\FileDescriptorProto
/third_party/skia/third_party/externals/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
/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/gn/src/gn/
Dninja_build_writer_unittest.cc197 base::FilePath dependency = in TEST_F() local

1234