Home
last modified time | relevance | path

Searched defs:map (Results 251 - 275 of 1427) sorted by relevance

1...<<11121314151617181920>>...58

/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dnode_hash_map_test.cc260 node_hash_map<std::string, std::string> map; in TEST() local
/third_party/selinux/libsepol/include/sepol/policydb/
H A Debitmap.h33 MAPTYPE map; /* this node's portion of the bitmap */ member
/third_party/selinux/libselinux/src/
H A Dmapping.c34 selinux_set_mapping(struct security_class_mapping *map) in selinux_set_mapping() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuStringTemplate.cpp64 string StringTemplate::specialize (const map<string, string>& params) const in specialize() argument
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSTLUtil.hpp79 const typename M::mapped_type* tryLookup (const M& map, in tryLookup() argument
90 const typename M::mapped_type& lookupDefault (const M& map, in lookupDefault() argument
101 const typename M::mapped_type& lookup (const M& map, const typename M::key_type& key) in lookup() argument
112 insert(M& map, const typename M::key_type& key, const typename M::mapped_type& value) insert() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DAttributeMap.cpp130 AttributeMap map; in CreateFromIntArray() local
138 AttributeMap map; in CreateFromAttribArray() local
/base/global/i18n/frameworks/intl/src/
H A Drelative_time_format.cpp210 void RelativeTimeFormat::GetResolvedOptions(std::map<std::string, std::string> &map) in GetResolvedOptions() argument
[all...]
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_accessors.cpp46 bool DfxAccessors::GetMapByPcAndCtx(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPcAndCtx() argument
155 GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) GetMapByPc() argument
253 GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) GetMapByPc() argument
285 GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) GetMapByPc() argument
[all...]
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_async_thread.cpp98 auto map = mapVec.front(); in GetSubmitterStack() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwind_context.h71 std::shared_ptr<DfxMap> map = nullptr; member
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_subscriber_manager_test.cpp114 sptr<NotificationSortingMap> map = new NotificationSortingMap(sortingList); in HWTEST_F() local
/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/
H A Dbuild_object.c41 const struct object_map map[] = { { PAKE_MODULAR, true, (void **)&hichain->pake_client }, in build_object() local
69 get_object(const struct object_map *map, uint32_t n, int32_t modular, bool is_client) get_object() argument
82 select_relation_map(const struct object_relation *map, uint32_t n, int32_t modular, bool is_client, object_relation_ptr *select_map) select_relation_map() argument
96 check_mutex_object_is_null(const struct object_map *map, uint32_t n, int32_t modular, bool is_client) check_mutex_object_is_null() argument
136 check_depend_object_is_not_null(const struct object_map *map, uint32_t n, int32_t modular, bool is_client) check_depend_object_is_not_null() argument
175 const struct build_sub_object_map map[] = { { PAKE_MODULAR, true, build_pake_client_object }, build_object_by_modular() local
[all...]
/base/startup/appspawn/test/mock/
H A Djs_runtime.h94 static void StartChild(std::map<std::string, int> &map) {} in StartChild() argument
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_process.cpp95 std::map<int, CallbackInfo> map; in StartAbility() local
124 std::map<int, CallbackInfo> map; in AddAbilityResultCallback() local
148 std::map<int, CallbackInfo> map = it->second; OnAbilityResult() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_javascript_result_callback.cpp48 std::map<std::string, WebJSValue> map; in GetWebJSValueHelper() local
130 std::map<std::string, NWebValue> map; in GetWebViewValue() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_panel.cpp24 inline T ConvertStrToEnum(const char* key, const LinearMapNode<T>* map, size_t length, T defaultValue) in ConvertStrToEnum() argument
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_server_test/
H A Daams_server_test.cpp283 auto map = accountData->GetAsacConnections(); in HWTEST_F() local
310 auto map = accountData->GetAsacConnections(); in HWTEST_F() local
[all...]
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_aams_server.cpp283 auto map = accountData->GetAsacConnections(); in HWTEST_F() local
309 auto map = accountData->GetAsacConnections(); in HWTEST_F() local
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_async_work.cpp174 void AsyncWorkCallFunction(NapiAsyncWorkMap &map, NapiAsyncType type, std::shared_ptr<NapiNativeObject> nativeObject, in AsyncWorkCallFunction() argument
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dmetav1_compat.cpp136 BASE_NS::vector<NamedNode> map; in RewriteProperty() local
192 void AddProperties(BASE_NS::vector<ISerNode::Ptr> properties, IMapNode& map) in AddProperties() argument
204 BASE_NS::vector<NamedNode> map; global() variable
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.cpp61 void ProcessPushConstants(GLuint program, const ShaderModulePlatformDataGLES& plat, GLenum flag, BindMaps& map) in ProcessPushConstants() argument
86 void ProcessStorageBlocks(GLuint program, const ShaderModulePlatformDataGLES& plat, GLenum flag, const BindMaps& map) in ProcessStorageBlocks() argument
107 ProcessUniformBlocks(GLuint program, const ShaderModulePlatformDataGLES& plat, GLenum flag, BindMaps& map) ProcessUniformBlocks() argument
151 ProcessImageTextures(GLuint program, const ShaderModulePlatformDataGLES& plat, GLenum flag, const BindMaps& map) ProcessImageTextures() argument
174 ProcessCombinedSamplers(GLuint program, const ShaderModulePlatformDataGLES& plat, GLenum flag, BindMaps& map) ProcessCombinedSamplers() argument
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/backend/
H A Djson_input.cpp98 auto map = CreateShared<MapNode>(BASE_NS::move(members)); in ImportObject() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_rcd_render_manager.cpp60 bool RSRcdRenderManager::CheckExist(NodeId id, const RSRenderNodeMap& map) in CheckExist() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_node_showing_command.h76 explicit RSNodeGetShowingPropertiesAndCancelAnimation(uint64_t timeoutNS, PropertiesMap&& map) in RSNodeGetShowingPropertiesAndCancelAnimation() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/
H A Ddrawing_demo.cpp183 int DrawingDemo::GetFunctionalParam(std::unordered_map<std::string, std::function<std::shared_ptr<TestBase>()>>& map) in GetFunctionalParam() argument
209 auto map = TestCaseFactory::GetFunctionCase(); in TestFunction() local
266 auto map = TestCaseFactory::GetPerformanceCase(); in GetPerformanceParam() local
[all...]

Completed in 12 milliseconds

1...<<11121314151617181920>>...58