Home
last modified time | relevance | path

Searched defs:begin (Results 1 - 25 of 158) sorted by relevance

1234567

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/animator/
H A Dcj_animator_ffi.h32 double begin; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_content.cpp58 DrawPropertyDrawableRange( RSPropertyDrawableSlot begin, RSPropertyDrawableSlot end, RSPaintFilterCanvas& canvas) const DrawPropertyDrawableRange() argument
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dintf_entity_manager.h113 inline CORE_NS::EntityIterator begin(const CORE_NS::IEntityManager& manager) in begin() function
/foundation/multimedia/media_library/frameworks/utils/include/
H A Depfs.h33 uint64_t begin; member
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Duid_range.cpp26 UidRange::UidRange(int32_t begin, int32_t end) : begin_(begin), end_(end) {} in UidRange() argument
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dconvertor.cpp71 auto begin = std::find_if(prefix.Data().begin(), prefix.Data().end(), [](int ch) { return !std::isspace(ch); }); in TrimKey() local
H A Ddevice_convertor.cpp118 size_t begin = 0; in ConvertNetwork() local
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/dfx/
H A Ddms_continue_time_dumper_test.cpp205 int64_t begin in HWTEST_F() local
238 int64_t begin = GetTickCount(); HWTEST_F() local
256 int64_t begin = GetTickCount(); HWTEST_F() local
317 int64_t begin = GetTickCount(); HWTEST_F() local
335 int64_t begin = GetTickCount(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dcurve_animation.h29 CurveAnimation(const T& begin, const T& end, const RefPtr<Curve>& curve) in CurveAnimation() argument
H A Dkeyframe_animation.h145 auto begin = keyframes_.front()->GetKeyValue(); in Calculate() local
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtest_utils.cpp53 void CostRecorder::Update(steady_clock::time_point begin, const string& apiName) in Update() argument
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/
H A Dbit_reader.cpp30 BitReader::BitReader(const uint8_t* begin, const uint8_t* end) : begin_(begin), cur_(begin), end_(end) in BitReader() argument
81 void BitReader::Reset(const uint8_t* begin, const uint8_t* end) in Reset() argument
H A Dbit_reader.h40 BitReader(const T* begin, const T* end) in BitReader() argument
91 void Reset(const T* begin, const T* end) in Reset() argument
/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_load_callback_stub.cpp71 int64_t begin = OHOS::GetTickCount(); in OnLoadSystemAbilitySuccessInner() local
90 int64_t begin = OHOS::GetTickCount(); in OnLoadSystemAbilityFailInner() local
113 int64_t begin = OHOS::GetTickCount(); in OnLoadSACompleteForRemoteInner() local
H A Dsystem_ability_status_change_stub.cpp70 int64_t begin = GetTickCount(); in OnAddSystemAbilityInner() local
88 int64_t begin = GetTickCount(); in OnRemoveSystemAbilityInner() local
/foundation/window/window_manager/utils/src/
H A Dtypec_port_info.cpp45 auto begin = buffer; in IsStringNumeric() local
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/
H A Dbitmap_helpers.cpp69 int32_t begin, end; in ReadBmp() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_loader.cpp129 const auto begin = uri.data() + (pos + 1); in DecodeUri() local
[all...]
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_meta.h147 MapIt begin() const // to support for (auto e : Meta), must use begin/end name in begin() function in OHOS::Media::Plugin::Meta
/foundation/systemabilitymgr/samgr/test/fuzztest/samgr_fuzzer/src/
H A Dfuzztest_utils.cpp67 int64_t begin = OHOS::GetTickCount(); in AddDeviceManager() local
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddns_proxy_listen.h65 auto begin() { return DnsSocketHolderBase::begin(); } in begin() function in OHOS::nmd::DnsProxyListen::DnsSocketHolder
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Ddevice_convertor.cpp115 size_t begin = 0; in ConvertNetwork() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dresult_entries_window.cpp137 int ResultEntriesWindow::SetCursor(int begin, int target) in SetCursor() argument
149 int ResultEntriesWindow::LoadData(int begin, int target) const in LoadData() argument
/foundation/ability/idl_tool/ast/
H A Dast_module.cpp62 int begin = 0; in ParseNamespace() local
/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_helper.cpp36 size_t begin = 0; in Split() local

Completed in 11 milliseconds

1234567