Home
last modified time | relevance | path

Searched refs:value (Results 14751 - 14775 of 22154) sorted by relevance

1...<<591592593594595596597598599600>>...887

/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesource/src/
H A Ddaudio_source_stub.cpp163 std::string value = data.ReadString(); in ConfigDistributedHardwareInner() local
165 int32_t ret = ConfigDistributedHardware(networkId, dhId, key, value); in ConfigDistributedHardwareInner()
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_source/src/
H A Ddaudio_source_handler.cpp135 const std::string &key, const std::string &value) in ConfigDistributedHardware()
145 return dAudioSourceProxy_->ConfigDistributedHardware(devId, reduceDhId, key, value); in ConfigDistributedHardware()
134 ConfigDistributedHardware(const std::string &devId, const std::string &dhId, const std::string &key, const std::string &value) ConfigDistributedHardware() argument
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/include/
H A Doutput_controller.h98 Status GetParameter(Tag tag, ValueType& value);
99 Status SetParameter(Tag tag, const ValueType& value);
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dcloud_daemon_statistic.cpp45 static uint32_t GetRangeIndex(uint64_t value, const vector<uint64_t> rangeVector) in GetRangeIndex() argument
49 if (value <= rangeVector[index]) { in GetRangeIndex()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_argument.cpp61 DHCP_LOGI("Input argument is: [%s], value is [%s]", (argument == nullptr) ? "" : argument, in DefaultArgument()
93 {&g_longOptions[NUM_SEVEN], "<leaseTime>", "set lease time value, the value is in units of seconds.", "", 0,
95 {&g_longOptions[NUM_EIGHT], "<renewalTime>", "set renewal time value, the value is in units of seconds.", "", 0,
97 {&g_longOptions[NUM_NINE], "<rebindingTime>", "set rebinding time value, the value is in units of seconds.", "", 0,
252 DHCP_LOGE("value string too long."); in PutArgument()
255 if (memset_s(arg.value, ARGUMENT_VALUE_SIZE, '\0', ARGUMENT_NAME_SIZE) != EOK) { in PutArgument()
256 DHCP_LOGE("failed to reset argument value in PutArgument()
[all...]
/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_linkwatch.c127 static int32_t GetRtAttr(struct rtattr *rta, int32_t len, uint16_t type, uint8_t *value, uint32_t valueLen) in GetRtAttr() argument
135 if (memcpy_s(value, valueLen, RTA_DATA(attr), (uint32_t)RTA_PAYLOAD(attr)) != EOK) { in GetRtAttr()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_frame.h213 static inline void SetDfileFrameTransID(DFileFrame *dFileFrame, uint16_t value) in SetDfileFrameTransID() argument
215 (dFileFrame)->header.transId = htons(value); in SetDfileFrameTransID()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Dshader_cache.cpp72 LOGD("abandon, bad hash value, cleared for future regeneration"); in InitShaderCache()
143 LOGD("load: failed to get the cache value with the given key"); in Load()
195 const void* value = data.GetData(); in Store() local
201 cacheData_->Rewrite(key.GetData(), keySize, value, valueSize); in Store()
/third_party/elfutils/tests/
H A Dasm-tst3.c275 static const unsigned value[4] = in main() local
291 if (sym->st_value != value[inner]) in main()
293 printf ("symbol %zu has wrong value\n", inner); in main()
/third_party/eudev/src/libudev/
H A Dlibudev-util.c99 log_debug("value '[%s/%s]%s' is '%s'", subsys, sysname, attr, result); in util_resolve_subsys_kernel()
114 ssize_t util_get_sys_core_link_value(struct udev *udev, const char *slink, const char *syspath, char *value, size_t size) in util_get_sys_core_link_value() argument
130 return strscpy(value, size, pos); in util_get_sys_core_link_value()
298 * corresponding 2 char hex value prefixed by '\x'.
/third_party/ffmpeg/libavfilter/
H A Dvf_misc_vaapi.c82 denoise.value = map(ctx->denoise, DENOISE_MIN, DENOISE_MAX, in denoise_vaapi_build_filter_params()
112 sharpness.value = map(ctx->sharpness, in sharpness_vaapi_build_filter_params()
H A Dvf_scdet.c139 static int set_meta(SCDetContext *s, AVFrame *frame, const char *key, const char *value) in set_meta() argument
141 return av_dict_set(&frame->metadata, key, value, 0); in set_meta()
/third_party/gn/examples/ios/build/toolchain/apple/
H A Dswiftc.py15 def add(self, value):
16 self[value] = True
/third_party/gn/src/base/files/
H A Dfile_util.cc228 (!have_suffix || !PathExists(FilePath(path.value() + suffix)))) { in GetUniquePathNumber()
236 (!have_suffix || !PathExists(FilePath(new_path.value() + suffix)))) { in GetUniquePathNumber()
/third_party/gn/src/gn/
H A Dhash_table_base.h53 // Of course, a default (zeroed) value, should always return true.
79 // This takes the item's hash value, and a templated callable to
92 // hash value to it), then call UpdateAfterInsertion(), which
96 // the item is present, then write a tombstone value to |node|,
99 // Note that what the tombstone value is doesn't matter to this
104 // a hash value and an owning pointer in each node:
190 static_assert(std::is_trivial<NODE_TYPE>::value,
193 static_assert(std::is_standard_layout<NODE_TYPE>::value,
444 // IMPORTANT: |node_equal| may or may not check the node hash value,
486 // Call this method after updating the content of the |node| value
[all...]
/third_party/alsa-lib/src/seq/
H A Dseqmid.c35 * \param value event value
46 int snd_seq_control_queue(snd_seq_t *seq, int q, int type, int value, snd_seq_event_t *ev) in snd_seq_control_queue() argument
54 snd_seq_ev_set_queue_control(ev, type, q, value); in snd_seq_control_queue()
/third_party/benchmark/src/
H A Dconsole_reporter.cc184 s = StrFormat("%.2f", 100. * c.second.value); in PrintRunData()
187 s = HumanReadableNumber(c.second.value, c.second.oneK); in PrintRunData()
H A Dstring_util.cc101 std::string ToBinaryStringFullySpecified(double value, int precision, in ToBinaryStringFullySpecified() argument
105 ToExponentAndMantissa(value, precision, in ToBinaryStringFullySpecified()
/third_party/icu/icu4c/source/python/icutools/databuilder/renderers/
H A Dmakefile.py18 for key, value in sorted(makefile_vars.items()):
21 VALUE = value
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DNumberFormatICU.java203 public void setParseIntegerOnly(boolean value) { in setParseIntegerOnly() argument
204 fIcuNfmt.setParseIntegerOnly(value); in setParseIntegerOnly()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
H A DDecimalQuantity_ByteArrayBCD.java63 protected void setDigitPos(int position, byte value) { in setDigitPos() argument
66 bcd[position] = value; in setDigitPos()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dudatpg.h97 * One more than the highest normal UDateTimePatternField value.
98 * @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
152 * One more than the highest normal UDateTimePatternConflict value.
153 * @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
344 * value is overridden. Otherwise, the previous value is retained. In either
361 * @return conflicting status. The value could be UDATPG_NO_CONFLICT,
378 * (era). So if that value is, say "{0}, {1}" then the final resulting
388 * @param value pattern, such as "{0}, {1}"
389 * @param length the length of value
[all...]
/third_party/icu/icu4c/source/common/
H A Demojiprops.cpp114 // Add the start code point of each same-value range of the trie. in addPropertyStarts()
116 uint32_t value; in addPropertyStarts() local
118 nullptr, nullptr, &value)) >= 0) { in addPropertyStarts()
H A Dubidi_props.cpp50 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { in _enumPropertyStartsRange() argument
52 (void)value; in _enumPropertyStartsRange()
71 /* add the start code point of each same-value range of the trie */ in ubidi_addPropertyStarts()
81 /* add the code points from the Joining_Group array where the value changes */ in ubidi_addPropertyStarts()
96 /* add the limit code point if the last value was not 0 (it is now start==limit) */ in ubidi_addPropertyStarts()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
H A DAlternateLocaleDataTest.java35 // The target path with the source value we expect to be seen in the transformed data. in testLocaleData()
77 // No change because there's nothing to get an alternate value from. in testMissingSource()
126 // Real supplemental data with "values" in the value attributes: in testNonLdml()
132 // because it would remove "XX" and "YY" by replacing the value attribute. Supplemental in testNonLdml()
133 // and BCP-47 data doesn't have a single value per path, so isn't suitable for swapping. in testNonLdml()
159 private static CldrValue ldml(String path, String value) { in ldml() argument
160 return CldrValue.parseValue("//ldml/" + path, value); in ldml()

Completed in 25 milliseconds

1...<<591592593594595596597598599600>>...887