Home
last modified time | relevance | path

Searched defs:lte (Results 1 - 15 of 15) sorted by relevance

/base/telephony/core_service/services/network_search/include/
H A Dsignal_info.h61 LteSignalInformation lte; member
/third_party/node/deps/minimatch/src/node_modules/brace-expansion/
H A Dindex.js88 function lte(i, y) { function
/third_party/node/deps/npm/node_modules/brace-expansion/
H A Dindex.js88 function lte(i, y) { function
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_types.h212 LteRssi lte; member
H A Dtel_ril_network_parcel.h389 CellRatLte lte; member
447 CellRatLte lte; member
629 CellListRatLte lte; member
/base/telephony/core_service/frameworks/native/src/
H A Dsignal_information.cpp332 LteSignalInformation &LteSignalInformation::operator=(const LteSignalInformation &lte) in operator =() argument
427 std::unique_ptr<LteSignalInformation> lte = std::make_unique<LteSignalInformation>(); NewInstance() local
[all...]
/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp193 LteCellInformation *lte = reinterpret_cast<LteCellInformation *>(cell.GetRefPtr()); in ProcessCellLocation() local
[all...]
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp223 LteCellInformation *lte = reinterpret_cast<LteCellInformation *>(cell.GetRefPtr()); in PrintLteCellInformation() local
383 LteSignalInformation *lte = reinterpret_cast<LteSignalInformation *>(signal.GetRefPtr()); PrintLteSignalInformation() local
732 LteSignalInformation *lte = reinterpret_cast<LteSignalInformation *>(v.GetRefPtr()); HWTEST_F() local
769 LteSignalInformation *lte = reinterpret_cast<LteSignalInformation *>(v.GetRefPtr()); HWTEST_F() local
803 sptr<LteSignalInformation> lte = new LteSignalInformation(); HWTEST_F() local
918 sptr<LteCellInformation> lte = new LteCellInformation(); HWTEST_F() local
[all...]
H A Dzero_branch_test_core_service.cpp800 std::shared_ptr<SignalInformation> lte = std::make_shared<LteSignalInformation>(); in HWTEST_F() local
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dadm1021.c368 int lte, rte, lhi, rhi, llo, rlo; in adm1021_detect() local
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dadm1021.c378 int lte, rte, lhi, rhi, llo, rlo; in adm1021_detect() local
/base/telephony/core_service/services/network_search/test/
H A Dtest.cpp199 void TestLteSignalInformation(const LteSignalInformation &lte) in TestLteSignalInformation() argument
258 LteSignalInformation *lte = reinterpret_cast<LteSignalInformation *>(v.GetRefPtr()); in TestGetSignalInfoList() local
684 LteCellInformation *lte in TestGetCellInfoList() local
[all...]
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h615 CellListRatLte lte; member
788 CellRatLte lte; member
/third_party/skia/src/core/
H A DSkVM.cpp1034 I32 Builder::lte(F32 x, F32 y) { in lte() function in skvm::Builder
1066 I32 Builder::lte(I32 x, I32 y) { return y>=x; } in lte() function in skvm::Builder
H A DSkVM.h821 I32 lte(F32 x, float y) { return lte(x, splat(y)); } in abs() function in skvm::Builder
822 I32 lte(float x, F32 y) { return lte(splat(x), y); } in abs() function in skvm::Builder
862 I32 lte(I32 x, int y) { return lte(x, splat(y)); } in abs() function in skvm::Builder
863 I32 lte(int x, I32 y) { return lte(spla in abs() function in skvm::Builder
[all...]

Completed in 27 milliseconds