/third_party/icu/icu4c/source/test/depstest/ |
H A D | icu-dependencies-mode.el | |
H A D | depstest.py | 35 import dependencies namespace [all...] |
/third_party/pulseaudio/src/ |
H A D | depmod.py | 47 dependencies = {} variable
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-create-lowering.h | 36 JSCreateLowering(Editor* editor, CompilationDependencies* dependencies, in JSCreateLowering() argument 127 CompilationDependencies* dependencies() const { return dependencies_; } in dependencies() function in v8::internal::compiler::final
|
H A D | property-access-builder.h | 68 CompilationDependencies* dependencies() const { return dependencies_; } in dependencies() function in v8::internal::compiler::PropertyAccessBuilder 31 PropertyAccessBuilder(JSGraph* jsgraph, JSHeapBroker* broker, CompilationDependencies* dependencies) PropertyAccessBuilder() argument
|
H A D | typed-optimization.h | 85 CompilationDependencies* dependencies() const { return dependencies_; } in dependencies() function in v8::internal::compiler::final
|
H A D | js-native-context-specialization.h | 254 CompilationDependencies* dependencies() const { return dependencies_; } in dependencies() function in v8::internal::compiler::final
|
H A D | map-inference.cc | 129 bool MapInference::RelyOnMapsHelper(CompilationDependencies* dependencies, in RelyOnMapsHelper() argument 113 RelyOnMapsViaStability( CompilationDependencies* dependencies) RelyOnMapsViaStability() argument 119 RelyOnMapsPreferStability( CompilationDependencies* dependencies, JSGraph* jsgraph, Effect* effect, Control control, const FeedbackSource& feedback) RelyOnMapsPreferStability() argument
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | ci.js | |
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | ecp.py | 26 dependencies = ["MBEDTLS_ECP_DP_SECP192R1_ENABLED", variable in EcpP192R1Raw 103 dependencies = ["MBEDTLS_ECP_DP_SECP224R1_ENABLED", variable in EcpP224R1Raw 182 dependencies = ["MBEDTLS_ECP_DP_SECP256R1_ENABLED", variable in EcpP256R1Raw 266 dependencies = ["MBEDTLS_ECP_DP_SECP384R1_ENABLED", variable in EcpP384R1Raw 389 dependencies = ["MBEDTLS_ECP_DP_SECP521R1_ENABLED", variable in EcpP521R1Raw 496 dependencies = ["MBEDTLS_ECP_DP_SECP192K1_ENABLED"] variable in EcpP192K1Raw 568 dependencies = ["MBEDTLS_ECP_DP_SECP224K1_ENABLED"] variable in EcpP224K1Raw 642 dependencies = ["MBEDTLS_ECP_DP_SECP256K1_ENABLED"] variable in EcpP256K1Raw 718 dependencies = ["MBEDTLS_ECP_DP_CURVE25519_ENABLED"] variable in EcpP255Raw 787 dependencies variable in EcpP448Raw [all...] |
H A D | test_data_generation.py | 55 dependencies = [] # type: List[str] variable in BaseTest
|
H A D | bignum_common.py | 120 dependencies = [] # type: List[Any] variable in OperationCommon
|
/third_party/node/deps/v8/include/ |
H A D | v8-extension.h | 41 const char** dependencies() const { return deps_; } in dependencies() function in v8::Extension
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-extension.h | 41 const char** dependencies() const { return deps_; } in dependencies() function in v8::Extension
|
/third_party/rust/crates/bindgen/bindgen/ir/analysis/ |
H A D | template_params.rs | 381 let mut dependencies = HashMap::default(); in new() variables [all...] |
H A D | mod.rs | 184 let mut dependencies = HashMap::default(); in generate_dependencies() variables
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkRenderPass.hpp | 103 VkSubpassDependency *dependencies = nullptr; member in vk::RenderPass
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_extension_inspection.hpp | 507 static std::map<std::string, std::map<std::string, std::vector<std::vector<std::string>>>> dependencies = { in getExtensionDepends() local 2074 std::map<std::string, std::vector<std::vector<std::string>>> const & dependencies = getExtensionDepends( extension ); in getExtensionDepends() member in VULKAN_HPP_NAMESPACE::std
|
/third_party/gn/src/gn/ |
H A D | ninja_create_bundle_target_writer.cc | 282 WriteCompileAssetsCatalogInputDepsStamp( const std::vector<const Target*>& dependencies) WriteCompileAssetsCatalogInputDepsStamp() argument
|
H A D | rust_project_writer_helpers.h | 93 DependencyList& dependencies() { return deps_; } in dependencies() function in Crate
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | DescriptorPool.cs | 54 private readonly HashSet<FileDescriptor> dependencies; field in Google.Protobuf.Reflection.DescriptorPool
|
H A D | FileDescriptor.cs | 83 private FileDescriptor(ByteString descriptorData, FileDescriptorProto proto, IEnumerable<FileDescriptor> dependencies, DescriptorPool pool, bool allowUnknownDependencies, GeneratedClrTypeInfo generatedCodeInfo) in FileDescriptor() argument 363 BuildFrom(ByteString descriptorData, FileDescriptorProto proto, FileDescriptor[] dependencies, bool allowUnknownDependencies, GeneratedClrTypeInfo generatedCodeInfo) BuildFrom() argument 419 FromGeneratedCode( byte[] descriptorData, FileDescriptor[] dependencies, GeneratedClrTypeInfo generatedCodeInfo) FromGeneratedCode() argument 449 GetAllExtensions(FileDescriptor[] dependencies, GeneratedClrTypeInfo generatedInfo) GetAllExtensions() argument [all...] |
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_shared_code_generator.cc | 162 std::vector<std::pair<std::string, std::string> > dependencies; in GenerateDescriptors() local
|
/third_party/skia/src/gpu/ |
H A D | GrRenderTask.h | 80 SkSpan<GrRenderTask*> dependencies() { return SkMakeSpan(fDependencies); } in dependencies() function in GrRenderTask
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkRenderPass.cpp | 151 VkSubpassDependency dependencies[2]; in Create() local
|