Home
last modified time | relevance | path

Searched defs:first (Results 351 - 375 of 2661) sorted by relevance

1...<<11121314151617181920>>...107

/base/startup/appspawn/modules/sandbox/
H A Dappspawn_mount_template.c137 bool first = true; in DumpSandboxFlags() local
/base/telephony/core_service/frameworks/native/src/
H A Doperator_config_types.cpp242 std::u16string first = parcel.ReadString16(); in ReadFromU16StringMap() local
259 std::string first = parcel.ReadString(); ReadFromStringMap() local
276 std::string first = parcel.ReadString(); ReadFromIntMap() local
293 std::string first = parcel.ReadString(); ReadFromBoolMap() local
309 std::string first = parcel.ReadString(); ReadFromLongMap() local
325 std::string first = parcel.ReadString(); ReadFromStringArrayMap() local
342 std::string first = parcel.ReadString(); ReadFromIntArrayMap() local
359 std::string first = parcel.ReadString(); ReadFromLongArrayMap() local
[all...]
/foundation/ai/intelligent_voice_framework/utils/
H A Dstring_util.cpp117 bool StringUtil::SplitLineToPair(const std::string &line, std::string &first, std::string &second) in SplitLineToPair() argument
/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/
H A Ddataobs_utils.h308 bool DataObsUtils::Marshal(MessageParcel &parcel, const T &first, const Types &...others) in Marshal() argument
317 bool DataObsUtils::Unmarshal(MessageParcel &parcel, T &first, Types &...others) in Unmarshal() argument
/foundation/arkui/ace_engine/frameworks/core/components_part_upd/foreach/
H A Dforeach_element.cpp27 bool ForEachElement::CompareSlots(const RefPtr<Element>& first, const RefPtr<Element>& second) in CompareSlots() argument
/foundation/arkui/ui_lite/frameworks/draw/
H A Dclip_utils.cpp120 bool first = true; in PerformScan() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_pod.cpp72 const auto first = dataStore_.cbegin() + static_cast<int32_t>(offsetToData.index); in DestroyPod() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_capturedata.cpp126 std::string first; in Serialize() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h397 static bool Marshalling(Parcel& parcel, const T& first, const Args&... args) in Marshalling() argument
402 static bool Unmarshalling(Parcel& parcel, T& first, Args&... args) in Unmarshalling() argument
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dfixed_string.h281 basic_fixed_string& replace(size_t first, size_t last, const basic_string_view<CharT>& str) in replace() argument
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dkey_event_input_subscribe_manager.cpp53 static bool operator<(const KeyOption &first, const KeyOption &second) in operator <() argument
/foundation/multimodalinput/input/test/unittest/common/src/
H A Dsystem_info.cpp156 double CpuInfo::GetCpuUsage(const Total_Cpu_Occupy &first, const Total_Cpu_Occupy &second) in GetCpuUsage() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/utils/
H A Dconstant.cpp73 bool Constant::Equal(bool first, bool second) in Equal() argument
78 bool Constant::NotEqual(bool first, bool second) in NotEqual() argument
/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Ditypes_util.h381 F first; in Unmarshalling() local
412 F first; in Unmarshalling() local
586 Marshal(MessageParcel &parcel, const T &first, const Types &...others) Marshal() argument
595 Unmarshal(MessageParcel &parcel, T &first, Types &...others) Unmarshal() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dlist.c196 ListNode *first = ListGetFirstNode(list); in ListRemoveFirst() local
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_binding.h60 AddressBindingNode *first; member
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path_effect.cpp63 auto first = e1.GetImpl<SkiaPathEffect>(); in InitWithSum() local
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/
H A Dsafexcel_ring.c77 safexcel_ring_next_cwptr(struct safexcel_crypto_priv *priv, struct safexcel_desc_ring *ring, bool first, struct safexcel_token **atoken) safexcel_ring_next_cwptr() argument
179 safexcel_add_cdesc(struct safexcel_crypto_priv *priv, int ring_id, bool first, bool last, dma_addr_t data, u32 data_len, u32 full_data_len, dma_addr_t context, struct safexcel_token **atoken) safexcel_add_cdesc() argument
224 safexcel_add_rdesc(struct safexcel_crypto_priv *priv, int ring_id, bool first, bool last, dma_addr_t data, u32 len) safexcel_add_rdesc() argument
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dcsum_partial_copy.c128 unsigned long first; in csum_partial_cfu_dest_aligned() local
242 unsigned long first; in csum_partial_cfu_unaligned() local
[all...]
/kernel/linux/linux-5.10/arch/m68k/math-emu/
H A Dmulti_arith.h186 unsigned long fix, rem, first, dummy; in fp_dividemant() local
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dprocessor.c193 unsigned long first = cpumask_first(cpu_online_mask); in show_cpuinfo() local
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dpmsa-v8.c98 bool first = true; in pmsav8_adjust_lowmem_bounds() local
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_dcb_lib.h98 ice_tx_prepare_vlan_flags_dcb(struct ice_ring __always_unused *tx_ring, struct ice_tx_buf __always_unused *first) ice_tx_prepare_vlan_flags_dcb() argument
/kernel/linux/linux-6.6/arch/m68k/math-emu/
H A Dmulti_arith.h186 unsigned long fix, rem, first, dummy; in fp_dividemant() local
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dcsum_partial_copy.c129 unsigned long first; in csum_partial_cfu_dest_aligned() local
243 unsigned long first; in csum_partial_cfu_unaligned() local
[all...]

Completed in 12 milliseconds

1...<<11121314151617181920>>...107