Home
last modified time | relevance | path

Searched defs:vec (Results 126 - 150 of 1036) sorted by relevance

12345678910>>...42

/arkcompiler/ets_runtime/ecmascript/
H A Dweak_vector.cpp67 JSHandle<WeakVector> WeakVector::Append(const JSThread *thread, const JSHandle<WeakVector> &vec, in Append() argument
79 JSHandle<WeakVector> WeakVector::FillOrAppend(const JSThread *thread, const JSHandle<WeakVector> &vec, in FillOrAppend() argument
99 AppendToFullVec(const JSThread *thread, const JSHandle<WeakVector> &vec, const JSHandle<JSTaggedValue> &value, ElementType type) AppendToFullVec() argument
122 Copy(const JSThread *thread, const JSHandle<WeakVector> &vec, bool needExtend) Copy() argument
136 CheckHole(const JSHandle<WeakVector> &vec) CheckHole() argument
[all...]
H A Dvtable.h45 explicit Tuple(const CVector<JSHandle<JSTaggedValue>> &vec) : items_(std::move(vec)) {} in Tuple() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dstack_like_allocator_test.cpp147 std::vector<std::pair<void *, size_t>> vec; in TEST_F() local
/base/hiviewdfx/hilog/frameworks/libhilog/base/
H A Dhilog_base.c65 struct iovec vec[LOG_LEN] = {0}; in SendMessage() local
/base/hiviewdfx/hiview/base/event_publish/
H A Dapp_event_handler.cpp44 void AddVectorToJsonString(const std::string& key, const std::vector<T>& vec, std::stringstream& jsonStr, in AddVectorToJsonString() argument
/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilog_utils_test.cpp208 vector<uint16_t> vec = GetAllLogTypes(); in HWTEST_F() local
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Djson_parser.cpp73 void JsonParser::ParseUInt32Vec(const Json::Value& root, std::vector<uint32_t>& vec) in ParseUInt32Vec() argument
83 void JsonParser::ParseStringVec(const Json::Value& root, std::vector<std::string>& vec) in ParseStringVec() argument
/base/print/print_fwk/utils/include/
H A Dprint_util.h60 std::vector<uint32_t> vec; in Str2Vec() local
69 inline void PrintUtil::Str2VecStr(std::string& str, std::vector<std::string>& vec) in Str2VecStr() argument
/base/powermgr/powermgr_lite/services/src/
H A Drunning_lock_mgr.c50 static BOOL AddRunningLockEntryLocked(Vector *vec, RunningLockEntry *entry) in AddRunningLockEntryLocked() argument
75 static BOOL RemoveRunningLockEntryLocked(Vector *vec, RunningLockEntry *entry) in RemoveRunningLockEntryLocked() argument
95 Vector *vec = &g_runningLocks[t]; in ShowLocks() local
116 Vector *vec = &g_runningLocks[entry->lock.type]; RunningLockMgrAcquireEntry() local
131 Vector *vec = &g_runningLocks[entry->lock.type]; RunningLockMgrReleaseEntry() local
[all...]
/base/request/request/services/src/task/
H A Drequest_task.rs525 let mut vec = Vec::new(); variables
543 let mut vec = Vec::new(); variables
[all...]
/base/telephony/telephony_data/opkey/src/
H A Drdb_opkey_callback.cpp66 std::vector<OpKey> vec; in InitData() local
/base/telephony/telephony_data/global_params/src/
H A Drdb_global_params_callback.cpp71 std::vector<EccNum> vec; in InitEccData() local
107 std::vector<NumMatch> vec; in InitNumMatchData() local
[all...]
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_mmi_adapter_wrapper.cpp75 ArkWebInt32Vector vec; in GetDeviceIds() local
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_mmi_adapter_impl.cpp69 std::vector<int32_t> vec; in GetDeviceIds() local
/foundation/ability/ability_runtime/services/abilitymgr/src/dialog_session/
H A Ddialog_session_info.cpp62 void DialogAbilityInfo::Split(const std::string &str, const std::string &delim, std::vector<std::string> &vec) in Split() argument
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dmatrix4.h97 inline void MapScalars(double vec[DIMENSION], int length = DIMENSION) const in MapScalars() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_collection_ffi.cpp61 void FFICJCommonVectorStringSetElement(VectorStringHandle vec, int64_t index, const char* value) in FFICJCommonVectorStringSetElement() argument
68 const char* FFICJCommonVectorStringGetElement(VectorStringHandle vec, int64_t index) in FFICJCommonVectorStringGetElement() argument
75 void FFICJCommonVectorInt32SetElement(VectorInt32Handle vec, int64_t index, int32_t value) in FFICJCommonVectorInt32SetElement() argument
81 FFICJCommonVectorInt32GetElement(VectorInt32Handle vec, int64_t index) FFICJCommonVectorInt32GetElement() argument
88 FFICJCommonVectorInt64SetElement(VectorInt64Handle vec, int64_t index, int64_t value) FFICJCommonVectorInt64SetElement() argument
94 FFICJCommonVectorInt64GetElement(VectorInt64Handle vec, int64_t index) FFICJCommonVectorInt64GetElement() argument
101 FFICJCommonVectorUInt8SetElement(VectorUInt8Handle vec, int64_t index, uint8_t value) FFICJCommonVectorUInt8SetElement() argument
107 FFICJCommonVectorUInt8GetElement(VectorUInt8Handle vec, int64_t index) FFICJCommonVectorUInt8GetElement() argument
114 FFICJCommonVectorUInt32SetElement(VectorUInt32Handle vec, int64_t index, uint32_t value) FFICJCommonVectorUInt32SetElement() argument
120 FFICJCommonVectorUInt32GetElement(VectorUInt32Handle vec, int64_t index) FFICJCommonVectorUInt32GetElement() argument
127 FFICJCommonVectorFloat32SetElement(VectorFloat32Handle vec, int64_t index, float value) FFICJCommonVectorFloat32SetElement() argument
133 FFICJCommonVectorFloat32GetElement(VectorFloat32Handle vec, int64_t index) FFICJCommonVectorFloat32GetElement() argument
140 FFICJCommonVectorFloat64SetElement(VectorFloat64Handle vec, int64_t index, double value) FFICJCommonVectorFloat64SetElement() argument
146 FFICJCommonVectorFloat64GetElement(VectorFloat64Handle vec, int64_t index) FFICJCommonVectorFloat64GetElement() argument
153 FFICJCommonVectorBoolSetElement(VectorBoolHandle vec, int64_t index, bool value) FFICJCommonVectorBoolSetElement() argument
159 FFICJCommonVectorBoolGetElement(VectorBoolHandle vec, int64_t index) FFICJCommonVectorBoolGetElement() argument
166 FFICJCommonVectorNavigationItemSetElement(VectorNavigationItemHandle vec, int64_t index, NavigationItemFFI value) FFICJCommonVectorNavigationItemSetElement() argument
172 FFICJCommonVectorNavigationItemGetElement(VectorNavigationItemHandle vec, int64_t index) FFICJCommonVectorNavigationItemGetElement() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_base.cpp130 std::vector<RefPtr<UINode>> vec; in PopUINodes() local
139 void PushUINodes(std::vector<RefPtr<UINode>> &vec) in PushUINodes() argument
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager_ffi.cpp45 CArrString VectorToCArrString(std::vector<std::string> &vec) in VectorToCArrString() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_device_type_test.cpp101 std::vector<std::string> vec; in HWTEST_F() local
121 std::vector<std::string> vec = {DEVICE_TYPE_OF_DEFAULT}; in HWTEST_F() local
142 std::vector<std::string> vec = {DEVICE_TYPE_OF_PHONE}; in HWTEST_F() local
163 std::vector<std::string> vec = {DEVICE_TYPE_OF_CAR}; in HWTEST_F() local
184 std::vector<std::string> vec = {DEVICE_TYPE_OF_DEFAULT}; in HWTEST_F() local
205 std::vector<std::string> vec = {DEVICE_TYPE_OF_PHONE}; HWTEST_F() local
226 std::vector<std::string> vec = {DEVICE_TYPE_OF_CAR}; HWTEST_F() local
245 std::vector<std::string> vec; HWTEST_F() local
262 std::vector<std::string> vec = {DEVICE_TYPE_OF_PHONE}; HWTEST_F() local
279 std::vector<std::string> vec; HWTEST_F() local
296 std::vector<std::string> vec = {DEVICE_TYPE_OF_PHONE}; HWTEST_F() local
313 std::vector<std::string> vec = {DEVICE_TYPE_OF_PHONE}; HWTEST_F() local
330 std::vector<std::string> vec = {DEVICE_TYPE_OF_DEFAULT}; HWTEST_F() local
347 std::vector<std::string> vec = {DEVICE_TYPE_OF_DEFAULT}; HWTEST_F() local
364 std::vector<std::string> vec = {DEVICE_TYPE_OF_CAR}; HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dserialisation_utils.cpp30 MemFile::MemFile(BASE_NS::vector<char> vec) : data_(BASE_NS::move(vec)) {} in MemFile() argument
112 BASE_NS::vector<char> vec; in LoadFile() local
129 void WriteToFile(const BASE_NS::vector<char>& vec, BASE_N argument
[all...]
H A Dtest_utils.cpp124 std::ostream& operator<<(std::ostream& os, const BASE_NS::Math::Vec3& vec) in operator <<() argument
130 std::ostream& operator<<(std::ostream& os, const BASE_NS::Math::Vec2& vec) in operator <<() argument
H A Dtest_utils.h63 bool ContainsObjectWithName(const BASE_NS::vector<Type>& vec, const BASE_NS::string& name) in ContainsObjectWithName() argument
172 inline BASE_NS::vector<META_NS::IProperty::Ptr> SortByName(BASE_NS::vector<META_NS::IProperty::Ptr> vec) in SortByName() argument
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dmetadata_helper_test.cpp60 std::vector<uint8_t> vec; in HWTEST_F() local
78 std::vector<uint8_t> vec; in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfMetadataTest.cpp170 static auto* GetMeta(const BASE_NS::vector<Type>& vec, const BASE_NS::string& name) in GetMeta() argument

Completed in 11 milliseconds

12345678910>>...42