Home
last modified time | relevance | path

Searched defs:datas (Results 226 - 250 of 308) sorted by relevance

12345678910>>...13

/foundation/communication/nfc/test/fuzztest/services_test/hostcardemulationmanager_test/hostcardemulationmanager/hostcardemulationmanager_fuzzer/
H A Dhostcardemulationmanager_fuzzer.cpp66 std::vector<uint8_t> datas; in FuzzOnHostCardEmulationDataNfcA() local
80 std::vector<uint8_t> datas; in FuzzOnHostCardEmulationDataNfcA1() local
94 std::vector<uint8_t> datas; in FuzzOnHostCardEmulationDataNfcA2() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp347 int32_t AutoCache::Delegate::OnChange(const Origin &origin, const Fields &fields, ChangeData &&datas) in OnChange() argument
/foundation/filemanagement/storage_service/test/fuzztest/storagedaemon_fuzzer/
H A Dstoragedaemon_fuzzer.cpp87 MessageParcel datas; in StorageDaemonFuzzTest() local
100 MessageParcel datas; in HandleStartUserFuzzTest() local
112 MessageParcel datas; HandleStopUserFuzzTest() local
124 MessageParcel datas; HandlePrepareUserDirsFuzzTest() local
136 MessageParcel datas; HandleDestroyUserDirsFuzzTest() local
148 MessageParcel datas; HandleMountFuzzTest() local
160 MessageParcel datas; HandleUMountFuzzTest() local
172 MessageParcel datas; HandlePartitionFuzzTest() local
184 MessageParcel datas; HandleCheckFuzzTest() local
196 MessageParcel datas; HandleSetVolDescFuzzTest() local
208 MessageParcel datas; HandleFormatFuzzTest() local
220 MessageParcel datas; HandleSetBundleQuotaFuzzTest() local
232 MessageParcel datas; HandleGenerateUserKeysFuzzTest() local
244 MessageParcel datas; HandleDeleteUserKeysFuzzTest() local
256 MessageParcel datas; HandleUpdateUserAuthFuzzTest() local
268 MessageParcel datas; HandleActiveUserKeyFuzzTest() local
280 MessageParcel datas; HandleInactiveUserKeyFuzzTest() local
292 MessageParcel datas; HandleUpdateKeyContextFuzzTest() local
304 MessageParcel datas; HandleDeleteAppkeyFuzzTest() local
316 MessageParcel datas; HandleGenerateAppkeyFuzzTest() local
[all...]
/foundation/filemanagement/storage_service/test/fuzztest/storagemanager_fuzzer/
H A Dstoragemanager_fuzzer.cpp85 MessageParcel datas; in StorageManagerFuzzTest() local
98 MessageParcel datas; in HandlePrepareAddUserFuzzTest() local
110 MessageParcel datas; HandleRemoveUserFuzzTest() local
122 MessageParcel datas; HandlePrepareStartUserFuzzTest() local
133 MessageParcel datas; HandleStopUserFuzzTest() local
144 MessageParcel datas; HandleGetCurrentBundleStatsFuzzTest() local
156 MessageParcel datas; HandleMountFuzzTest() local
168 MessageParcel datas; HandleUnmountFuzzTest() local
180 MessageParcel datas; HandlePartitionFuzzTest() local
192 MessageParcel datas; HandleFormatFuzzTest() local
204 MessageParcel datas; HandleGenerateUserKeysFuzzTest() local
216 MessageParcel datas; HandleDeleteUserKeysFuzzTest() local
228 MessageParcel datas; HandleUpdateUserAuthFuzzTest() local
240 MessageParcel datas; HandleActiveUserKeyFuzzTest() local
252 MessageParcel datas; HandleInactiveUserKeyFuzzTest() local
264 MessageParcel datas; HandleLockUserScreenFuzzTest() local
276 MessageParcel datas; HandleUnlockUserScreenFuzzTest() local
288 MessageParcel datas; HandleUpdateKeyContextFuzzTest() local
300 MessageParcel datas; HandleCreateShareFileFuzzTest() local
312 MessageParcel datas; HandleDeleteShareFileFuzzTest() local
324 MessageParcel datas; HandleSetBundleQuotaFuzzTest() local
[all...]
/kernel/linux/common_modules/ucollection/
H A Dunified_collection_data.h32 struct ucollection_process_cpu_item datas[]; member
59 struct ucollection_thread_cpu_item datas[]; member
/test/xts/device_attest_lite/services/core/security/
H A Dattest_security.c199 static int32_t DecryptAesCbc(AesCryptBufferDatas* datas, const uint8_t* aesKey, in DecryptAesCbc() argument
254 EncryptAesCbc(AesCryptBufferDatas* datas, const uint8_t* aesKey, const char* iv, size_t ivLen) EncryptAesCbc() argument
320 AesCryptBufferDatas datas = {inputData, inputDataLen, encryptedData, &aesOutLen}; Encrypt() local
367 AesCryptBufferDatas datas = {encryptData, base64Len, decryptData, &decryptDataLen}; Decrypt() local
[all...]
/third_party/python/Lib/test/
H A Dtest_audioop.py19 datas = { variable
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBallotMasksTests.cpp57 checkVertexPipelineStages(const void* internalData, vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStages() argument
67 checkComputeOrMesh(const void* internalData, vector<const void*> datas, const deUint32 numWorkgroups[3], const deUint32 localSize[3], deUint32) checkComputeOrMesh() argument
H A DvktSubgroupsBallotOtherTests.cpp59 checkVertexPipelineStages(const void* internalData, vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStages() argument
69 checkComputeOrMesh(const void* internalData, vector<const void*> datas, const deUint32 numWorkgroups[3], const deUint32 localSize[3], deUint32) checkComputeOrMesh() argument
H A DvktSubgroupsBallotTests.cpp47 checkVertexPipelineStages(const void* internalData, vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStages() argument
57 checkComputeOrMesh(const void* internalData, vector<const void*> datas, const deUint32 numWorkgroups[3], const deUint32 localSize[3], deUint32) checkComputeOrMesh() argument
H A DvktSubgroupsShapeTests.cpp54 checkVertexPipelineStages(const void* internalData, vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStages() argument
64 checkComputeOrMesh(const void* internalData, vector<const void*> datas, const deUint32 numWorkgroups[3], const deUint32 localSize[3], deUint32) checkComputeOrMesh() argument
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsBallotBroadcastTests.cpp48 static bool checkVertexPipelineStages(std::vector<const void*> datas, in checkVertexPipelineStages() argument
54 static bool checkComputeStages(std::vector<const void*> datas, in checkComputeStages() argument
H A DglcSubgroupsBallotOtherTests.cpp53 static bool checkVertexPipelineStages(std::vector<const void*> datas, in checkVertexPipelineStages() argument
59 static bool checkComputeStage(std::vector<const void*> datas, in checkComputeStage() argument
H A DglcSubgroupsBuiltinVarTests.cpp40 bool checkVertexPipelineStagesSubgroupSize(std::vector<const void*> datas, in checkVertexPipelineStagesSubgroupSize() argument
56 bool checkVertexPipelineStagesSubgroupInvocationID(std::vector<const void*> datas, in checkVertexPipelineStagesSubgroupInvocationID() argument
86 static bool checkComputeSubgroupSize(std::vector<const void*> datas, in checkComputeSubgroupSize() argument
136 static bool checkComputeSubgroupInvocationID(std::vector<const void*> datas, in checkComputeSubgroupInvocationID() argument
203 static bool checkComputeNumSubgroups (std::vector<const void*> datas, in checkComputeNumSubgroups() argument
259 checkComputeSubgroupID(std::vector<const void*> datas, const deUint32 numWorkgroups[3], const deUint32 localSize[3], deUint32) checkComputeSubgroupID() argument
[all...]
H A DglcSubgroupsClusteredTests.cpp53 static bool checkVertexPipelineStages(std::vector<const void*> datas, in checkVertexPipelineStages() argument
59 static bool checkComputeStage(std::vector<const void*> datas, in checkComputeStage() argument
H A DglcSubgroupsQuadTests.cpp50 static bool checkVertexPipelineStages(std::vector<const void*> datas, in checkVertexPipelineStages() argument
56 static bool checkComputeStage(std::vector<const void*> datas, in checkComputeStage() argument
H A DglcSubgroupsShuffleTests.cpp50 static bool checkVertexPipelineStages(std::vector<const void*> datas, in checkVertexPipelineStages() argument
56 static bool checkComputeStage(std::vector<const void*> datas, in checkComputeStage() argument
H A DglcSubgroupsVoteTests.cpp52 static bool checkVertexPipelineStages(std::vector<const void*> datas, in checkVertexPipelineStages() argument
58 static bool checkFragmentPipelineStages(std::vector<const void*> datas, in checkFragmentPipelineStages() argument
85 static bool checkComputeStage(std::vector<const void*> datas, in checkComputeStage() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsBallotMasksTests.cpp57 checkVertexPipelineStages(const void* internalData, vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStages() argument
67 checkComputeOrMesh(const void* internalData, vector<const void*> datas, const deUint32 numWorkgroups[3], const deUint32 localSize[3], deUint32) checkComputeOrMesh() argument
H A DvktSubgroupsBallotOtherTests.cpp59 checkVertexPipelineStages(const void* internalData, vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStages() argument
69 checkComputeOrMesh(const void* internalData, vector<const void*> datas, const deUint32 numWorkgroups[3], const deUint32 localSize[3], deUint32) checkComputeOrMesh() argument
H A DvktSubgroupsBallotTests.cpp47 checkVertexPipelineStages(const void* internalData, vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStages() argument
57 checkComputeOrMesh(const void* internalData, vector<const void*> datas, const deUint32 numWorkgroups[3], const deUint32 localSize[3], deUint32) checkComputeOrMesh() argument
H A DvktSubgroupsQuadTests.cpp58 checkVertexPipelineStages(const void* internalData, vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStages() argument
68 checkComputeOrMesh(const void* internalData, vector<const void*> datas, const deUint32 numWorkgroups[3], const deUint32 localSize[3], deUint32) checkComputeOrMesh() argument
H A DvktSubgroupsShapeTests.cpp54 checkVertexPipelineStages(const void* internalData, vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStages() argument
64 checkComputeOrMesh(const void* internalData, vector<const void*> datas, const deUint32 numWorkgroups[3], const deUint32 localSize[3], deUint32) checkComputeOrMesh() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarythumbnail_fuzzer/src/
H A Dmedialibrary_thumbnail_fuzzer.cpp164 Media::ThumbnailData datas; in FuzzThumbnailData() local
/foundation/communication/dsoftbus/tests/core/frame/unittest/
H A Dsoftbus_server_stub_test.cpp228 MessageParcel datas; in HWTEST_F() local
257 MessageParcel datas; in HWTEST_F() local
286 MessageParcel datas; HWTEST_F() local
328 MessageParcel datas; HWTEST_F() local
379 MessageParcel datas; HWTEST_F() local
413 MessageParcel datas; HWTEST_F() local
437 MessageParcel datas; HWTEST_F() local
467 MessageParcel datas; HWTEST_F() local
499 MessageParcel datas; HWTEST_F() local
556 MessageParcel datas; HWTEST_F() local
607 MessageParcel datas; HWTEST_F() local
652 MessageParcel datas; HWTEST_F() local
679 MessageParcel datas; HWTEST_F() local
734 MessageParcel datas; HWTEST_F() local
781 MessageParcel datas; HWTEST_F() local
819 MessageParcel datas; HWTEST_F() local
865 MessageParcel datas; HWTEST_F() local
902 MessageParcel datas; HWTEST_F() local
948 MessageParcel datas; HWTEST_F() local
981 MessageParcel datas; HWTEST_F() local
1003 MessageParcel datas; HWTEST_F() local
1025 MessageParcel datas; HWTEST_F() local
1049 MessageParcel datas; HWTEST_F() local
1097 MessageParcel datas; HWTEST_F() local
1141 MessageParcel datas; HWTEST_F() local
1178 MessageParcel datas; HWTEST_F() local
1216 MessageParcel datas; HWTEST_F() local
1262 MessageParcel datas; HWTEST_F() local
1313 MessageParcel datas; HWTEST_F() local
1367 MessageParcel datas; HWTEST_F() local
1418 MessageParcel datas; HWTEST_F() local
1474 MessageParcel datas; HWTEST_F() local
1532 MessageParcel datas; HWTEST_F() local
1583 MessageParcel datas; HWTEST_F() local
1629 MessageParcel datas; HWTEST_F() local
1666 MessageParcel datas; HWTEST_F() local
1705 MessageParcel datas; HWTEST_F() local
1722 MessageParcel datas; HWTEST_F() local
[all...]

Completed in 23 milliseconds

12345678910>>...13