Home
last modified time | relevance | path

Searched refs:value (Results 12676 - 12700 of 22474) sorted by relevance

1...<<501502503504505506507508509510>>...899

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Ddb_adapter.cpp305 values.push_back(item.value.ToString()); in GetDataByKeyPrefix()
310 int32_t DBAdapter::PutData(const std::string &key, const std::string &value) in PutData() argument
312 if (!IsIdLengthValid(key) || !IsMessageLengthValid(value)) { in PutData()
321 DistributedKv::Value kvValue(value); in PutData()
348 entry.value = values[i]; in PutDataBatch()
543 entry.value = kvValue; in GetEntriesByKeys()
/third_party/eudev/src/libudev/
H A Dlibudev-enumerate.c349 * Returns: 0 on success, otherwise a negative error value.
369 * Returns: 0 on success, otherwise a negative error value.
386 * @value: optional value of the sys attribute
390 * Returns: 0 on success, otherwise a negative error value.
392 _public_ int udev_enumerate_add_match_sysattr(struct udev_enumerate *udev_enumerate, const char *sysattr, const char *value) in udev_enumerate_add_match_sysattr() argument
398 if (udev_list_entry_add(&udev_enumerate->sysattr_match_list, sysattr, value) == NULL) in udev_enumerate_add_match_sysattr()
407 * @value: optional value of the sys attribute
411 * Returns: 0 on success, otherwise a negative error value
413 udev_enumerate_add_nomatch_sysattr(struct udev_enumerate *udev_enumerate, const char *sysattr, const char *value) udev_enumerate_add_nomatch_sysattr() argument
454 udev_enumerate_add_match_property(struct udev_enumerate *udev_enumerate, const char *property, const char *value) udev_enumerate_add_match_property() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dtee.c175 field = entry->value; \ in open_slave()
182 entry->value = NULL; /* prevent it from being freed */) in open_slave()
190 av_log(avf, AV_LOG_ERROR, "Invalid onfail option value, " in open_slave()
201 av_dict_set(&bsf_options, entry->key + 4, entry->value, 0); in open_slave()
342 "output '%s'\n", spec, entry->value, i, filename); in open_slave()
349 ret = av_bsf_list_parse_str(entry->value, &tee_slave->bsfs[i]); in open_slave()
353 "stream %d of slave output '%s'\n", entry->value, i, filename); in open_slave()
/third_party/benchmark/src/
H A Dbenchmark.cc136 // Extra context to include in the output formatted as comma-separated key-value
238 BM_CHECK(false) << "Perf counters read the value failed."; in PauseTiming()
245 counters[name].value += measurement; in PauseTiming()
628 void SetBenchmarkFilter(std::string value) { in SetBenchmarkFilter() argument
629 FLAGS_benchmark_filter = std::move(value); in SetBenchmarkFilter()
638 void AddCustomContext(const std::string& key, const std::string& value) { in AddCustomContext() argument
642 if (!internal::global_context->emplace(key, value).second) { in AddCustomContext()
644 << "exists with value \"" << value << "\"\n"; in AddCustomContext() local
758 " [--benchmark_context=<key>=<value>, in PrintDefaultHelp()
[all...]
/third_party/alsa-lib/src/control/
H A Dsetup.c195 /* Only restore the old value if it differs from the requested in snd_sctl_remove()
196 * value, because if it has changed restoring the old value in snd_sctl_remove()
314 SNDERR("bad value content"); in snd_config_get_ctl_elem_value()
343 SNDERR("bad value type"); in snd_config_get_ctl_elem_value()
354 SNDERR("bad value index"); in snd_config_get_ctl_elem_value()
411 snd_config_t *value = NULL, *mask = NULL; in add_elem() local
431 SNDERR("Invalid value for '%s'", id); in add_elem()
479 if (strcmp(id, "value") == 0) { in add_elem()
480 value in add_elem()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMeasureFormat.java155 // when adding an enum value.
889 } else { // h m s, handled outside formatNumeric. No value is also an error. in formatNumeric()
904 Number value = 0; in formatNumeric()
906 case 'H': value = hms[0]; break; in formatNumeric()
907 case 'm': value = hms[1]; break; in formatNumeric()
908 case 's': value = hms[2]; break; in formatNumeric()
922 fsb.append(numberFormatter2.format(value), null); // TODO: Use proper Field in formatNumeric()
925 fsb.append(numberFormatter.format(value), null); // TODO: Use proper Field in formatNumeric()
1006 // any object as the key and any object as the value. in readExternal()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMeasureFormat.java152 // when adding an enum value.
854 } else { // h m s, handled outside formatNumeric. No value is also an error. in formatNumeric()
869 Number value = 0; in formatNumeric()
871 case 'H': value = hms[0]; break; in formatNumeric()
872 case 'm': value = hms[1]; break; in formatNumeric()
873 case 's': value = hms[2]; break; in formatNumeric()
887 fsb.append(numberFormatter2.format(value), null); // TODO: Use proper Field in formatNumeric()
890 fsb.append(numberFormatter.format(value), null); // TODO: Use proper Field in formatNumeric()
971 // any object as the key and any object as the value. in readExternal()
/third_party/icu/icu4c/source/i18n/
H A Dfmtable.cpp114 // Creates a formattable object with a long value 0.
131 // Creates a formattable object with a double value.
133 Formattable::Formattable(double value) in Formattable() argument
137 fValue.fDouble = value; in Formattable()
141 // Creates a formattable object with an int32_t value.
143 Formattable::Formattable(int32_t value) in Formattable() argument
146 fValue.fInt64 = value; in Formattable()
150 // Creates a formattable object with an int64_t value.
152 Formattable::Formattable(int64_t value) in Formattable() argument
156 fValue.fInt64 = value; in Formattable()
[all...]
H A Dmeasfmt.cpp119 * - UMEASFMT_WIDTH_COUNT: initial value, just fall back to root
753 } else { // h m s, handled outside formatNumeric. No value is also an error. in formatNumeric()
779 double value = 0; in formatNumeric() local
781 case u'H': value = hours; break; in formatNumeric()
782 case u'm': value = minutes; break; in formatNumeric()
783 case u's': value = seconds; break; in formatNumeric()
798 tmp = numberFormatter2.formatDouble(value, status).toString(status); in formatNumeric()
801 numberFormatter->format(value, tmp, status); in formatNumeric()
/third_party/json/include/nlohmann/detail/output/
H A Dserializer.hpp99 @param[in] val value to serialize
687 template <typename NumberType, enable_if_t<std::is_signed<NumberType>::value, int> = 0>
693 template < typename NumberType, enable_if_t <std::is_unsigned<NumberType>::value, int > = 0 >
709 std::is_integral<NumberType>::value ||
710 std::is_same<NumberType, number_unsigned_t>::value ||
711 std::is_same<NumberType, number_integer_t>::value ||
712 std::is_same<NumberType, binary_char_t>::value,
837 // negative value indicates an error in dump_float()
950 * value as unsigned integer. The plus/minus shuffling is necessary as we can
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_query.c257 pool->queries[query_idx].value = 0; in v3dv_CreateQueryPool()
322 write_to_buffer(void *dst, uint32_t idx, bool do_64bit, uint64_t value) in write_to_buffer() argument
326 dst64[idx] = value; in write_to_buffer()
329 dst32[idx] = (uint32_t) value; in write_to_buffer()
412 write_to_buffer(data, slot, do_64bit, q->value); in write_timestamp_query_result()
686 q->value = 0; in v3dv_reset_query_pools()
/third_party/node/lib/
H A Dchild_process.js260 value: customPromiseExecFunction(exec),
536 value: customPromiseExecFunction(execFile),
697 const value = env[key];
698 if (value !== undefined) {
700 validateArgumentNullCheck(value, `options.env['${key}']`);
701 ArrayPrototypePush(envPairs, `${key}=${value}`);
/third_party/nghttp2/src/
H A Dshrpx_worker_process.cc307 auto &value = res.value; in memcached_get_ticket_key_cb()
308 if (value.size() < 4) { in memcached_get_ticket_key_cb()
309 LOG(WARN) << "Memcached: tls ticket key value is too small: got " in memcached_get_ticket_key_cb()
310 << value.size(); in memcached_get_ticket_key_cb()
314 auto p = value.data(); in memcached_get_ticket_key_cb()
323 auto end = p + value.size(); in memcached_get_ticket_key_cb()
520 "transition when the default value of --tls-ticket-key-cipher " in worker_process_event_loop()
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dderb.cpp131 encoding = options[2].value; in main()
144 if(options[4].value != nullptr) { in main()
145 truncsize = atoi(options[4].value); /* user defined printable size */ in main()
158 outputDir = options[6].value; in main()
162 inputDir = options[7].value; /* we'll use users resources */ in main()
170 u_setDataDirectory(options[9].value); in main()
414 reportError(pname, status, "getting binary value");
519 reportError(pname, status, "getting binary value"); in printOutBundle()
/third_party/node/deps/icu-small/source/i18n/
H A Dfmtable.cpp114 // Creates a formattable object with a long value 0.
131 // Creates a formattable object with a double value.
133 Formattable::Formattable(double value) in Formattable() argument
137 fValue.fDouble = value; in Formattable()
141 // Creates a formattable object with an int32_t value.
143 Formattable::Formattable(int32_t value) in Formattable() argument
146 fValue.fInt64 = value; in Formattable()
150 // Creates a formattable object with an int64_t value.
152 Formattable::Formattable(int64_t value) in Formattable() argument
156 fValue.fInt64 = value; in Formattable()
[all...]
H A Dmeasfmt.cpp119 * - UMEASFMT_WIDTH_COUNT: initial value, just fall back to root
753 } else { // h m s, handled outside formatNumeric. No value is also an error. in formatNumeric()
779 double value = 0; in formatNumeric() local
781 case u'H': value = hours; break; in formatNumeric()
782 case u'm': value = minutes; break; in formatNumeric()
783 case u's': value = seconds; break; in formatNumeric()
798 tmp = numberFormatter2.formatDouble(value, status).toString(status); in formatNumeric()
801 numberFormatter->format(value, tmp, status); in formatNumeric()
/third_party/mesa3d/src/mesa/main/
H A Dmacros.h224 * Convert a floating point value to an unsigned fixed point value.
229 U_FIXED(float value, uint32_t frac_bits) in U_FIXED() argument
231 value *= (1 << frac_bits); in U_FIXED()
232 return value < 0.0f ? 0 : (uint32_t) value; in U_FIXED()
236 * Convert a floating point value to an signed fixed point value.
241 S_FIXED(float value, uint32_t frac_bits) in S_FIXED() argument
243 return (int32_t) (value * ( in S_FIXED()
[all...]
/third_party/icu/icu4c/source/tools/genrb/
H A Dderb.cpp131 encoding = options[2].value; in main()
144 if(options[4].value != NULL) { in main()
145 truncsize = atoi(options[4].value); /* user defined printable size */ in main()
158 outputDir = options[6].value; in main()
162 inputDir = options[7].value; /* we'll use users resources */ in main()
170 u_setDataDirectory(options[9].value); in main()
414 reportError(pname, status, "getting binary value");
519 reportError(pname, status, "getting binary value"); in printOutBundle()
/third_party/libexif/libexif/canon/
H A Dmnote-canon-entry.c70 ExifShort value; member
445 /* Search the table for the first matching subtag and value. */ in canon_search_table_value()
447 ((table[j].subtag == t) && table[j].value <= vs)); j++) { in canon_search_table_value()
448 if ((table[j].subtag == t) && (table[j].value == vs)) { in canon_search_table_value()
452 if ((table[j].subtag == t) && (table[j].value == vs) && table[j].name) { in canon_search_table_value()
453 /* Matching subtag and value found. */ in canon_search_table_value()
456 /* No matching subtag and/or value found. */ in canon_search_table_value()
481 bit = table[i].value; in canon_search_table_bitfield()
488 bit = table[i].value; in canon_search_table_bitfield()
591 /* Canon S3 IS - directly specified value */ in mnote_canon_entry_get_value()
[all...]
/third_party/ltp/testcases/kernel/mem/lib/
H A Dmem.c243 static void check(char *path, long int value) in check() argument
251 if (actual_val != value) in check()
252 tst_res(TFAIL, "%s is not %ld but %ld.", path, value, in check()
305 static void verify(char **memory, char value, int proc, in verify() argument
314 memset(s, value, (end - start) * (end2 - start2)); in verify()
319 if (memory[j][i] != value) in verify()
583 * the value of cpuset.cpus. in write_cpusets()
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumber.pb.cc38 bool PhoneNumber_CountryCodeSource_IsValid(int value) { in PhoneNumber_CountryCodeSource_IsValid() argument
39 switch (value) { in PhoneNumber_CountryCodeSource_IsValid()
77 PhoneNumber_CountryCodeSource value) { in PhoneNumber_CountryCodeSource_Name()
87 5, value); in PhoneNumber_CountryCodeSource_Name()
92 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, PhoneNumber_CountryCodeSource* value) { in PhoneNumber_CountryCodeSource_Parse()
97 *value = static_cast<PhoneNumber_CountryCodeSource>(int_value); in PhoneNumber_CountryCodeSource_Parse()
76 PhoneNumber_CountryCodeSource_Name( PhoneNumber_CountryCodeSource value) PhoneNumber_CountryCodeSource_Name() argument
91 PhoneNumber_CountryCodeSource_Parse( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, PhoneNumber_CountryCodeSource* value) PhoneNumber_CountryCodeSource_Parse() argument
/third_party/node/deps/v8/src/inspector/
H A Dv8-inspector-session-impl.cc57 std::unique_ptr<protocol::Value> value = in ParseState() local
60 protocol::DictionaryValue::cast(std::move(value)); in ParseState()
315 v8::Local<v8::Value> value, in wrapObject()
317 return wrapObject(context, value, toString16(groupName), generatePreview); in wrapObject()
322 v8::Local<v8::Value> value, in wrapObject()
330 value, groupName, in wrapObject()
373 // We're ignoring the return value of the conversion function in dispatchProtocolMessage()
314 wrapObject(v8::Local<v8::Context> context, v8::Local<v8::Value> value, StringView groupName, bool generatePreview) wrapObject() argument
321 wrapObject(v8::Local<v8::Context> context, v8::Local<v8::Value> value, const String16& groupName, bool generatePreview) wrapObject() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_screen.c160 * some kind of value in case os_get_available_system_memory fails. in iris_get_video_memory()
340 return 16; // XXX: u_screen says 256 is the minimum value... in iris_get_param()
674 iris_getparam(int fd, int param, int *value) in iris_getparam() argument
676 struct drm_i915_getparam gp = { .param = param, .value = value }; in iris_getparam()
687 int value = -1; in iris_getparam_integer() local
689 if (iris_getparam(fd, param, &value) == 0) in iris_getparam_integer()
690 return value; in iris_getparam_integer()
/third_party/python/Lib/distutils/
H A Dccompiler.py95 # macro definition is a 2-tuple (name, value), where the value is
96 # either a string or None (no explicit value). A macro
153 def set_executable(self, key, value):
154 if isinstance(value, str):
155 setattr(self, key, split_quoted(value))
157 setattr(self, key, value)
169 definition, ie. either (name,value) 2-tuple or a (name,) tuple. Do
184 def define_macro(self, name, value=None):
186 compiler object. The optional parameter 'value' shoul
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderViewportLayerArrayTests.cpp175 const std::string& value) in adaptShaderToPipeline()
177 this->adaptShaderToPipeline(shader, varKey, value, value, value); in adaptShaderToPipeline()
181 const std::string& varKey, int value) in adaptShaderToPipeline()
184 valueStr << value; in adaptShaderToPipeline() local
504 // calculate layer offset (same value as gl_Layer in shader) in iterate()
173 adaptShaderToPipeline(std::string& shader, const std::string& varKey, const std::string& value) adaptShaderToPipeline() argument
180 adaptShaderToPipeline(std::string& shader, const std::string& varKey, int value) adaptShaderToPipeline() argument

Completed in 41 milliseconds

1...<<501502503504505506507508509510>>...899