Home
last modified time | relevance | path

Searched refs:values (Results 1126 - 1150 of 1561) sorted by relevance

1...<<41424344454647484950>>...63

/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/src/
H A Denhancement_manager.cpp422 ValuesBucket values; in AddServiceTask() local
423 values.PutInt(PhotoColumn::PHOTO_CE_AVAILABLE, in AddServiceTask()
425 EnhancementDatabaseOperations::Update(values, predicates); in AddServiceTask()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_general_store_test.cpp107 int32_t OnChange(const Origin &origin, const PRIFields &primaryFields, ChangeInfo &&values) override
678 DistributedData::VBuckets values; in HWTEST_F() local
679 auto ret = store->Insert("table", std::move(values)); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_database_rd_kernel_test.cpp272 std::vector<Key> values; in HWTEST_F() local
280 values.push_back(entry.value); in HWTEST_F()
289 EXPECT_TRUE(value == values[i]); in HWTEST_F()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dsrem_mod.S5 | input values X and Y. The entry point sREM computes the floating
6 | point (IEEE) REM of the input values X and Y.
11 | A0. Double-extended value X is located in -12(A0). The values
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dsrem_mod.S5 | input values X and Y. The entry point sREM computes the floating
6 | point (IEEE) REM of the input values X and Y.
11 | A0. Double-extended value X is located in -12(A0). The values
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Dphy_lcn.c49 u16 values[16]; member
69 /* Channel specific values in theory, in practice always the same */ in b43_radio_2064_channel_setup()
429 /* Table is from brcmsmac, values for type 25 were outdated, probably in b43_phy_lcn_load_tx_iir_cck_filter()
466 tx_iir_filters_cck[i].values[j]); in b43_phy_lcn_load_tx_iir_cck_filter()
494 tx_iir_filters_ofdm[i].values[j]); in b43_phy_lcn_load_tx_iir_ofdm_filter()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Dphy_lcn.c49 u16 values[16]; member
69 /* Channel specific values in theory, in practice always the same */ in b43_radio_2064_channel_setup()
429 /* Table is from brcmsmac, values for type 25 were outdated, probably in b43_phy_lcn_load_tx_iir_cck_filter()
466 tx_iir_filters_cck[i].values[j]); in b43_phy_lcn_load_tx_iir_cck_filter()
494 tx_iir_filters_ofdm[i].values[j]); in b43_phy_lcn_load_tx_iir_ofdm_filter()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dxdp_synproxy_kern.c73 } values SEC(".maps");
314 value = bpf_map_lookup_elem(&values, &key); in values_get_tcpipopts()
335 value = bpf_map_lookup_elem(&values, &key); in values_inc_synacks()
809 * verifier forgets its min and max values checked above in tcp_dissect. in syncookie_part2()
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py175 # fill in the previous values
384 for r in self.parsed_rdesc.input_reports.values():
403 for v in self.parsed_rdesc.feature_reports.values():
417 for v in self.parsed_rdesc.feature_reports.values():
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
H A Dcamera_stream_test_v1_2.cpp343 // cover OHOS_CONTROL_PREPARE_ZOOM and its values in HWTEST_F()
352 // cover OHOS_CONTROL_SMOOTH_ZOOM_RATIOS, values type: uint32_t array in HWTEST_F()
353 uint32_t values[] = { 10, 300, 20, 400, 30, 500 }; in HWTEST_F() local
355 meta->addEntry(OHOS_CONTROL_SMOOTH_ZOOM_RATIOS, values, sizeof(values) / sizeof(uint32_t)); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dability_thread.h211 * @param pacMap Defines a PacMap object for storing a series of values.
266 * @param values Indicates the data records to insert.
269 int BatchInsert(const Uri &uri, const std::vector<NativeRdb::ValuesBucket> &values) override;
H A Dability_impl.h247 * @param values Indicates the data records to insert.
251 virtual int BatchInsert(const Uri &uri, const std::vector<NativeRdb::ValuesBucket> &values);
H A Ddata_ability_helper_impl.h223 * @param values Indicates the data records to insert.
227 int BatchInsert(Uri &uri, const std::vector<NativeRdb::ValuesBucket> &values);
/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/DemoAbility/
H A Ddemo_ability_test.cpp187 int DemoAbility::BatchInsert(const Uri& uri, const std::vector<NativeRdb::ValuesBucket>& values) in BatchInsert() argument
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Djs_feature_ability_common.h199 std::vector<NativeRdb::ValuesBucket> values; member
/foundation/ability/ability_runtime/test/fuzztest/abilityschedulerstub_fuzzer/
H A Dabilityschedulerstub_fuzzer.cpp114 int BatchInsert(const Uri& uri, const std::vector<NativeRdb::ValuesBucket>& values) override
/foundation/ability/ability_runtime/test/fuzztest/attachabilitythread_fuzzer/
H A Dattachabilitythread_fuzzer.cpp111 int BatchInsert(const Uri& uri, const std::vector<NativeRdb::ValuesBucket>& values) override
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common/
H A Djs_backend_engine.h65 const Uri& uri, const std::vector<OHOS::NativeRdb::ValuesBucket>& values, const CallingInfo& callingInfo) = 0;
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dpa_container.h173 int32_t instanceId, const Uri& uri, const std::vector<OHOS::NativeRdb::ValuesBucket>& values);
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_textpicker_ffi.cpp114 settingData.values = range; in TextPickerDialogShow()
/foundation/arkui/ace_engine/interfaces/napi/kits/component_test/
H A Djs_component_test_utils.h173 const EnumValueDef* values; member
H A Djs_component_test_utils.cpp175 const auto& def = enumDef.values[index]; in ExportEnumerator()
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/
H A Dcamera_napi_utils.h157 const char** keys, const std::vector<std::string> values);
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_data_manager.h64 const std::vector<DataShare::DataShareValuesBucket> &values);
/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H A Dparse_util.h37 bool ParseTrustConfig(const std::string& profilePath, std::map<std::u16string, std::set<int32_t>>& values);

Completed in 30 milliseconds

1...<<41424344454647484950>>...63