| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
| D | parse_dependency.py | 176 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/ |
| D | parse_dependency.py | 176 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/ |
| D | CMakeLists.txt | 201 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/ |
| D | brw_fs_scoreboard.cpp | 408 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/ |
| D | evaluatorImpl.ts | 353 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/ |
| D | BuiltInFunctionEmulator.cpp | 60 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/ |
| D | BreakIteratorMapperTest.java | 133 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/ |
| D | test-watch-mode.mjs | 190 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/ |
| D | input_test.py | 19 def _create_dependency(self, dependent, dependency): argument
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
| D | input_test.py | 19 def _create_dependency(self, dependent, dependency): argument
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkRenderPass.cpp | 172 VkSubpassDependency& dependency = dependencies[currentDependency++]; in Create() local 249 VkSubpassDependency& dependency = dependencies[currentDependency++]; in Create() local
|
| /third_party/protobuf/src/google/protobuf/compiler/java/ |
| D | java_shared_code_generator.cc | 186 const std::string& dependency = dependencies[i].second; in GenerateDescriptors() local
|
| D | java_file.cc | 477 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/ |
| D | BreakIteratorMapper.java | 119 private void addDependency(String name, String type, Optional<String> dependency) { in addDependency()
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| D | FileDescriptorProto.php | 37 private $dependency; variable in Google\\Protobuf\\Internal\\FileDescriptorProto
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| D | transformation_propagate_instruction_up.cpp | 65 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/ |
| D | transformation_propagate_instruction_up.cpp | 65 auto* dependency = ir_context->get_def_use_mgr()->GetDef(operand.words[0]); in HasValidDependencies() local
|
| /third_party/spirv-tools/source/fuzz/ |
| D | transformation_propagate_instruction_up.cpp | 65 auto* dependency = ir_context->get_def_use_mgr()->GetDef(operand.words[0]); in HasValidDependencies() local
|
| /third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
| D | cctest.h | 144 const char* dependency() const { return dependency_; } in dependency() function
|
| /third_party/protobuf/src/google/protobuf/compiler/php/ |
| D | php_generator.cc | 981 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/ |
| D | xcode_object.cc | 405 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
|
| D | ninja_build_writer_unittest.cc | 283 base::FilePath dependency = in TEST_F() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| D | vktRenderPassTestsUtil.cpp | 790 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/ |
| D | vktRenderPassTestsUtil.cpp | 790 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/ |
| D | vktPipelineStencilExportTests.cpp | 324 VkSubpassDependency dependency = in makeTestRenderPass() local
|