Home
last modified time | relevance | path

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

1234

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dparse_dependency.py176 def evaluateDependency(dependency, isSupported): argument
214 def dependencyLanguage(dependency, leafMarkup, opMarkup, parenthesize): argument
232 def dependencyLanguageComment(dependency): argument
239 def dependencyLanguageSpecMacros(dependency): argument
245 def dependencyLanguageC(dependency): argument
267 def dependencyNames(dependency): argument
311 def dependencyMarkup(dependency): argument
334 def test(dependency, expected): argument
/third_party/vulkan-headers/registry/
Dparse_dependency.py176 def evaluateDependency(dependency, isSupported): argument
214 def dependencyLanguage(dependency, leafMarkup, opMarkup, parenthesize): argument
232 def dependencyLanguageComment(dependency): argument
239 def dependencyLanguageSpecMacros(dependency): argument
245 def dependencyLanguageC(dependency): argument
267 def dependencyNames(dependency): argument
311 def dependencyMarkup(dependency): argument
334 def test(dependency, expected): argument
/third_party/mbedtls/tests/
DCMakeLists.txt201 set(dependency test_suite_bignum_generated_data) variable
205 set(dependency test_suite_ecp_generated_data) variable
209 set(dependency test_suite_psa_generated_data) variable
213 …set(dependency test_suite_bignum_generated_data test_suite_ecp_generated_data test_suite_psa_gener… variable
/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() argument
429 dependency(tgl_sbid_mode mode, unsigned id, bool exec_all) : in dependency() function
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/typescript/src/harness/
DevaluatorImpl.ts353 const dependency = this.load(this.resolve(dependencyId, base)); constant
369 for (const dependency of module.dependencies) { constant
388 const dependency = module.dependencies[i]; constant
429 for (const dependency of module.dependencies) { constant
447 for (const dependency of module.dependencies) { constant
/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/test/sequential/
Dtest-watch-mode.mjs190 const dependency = createTmpFile('module.exports = {};'); constant
208 const dependency = createTmpFile('module.exports = {};'); constant
314 const dependency = path.join(tmpdir.path, `${tmpFiles++}.js`); constant
325 const dependency = path.join(tmpdir.path, relativeDependencyPath); constant
/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.py19 def _create_dependency(self, dependent, dependency): argument
/third_party/skia/src/gpu/vk/
DGrVkRenderPass.cpp172 VkSubpassDependency& dependency = dependencies[currentDependency++]; in Create() local
249 VkSubpassDependency& dependency = dependencies[currentDependency++]; in Create() local
/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/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
DBreakIteratorMapper.java119 private void addDependency(String name, String type, Optional<String> dependency) { in addDependency()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFileDescriptorProto.php37 private $dependency; variable in Google\\Protobuf\\Internal\\FileDescriptorProto
/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/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/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/icu/vendor/double-conversion/upstream/test/cctest/
Dcctest.h144 const char* dependency() const { return dependency_; } in dependency() function
/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc981 RepeatedPtrField<string>* dependency = file_proto->mutable_dependency(); in GenerateAddFileToPool() local
1028 const FileDescriptor* dependency = file->dependency(i); in AnalyzeDependencyForFile() local
1040 const FileDescriptor* dependency = file->dependency(i); in AnalyzeDependencyForFile() local
1111 RepeatedPtrField<string>* dependency = file_proto->mutable_dependency(); in GenerateAddFilesToPool() local
/third_party/gn/src/gn/
Dxcode_object.cc405 void PBXTarget::AddDependency(std::unique_ptr<PBXTargetDependency> dependency) { in AddDependency()
417 for (const auto& dependency : dependencies_) in Visit() local
426 for (const auto& dependency : dependencies_) in Visit() local
Dninja_build_writer_unittest.cc283 base::FilePath dependency = in TEST_F() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp790 for (const auto& dependency : renderPassInfo.getDependencies()) in createRenderPass() local
798 for (const auto& dependency : renderPassInfo.getDependencies()) in createRenderPass() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp790 for (const auto& dependency : renderPassInfo.getDependencies()) in createRenderPass() local
798 for (const auto& dependency : renderPassInfo.getDependencies()) in createRenderPass() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineStencilExportTests.cpp324 VkSubpassDependency dependency = in makeTestRenderPass() local

1234