/third_party/libdrm/amdgpu/ |
H A D | amdgpu_cs.c | 247 struct drm_amdgpu_cs_chunk_dep *dependencies = NULL; in amdgpu_cs_submit_one() local
|
/third_party/node/deps/v8/src/compiler/ |
H A D | access-info.cc | 56 HasFieldRepresentationDependenciesOnMap( ZoneVector<CompilationDependency const*>& dependencies, Handle<Map> const& field_owner_map) HasFieldRepresentationDependenciesOnMap() argument 109 DataField( Zone* zone, MapRef receiver_map, ZoneVector<CompilationDependency const*>&& dependencies, FieldIndex field_index, Representation field_representation, Type field_type, MapRef field_owner_map, base::Optional<MapRef> field_map, base::Optional<JSObjectRef> holder, base::Optional<MapRef> transition_map) DataField() argument 130 FastDataConstant( Zone* zone, MapRef receiver_map, ZoneVector<CompilationDependency const*>&& dependencies, FieldIndex field_index, Representation field_representation, Type field_type, MapRef field_owner_map, base::Optional<MapRef> field_map, base::Optional<JSObjectRef> holder, base::Optional<MapRef> transition_map) FastDataConstant() argument 360 AccessInfoFactory(JSHeapBroker* broker, CompilationDependencies* dependencies, Zone* zone) AccessInfoFactory() argument 949 RecordDependencies( CompilationDependencies* dependencies) RecordDependencies() argument [all...] |
H A D | js-call-reducer.cc | 670 CompilationDependencies* dependencies() const { return dependencies_; } in dependencies() function [all...] |
H A D | js-heap-broker.cc | 880 GetPropertyAccessInfo( MapRef map, NameRef name, AccessMode access_mode, CompilationDependencies* dependencies) GetPropertyAccessInfo() argument
|
/third_party/node/deps/v8/src/heap/cppgc-js/ |
H A D | cpp-snapshot.cc | 164 std::vector<StateBase*> dependencies; in FollowDependencies() local
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkWsiUtil.cpp | 795 const VkSubpassDependency dependencies[] = in createRenderPass() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTestsUtil.cpp | 774 std::vector<SubpassDep> dependencies; in createRenderPass() local 582 RenderPass(const std::vector<Attachment>& attachments, const std::vector<Subpass>& subpasses, const std::vector<SubpassDependency>& dependencies, const std::vector<VkInputAttachmentAspectReference> inputAspects) RenderPass() argument
|
H A D | vktRenderPassMultisampleTests.cpp | 553 vector<SubpassDep> dependencies; in createRenderPass() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemWsiSwapchainTests.cpp | 893 const vk::VkSubpassDependency dependencies[] = in createRenderPass() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassTestsUtil.cpp | 774 std::vector<SubpassDep> dependencies; in createRenderPass() local 582 RenderPass(const std::vector<Attachment>& attachments, const std::vector<Subpass>& subpasses, const std::vector<SubpassDependency>& dependencies, const std::vector<VkInputAttachmentAspectReference> inputAspects) RenderPass() argument
|
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Vibrator/CustomHaptic/hvigor/ |
H A D | hvigor-wrapper.js | [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 331 std::vector<Dependency> dependencies; member
|
H A D | module_profile.cpp | 294 std::vector<Dependency> dependencies; member
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | bundle_manager_utils.h | 254 CArrRetDependency dependencies; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 2494 std::vector<Dependency> dependencies; in HWTEST_F() local
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_command.cpp | 2440 std::vector<Dependency> dependencies; DumpSharedDependencies() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderBuiltinTestsEXT.cpp | 212 std::vector<VkSubpassDependency> dependencies; in createCustomRenderPass() local
|
H A D | vktMeshShaderSyncTests.cpp | 670 std::vector<VkSubpassDependency> dependencies; in createCustomRenderPass() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemWsiSwapchainTests.cpp | 1072 const vk::VkSubpassDependency dependencies[] = in createRenderPass() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationOrderAttachmentAccessTests.cpp | 1230 void AttachmentAccessOrderTestInstance::addDependency( vector<VkSubpassDependency> &dependencies, deUint32 source, deUint32 dst, in addDependency() argument 1287 vector<VkSubpassDependency> dependencies; in createRenderPass() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderBuiltinTestsEXT.cpp | 212 std::vector<VkSubpassDependency> dependencies; in createCustomRenderPass() local
|
H A D | vktMeshShaderSyncTests.cpp | 670 std::vector<VkSubpassDependency> dependencies; in createCustomRenderPass() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 717 static SmallVector<const DIVariable *, 2> dependencies(DbgVariable *Var) { in dependencies() function
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor_containers.cc | 1703 namespace dependencies { namespace
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | Descriptors.java | 279 buildFrom( final FileDescriptorProto proto, final FileDescriptor[] dependencies) buildFrom() argument 296 buildFrom( final FileDescriptorProto proto, final FileDescriptor[] dependencies, final boolean allowUnknownDependencies) buildFrom() argument 360 internalBuildGeneratedFileFrom( final String[] descriptorDataParts, final FileDescriptor[] dependencies, final InternalDescriptorAssigner descriptorAssigner) internalBuildGeneratedFileFrom() argument 403 internalBuildGeneratedFileFrom( final String[] descriptorDataParts, final FileDescriptor[] dependencies) internalBuildGeneratedFileFrom() argument 497 private final FileDescriptor[] dependencies; global() field in Descriptors.FileDescriptor 501 FileDescriptor( final FileDescriptorProto proto, final FileDescriptor[] dependencies, final DescriptorPool pool, boolean allowUnknownDependencies) FileDescriptor() argument 2264 DescriptorPool(final FileDescriptor[] dependencies, boolean allowUnknownDependencies) DescriptorPool() argument 2294 private final Set<FileDescriptor> dependencies; global() field in Descriptors.DescriptorPool [all...] |