Home
last modified time | relevance | path

Searched refs:size (Results 25951 - 25975 of 50454) sorted by relevance

1...<<1031103210331034103510361037103810391040>>...2019

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_info.h233 ItemInfo(int32_t cross, float offset, float size) : crossIdx(cross), mainOffset(offset), mainSize(size) {} in ItemInfo()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgrid_row_composed_element.cpp134 if (result.size() > 1) { in GetGridRowBreakpoints()
135 result = result.substr(0, static_cast<int32_t>(result.size()) - 1).append("]"); in GetGridRowBreakpoints()
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dparallel_recognizer.cpp182 if (recognizers_.size() != curr->recognizers_.size() || curr->priorityMask_ != priorityMask_) { in ReconcileFrom()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_symbol_span_modifier.cpp27 void SetSymbolSpanFontColor(ArkUINodeHandle node, ArkUI_Uint32* color, int32_t size) in SetSymbolSpanFontColor() argument
32 for (int32_t i = 0; i < size; i++) { in SetSymbolSpanFontColor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_use.cpp98 if (viewBox.size() == 4) { in ParseAndSetSpecializedAttr()
109 if (viewBox.size() == 4) { in ParseAndSetSpecializedAttr()
H A Dsvg_fe_color_matrix.cpp63 if (matrix.size() != matrix_.size()) { in MakeMatrix()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dmulti_composed_element.cpp58 // so size of children MUST be matched between elements and components in UpdateChildren()
59 if (children_.size() != newComponents.size()) { in UpdateChildren()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dcompatible_application_info.cpp56 APP_LOGE("permissions size is overflow"); in ReadFromParcel()
71 APP_LOGE("module info size is overflow"); in ReadFromParcel()
118 const auto permissionSize = static_cast<int32_t>(permissions.size()); in Marshalling()
123 const auto moduleInfoSize = static_cast<int32_t>(moduleInfos.size()); in Marshalling()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_digital_clock_unit_test.cpp188 uint8_t size = 10; in HWTEST_F() local
190 digitalClock_->SetFont(name, size); in HWTEST_F()
/foundation/bundlemanager/app_domain_verify/frameworks/common/include/httpsession/
H A Dffrt_safe_map.h61 * @brief Obtains the map size.
63 * In the multithread scenario, the map size returned is a tmp status,
70 return map_.size(); in Size()
160 if (map_.size() > 0) { in FindOldAndSetNew()
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_window_info.cpp236 HILOG_DEBUG("set touchHotAreas_ size(%{public}zu)", touchHotAreas_.size()); in SetTouchHotAreas()
241 HILOG_DEBUG("get touchHotAreas_size(%{public}zu)", touchHotAreas_.size()); in GetTouchHotAreas()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcamera_component.h68 bool WriteCapture(std::string &filePath, const char * const buffer, const uint32_t size) const;
179 const jerry_length_t size);
/foundation/arkui/ui_lite/interfaces/kits/font/
H A Dbase_font.h52 * @param size 0: invalid size
119 * @param size [in] the font size
122 virtual uint16_t GetShapingFontId(char* text, uint8_t& ttfId, uint32_t& script, uint16_t fontId, uint8_t size) const in GetShapingFontId()
157 * @param size [in] the font size
160 virtual uint8_t GetFontTtfId(uint16_t fontId, uint8_t size) const in GetFontTtfId()
/foundation/arkui/ui_lite/frameworks/engines/gfx/
H A Dsoft_engine.cpp141 uint8_t* SoftEngine::AllocBuffer(uint32_t size, uint32_t usage) in AllocBuffer() argument
143 return static_cast<uint8_t*>(malloc(size)); in AllocBuffer()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_characteristic.cpp161 const std::unique_ptr<uint8_t[]> &GattCharacteristic::GetValue(size_t *size) const in GetValue()
163 *size = length_; in GetValue()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_packet.h299 * @param[in] size The size of the payload need to be pushed.
303 static uint16_t PushOctetsUpto8(uint8_t *pkt, size_t size, uint64_t payload);
309 * @param[in] size The size of the payload need to be popped.
313 static uint16_t PopOctetsUpto8(uint8_t *pkt, size_t size, uint64_t &payload);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_packet.h288 * @param[in] size The size of the payload need to be pushed.
292 static uint16_t PushOctetsUpto8(uint8_t *pkt, size_t size, uint64_t payload);
298 * @param[in] size The size of the payload need to be popped.
302 static uint16_t PopOctetsUpto8(uint8_t *pkt, size_t size, uint64_t &payload);
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_event_subscribe_module.cpp71 name.c_str(), moduleName_.c_str(), callbackVec.size()); in Register()
108 name.c_str(), moduleName_.c_str(), callbackVec.size()); in Deregister()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.h490 * @param[out] sendDataSize is the data size that has been sent
515 * @param size The size of the data
518 uint32_t SetPcmData(const uint8_t *buf, uint32_t size);
523 * @param size The size of the data
526 uint32_t GetPcmData(uint8_t *buf, uint32_t size);
/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/src/
H A Decological_rule_mgr_service_proxy.cpp76 data.WriteInt32(abilityInfos.size()); in EvaluateResolveInfos()
152 if (!data.WriteInt32(wants.size())) { in IsSupportPublishForm()
153 LOG_ERROR("write wants size failed"); in IsSupportPublishForm()
/foundation/graphic/graphic_surface/buffer_handle/src/
H A Dbuffer_handle.cpp90 !parcel.WriteInt32(handle.size) || !parcel.WriteInt32(handle.format) || !parcel.WriteInt64(handle.usage) || in WriteBufferHandle()
136 !parcel.ReadInt32(handle->size) || !parcel.ReadInt32(handle->format) || !parcel.ReadUint64(handle->usage) || in ReadBufferHandle()
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_common_converter.cpp137 for (uint32_t i = 0; i < floatBuffer.size(); i++) { in ConvertBufferToFloat()
157 for (uint32_t i = 0; i < floatBuffer.size(); i++) { in ConvertFloatToAudioBuffer()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/
H A Dffmpeg_muxer_plugin.h70 std::vector<uint8_t> TransAnnexbToMp4(const uint8_t *sample, int32_t size);
72 bool IsAvccSample(const uint8_t* sample, int32_t size, int32_t nalSizeLen);
/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H A Dfile_fd_source_plugin.h46 Status GetSize(uint64_t& size) override;
69 void HandleReadResult(size_t bufferSize, int size);
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/resource/
H A Drs_upload_resource_thread.cpp162 auto size = glesVersion ? strlen(glesVersion) : 0; in CreateShareGrContext() local
164 handler->ConfigureContext(&options, glesVersion, size, "/data/service/el0/render_service", true); in CreateShareGrContext()

Completed in 31 milliseconds

1...<<1031103210331034103510361037103810391040>>...2019