Home
last modified time | relevance | path

Searched refs:value (Results 12351 - 12375 of 27198) sorted by relevance

1...<<491492493494495496497498499500>>...1088

/third_party/alsa-lib/include/sound/uapi/
H A Dasequencer.h56 #define SNDRV_SEQ_EVENT_CONTROL14 14 /**< 14 bit controller value */
57 #define SNDRV_SEQ_EVENT_NONREGPARAM 15 /**< 14 bit NRPN address + 14 bit unsigned value */
58 #define SNDRV_SEQ_EVENT_REGPARAM 16 /**< 14 bit RPN address + 14 bit unsigned value */
209 signed int value; member
214 unsigned char d[12]; /* 8 bit value */
219 unsigned int d[3]; /* 32 bit value */
247 unsigned int value; member
256 signed int value; /* affected value (e.g. tempo) */ member
268 unsigned short value; /* optiona member
[all...]
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBTMXImporter.java95 // Get the key value in importDoc()
129 // Get the translation value in importDoc()
139 String value = text_elem.getNodeValue(); in importDoc()
140 if (value == null || value.length() < 1) in importDoc()
143 BundleItem item = new BundleItem(null, name, value); in importDoc()
167 // Get the translated flag value in importDoc()
183 // Get a lookup value in importDoc()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUCurrencyMetaInfo.java187 void add(T value) { in add() argument
188 if (!seen.contains(value)) { in add()
189 list.add(value); in add()
190 seen.add(value); in add()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DDecimalQuantity_DualStorageBCD.java106 protected void setDigitPos(int position, byte value) { in setDigitPos() argument
110 bcdBytes[position] = value; in setDigitPos()
114 bcdBytes[position] = value; in setDigitPos()
117 bcdLong = bcdLong & ~(0xfL << shift) | ((long) value << shift); in setDigitPos()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DLocaleDisplayNames.java147 * Returns the current value for a specified DisplayContext.Type.
148 * @param type the DisplayContext.Type whose value to return
246 * Returns the display name of the provided value (used with the provided key).
248 * @param value the locale key's value
249 * @return the display name of the provided value
251 public abstract String keyValueDisplayName(String key, String value); in keyValueDisplayName() argument
445 if (context.value() == DisplayContext.DIALECT_NAMES.ordinal()) { in getDialectHandling()
512 public String keyValueDisplayName(String key, String value) { in keyValueDisplayName() argument
513 return value; in keyValueDisplayName()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DContractionsAndExpansions.java65 enumCnERange(range.startCodePoint, range.endCodePoint, range.value, this); in forData()
76 enumCnERange(range.startCodePoint, range.endCodePoint, range.value, this); in forData()
249 handleCE32(start, end, e.value); in handlePrefixes()
274 handleCE32(start, end, e.value); in handleContractions()
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DResourceBundlePerf.java319 String value = (String) menu_items[j][1]; in call()
321 if(!expected[p++].equals(value)) throw new Error("not equal"); in call()
348 String value = menu_item.getString(); in call()
350 if(!expected[p++].equals(value)) throw new Error("not equal"); in call()
/third_party/icu/icu4c/source/common/
H A Dutrie.h43 * From such a folded value, an offset needs to be extracted to supply
47 * to get that offset from the folded value for a lead surrogate unit.
110 * (Number of Unicode code points + one all-initial-value block +
137 * @param data data value for a surrogate from the trie, including the folding offset
161 * the lead surrogate's value itself - which is the inverse of the default
288 * Get a 16-bit trie value from a BMP code point (UChar, <=U+ffff).
289 * c16 may be a lead surrogate, which may have a value including a folding offset.
298 * Get a 32-bit trie value from a BMP code point (UChar, <=U+ffff).
299 * c16 may be a lead surrogate, which may have a value including a folding offset.
308 * Get a 16-bit trie value fro
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dtznames_impl.h83 void addValue(void *value, UObjectDeleter *valueDeleter, UErrorCode &status);
88 void *fValues; // Union of one single value vs. UVector of values.
95 // No value: fValues == NULL and fHasValuesVector == false
96 // One value: fValues == value and fHasValuesVector == false
138 void put(const UnicodeString &key, void *value, ZNStringPool &sp, UErrorCode &status);
139 void put(const UChar*, void *value, UErrorCode &status);
158 void putImpl(const UnicodeString &key, void *value, UErrorCode &status);
/third_party/libsnd/src/
H A Dmat4.c209 double value ; in mat4_read_header() local
243 psf_binheader_readf (psf, "d", &value) ; in mat4_read_header()
245 snprintf (buffer, sizeof (buffer), " Value : %f\n", value) ; in mat4_read_header()
251 psf->sf.samplerate = psf_lrint (value) ; in mat4_read_header()
/third_party/libunwind/libunwind/doc/
H A Dunw_get_proc_name.tex28 stack frame with an instruction-pointer value of 0x40003080 would
29 return a value of 0x80 in the word pointed to by \Var{offp} (assuming
39 the returned name, which ensures that the value (address) of the
46 Otherwise the negative value of one of the error-codes below is
/third_party/libsnd/tests/
H A Dpeak_chunk_test.c130 /* Create some random data with a peak value of 0.66. */ in test_float_peak()
180 { printf ("\n\nLine %d: Bad peak value (%f should be %f) for command SFC_GET_SIGNAL_MAX.\n", __LINE__, data [0], (frames / 2) * 0.01) ; in test_float_peak()
190 { printf ("\n\nLine %d: Bad peak value (%f should be %f) for command SFC_GET_MAX_ALL_CHANNELS.\n", __LINE__, data [0], (frames / 2) * 0.01) ; in test_float_peak()
261 float value ; in check_logged_peaks() local
295 if (sscanf (cptr, "%d %d %f", &chan, &position, &value) != 3) in check_logged_peaks()
304 if (chan != k || fabs ((position) * 0.01 - value) > 1e-6) in check_logged_peaks()
305 { printf ("\n\nLine %d: Error : peak value incorrect!\n", __LINE__) ; in check_logged_peaks()
307 printf ("\n\nLine %d: %d %f %f\n", __LINE__, chan, position * 0.01, value) ; in check_logged_peaks()
333 /* Open the file, add peak chunk and write samples with value 0.1. */ in read_write_peak_test()
/third_party/mesa3d/include/drm-uapi/
H A Ddrm_fourcc.h82 * These users musn't need to know to reason about the modifier value
411 * and must use the same numerical value as the original definition.
566 * Converted Clear Color value and the next 32 bits store the Higher Converted
567 * Clear Color value when applicable. The Converted Clear Color values are
745 * 19:12 k Page Kind. This value directly maps to a field in the page
801 * with block-linear layouts, is remapped within drivers to the value 0xfe,
902 * of column width in the modifier (we can't use the stride value due
1426 #define AMD_FMT_MOD_SET(field, value) \
1427 ((uint64_t)(value) << AMD_FMT_MOD_##field##_SHIFT)
1428 #define AMD_FMT_MOD_GET(field, value) \
[all...]
/third_party/lzma/CPP/Windows/
H A DPropVariant.cpp196 if (vt != id) { InternalClear(); vt = id; } dest = value; wReserved1 = 0;
198 void CPropVariant::Set_Int32(Int32 value) throw() in Set_Int32() argument
203 void CPropVariant::Set_Int64(Int64 value) throw() in Set_Int64() argument
209 CPropVariant& CPropVariant::operator=(type value) throw() \
/third_party/libbpf/src/
H A Dskel_internal.h108 * skel_finalize_map_data() sets skel->rodata to point to actual value in a bpf map and
116 * skel_finalize_map_data() remaps bpf array map value from the kernel memory into
129 * ((struct bpf_array *)map)->value. See skel_finalize_map_data. in skel_free_map_data()
160 addr = ((struct bpf_array *)map)->value; in skel_finalize_map_data()
240 const void *value, __u64 flags) in skel_map_update_elem()
248 attr.value = (long) value; in skel_map_update_elem()
239 skel_map_update_elem(int fd, const void *key, const void *value, __u64 flags) skel_map_update_elem() argument
/third_party/libdrm/include/drm/
H A Ddrm_fourcc.h82 * These users musn't need to know to reason about the modifier value
392 * and must use the same numerical value as the original definition.
547 * Converted Clear Color value and the next 32 bits store the Higher Converted
548 * Clear Color value when applicable. The Converted Clear Color values are
679 * 19:12 k Page Kind. This value directly maps to a field in the page
735 * with block-linear layouts, is remapped within drivers to the value 0xfe,
836 * of column width in the modifier (we can't use the stride value due
1354 #define AMD_FMT_MOD_SET(field, value) \
1355 ((uint64_t)(value) << AMD_FMT_MOD_##field##_SHIFT)
1356 #define AMD_FMT_MOD_GET(field, value) \
[all...]
/third_party/lzma/CPP/Windows/Control/
H A DDialog.h67 bool SetItemInt(unsigned itemID, UINT value, bool isSigned) in SetItemInt() argument
68 { return BOOLToBool(SetDlgItemInt(_window, (int)itemID, value, BoolToBOOL(isSigned))); } in SetItemInt()
69 bool GetItemInt(unsigned itemID, bool isSigned, UINT &value) in GetItemInt() argument
72 value = GetDlgItemInt(_window, (int)itemID, &result, BoolToBOOL(isSigned)); in GetItemInt()
/third_party/lzma/CPP/7zip/Archive/
H A DSplitHandler.cpp50 Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)) in GetArchiveProperty() argument
60 prop.Detach(value); in GetArchiveProperty()
266 Z7_COM7F_IMF(CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value)) in GetProperty() argument
277 prop.Detach(value); in GetProperty()
/third_party/jerryscript/tests/jerry/es2015/
H A Dfunction-name.js33 Object.defineProperty(func, 'name', {value: 'newName', configurable: true});
34 assert (Object.getOwnPropertyDescriptor(func, 'name').value === 'newName');
50 assert(Object.getOwnPropertyDescriptor(func, 'name').value === functionName)
285 assert(Object.getOwnPropertyDescriptor(String.prototype, Symbol.iterator).value.name === '[Symbol.iterator]');
/third_party/jinja2/
H A Dbccache.py29 def set(self, key: str, value: bytes, timeout: t.Optional[int] = None) -> None:
349 .. method:: set(key, value[, timeout])
351 Stores the bytecode in the cache. `value` is a string and
359 Returns the value for the cache key. If the item does not
360 exist in the cache the return value must be `None`.
397 value = bucket.bytecode_to_string()
401 self.client.set(key, value, self.timeout)
403 self.client.set(key, value)
H A Dasyncsupport.py172 async def auto_await(value):
173 if inspect.isawaitable(value):
174 return await value
175 return value
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta.h223 const VkImageSubresourceRange *range, uint32_t value);
225 const VkImageSubresourceRange *range, uint32_t value);
227 const VkImageSubresourceRange *range, uint32_t value);
229 const VkImageSubresourceRange *range, uint32_t value);
/third_party/ltp/docparse/
H A Dtestinfo.pl62 my ($tag, $value, $scm_url_base) = @_;
65 return $scm_url_base . $value;
69 return CVE_DB_URL . $value;
75 return eval("main::$key") . $value;
457 # tag value value can be split into more lines if too long
/third_party/node/lib/internal/crypto/
H A Dutil.js481 let value;
482 if (options && (value = options[key]) != null)
483 validateString(value, `options.${key}`);
484 return value;
/third_party/node/lib/internal/test_runner/mock/
H A Dmock_timers.js161 const value = result.value[0];
162 if (value?.aborted) {
170 value,
462 * @throws {ERR_INVALID_ARG_VALUE} If a negative time value is provided.

Completed in 28 milliseconds

1...<<491492493494495496497498499500>>...1088