Home
last modified time | relevance | path

Searched defs:vector (Results 1 – 25 of 44) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
Drs_vector4_test.cpp45 Vector4 vector(1.f, 2.f, 2.f, 1.f); // for test variable
58 Vector4 vector(1.f, 1.f, 1.f, 1.f); // for test variable
72 Vector4 vector(1.f, 1.f, 1.f, 1.f); // for test variable
85 Vector4 vector(1.f, 1.f, 1.f, 1.f); // for test variable
98 Vector4 vector(1.f, 1.f, 1.f, 1.f); // for test variable
111 Vector4 vector(1.f, 1.f, 1.f, 1.f); // for test variable
138 Vector4 vector(0.f, 0.f, 0.f, 1.f); // for test variable
150 Vector4 vector(0.f, 0.f, 0.f, 0.f); // for test variable
162 Vector4 vector(0.f, 0.f, 0.f, 0.f); // for test variable
175 Vector4 vector(1.f, 0.f, 0.f, 0.f); // for test variable
[all …]
Drs_vector3_test.cpp45 Vector3 vector(1.f, 2.f, 2.f); // for test variable
58 Vector3 vector(1.f, 1.f, 1.f); // for test variable
72 Vector3 vector(1.f, 1.f, 1.f); // for test variable
86 Vector3 vector(1.f, 2.f, 2.f); // for test variable
99 Vector3 vector(1.f, 2.f, 2.f); // for test variable
112 Vector3 vector(1.f, 2.f, 2.f); // for test variable
125 Vector3 vector(1.f, 2.f, 2.f); // for test variable
138 Vector3 vector(1.f, 2.f, 2.f); // for test variable
151 Vector3 vector(1.f, 1.f, 1.f); // for test variable
165 Vector3 vector(1.f, 1.f, 1.f); // for test variable
[all …]
/foundation/systemabilitymgr/samgr_lite/samgr/source/
Dcommon.c22 Vector vector = {0, 0, 0, NULL, key, compare}; in VECTOR_Make() local
26 void VECTOR_Clear(Vector *vector) in VECTOR_Clear()
41 int16 VECTOR_Add(Vector *vector, void *element) in VECTOR_Add()
82 void *VECTOR_At(Vector *vector, int16 index) in VECTOR_At()
91 void *VECTOR_Swap(Vector *vector, int16 index, void *element) in VECTOR_Swap()
104 int16 VECTOR_Find(Vector *vector, const void *element) in VECTOR_Find()
112 int16 VECTOR_FindByKey(Vector *vector, const void *key) in VECTOR_FindByKey()
140 int16 VECTOR_Size(Vector *vector) in VECTOR_Size()
148 int16 VECTOR_Num(Vector *vector) in VECTOR_Num()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
Drs_modifier_extractor_test.cpp93 Vector4f vector = extractor.GetBorderDashWidth(); variable
107 Vector4f vector = extractor.GetBorderDashGap(); variable
121 Vector4f vector = extractor.GetOutlineDashWidth(); variable
135 Vector4f vector = extractor.GetOutlineDashWidth(); variable
149 Vector4<Color> vector = extractor.GetOutlineColor(); variable
163 Vector4f vector = extractor.GetOutlineWidth(); variable
177 Vector4<uint32_t> vector = extractor.GetOutlineStyle(); variable
191 Vector4f vector = extractor.GetOutlineRadius(); variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
Drs_profiler_archive.h62 void Serialize(std::vector<T>& vector) in Serialize()
69 void Serialize(std::vector<T>& vector, void (*serializer)(Archive&, T&)) in Serialize()
82 void SerializeNonFlat(std::vector<T>& vector) in SerializeNonFlat()
98 void SerializeVectorBase(std::vector<T>& vector) in SerializeVectorBase()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
Dmod.rs79 let mut vector = Vec::with_capacity(length); in vec_raw_read() localVariable
104 let vector = vec![ in ut_vec_raw_write() localVariable
131 let vector = vec![ in ut_vec_raw_read() localVariable
/foundation/distributeddatamgr/udmf/interfaces/cj/src/
Dunified_data_impl.cpp82 static CArrUnifiedRecord VectorToArray(std::vector<int64_t> vector) in VectorToArray()
115 static CArrString StringVectorToArray(std::vector<std::string> vector) in StringVectorToArray()
Dutils.cpp31 CArrString Utils::StringVectorToArray(std::vector<std::string> vector) in StringVectorToArray()
/foundation/multimedia/player_framework/.vscode/
Dsettings.json8 "vector": "cpp" string
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
Dvector.h179 explicit vector(allocator& alloc) noexcept : allocator_(alloc) {} in vector() function
181 vector() noexcept : allocator_(default_allocator()) {} in vector() function
183 vector(size_t size) : allocator_(default_allocator()) in vector() function
188 vector(size_t size, const_reference value) : allocator_(default_allocator()) in vector() function
193 vector(const vector& other) : allocator_(other.allocator_) in vector() function
202 vector(const vector& other, allocator& alloc) : allocator_(alloc) in vector() function
211 vector(vector&& other) noexcept in vector() function
225 vector(InputIt first, InputIt last) : allocator_(default_allocator()) in vector() function
233 vector(const_pointer first, const_pointer last) : allocator_(default_allocator()) in vector() function
244 vector(std::initializer_list<T> init) : allocator_(default_allocator()) in vector() function
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
DRdbStoreVectorJsunit.test.js27 vector: true property
DRdbStoreRdExecuteJsunit.test.js96 vector: true, property
/foundation/resourceschedule/device_standby/services/test/unittest/
Dallow_record_unit_test.cpp66 std::vector<nlohmann::json> vector{persistTime}; variable
/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
Dinit_utils.c79 void FreeStringVector(char **vector, int count) in FreeStringVector()
/foundation/multimedia/player_framework/services/services/sa_media/ipc/
Dmedia_parcel.cpp113 std::vector<uint8_t> vector; in DoUnmarshalling() local
/foundation/communication/ipc/interfaces/innerkits/cj/src/
Dipc_ffi.cpp812 std::vector<int8_t> vector = rpc->CJ_ReadInt8ArrayBuffer(errCode); in FfiRpcMessageSequenceImplReadInt8ArrayBuffer() local
846 std::vector<uint8_t> vector = rpc->CJ_ReadUInt8ArrayBuffer(errCode); in FfiRpcMessageSequenceImplReadUInt8ArrayBuffer() local
877 std::vector<int16_t> vector = rpc->CJ_ReadInt16ArrayBuffer(errCode); in FfiRpcMessageSequenceImplReadInt16ArrayBuffer() local
908 std::vector<uint16_t> vector = rpc->CJ_ReadUInt16ArrayBuffer(errCode); in FfiRpcMessageSequenceImplReadUInt16ArrayBuffer() local
939 std::vector<int32_t> vector = rpc->CJ_ReadInt32ArrayBuffer(errCode); in FfiRpcMessageSequenceImplReadInt32ArrayBuffer() local
970 std::vector<uint32_t> vector = rpc->CJ_ReadUInt32ArrayBuffer(errCode); in FfiRpcMessageSequenceImplReadUInt32ArrayBuffer() local
1001 std::vector<float> vector = rpc->CJ_ReadFloatArrayBuffer(errCode); in FfiRpcMessageSequenceImplReadFloatArrayBuffer() local
1032 std::vector<double> vector = rpc->CJ_ReadDoubleArrayBuffer(errCode); in FfiRpcMessageSequenceImplReadDoubleArrayBuffer() local
1062 std::vector<int64_t> vector = rpc->CJ_ReadInt64ArrayBuffer(errCode); in FfiRpcMessageSequenceImplReadInt64ArrayBuffer() local
1093 std::vector<uint64_t> vector = rpc->CJ_ReadUInt64ArrayBuffer(errCode); in FfiRpcMessageSequenceImplReadUInt64ArrayBuffer() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_data_value_test.cpp98 std::vector<char> vector(ONE_HUNDERED, DEFAULT_CHAR); in DataValueBlobCheck() local
/foundation/multimedia/av_codec/services/media_engine/filters/
Dsei_parser_helper.cpp101 void SeiParserHelper::SetPayloadTypeVec(const std::vector<int32_t> &vector) in SetPayloadTypeVec()
311 void SeiParserListener::SetPayloadTypeVec(const std::vector<int32_t> &vector) in SetPayloadTypeVec()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
Dbasic_rust_types.rs124 let vector = match OhCloudExtVector::get_inner_ref(vector, SafetyCheckId::Vector) { in OhCloudExtVectorGetValueTyp() localVariable
164 let vector = match OhCloudExtVector::get_inner_mut(vector, SafetyCheckId::Vector) { in OhCloudExtVectorPush() localVariable
329 let vector = match OhCloudExtVector::get_inner_ref(vector, SafetyCheckId::Vector) { in OhCloudExtVectorGet() localVariable
422 let vector = match OhCloudExtVector::get_inner_ref(vector, SafetyCheckId::Vector) { in OhCloudExtVectorGetLength() localVariable
/foundation/ai/neural_network_runtime/test/system_test/common/
Dnnrt_test.cpp41 OH_NN_UInt32Array TransformUInt32Array(const std::vector<uint32_t>& vector) in TransformUInt32Array()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
Dnapi_rdb_js_utils.h57 bool vector = false; member
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/distributed_bms_host_test/
Ddistributed_bms_host_test.cpp710 std::vector<RemoteAbilityInfo> vector; variable
725 std::vector<ElementName> vector; variable
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/matrix4/
Dcj_matrix4_ffi.cpp47 const auto& vector = *reinterpret_cast<std::vector<float>*>(array); in FfiOHOSMatrix4Init() local
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/context/
Dsetup_context.cpp360 std::vector<std::string> &vector) in ParseOptionArrayString()
/foundation/communication/netmanager_ext/frameworks/js/napi/vpnext/src/context/
Dsetup_context_ext.cpp336 std::vector<std::string> &vector) in ParseOptionArrayString()

12