Home
last modified time | relevance | path

Searched refs:size (Results 28951 - 28975 of 34914) sorted by relevance

1...<<1151115211531154115511561157115811591160>>...1397

/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_port.cpp93 uint32_t len = modeStr.size(); in WritePortFile()
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_dispatcher.h69 static int32_t UsbdAllocFifo(DataFifo *fifo, uint32_t size);
/drivers/peripheral/wlan/test/fuzztest/
H A Dwpa_common_fuzzer.h31 bool PreProcessRawData(const uint8_t *rawData, size_t size, uint8_t *tmpRawData, size_t tmpRawDataSize);
/foundation/ability/form_fwk/services/src/
H A Dform_host_record.cpp326 return static_cast<int32_t>(forms_.size()); in GetFormsCount()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dhdi_c_code_emitter.cpp189 for (; curIndex < paramStr.size(); curIndex++) { in SpecificationParam()
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dconv2d_builder.cpp64 if (weightShape.size() != WEIGHT_SIZE) { in SetChannel()
/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/
H A Dcompilation_mock_idevice.cpp233 if (modelCache.size() == 0 || config.enableFloat16 == false) { in PrepareModelFromModelCache()
234 LOGE("HDIDeviceV2_0 mock PrepareModel failed, the modelCache size equals 0 or enableFloat16 is false"); in PrepareModelFromModelCache()
/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/
H A Dneural_network_runtime_type.h360 * * <b>kernelSize</b> indicates the kernel size used to obtain the average value.
388 * * <b>kernelSize</b> indicates the kernel size used to obtain the average value.
445 * * <b>blockSize</b>: size of each block to be interleaved into the spatial dimension.
527 * * <b>dilation</b>: dilation size of the convolution kernel in height and width.
563 * * <b>dilation</b>: dilation size of the convolution kernel in height and width.
602 * * <b>dilation</b>: dilation size of the convolution kernel in height and width.
638 * * <b>dilation</b>: dilation size of the convolution kernel in height and width.
677 * * <b>dilation</b>: dilation size of the convolution kernel in height and width.
707 * * <b>dilation</b>: dilation size of the convolution kernel in height and width.
914 * Their shapes can be broadcast to the same size
3507 uint32_t size; global() member
[all...]
/foundation/ai/intelligent_voice_framework/utils/
H A Dtimer_mgr.cpp167 if (itemQueue_.size() == 1) { in ResetTimer()
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/
H A Dsa_cpp_interface_code_emitter.cpp76 file.WriteData(data.c_str(), data.size()); in EmitInterfaceHeaderFile()
/foundation/ai/neural_network_runtime/test/unittest/common/v1_0/
H A Dcompilation_mock_idevice.cpp233 if (modelCache.size() == 0 || config.enableFloat16 == false) { in PrepareModelFromModelCache()
234 LOGE("HDIDeviceV1_0 mock PrepareModel failed, the modelCache size equals 0 or enableFloat16 is false"); in PrepareModelFromModelCache()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_channel_manager.cpp163 size_t pktlen = dataFrame.size(); in SendData()
/foundation/ability/ability_runtime/service_router_framework/services/srms/src/
H A Dservice_router_mgr_stub.cpp200 if (!reply.WriteInt32(parcelableVector.size())) { in WriteParcelableVector()
201 TAG_LOGE(AAFwkTag::SER_ROUTER, "write size failed"); in WriteParcelableVector()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dform_host_client_test.cpp216 EXPECT_EQ(formhostclient.shareFormCallbackMap_.size(), 2); in HWTEST_F()
H A Ddata_uri_utils_test.cpp227 string lastPath = pathVector[pathVector.size() - 1]; in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H A Dstartup_task_dispatcher.cpp50 tasksCount_ = tasks_.size(); in Run()
/foundation/CastEngine/castengine_wifi_display/tests/demo/protocol/rtsp/
H A Drtsp_player_demo.cpp87 printf("\nRecv data(size:%d) From %s:%d\n", nbytes, inet_ntoa(cliAddr.sin_addr), ntohs(cliAddr.sin_port)); in RecvUDP()
194 if (trackIndex < medias.size()) { in main()
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_channel_manager.cpp163 size_t pktlen = dataFrame.size(); in SendData()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/src/
H A Dcast_local_file_channel_client.cpp130 channel->Send(reinterpret_cast<uint8_t *>(const_cast<char *>(req.data())), req.size()); in RequestByteData()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/src/
H A Drtcp_context.cpp45 if (senderReportNtp_.size() >= 5) { // 5:fixed capacity in CreateRtcpSR()
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dability_permission_util.cpp169 if (static_cast<int32_t>(instanceKeyArray.size()) == maxCount) { in CheckMultiInstance()
/foundation/ability/ability_runtime/test/moduletest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp78 TAG_LOGI(AAFwkTag::TEST, "info.size() = %{public}zu", info.size()); in HWTEST_F()
/foundation/ability/ability_base/interfaces/inner_api/base/include/
H A Dbase_interfaces.h180 virtual ErrCode GetLength(long &size) = 0; /* [out] */ in INTERFACE()
/foundation/CastEngine/castengine_wifi_display/services/interaction/
H A Dinteraction_manager.cpp109 SHARING_LOGI("id: %{public}d size: %{public}zu.", interaction->GetId(), interactions_.size()); in CreateInteraction()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dapplication_cleaner.cpp185 if (currentPath.empty() || (currentPath.size() > PATH_MAX_SIZE)) { in TraverseObsoleteTempDirectory()

Completed in 30 milliseconds

1...<<1151115211531154115511561157115811591160>>...1397