/third_party/libwebsockets/lib/tls/openssl/ |
H A D | openssl-x509.c | 260 lv = (nval->value ? strlen(nval->value) : 0), in lws_tls_openssl_cert_info() 266 if (nval->value) in lws_tls_openssl_cert_info() 267 memcpy(buf->ns.name + buf->ns.len + ln, nval->value, lv); in lws_tls_openssl_cert_info()
|
/third_party/node/test/parallel/ |
H A D | test-webcrypto-webidl.js | 249 message: `${prefix}: ${context} value '${bad}' is not a valid enum value of type KeyFormat.`, 273 message: `${prefix}: ${context} value '${bad}' is not a valid enum value of type KeyUsage.`,
|
/third_party/node/deps/v8/tools/gcmole/ |
H A D | gcmole.py | 296 # check return value and propagate the Failure to the caller. 314 return re.compile("|".join("(?P<{}>{})".format(key, value) 315 for (key, value) in list(pattern_dict.items()))) 409 for name, value in list(collector.gc.items()): 410 if value:
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | ns_config.c | 73 static line_status config_line(char *line, char *section, char *key, char *value) in config_line() argument 95 /* key and value */ in config_line() 100 if (vlen > 0) memcpy(value, split+1, vlen); in config_line() 102 value[vlen] = 0; in config_line() 104 strtrim(value); in config_line() 376 /* get key-value list of section */ 388 /* get value by acquiescence */ 403 /* get value by acquiescence lib path */ 417 /* get value by acquiescence asan lib path */ 433 /* get value b [all...] |
/third_party/libfuse/lib/modules/ |
H A D | subdir.c | 456 const char *value, size_t size, int flags) in subdir_setxattr() 462 err = fuse_fs_setxattr(d->next, newpath, name, value, size, in subdir_setxattr() 469 static int subdir_getxattr(const char *path, const char *name, char *value, in subdir_getxattr() argument 476 err = fuse_fs_getxattr(d->next, newpath, name, value, size); in subdir_getxattr() 455 subdir_setxattr(const char *path, const char *name, const char *value, size_t size, int flags) subdir_setxattr() argument
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.h | 203 // Visits a typeof expression for the value on which to perform the typeof. 216 // if it's a valid register. The loaded value is placed in the 223 // if it's a valid register. The loaded value is placed in the 308 Register index, Register value, 329 Register value); 360 // Helpers for binary and nary logical op value expressions. 367 // Helper for binary and nary nullish op value expressions. 495 inline void set_catch_prediction(HandlerTable::CatchPrediction value) { in set_catch_prediction() argument 496 catch_prediction_ = value; in set_catch_prediction()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | cpu-profiler.cc | 535 void CpuProfiler::set_sampling_interval(base::TimeDelta value) { in set_sampling_interval() argument 537 base_sampling_interval_ = value; in set_sampling_interval() 540 void CpuProfiler::set_use_precise_sampling(bool value) { in set_use_precise_sampling() argument 542 use_precise_sampling_ = value; in set_use_precise_sampling()
|
/third_party/node/deps/v8/src/logging/ |
H A D | log.h | 142 // Emits an event with a string value -> (name, value). 143 V8_EXPORT_PRIVATE void StringEvent(const char* name, const char* value); 145 // Emits an event with an int value -> (name, value). 146 void IntPtrTEvent(const char* name, intptr_t value); 288 void UpdateIsLogging(bool value); 309 void UncheckedStringEvent(const char* name, const char* value);
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-display-names.cc | 49 bool IsUnicodeScriptSubtag(const std::string& value) { in IsUnicodeScriptSubtag() argument 52 builder.setScript(value).build(status); in IsUnicodeScriptSubtag() 56 bool IsUnicodeRegionSubtag(const std::string& value) { in IsUnicodeRegionSubtag() argument 59 builder.setRegion(value).build(status); in IsUnicodeRegionSubtag() 428 // The value of the [[RelevantExtensionKeys]] internal slot is in New() 501 // 17. Set displayNames.[[Locale]] to the value of r.[[Locale]]. in New()
|
H A D | js-relative-time-format.cc | 349 // 3. Let value be ? ToNumber(value). in FormatCommon() 350 Handle<Object> value; in FormatCommon() local 351 ASSIGN_RETURN_ON_EXCEPTION(isolate, value, in FormatCommon() 353 double number = value->Number(); in FormatCommon() 358 // 4. If isFinite(value) is false, then throw a RangeError exception. in FormatCommon() 386 value->IsNaN()); in FormatCommon()
|
/third_party/node/deps/v8/src/torque/ |
H A D | earley-parser.h | 109 explicit ParseResultHolder(T value) in ParseResultHolder() argument 110 : ParseResultHolderBase(id), value_(std::move(value)) {} in ParseResultHolder() 465 template <class T, T value> 468 return ParseResult{value}; in YieldIntegralConstant()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_context.h | 73 #define BRW_PARAM_IMAGE_IDX(value) (BRW_PARAM_VALUE(value) >> 8) 74 #define BRW_PARAM_IMAGE_OFFSET(value)(BRW_PARAM_VALUE(value) & 0xf) 463 /* Invalid value for a binding table index. */ 631 * Either the value of BaseVertex for indexed draw calls or the value 654 * The value of DrawID. This always comes in from it's own vertex
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_eu_defines.h | 45 #define SET_FIELD(value, field) \ 47 uint32_t fieldval = (uint32_t)(value) << field ## _SHIFT; \ 52 #define SET_BITS(value, high, low) \ 54 const uint32_t fieldval = (uint32_t)(value) << (low); \ 165 * This is the default value. It means that a channel's write enable is set 367 * Packs a number of sources into a single value. Unlike LOAD_PAYLOAD, this 368 * acts intra-channel, obtaining the final value for each channel by 510 * dynamic index and potentially puts a different value in each output 637 * Set DWORD 2 of dst to the value in src. 681 * - src1 is the value t [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_context.h | 66 #define BRW_PARAM_IMAGE_IDX(value) (BRW_PARAM_VALUE(value) >> 8) 67 #define BRW_PARAM_IMAGE_OFFSET(value)(BRW_PARAM_VALUE(value) & 0xf) 345 /* Invalid value for a binding table index. */ 468 * Either the value of BaseVertex for indexed draw calls or the value 491 * The value of DrawID. This always comes in from it's own vertex
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_screen.c | 325 uint64_t *value) in dd_screen_resource_get_param() 331 level, param, handle_usage, value); in dd_screen_resource_get_param() 508 match_uint(const char **cur, unsigned *value) in match_uint() argument 515 *value = v; in match_uint() 317 dd_screen_resource_get_param(struct pipe_screen *_screen, struct pipe_context *_pipe, struct pipe_resource *resource, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned handle_usage, uint64_t *value) dd_screen_resource_get_param() argument
|
/third_party/musl/ldso/linux/ |
H A D | ns_config.c | 73 static line_status config_line(char *line, char *section, char *key, char *value) in config_line() argument 95 /* key and value */ in config_line() 100 if (vlen > 0) memcpy(value, split + 1, vlen); in config_line() 102 value[vlen] = 0; in config_line() 104 strtrim(value); in config_line() 376 /* get key-value list of section */ 388 /* get value by acquiescence */ 403 /* get value by acquiescence lib path */ 417 /* get value by acquiescence asan lib path */ 433 /* get value b [all...] |
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_ncons.c | 149 tval.value = val->value; 550 * so we match the value of othername with base->d.rfc822Name 552 return nc_email_eai(gen->d.otherName->value, base->d.rfc822Name); 661 eml = emltype->value.utf8string;
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | RangeTableTest.java | 95 // Partially overwrite an existing range (same value). in testBasicAssign() 100 // Fail to overwrite range with a different value in "SAME" mode. in testBasicAssign() 109 // Fail to write ranges with the same value in "NEVER" mode. in testBasicAssign() 113 // Unassignment (null value) makes no sense for modes other than "ALWAYS". in testBasicAssign() 393 RangeTree ranges, Column<T> column, T value) { in assign() 394 return Change.builder(ranges).assign(column, value).build(); in assign() 409 String range, Column<?> column, Object value) { in assigned() 410 return Tables.immutableCell(RangeSpecification.parse(range), column, Optional.of(value)); in assigned() 392 assign( RangeTree ranges, Column<T> column, T value) assign() argument 408 assigned( String range, Column<?> column, Object value) assigned() argument
|
/third_party/python/Lib/ |
H A D | tempfile.py | 323 file. The return value is a pair (fd, name) where fd is the 362 directory. The return value is the pathname of the directory. 516 def __exit__(self, exc, value, tb): 517 result = self.file.__exit__(exc, value, tb) 739 def __exit__(self, exc, value, tb): 912 def __exit__(self, exc, value, tb):
|
H A D | codecs.py | 414 def __exit__(self, type, value, tb): 462 can modify this setting as appropriate. The default value 663 def __exit__(self, type, value, tb): 750 def __exit__(self, type, value, tb): 866 def __exit__(self, type, value, tb):
|
/third_party/pulseaudio/src/pulse/ |
H A D | format.c | 627 void pa_format_info_set_prop_int(pa_format_info *f, const char *key, int value) { in pa_format_info_set_prop_int() argument 631 pa_proplist_setf(f->plist, key, "%d", value); in pa_format_info_set_prop_int() 665 void pa_format_info_set_prop_string(pa_format_info *f, const char *key, const char *value) { in pa_format_info_set_prop_string() argument 669 pa_proplist_setf(f->plist, key, "\"%s\"", value); in pa_format_info_set_prop_string()
|
/third_party/python/Lib/idlelib/ |
H A D | debugger.py | 209 type, value, tb = info 214 if value is not None: 217 m1 = f"{m1}: {value}" 518 value = dict[name] 519 svalue = self.repr.repr(value) # repr(value) 521 # repr'd value sent across the RPC interface:
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | vector_utils.h | 97 // when the variant above is more precise. Use SFINAE on the return value to hide 98 // this variant for non-arithmetic types. The return value is still void. 100 typename std::enable_if<std::is_arithmetic<OtherType>::value>::type initWithList( 233 typename std::enable_if<std::is_arithmetic<OtherType>::value>::type 450 static_assert(std::is_floating_point<Type>::value, in length() 491 static_assert(std::is_floating_point<Type>::value, in normalized()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcTextureFilterAnisotropicTests.cpp | 228 // Verify initial integer value which should be equal to 1 in verifyTexParameters() 232 << "GetTexParameteriv failed. Expected value: 1, Queried value: " << iValue in verifyTexParameters() 241 // Verify initial float value which should be equal to 1.0f in verifyTexParameters() 245 << "GetTexParameterfv failed. Expected value: 1.0, Queried value: " << iValue in verifyTexParameters() 250 // Set custom integer value and verify it in verifyTexParameters() 261 << "texParameteri failed. Expected value: 2, Queried value: " << iValue in verifyTexParameters() 266 // Set custom float value an in verifyTexParameters() 588 int value = ((x * (l + 1)) % 8 < 4) ? 255 : 0; fillTexture() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | gen_vk_internal_shaders.py | 269 for key, value in variations.items(): 273 flags = value 274 elif len(value) > 0: 275 enums.append((key, value)) 543 # Maximum index value has all flags set and all enums at max value. 549 # Minimum array size is one more than the maximum value. 614 # Cache max and mask value of each enum to quickly know when a possible variation is invalid
|