Home
last modified time | relevance | path

Searched refs:value (Results 14126 - 14150 of 29204) sorted by relevance

1...<<561562563564565566567568569570>>...1169

/third_party/node/test/fixtures/wpt/FileAPI/file/
H A DFile-constructor.any.js51 {done:false, value:'ab'},
52 {done:false, value:'cde'},
121 var file = new File(["bits"], "dummy", { unknownKey: "value" });
/third_party/nghttp2/src/
H A Dshrpx_mruby_module.cc103 mrb_ary_push(mrb, ary, mrb_str_new(mrb, hd.value.c_str(), hd.value.size())); in create_headers_hash()
/third_party/node/deps/icu-small/source/common/unicode/
H A Dbytestriebuilder.h61 * Adds a (byte sequence, value) pair.
66 * @param value The value associated with this byte sequence.
67 * @param errorCode Standard ICU error code. Its input value must
74 BytesTrieBuilder &add(StringPiece s, int32_t value, UErrorCode &errorCode);
80 * A BytesTrie cannot be empty. At least one (byte sequence, value) pair
87 * @param errorCode Standard ICU error code. Its input value must
100 * A BytesTrie cannot be empty. At least one (byte sequence, value) pair
112 * @param errorCode Standard ICU error code. Its input value must
122 * Removes all (byte sequence, value) pair
[all...]
H A Ducharstriebuilder.h59 * Adds a (string, value) pair.
64 * @param value The value associated with this string.
65 * @param errorCode Standard ICU error code. Its input value must
72 UCharsTrieBuilder &add(const UnicodeString &s, int32_t value, UErrorCode &errorCode);
78 * A UCharsTrie cannot be empty. At least one (string, value) pair
85 * @param errorCode Standard ICU error code. Its input value must
98 * A UCharsTrie cannot be empty. At least one (string, value) pair
112 * @param errorCode Standard ICU error code. Its input value must
123 * Removes all (string, value) pair
[all...]
/third_party/node/benchmark/async_hooks/
H A Dasync-resource-vs-destroy.js82 function setCLS(value) {
84 transactions.set(asyncId, value);
/third_party/node/deps/icu-small/source/common/
H A Dlocresdata.cpp169 const char16_t* const value = in _uloc_getOrientationHelper() local
180 switch(value[0]) in _uloc_getOrientationHelper()
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-message.h121 // Streams a non-pointer value to this object. If building a version of
122 // GoogleTest with ABSL, this overload is only enabled if the value does not
128 typename std::enable_if<!absl::HasAbslStringify<T>::value, // NOLINT
153 // Streams a non-pointer value with an AbslStringify definition to this
156 typename std::enable_if<absl::HasAbslStringify<T>::value, // NOLINT
167 // Streams a pointer value to this object.
237 // Converts a streamable value to an std::string. A NULL pointer is
238 // converted to "(null)". When the input value is a ::string,
/third_party/node/deps/icu-small/source/i18n/
H A Dudateintervalformat.cpp157 UDisplayContext value, in udtitvfmt_setContext()
162 reinterpret_cast<DateIntervalFormat*>(formatter)->setContext( value, *status ); in udtitvfmt_setContext()
156 udtitvfmt_setContext(UDateIntervalFormat* formatter, UDisplayContext value, UErrorCode* status) udtitvfmt_setContext() argument
/third_party/node/deps/npm/node_modules/@sigstore/core/dist/
H A Dindex.js14 Object.defineProperty(o, "default", { enumerable: true, value: v });
25 Object.defineProperty(exports, "__esModule", { value: true });
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Ddenseranges.cpp62 int32_t firstAfter(int32_t value) const { in firstAfter()
69 if(value<gapStarts[i] && (minIndex<0 || gapStarts[i]<minValue)) { in firstAfter()
109 // Use int64_t variables for intermediate-value precision and to avoid in uprv_makeDenseRanges()
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/bundler/
H A Dbundle.js14 Object.defineProperty(o, "default", { enumerable: true, value: v });
25 Object.defineProperty(exports, "__esModule", { value: true });
/third_party/node/deps/npm/node_modules/iconv-lite/lib/
H A Dstreams.js20 constructor: { value: IconvLiteEncoderStream }
68 constructor: { value: IconvLiteDecoderStream }
/third_party/node/deps/npm/node_modules/agent-base/dist/
H A Dhelpers.js14 Object.defineProperty(o, "default", { enumerable: true, value: v });
25 Object.defineProperty(exports, "__esModule", { value: true });
/third_party/node/deps/npm/node_modules/ip-address/dist/v6/
H A Dregular-expressions.js14 Object.defineProperty(o, "default", { enumerable: true, value: v });
25 Object.defineProperty(exports, "__esModule", { value: true });
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Deasy_xml.py159 def _XmlEscape(value, attr=False):
169 return _xml_escape_re.sub(replace, value)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dutils.py47 value = _canonicalize_regex.sub("-", name).lower()
48 return cast(NormalizedName, value)
/third_party/node/deps/npm/node_modules/qrcode-terminal/lib/
H A Dmain.js15 fill = function(length, value) {
18 arr[i] = value;
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_analyze_boolean_resolves.c236 if (load->value[0].u32 == NIR_TRUE || load->value[0].u32 == NIR_FALSE) { in analyze_boolean_resolves_block()
245 /* Everything else is an unknown non-boolean value and needs to in analyze_boolean_resolves_block()
/third_party/mesa3d/src/panfrost/util/
H A Dpan_lower_xfb.c59 nir_ssa_def *value = nir_channels(b, src, BITFIELD_MASK(num_components) << start_component); in lower_xfb_output() local
60 nir_store_global(b, addr, 4, value, BITFIELD_MASK(num_components)); in lower_xfb_output()
/third_party/mesa3d/src/util/
H A Dxmlconfig.h55 /** \brief Option value */
65 * For empty ranges (a single value) start == end */
97 * The value is the same in the screen and all contexts. */
101 int value; member
106 * Struct for a driver's definition of an option, its default value, and the
113 driOptionValue value; member
158 /** \brief Query a boolean option value */
160 /** \brief Query an integer option value */
162 /** \brief Query a floating-point option value */
164 /** \brief Query a string option value */
[all...]
/third_party/node/deps/npm/node_modules/sigstore/dist/
H A Dsigstore.js14 Object.defineProperty(o, "default", { enumerable: true, value: v });
25 Object.defineProperty(exports, "__esModule", { value: true });
/third_party/icu/icu4c/source/tools/toolutil/
H A Ddenseranges.cpp62 int32_t firstAfter(int32_t value) const { in firstAfter()
69 if(value<gapStarts[i] && (minIndex<0 || gapStarts[i]<minValue)) { in firstAfter()
109 // Use int64_t variables for intermediate-value precision and to avoid in uprv_makeDenseRanges()
/third_party/libdrm/tegra/
H A Dtegra.h81 uint32_t value; member
108 uint32_t value);
/third_party/libevdev/test/
H A Dtest-common.c82 code = abs[nabs].value; in test_create_abs_device()
84 a.value = 0; in test_create_abs_device()
/third_party/libinput/src/
H A Dfilter-private.h69 uint64_t value; member
78 s->value = event_delta_smooth_value; in pointer_delta_smoothener_create()

Completed in 22 milliseconds

1...<<561562563564565566567568569570>>...1169