Home
last modified time | relevance | path

Searched refs:values (Results 1176 - 1200 of 3925) sorted by relevance

1...<<41424344454647484950>>...157

/base/telephony/telephony_data/sim/src/
H A Dsim_ability.cpp138 OHOS::NativeRdb::ValuesBucket values = RdbDataShareAdapter::RdbUtils::ToValuesBucket(value); in Insert() local
139 helper_.Insert(id, values, TABLE_SIM_INFO); in Insert()
206 OHOS::NativeRdb::ValuesBucket values = RdbDataShareAdapter::RdbUtils::ToValuesBucket(value); in Update() local
207 result = helper_.Update(changedRows, values, rdbPredicates); in Update()
/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/
H A Dresource_node_fuzzer.cpp65 int32_t OnGetProperty(const Attributes &condition, Attributes &values) override
69 static_cast<void>(values); variable
275 Attributes values; in FuzzResourceNodeGetProperty() local
278 node->GetProperty(condition, values); in FuzzResourceNodeGetProperty()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_model_ng.h46 void SetValues(const std::vector<std::string>& values) override;
47 void SetSelecteds(const std::vector<uint32_t>& values) override;
95 static void SetSelecteds(FrameNode* frameNode, const std::vector<uint32_t>& values);
113 static void SetValues(FrameNode* frameNode, const std::vector<std::string>& values);
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_rdbstore.h47 const std::vector<ValuesBucket>& values) override;
60 const std::vector<NativeRdb::ValuesBucket> &values);
61 EXPORT static void BuildValuesSql(const NativeRdb::ValuesBucket &values,
70 EXPORT static int32_t Update(NativeRdb::ValuesBucket &values, const NativeRdb::AbsRdbPredicates &predicates);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.h54 int32_t Insert(const std::string &table, VBuckets &&values) override;
55 int32_t Update(const std::string &table, const std::string &setSql, Values &&values, const std::string &whereSql,
73 int32_t MergeMigratedData(const std::string &tableName, VBuckets &&values) override;
110 void ConvertChangeData(const std::list<DBEntry> &entries, std::vector<Values> &values);
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_predicates.h134 DataSharePredicates *In(const std::string &field, const MutliValue &values) in In() argument
136 SetOperationList(SQL_IN, field, values); in In()
146 DataSharePredicates *NotIn(const std::string &field, const MutliValue &values) in NotIn() argument
148 SetOperationList(NOT_IN, field, values); in NotIn()
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbpredicatesproxy.cpp218 void RdbPredicatesImpl::In(const char* field, ValueType* values, int64_t valuesSize) in In() argument
223 valueObjects.push_back(ValueTypeToValueObject(values[i])); in In()
228 void RdbPredicatesImpl::NotIn(const char* field, ValueType* values, int64_t valuesSize) in NotIn() argument
233 valueObjects.push_back(ValueTypeToValueObject(values[i])); in NotIn()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dlocal_capability_info_manager.cpp123 std::vector<std::string> values; in AddCapability() local
133 values.push_back(resInfo->ToJsonString()); in AddCapability()
135 if (keys.empty() || values.empty()) { in AddCapability()
139 if (dbAdapterPtr_->PutDataBatch(keys, values) != DH_FWK_SUCCESS) { in AddCapability()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dcyttsp4_core.h363 const void *values);
365 void *values);
457 u8 length, const void *values);
459 u8 length, void *values);
/kernel/linux/linux-5.10/drivers/video/backlight/
H A Dili9320.c59 const struct ili9320_reg *values, in ili9320_write_regs()
65 for (index = 0; index < nr_values; index++, values++) { in ili9320_write_regs()
66 ret = ili9320_write(ili, values->address, values->value); in ili9320_write_regs()
58 ili9320_write_regs(struct ili9320 *ili, const struct ili9320_reg *values, int nr_values) ili9320_write_regs() argument
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dsample-parsing.c80 MCOMP(read.group.values[i]); in samples_same()
242 struct sample_read_value values[] = {{1, 5}, {9, 3}, {2, 7}, {6, 4},}; in do_test() local
261 sample.read.group.values = values; in do_test()
/kernel/linux/linux-5.10/net/ax25/
H A Dax25_ds_in.c37 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_ds_state1_machine()
43 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW]; in ax25_ds_state1_machine()
154 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_ds_state3_machine()
157 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW]; in ax25_ds_state3_machine()
H A Dax25_out.c45 paclen = ax25_dev->values[AX25_VALUES_PACLEN]; in ax25_send_frame()
75 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_send_frame()
189 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_output()
295 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_kick()
/kernel/linux/linux-6.6/drivers/video/backlight/
H A Dili9320.c59 const struct ili9320_reg *values, in ili9320_write_regs()
65 for (index = 0; index < nr_values; index++, values++) { in ili9320_write_regs()
66 ret = ili9320_write(ili, values->address, values->value); in ili9320_write_regs()
58 ili9320_write_regs(struct ili9320 *ili, const struct ili9320_reg *values, int nr_values) ili9320_write_regs() argument
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dcyttsp4_core.h349 const void *values);
351 void *values);
443 u8 length, const void *values);
445 u8 length, void *values);
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dmptcp_sockopt.sh123 local counters values
125 values=${counters%DROP*}
128 for v in $values; do
130 echo "FAIL: got $tables $values in ns $ns , not 0 - not all expected packets marked" 1>&2
/kernel/linux/linux-6.6/net/ax25/
H A Dax25_ds_in.c37 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_ds_state1_machine()
43 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW]; in ax25_ds_state1_machine()
154 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_ds_state3_machine()
157 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW]; in ax25_ds_state3_machine()
H A Dax25_out.c45 paclen = ax25_dev->values[AX25_VALUES_PACLEN]; in ax25_send_frame()
75 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_send_frame()
189 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_output()
295 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_kick()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DCjkBreakEngine.java169 int values[] = new int[numCodePts]; in divideUpDictionaryRange()
187 fDictionary.matches(text, maxSearchLength, lengths, count_, maxSearchLength, values); in divideUpDictionaryRange()
197 values[count] = maxSnlp; in divideUpDictionaryRange()
203 int newSnlp = bestSnlp[i] + values[j]; in divideUpDictionaryRange()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCjkBreakEngine.java145 int values[] = new int[numCodePts]; in divideUpDictionaryRange()
163 fDictionary.matches(text, maxSearchLength, lengths, count_, maxSearchLength, values); in divideUpDictionaryRange()
173 values[count] = maxSnlp; in divideUpDictionaryRange()
179 int newSnlp = bestSnlp[i] + values[j]; in divideUpDictionaryRange()
/third_party/node/deps/v8/tools/
H A Davg.py109 self.values = []
119 self.values.append(num_value)
157 return len(self.values)
198 return next(iter(self.all.values()))
/third_party/node/src/
H A Dnode_realm.cc130 const std::vector<PropInfo>& values = info->persistent_values; in DeserializeProperties() local
135 if (values.size() > i && id == values[i].id) { \ in DeserializeProperties()
136 const PropInfo& d = values[i]; \ in DeserializeProperties()
/third_party/libinput/tools/
H A Dtest_tool_option_parsing.py215 # options with distinct values
245 name, values = option
246 for v in values:
253 name, values = option
254 minimum, maximum, step = values
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemImageValidator.cpp126 << tcu::TestLog::Message << "Reference color values: \n" in validateImage()
127 << "1: " << refData.values[0] << "\n" in validateImage()
128 << "2: " << refData.values[1] << "\n" in validateImage()
129 << "3: " << refData.values[2] << "\n" in validateImage()
130 << "4: " << refData.values[3] << "\n" in validateImage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp35 for (const auto &V : Die.values()) in getDIEStringAttr()
119 for (const auto &V : Die.values()) { in collectAttributes()
215 // Hash all of the values in a block like set of values. This assumes that
236 // Other attribute values use the letter 'A' as the marker, and the value in hashAttribute()
298 hashBlockData(Value.getDIEBlock().values()); in hashAttribute()
301 hashBlockData(Value.getDIELoc().values()); in hashAttribute()

Completed in 16 milliseconds

1...<<41424344454647484950>>...157