Home
last modified time | relevance | path

Searched defs:first (Results 1 – 25 of 55) sorted by relevance

123

/foundation/multimedia/histreamer/engine/include/foundation/cpp_ext/
Dalgorithm_ext.h22 inline bool AnyOf(Iterator first, Iterator last, UnaryPredicate p) // implementation of std::any_of… in AnyOf()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/
Drsanimation_fuzzer.cpp137 float first = GetData<float>(); in RsCurveAnimationFuzzTest() local
168 float first = GetData<float>(); in RsKeyframeAnimationFuzzTest() local
198 float first = GetData<float>(); in RsPathAnimationFuzzTest() local
263 float first = GetData<float>(); in RsSpringAnimationFuzzTest() local
295 float first = GetData<float>(); in RsTransitionFuzzTest() local
343 float first = GetData<float>(); in RsImplicitAnimatorFuzzTest() local
371 float first = GetData<float>(); in RsImplicitAnimatorParamFuzzTest() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/utils/
Dconstant.cpp54 bool Constant::Equal(bool first, bool second) in Equal()
59 bool Constant::NotEqual(bool first, bool second) in NotEqual()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common/
Dstring_utils.h56 std::vector<uint8_t>::const_iterator first = input.begin() + sizeof(Type); in BytesToStrWithType() local
/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
Drasterizer_cells_antialias.cpp171 int32_t delta, deltayMask, first; in RenderHorizonline() local
283 int32_t modDyMask, delta, first, increase; in LineOperate() local
334 …asterizerCellsAntiAlias::RenderVerticalLine(int32_t& x1, int32_t& ex1, int64_t& dy, int32_t& first, in RenderVerticalLine()
374 void RasterizerCellsAntiAlias::RenderObliqueLine(int64_t& dx, int64_t& dy, int32_t& first, in RenderObliqueLine()
/foundation/multimodalinput/input/test/unittest/common/src/
Dsystem_info.cpp154 double CpuInfo::GetCpuUsage(const Total_Cpu_Occupy &first, const Total_Cpu_Occupy &second) in GetCpuUsage()
196 Total_Cpu_Occupy first {}; in GetSystemCpuUsage() local
/foundation/arkui/ace_engine/frameworks/core/components/root/
Droot_element.cpp33 auto first = children_.begin(); in PerformBuild() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
Dskia_path_effect.cpp54 auto first = e1.GetImpl<SkiaPathEffect>(); in InitWithSum() local
/foundation/communication/dhcp/services/dhcp_server/include/
Ddhcp_option.h47 PDhcpOptionNode first; member
Ddhcp_config.h54 DhcpConfigNode *first; member
Ddhcp_binding.h54 AddressBindingNode *first; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/map_mce/
Dmap_mce_xml.cpp101 xmlNodePtr first = xmlFirstElementChild((xmlNodePtr)&node_); in FirstChild() local
/foundation/systemabilitymgr/samgr_lite/samgr/source/
Dcommon.c124 void *first = (vector->key != NULL) ? vector->key(vector->data[i]) : vector->data[i]; in VECTOR_FindByKey() local
/foundation/graphic/graphic_2d/frameworks/surface/test/unittest/
Dbuffer_manager_test.cpp259 int32_t first = getCmaFree(); variable
/foundation/ai/intelligent_voice_framework/utils/
Dstring_util.cpp116 bool StringUtil::SplitLineToPair(const std::string &line, std::string &first, std::string &second) in SplitLineToPair()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
Dnstackx_list.h96 List *first = from->next; in ListMove() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
Drs_marshalling_helper.h321 static bool Marshalling(Parcel& parcel, const T& first, const Args&... args) in Marshalling()
326 static bool Unmarshalling(Parcel& parcel, T& first, Args&... args) in Unmarshalling()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
Dkey_event_input_subscribe_manager.cpp52 static bool operator<(const KeyOption &first, const KeyOption &second) in operator <()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
Ddistributed_crud_transaction_tools.cpp40 CrudMode first, CrudMode second, bool preset, bool isLocal) in DistributedCrudTransactionTools()
/foundation/arkui/ace_engine/frameworks/core/components/picker/
Dpicker_multitext_component.cpp231 bool PickerMultiTextComponent::IsEqualStrings(const std::vector<std::string>& first, in IsEqualStrings()
/foundation/multimedia/histreamer/engine/scene/player/standard/
Dhiplayer_callback_looper.cpp198 auto first = *queue_.begin(); in Next() local
/foundation/arkui/ace_engine/frameworks/core/components_part_upd/foreach/
Dforeach_element.cpp31 bool ForEachElement::CompareSlots(const RefPtr<Element>& first, const RefPtr<Element>& second) in CompareSlots()
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
Dapp_style_sheet.cpp211 AppStyle *first = const_cast<AppStyle *>(selectors->GetFirst()); in GetStyleFromSelectors() local
/foundation/arkui/ui_lite/frameworks/draw/
Dclip_utils.cpp120 bool first = true; in PerformScan() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
Dlist.c196 ListNode *first = ListGetFirstNode(list); in ListRemoveFirst() local

123