Home
last modified time | relevance | path

Searched defs:dependencies (Results 26 - 50 of 103) sorted by relevance

12345

/foundation/ability/ability_runtime/frameworks/js/napi/app_startup/startup_manager/
H A Djs_startup_manager.cpp224 int32_t JsStartupManager::GetDependencies(napi_env env, napi_value value, std::vector<std::string> &dependencies) in GetDependencies() argument
279 std::vector<std::string> dependencies; in RunStartupTask() local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/
H A Dsystem_graph_loader.cpp158 ResolveComponentDependencies( IEcs& ecs, array_view<const Uid> dependencies, const array_view<const ITypeInfo* const> componentMetadata) ResolveComponentDependencies() argument
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js[all...]
/foundation/communication/bluetooth_service/test/example/BluetoothSocketTest/hvigor/
H A Dhvigor-wrapper.js[all...]
/test/xts/tools/sample/AppSampleE/hvigor/
H A Dhvigor-wrapper.js[all...]
/test/xts/tools/sample/AppSampleD/hvigor/
H A Dhvigor-wrapper.js[all...]
/test/xts/tools/sample/AppSampleF/hvigor/
H A Dhvigor-wrapper.js[all...]
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
H A Dmod.rs184 let mut dependencies = HashMap::default(); in generate_dependencies() variables
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFileDescriptor.cs83 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/skia/src/gpu/
H A DGrRenderTask.h80 SkSpan<GrRenderTask*> dependencies() { return SkMakeSpan(fDependencies); } in dependencies() function in GrRenderTask
/third_party/skia/src/gpu/vk/
H A DGrVkRenderPass.cpp151 VkSubpassDependency dependencies[2]; in Create() local
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dhap_module_info.h102 std::vector<Dependency> dependencies; member
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp266 std::vector<Dependency> dependencies; in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_asset_loader.cpp358 vector<IEcsSerializer::ExternalCollection> dependencies; in LoadJsonEntityCollection() local
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dbignum_common.py120 dependencies = [] # type: List[Any] variable in OperationCommon
/third_party/node/tools/gyp/tools/emacs/
H A Dgyp.el
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.h311 struct vk_subpass_dependency *dependencies; member
/third_party/node/deps/v8/src/compiler/
H A Daccess-info.h279 CompilationDependencies* dependencies() const { return dependencies_; } in dependencies() function in v8::internal::compiler::final
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DDrawTester.cpp161 std::array<vk::SubpassDependency, 2> dependencies; in createRenderPass() local
[all...]
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Dinner_bundle_info.h79 std::vector<Dependency> dependencies; member
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/
H A Djs_ability_stage.cpp492 std::vector<std::string> dependencies; in SetOptionalParameters() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dhap_module_info.h148 std::vector<Dependency> dependencies; member
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager_convert.cpp410 CArrRetDependency ConvertDependency(std::vector<AppExecFwk::Dependency> dependencies) in ConvertDependency() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp1036 std::vector<Dependency> dependencies; in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.cpp387 vector<IEcsSerializer::ExternalCollection> dependencies; in LoadJsonEntityCollection() local

Completed in 36 milliseconds

12345