/third_party/node/src/ |
H A D | stream_wrap.cc | 233 static_assert(std::is_base_of<LibuvStreamWrap, WrapType>::value || in AcceptHandle() 234 std::is_base_of<UDPWrap, WrapType>::value, in AcceptHandle()
|
/third_party/node/test/common/ |
H A D | dns.js | 129 rr.value = domain; 257 const domain = writeDomainName(rr.exchange || rr.value);
|
H A D | report.js | 298 for (const [key, value] of Object.entries(report.environmentVariables)) { 300 assert.strictEqual(typeof value, 'string');
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | eclipse.py | 54 # part of the path when dealing with generated headers. This value will be 188 for key, value in make_global_settings_dict: 190 return os.path.join(options.toplevel_dir, value) 291 " <macro><name>%s</name><value>%s</value></macro>\n"
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | testdriver-actions.js | 364 * @param {Number} deltaX - scroll delta value along the x-axis in pixels 365 * @param {Number} deltaY - scroll delta value along the y-axis in pixels 434 this.actions.set(tick, {type: "keyDown", value: key}); 442 this.actions.set(tick, {type: "keyUp", value: key});
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | choicfmt.cpp | 167 * Convert a double value to a string without the overhead of NumberFormat. 170 ChoiceFormat::dtos(double value, in dtos() argument 178 snprintf(temp, sizeof(temp), "%.*g", DBL_DIG, value); in dtos() 467 // to get the right value for formatting.
|
H A D | dtptngen_impl.h | 131 void populate(int32_t field, const UnicodeString& value); 251 void add(const UnicodeString& basePattern, const PtnSkeleton& skeleton, const UnicodeString& value, UBool skeletonWasSpecified, UErrorCode& status);
|
/third_party/node/deps/icu-small/source/common/ |
H A D | normlzr.cpp | 385 UBool value) in setOption() 387 if (value) { in setOption() 384 setOption(int32_t option, UBool value) setOption() argument
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | uniset.h | 50 * <em>operand</em> API that allows the caller to modify the value of 329 * A bogus set has no value. It is different from an empty set. 330 * It can be used to indicate that no set value is available. 342 * A bogus set has no value. It is different from an empty set. 343 * It can be used to indicate that no set value is available. 360 * Minimum value that can be stored in a UnicodeSet. 366 * Maximum value that can be stored in a UnicodeSet. 407 * @param serialization the value 'kSerialized' 519 * Returns the hash code value for this set. 521 * @return the hash code value fo [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | feedback.c | 187 * Write a value of a record into the selection buffer. 190 * \param value value. 192 * Verifies there is free space in the buffer to write the value and 196 write_record(struct gl_context *ctx, GLuint value) in write_record() argument 199 ctx->Select.Buffer[ctx->Select.BufferCount] = value; in write_record()
|
/third_party/mesa3d/src/loader/ |
H A D | loader.c | 485 int value = (int)strtoll(field_str, NULL, 16); in loader_get_linux_pci_field() local 488 return value; in loader_get_linux_pci_field() 703 * \param out_driver - Address where the dlopen() return value will be stored.
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_nir_lower_ycbcr_textures.c | 69 nir_ssa_def *value, in implicit_downsampled_coord() 74 value, in implicit_downsampled_coord() 68 implicit_downsampled_coord(nir_builder *b, nir_ssa_def *value, nir_ssa_def *max_value, int div_scale) implicit_downsampled_coord() argument
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | eclipse.py | 54 # part of the path when dealing with generated headers. This value will be 188 for key, value in make_global_settings_dict: 190 return os.path.join(options.toplevel_dir, value) 288 " <macro><name>%s</name><value>%s</value></macro>\n"
|
/third_party/node/deps/npm/node_modules/graceful-fs/ |
H A D | graceful-fs.js | 66 value: fs$close 79 value: fs$closeSync
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | pkcs12.h | 142 PKCS12_SAFEBAG *PKCS12_SAFEBAG_create_secret(int type, int vtype, const unsigned char *value, int len); 326 int nid_type, const unsigned char *value, int len); variable
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | pkcs12.h | 142 PKCS12_SAFEBAG *PKCS12_SAFEBAG_create_secret(int type, int vtype, const unsigned char *value, int len); 326 int nid_type, const unsigned char *value, int len); variable
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
H A D | container.js | 10 function _createForOfIteratorHelperLoose(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (it) return (it = it.call(o)).next.bind(it); if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; return function () { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } 13 function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } 62 var node = _step.value;
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
H A D | pkcs12.h | 142 PKCS12_SAFEBAG *PKCS12_SAFEBAG_create_secret(int type, int vtype, const unsigned char *value, int len); 326 int nid_type, const unsigned char *value, int len); variable
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | pkcs12.h | 142 PKCS12_SAFEBAG *PKCS12_SAFEBAG_create_secret(int type, int vtype, const unsigned char *value, int len); 326 int nid_type, const unsigned char *value, int len); variable
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/ |
H A D | pkcs12.h | 142 PKCS12_SAFEBAG *PKCS12_SAFEBAG_create_secret(int type, int vtype, const unsigned char *value, int len); 326 int nid_type, const unsigned char *value, int len); variable
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/ |
H A D | pkcs12.h | 142 PKCS12_SAFEBAG *PKCS12_SAFEBAG_create_secret(int type, int vtype, const unsigned char *value, int len); 326 int nid_type, const unsigned char *value, int len); variable
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/ |
H A D | pkcs12.h | 142 PKCS12_SAFEBAG *PKCS12_SAFEBAG_create_secret(int type, int vtype, const unsigned char *value, int len); 326 int nid_type, const unsigned char *value, int len); variable
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/ |
H A D | pkcs12.h | 142 PKCS12_SAFEBAG *PKCS12_SAFEBAG_create_secret(int type, int vtype, const unsigned char *value, int len); 326 int nid_type, const unsigned char *value, int len); variable
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup_point.c | 67 const float value, in constant_coef() 70 info->a0[slot][i] = value; in constant_coef() 64 constant_coef(struct lp_setup_context *setup, struct point_info *info, unsigned slot, const float value, unsigned i) constant_coef() argument
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/ |
H A D | pkcs12.h | 142 PKCS12_SAFEBAG *PKCS12_SAFEBAG_create_secret(int type, int vtype, const unsigned char *value, int len); 326 int nid_type, const unsigned char *value, int len); variable
|