Home
last modified time | relevance | path

Searched refs:value (Results 11051 - 11075 of 20287) sorted by relevance

1...<<441442443444445446447448449450>>...812

/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()
/third_party/ltp/testcases/kernel/syscalls/fsconfig/
H A Dfsconfig02.c18 const void *value; member
25 {"set-flag-value", &fd, FSCONFIG_SET_FLAG, "rw", "foo", &aux_0, EINVAL},
28 {"set-string-value", &fd, FSCONFIG_SET_STRING, "source", NULL, &aux_0, EINVAL},
31 {"set-binary-value", &fd, FSCONFIG_SET_BINARY, "sync", NULL, &aux_1, EINVAL},
34 {"set-path-value", &fd, FSCONFIG_SET_PATH, "sync", NULL, &aux_fdcwd, EINVAL},
37 {"set-path-empty-value", &fd, FSCONFIG_SET_PATH_EMPTY, "sync", NULL, &aux_fdcwd, EINVAL},
40 {"set-fd-value", &fd, FSCONFIG_SET_FD, "sync", "foo", &temp_fd, EINVAL},
43 {"cmd-create-value", &fd, FSCONFIG_CMD_CREATE, NULL, "foo", &aux_0, EINVAL},
46 {"cmd-reconfigure-value", &fd, FSCONFIG_CMD_RECONFIGURE, NULL, "foo", &aux_0, EINVAL},
73 TEST(fsconfig(*tc->fd, tc->cmd, tc->key, tc->value, *t in run()
[all...]
/third_party/lwip/src/apps/snmp/
H A Dsnmp_mib2_icmp.c59 icmp_get_value(const struct snmp_scalar_array_node_def *node, void *value) in icmp_get_value() argument
61 u32_t *uint_ptr = (u32_t *)value; in icmp_get_value()
/third_party/libdrm/tests/tegra/
H A Dvic.h104 uint32_t value) in VIC_PUSH_METHOD()
108 *(*ptrp)++ = value; in VIC_PUSH_METHOD()
102 VIC_PUSH_METHOD(struct drm_tegra_pushbuf *pushbuf, uint32_t **ptrp, uint32_t method, uint32_t value) VIC_PUSH_METHOD() argument
/third_party/libphonenumber/cpp/src/phonenumbers/base/
H A Dtemplate_util.h17 static const T value = v; member
22 template <class T, T v> const T integral_constant<T, v>::value; member in i18n::phonenumbers::integral_constant
/third_party/ltp/testcases/realtime/include/
H A Dlibrttest.h110 /* atomic_add - add integer to atomic variable and returns a value.
111 * i: integer value to add
198 * the option -- e.g. 'b' -- and the value. Something like:
200 * int parse_my_options(int option, char *value) {
208 * freedom = strcpy(value);
212 * if (value)
213 * zero_size = atoi(value);
225 int (*parse_arg)(int option, char *value),
229 int rt_init(const char *options, int (*parse_arg)(int option, char *value),
/third_party/lwip/src/include/lwip/
H A Draw.h137 #define raw_set_multicast_ttl(pcb, value) ((pcb)->mcast_ttl = (value))
/third_party/node/deps/v8/src/common/
H A Dassert-scope.cc30 PerThreadDataBit<kType>::update(old_data_.value(), kAllow); in PerThreadAssertScope()
41 current_per_thread_assert_data = old_data_.value(); in Release()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-regexp.cc79 // value is set, the value it is set to is coerced to a string.
91 Handle<Object> value = args.atOrUndefined(isolate, 1); in BUILTIN() local
94 Object::ToString(isolate, value)); in BUILTIN()
/third_party/node/deps/v8/src/asmjs/
H A Dasm-scanner.h132 #define V(name, value, string_name) name = value,
/third_party/node/deps/v8/src/base/
H A Doverflowing-math.h21 static_assert(std::is_integral<Type>::value && std::is_signed<Type>::value, \
H A Daddress-region.h42 STATIC_ASSERT(std::is_unsigned<Address>::value); in contains()
47 STATIC_ASSERT(std::is_unsigned<Address>::value); in contains()
/third_party/node/deps/v8/include/
H A Dv8-exception.h44 * Will try to reconstruct the original stack trace from the exception value,
158 void SetVerbose(bool value);
170 void SetCaptureMessage(bool value);
/third_party/node/deps/v8/include/v8-include/
H A Dv8-exception.h44 * Will try to reconstruct the original stack trace from the exception value,
158 void SetVerbose(bool value);
170 void SetCaptureMessage(bool value);

Completed in 15 milliseconds

1...<<441442443444445446447448449450>>...812