/third_party/node/deps/undici/src/lib/fetch/ |
H A D | headers.js | 214 // 2. Return the values of all headers in list whose name 231 for (const { name, value } of this[kHeadersMap].values()) { 415 // 2. Return the values of all headers in this’s header list whose name is 447 // 1. Let values be a list of all values of headers in list whose name 450 // 2. For each value of values: 484 () => [...this[kHeadersSortedMap].values()], 490 values () { 500 () => [...this[kHeadersSortedMap].values()], 516 () => [...this[kHeadersSortedMap].values()], [all...] |
/third_party/pulseaudio/src/modules/oss/ |
H A D | oss-util.c | 272 volume->values[0] = PA_CLAMP_VOLUME(((vol & 0xFF) * PA_VOLUME_NORM) / 100); in pa_oss_get_volume() 275 volume->values[1] = PA_CLAMP_VOLUME((((vol >> 8) & 0xFF) * PA_VOLUME_NORM) / 100); in pa_oss_get_volume() 286 l = volume->values[0] > PA_VOLUME_NORM ? PA_VOLUME_NORM : volume->values[0]; in pa_oss_set_volume() 291 r = volume->values[1] > PA_VOLUME_NORM ? PA_VOLUME_NORM : volume->values[1]; in pa_oss_set_volume()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | useObjectValuesAndEntries3.js | 4 for (var x of Object.values(o)) { 12 for (var x of Object.values(o)) {
|
H A D | useObjectValuesAndEntries4.js | 4 for (var x of Object.values(o)) { 12 for (var x of Object.values(o)) {
|
H A D | useObjectValuesAndEntries2.js | 4 for (var x of Object.values(o)) { 12 for (var _i = 0, _a = Object.values(o); _i < _a.length; _i++) {
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | inlined_vector.h | 86 // Useful to avoid compiler warnings when memcpy() is used for T values 399 void Initialize(ValueAdapter values, size_type new_size); 402 void Assign(ValueAdapter values, size_type new_size); 405 void Resize(ValueAdapter values, size_type new_size); 408 iterator Insert(const_iterator pos, ValueAdapter values, 534 auto values = IteratorValueAdapter<const_pointer>(src); in InitFrom() local 535 inlined_vector_internal::ConstructElements(GetAllocPtr(), dst, &values, n); in InitFrom() local 542 auto Storage<T, N, A>::Initialize(ValueAdapter values, size_type new_size) 562 &values, new_size); variable 572 auto Storage<T, N, A>::Assign(ValueAdapter values, size_typ 598 GetAllocPtr(), construct_loop.data(), &values, construct_loop.size()); global() variable 738 GetAllocPtr(), insert_construction.data(), &values, global() variable [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_tess.c | 195 LLVMValueRef values[4]; in lshs_lds_load() local 198 values[chan] = lshs_lds_load(ctx, type, chan, dw_addr); in lshs_lds_load() 200 return ac_build_gather_values(&ctx->ac, values, 4); in lshs_lds_load() 455 LLVMValueRef values[2]; in si_llvm_tcs_build_end() local 459 values[0] = rel_patch_id; in si_llvm_tcs_build_end() 460 values[1] = LLVMGetUndef(ctx->ac.i32); in si_llvm_tcs_build_end() 461 rel_patch_id = ac_build_phi(&ctx->ac, ctx->ac.i32, 2, values, blocks); in si_llvm_tcs_build_end() 463 values[0] = tf_lds_offset; in si_llvm_tcs_build_end() 464 values[1] = LLVMGetUndef(ctx->ac.i32); in si_llvm_tcs_build_end() 465 tf_lds_offset = ac_build_phi(&ctx->ac, ctx->ac.i32, 2, values, block in si_llvm_tcs_build_end() [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | adau1701.c | 306 DECLARE_BITMAP(values, 2); in adau1701_reset() 312 __assign_bit(0, values, 0); in adau1701_reset() 313 __assign_bit(1, values, 0); in adau1701_reset() 316 __assign_bit(0, values, 0); in adau1701_reset() 317 __assign_bit(1, values, 1); in adau1701_reset() 320 __assign_bit(0, values, 1); in adau1701_reset() 321 __assign_bit(1, values, 0); in adau1701_reset() 325 __assign_bit(0, values, 1); in adau1701_reset() 326 __assign_bit(1, values, 1); in adau1701_reset() 331 values); in adau1701_reset() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | ucol_res.cpp | 622 values(ulist_createEmptyList(&errorCode)), hasDefault(false) {} in KeywordsSink() 641 ulist_removeString(values, defcoll.data()); 642 ulist_addItemBeginList(values, ownedDefault, true, &errorCode); 647 if (!ulist_containsString(values, key, (int32_t)uprv_strlen(key))) { 648 ulist_addItemEndList(values, key, false, &errorCode); 655 UList *values; member 660 ulist_deleteList(values); in ~KeywordsSink() 672 // Read available collation values from collation bundles. in ucol_getKeywordValuesForLocale() 684 ulist_resetList(sink.values); // Initialize the iterator. in ucol_getKeywordValuesForLocale() 685 en->context = sink.values; in ucol_getKeywordValuesForLocale() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ucol_res.cpp | 632 values(ulist_createEmptyList(&errorCode)), hasDefault(false) {} in KeywordsSink() 651 ulist_removeString(values, defcoll.data()); 652 ulist_addItemBeginList(values, ownedDefault, true, &errorCode); 657 if (!ulist_containsString(values, key, (int32_t)uprv_strlen(key))) { 658 ulist_addItemEndList(values, key, false, &errorCode); 665 UList *values; member 670 ulist_deleteList(values); in ~KeywordsSink() 682 // Read available collation values from collation bundles. in ucol_getKeywordValuesForLocale() 694 ulist_resetList(sink.values); // Initialize the iterator. in ucol_getKeywordValuesForLocale() 695 en->context = sink.values; in ucol_getKeywordValuesForLocale() [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/ |
H A D | MapFieldTest.cs | 444 var values = map.Values; in ValuesReturnsLiveView() 445 CollectionAssert.AreEqual(new string[0], values); in ValuesReturnsLiveView() 448 CollectionAssert.AreEqual(new[] { "bar", "y" }, values); in ValuesReturnsLiveView() 451 // Just test keys - we know the implementation is the same for values 463 // Just test keys - we know the implementation is the same for values 476 // Just test keys - we know the implementation is the same for values 514 var values = map.Values; in ValuesContains() 515 Assert.IsTrue(values.Contains("bar")); in ValuesContains() 516 Assert.IsFalse(values.Contains("foo")); // It's a key! in ValuesContains() 517 Assert.IsFalse(values in ValuesContains() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucol_res.cpp | 622 values(ulist_createEmptyList(&errorCode)), hasDefault(FALSE) {} in KeywordsSink() 641 ulist_removeString(values, defcoll.data()); in put() 642 ulist_addItemBeginList(values, ownedDefault, TRUE, &errorCode); in put() 647 if (!ulist_containsString(values, key, (int32_t)uprv_strlen(key))) { in put() 648 ulist_addItemEndList(values, key, FALSE, &errorCode); in put() 655 UList *values; member 660 ulist_deleteList(values); in ~KeywordsSink() 672 // Read available collation values from collation bundles. in ucol_getKeywordValuesForLocale() 684 ulist_resetList(sink.values); // Initialize the iterator. in ucol_getKeywordValuesForLocale() 685 en->context = sink.values; in ucol_getKeywordValuesForLocale() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | plurults.cpp | 417 double values[1000]; in testGetSamples() local 429 int32_t count = rules->getSamples(*keyword, values, UPRV_LENGTHOF(values), status); in testGetSamples() 440 if (count > UPRV_LENGTHOF(values)) { in testGetSamples() 442 UnicodeString(u", too many values, for locale ") + in testGetSamples() 445 count = UPRV_LENGTHOF(values); in testGetSamples() 448 if (values[j] == UPLRULES_NO_UNIQUE_VALUE) { in testGetSamples() 449 errln("got 'no unique value' among values"); in testGetSamples() 451 UnicodeString resultKeyword = rules->select(values[j]); in testGetSamples() 453 // std::cout << " uk " << US(resultKeyword).cstr() << " " << values[ in testGetSamples() 481 DecimalQuantity values[1000]; testGetDecimalQuantitySamples() local 558 DecimalQuantity values[1000]; testGetOrAddSamplesFromString() local 605 DecimalQuantity values[1000]; testGetOrAddSamplesFromStringCompactNotation() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_prog_array_init.c | 22 __array(values, int (void *)); 24 .values = {
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | dca.h | 33 int32_t *values) in decode_blockcodes() 73 "r"(ff_inverse[levels]), "r"(values) in decode_blockcodes() 32 decode_blockcodes(int code1, int code2, int levels, int32_t *values) decode_blockcodes() argument
|
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/examples/ |
H A D | limit-long-syntax.js | 5 // Require the use of `=` for long options and values by blocking 6 // the use of space separated values. 20 const { values, tokens } = parseArgs({ options, tokens: true }); 31 console.log(values);
|
H A D | no-repeated-options.js | 15 const { values, tokens } = parseArgs({ options, tokens: true }); 26 console.log(values);
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | png.h | 27 /// in row-major order in |values| with format B8G8R8A8 into PNG format, 31 const std::vector<amber::Value>& values, 36 /// byte per data element format into |values|. 40 std::vector<amber::Value>* values);
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | dec_sse41.c | 27 const __m128i values = _mm_shuffle_epi8(in, kShuffle3); in HE16_SSE41() local 28 _mm_storeu_si128((__m128i*)dst, values); in HE16_SSE41()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_coherency.c | 317 u32 *offsets, *values; in igt_gem_coherency() local 335 values = offsets + ncachelines; in igt_gem_coherency() 375 values[n] = prandom_u32_state(&prng); in igt_gem_coherency() 378 err = over->set(&ctx, offsets[n], ~values[n]); in igt_gem_coherency() 387 err = write->set(&ctx, offsets[n], values[n]); in igt_gem_coherency() 405 if (found != values[n]) { in igt_gem_coherency() 408 write->name, values[n], in igt_gem_coherency() 410 ~values[n], offsets[n]); in igt_gem_coherency()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_coherency.c | 314 u32 *offsets, *values; in igt_gem_coherency() local 332 values = offsets + ncachelines; in igt_gem_coherency() 372 values[n] = prandom_u32_state(&prng); in igt_gem_coherency() 375 err = over->set(&ctx, offsets[n], ~values[n]); in igt_gem_coherency() 384 err = write->set(&ctx, offsets[n], values[n]); in igt_gem_coherency() 402 if (found != values[n]) { in igt_gem_coherency() 405 write->name, values[n], in igt_gem_coherency() 407 ~values[n], offsets[n]); in igt_gem_coherency()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_libopencv.c | 133 static int read_shape_from_file(int *cols, int *rows, int **values, const char *filename, in read_shape_from_file() argument 167 if (!(*values = av_calloc(sizeof(int) * *rows, *cols))) { in read_shape_from_file() 172 /* fill *values */ in read_shape_from_file() 181 (*values)[*cols*i + j] = !!av_isgraph(*(p++)); in read_shape_from_file() 195 line[j] = (*values)[i * *cols + j] ? '@' : ' '; in read_shape_from_file() 210 int *values = NULL, ret = 0; in parse_iplconvkernel() local 219 if ((ret = read_shape_from_file(&cols, &rows, &values, shape_filename, log_ctx)) < 0) in parse_iplconvkernel() 230 "Invalid non-positive values for shape size %dx%d\n", cols, rows); in parse_iplconvkernel() 243 *kernel = cvCreateStructuringElementEx(cols, rows, anchor_x, anchor_y, shape, values); in parse_iplconvkernel() 252 av_freep(&values); in parse_iplconvkernel() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | TimeUnitTest.java | 78 final TimeUnit[] values = TimeUnit.values(); in TestBasic() 79 for (int j = 0; j < values.length; ++j) { in TestBasic() 80 final TimeUnit timeUnit = values[j]; in TestBasic() 309 final TimeUnit[] values = TimeUnit.values(); in formatParsing() 310 for (int j = 0; j < values.length; ++j) { in formatParsing() 311 final TimeUnit timeUnit = values[j]; in formatParsing()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | TimeUnitTest.java | 75 final TimeUnit[] values = TimeUnit.values(); in TestBasic() 76 for (int j = 0; j < values.length; ++j) { in TestBasic() 77 final TimeUnit timeUnit = values[j]; in TestBasic() 306 final TimeUnit[] values = TimeUnit.values(); in formatParsing() 307 for (int j = 0; j < values.length; ++j) { in formatParsing() 308 final TimeUnit timeUnit = values[j]; in formatParsing()
|
/third_party/nghttp2/src/ |
H A D | shrpx_mruby_module_request.cc | 221 mrb_value key, values; in request_mod_header() local 222 mrb_get_args(mrb, "So", &key, &values); in request_mod_header() 256 if (mrb_array_p(values)) { in request_mod_header() 257 auto n = RARRAY_LEN(values); in request_mod_header() 259 auto value = mrb_ary_ref(mrb, values, i); in request_mod_header() 271 } else if (mrb_string_p(values)) { in request_mod_header() 275 StringRef{RSTRING_PTR(values), in request_mod_header() 276 static_cast<size_t>(RSTRING_LEN(values))}), in request_mod_header()
|