| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-collections-gen.cc | 25 AddConstructorEntry( Variant variant, TNode<Context> context, TNode<Object> collection, TNode<Object> add_function, TNode<Object> key_value, Label* if_may_have_side_effects, Label* if_exception, TVariable<Object>* var_exception) AddConstructorEntry() argument 47 AddConstructorEntries( Variant variant, TNode<Context> context, TNode<Context> native_context, TNode<HeapObject> collection, TNode<Object> initial_entries) AddConstructorEntries() argument 111 AddConstructorEntriesFromFastJSArray( Variant variant, TNode<Context> context, TNode<Context> native_context, TNode<Object> collection, TNode<JSArray> fast_jsarray, Label* if_may_have_side_effects) AddConstructorEntriesFromFastJSArray() argument 183 AddConstructorEntriesFromIterable( Variant variant, TNode<Context> context, TNode<Context> native_context, TNode<Object> collection, TNode<Object> iterable) AddConstructorEntriesFromIterable() argument 235 GotoIfInitialAddFunctionModified( Variant variant, TNode<NativeContext> native_context, TNode<HeapObject> collection, Label* if_modified) GotoIfInitialAddFunctionModified() argument 309 TNode<JSObject> collection = AllocateJSCollection( GenerateConstructor() local 320 GetAddFunction( Variant variant, TNode<Context> context, TNode<Object> collection) GetAddFunction() argument 443 HasInitialCollectionPrototype( Variant variant, TNode<Context> native_context, TNode<Object> collection) HasInitialCollectionPrototype() argument [all...] |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | FieldType.java | 96 private final Collection collection; field in FieldType 100 FieldType(int id, Collection collection, JavaType javaType) { in FieldType() argument [all...] |
| /base/security/certificate_framework/test/fuzztest/v1.0/x509certchain_fuzzer/ |
| H A D | x509certchain_fuzzer.cpp | 587 HcfCertCrlCollection *collection = certCRLCollections.data[i]; in FreeCertCrlCollectionArr1() local
|
| /base/security/certificate_framework/test/unittest/v1.0/src/ |
| H A D | crypto_x509_test_common.cpp | 425 HcfCertCrlCollection *collection = certCRLCollections.data[i]; in FreeCertCrlCollectionArr() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/ |
| H A D | document_store.cpp | 142 int UpdateArgsCheck(const std::string &collection, const std::string &filter, const std::string &update, uint32_t flags) in UpdateArgsCheck() argument 257 int DocumentStore::UpdateDocument(const std::string &collection, cons argument 284 UpsertArgsCheck(const std::string &collection, const std::string &filter, const std::string &document, uint32_t flags) UpsertArgsCheck() argument 445 UpsertDocument(const std::string &collection, const std::string &filter, const std::string &document, uint32_t flags) UpsertDocument() argument 483 InsertArgsCheck(const std::string &collection, const std::string &document, uint32_t flags) InsertArgsCheck() argument 502 InsertDataIntoDB(const std::string &collection, const std::string &document, JsonObject &documentObj, bool &isIdExist) InsertDataIntoDB() argument 520 InsertDocument(const std::string &collection, const std::string &document, uint32_t flags) InsertDocument() argument 539 DeleteArgsCheck(const std::string &collection, const std::string &filter, uint32_t flags) DeleteArgsCheck() argument 596 DeleteDocument(const std::string &collection, const std::string &filter, uint32_t flags) DeleteDocument() argument 712 FindArgsCheck(const std::string &collection, const std::string &filter, const std::string &projection, uint32_t flags) FindArgsCheck() argument 801 FindDocument(const std::string &collection, const std::string &filter, const std::string &projection, uint32_t flags, GRD_ResultSet *grdResultSet) FindDocument() argument 837 IsExistResultSet(const std::string &collection) IsExistResultSet() argument [all...] |
| /third_party/mesa3d/include/vulkan/ |
| H A D | vulkan_fuchsia.h | 142 VkBufferCollectionFUCHSIA collection; member 149 VkBufferCollectionFUCHSIA collection; member 174 VkBufferCollectionFUCHSIA collection; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingNullASTests.cpp | 93 makePipeline(const DeviceInterface& vkd, const VkDevice device, vk::BinaryCollection& collection, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, VkPipelineLayout pipelineLayout, const deUint32 raygenGroup, const deUint32 missGroup, const deUint32 hitGroup) makePipeline() argument
|
| H A D | vktRayTracingBuildIndirectTests.cpp | 98 makePipeline(const DeviceInterface& vkd, const VkDevice device, vk::BinaryCollection& collection, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, VkPipelineLayout pipelineLayout, const std::string& shaderName) makePipeline() argument 114 makePipeline(const DeviceInterface& vkd, const VkDevice device, vk::BinaryCollection& collection, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, VkPipelineLayout pipelineLayout, const deUint32 raygenGroup, const deUint32 missGroup, const deUint32 hitGroup) makePipeline() argument
|
| H A D | vktRayTracingBuildLargeTests.cpp | 91 makePipeline(const DeviceInterface& vkd, const VkDevice device, vk::BinaryCollection& collection, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, VkPipelineLayout pipelineLayout, const deUint32 groupCount, const bool deferredOperation, const deUint32 threadCount) makePipeline() argument
|
| H A D | vktRayTracingMemGuaranteeTests.cpp | 177 BinaryCollection& collection = m_context.getBinaryCollection(); in RayTracingBuildTestInstance() local 503 vk::BinaryCollection& collection = m_context.getBinaryCollection(); makePipeline() local [all...] |
| H A D | vktRayTracingWatertightnessTests.cpp | 145 makePipeline(const DeviceInterface& vkd, const VkDevice device, vk::BinaryCollection& collection, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, VkPipelineLayout pipelineLayout, const deUint32 raygenGroup, const deUint32 missGroup, const deUint32 hitGroup, const deUint32 hitGroupCount) makePipeline() argument
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| H A D | vulkan_fuchsia.h | 142 VkBufferCollectionFUCHSIA collection; member 149 VkBufferCollectionFUCHSIA collection; member 174 VkBufferCollectionFUCHSIA collection; member [all...] |
| /third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| H A D | vulkan_fuchsia.h | 142 VkBufferCollectionFUCHSIA collection; member 149 VkBufferCollectionFUCHSIA collection; member 174 VkBufferCollectionFUCHSIA collection; member [all...] |
| /third_party/vulkan-headers/include/vulkan/ |
| H A D | vulkan_fuchsia.h | 146 VkBufferCollectionFUCHSIA collection; member 153 VkBufferCollectionFUCHSIA collection; member 178 VkBufferCollectionFUCHSIA collection; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| H A D | vktRayTracingNullASTests.cpp | 93 makePipeline(const DeviceInterface& vkd, const VkDevice device, vk::BinaryCollection& collection, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, VkPipelineLayout pipelineLayout, const deUint32 raygenGroup, const deUint32 missGroup, const deUint32 hitGroup) makePipeline() argument
|
| H A D | vktRayTracingBuildIndirectTests.cpp | 98 makePipeline(const DeviceInterface& vkd, const VkDevice device, vk::BinaryCollection& collection, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, VkPipelineLayout pipelineLayout, const std::string& shaderName) makePipeline() argument 114 makePipeline(const DeviceInterface& vkd, const VkDevice device, vk::BinaryCollection& collection, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, VkPipelineLayout pipelineLayout, const deUint32 raygenGroup, const deUint32 missGroup, const deUint32 hitGroup) makePipeline() argument
|
| H A D | vktRayTracingBuildLargeTests.cpp | 91 makePipeline(const DeviceInterface& vkd, const VkDevice device, vk::BinaryCollection& collection, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, VkPipelineLayout pipelineLayout, const deUint32 groupCount, const bool deferredOperation, const deUint32 threadCount) makePipeline() argument
|
| H A D | vktRayTracingMemGuaranteeTests.cpp | 177 BinaryCollection& collection = m_context.getBinaryCollection(); in RayTracingBuildTestInstance() local 503 vk::BinaryCollection& collection = m_context.getBinaryCollection(); makePipeline() local [all...] |
| /foundation/arkui/ace_engine/interfaces/native/node/ |
| H A D | native_node_extented.cpp | 523 OH_ArkUI_StyledString_Create( OH_Drawing_TypographyStyle* typoStyle, OH_Drawing_FontCollection* collection) OH_ArkUI_StyledString_Create() argument
|
| /foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/ |
| H A D | ecs_serializer.cpp | 320 auto* collection = ec.GetSubCollection(i); EntityToJson() local 514 auto* collection = ec.GetSubCollection(i); WriteEntityCollection() local [all...] |
| /foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
| H A D | ecs_serializer.cpp | 375 auto* collection = ec.GetSubCollection(i); EntityToJson() local 576 auto* collection = ec.GetSubCollection(i); WriteEntityCollection() local [all...] |
| /third_party/ltp/pan/ |
| H A D | ltp-pan.c | 82 struct collection { struct [all...] |
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-test.cc | 1737 Handle<JSWeakCollection> collection = args.at<JSWeakCollection>(0); in RUNTIME_FUNCTION() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineCreationCacheControlTests.cpp | 476 createShaderModules(const DeviceInterface& vk, VkDevice device, const BinaryCollection& collection, const vector<const char*>& names) createShaderModules() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineCreationCacheControlTests.cpp | 473 createShaderModules(const DeviceInterface& vk, VkDevice device, const BinaryCollection& collection, const vector<const char*>& names) createShaderModules() argument
|