/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_map.h | 36 using MappedReference = decltype(P::value( 41 using MappedConstReference = decltype(P::value( 45 KeyArg<IsTransparent<Eq>::value && IsTransparent<Hash>::value>; 53 static_assert(!std::is_reference<key_type>::value, ""); 57 static_assert(!std::is_reference<mapped_type>::value, ""); 119 !std::is_convertible<K, const_iterator>::value, int>::type = 0, 127 !std::is_convertible<K, const_iterator>::value, int>::type = 0> 149 return Policy::value(&*it); in at() 159 return Policy::value( in at() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ucptrie.cpp | 249 inline uint32_t maybeFilterValue(uint32_t value, uint32_t trieNullValue, uint32_t nullValue, in maybeFilterValue() argument 251 if (value == trieNullValue) { in maybeFilterValue() 252 value = nullValue; in maybeFilterValue() 254 value = filter(context, value); in maybeFilterValue() 256 return value; in maybeFilterValue() 269 uint32_t value = getValue(trie->data, valueWidth, di); in getRange() local 270 if (filter != nullptr) { value = filter(context, value); } in getRange() 271 *pValue = value; in getRange() 283 uint32_t trieValue, value = nullValue; getRange() local 422 uint32_t value; ucptrie_internalGetRange() local [all...] |
/third_party/mbedtls/library/ |
H A D | oid.c | 928 unsigned int value = 0; in FN_OID_TYPED_FROM_ASN1() local 931 /* Avoid overflow computing return value */ in FN_OID_TYPED_FROM_ASN1() 941 /* Prevent overflow in value. */ in FN_OID_TYPED_FROM_ASN1() 942 if (value > (UINT_MAX >> 7)) { in FN_OID_TYPED_FROM_ASN1() 945 if ((value == 0) && ((oid->p[i]) == 0x80)) { in FN_OID_TYPED_FROM_ASN1() 950 value <<= 7; in FN_OID_TYPED_FROM_ASN1() 951 value |= oid->p[i] & 0x7F; in FN_OID_TYPED_FROM_ASN1() 959 if (value >= 80) { in FN_OID_TYPED_FROM_ASN1() 961 component2 = value - 80; in FN_OID_TYPED_FROM_ASN1() 962 } else if (value > in FN_OID_TYPED_FROM_ASN1() 1008 oid_subidentifier_num_bytes(unsigned int value) oid_subidentifier_num_bytes() argument 1020 oid_subidentifier_encode_into(unsigned char **p, unsigned char *bound, unsigned int value) oid_subidentifier_encode_into() argument [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_builder_print_visitor.cpp | 111 return memcmp(&c->value, &all_zero, sizeof(all_zero)) == 0; in is_simple_operand() 319 print_without_indent("body.constant(%uu)", ir->value.u[0]); in print_without_declaration() 322 print_without_indent("body.constant(int(%d))", ir->value.i[0]); in print_without_declaration() 325 print_without_indent("body.constant(%ff)", ir->value.f[0]); in print_without_declaration() 329 ir->value.i[0] != 0 ? "true" : "false"); in print_without_declaration() 339 if (memcmp(&ir->value, &all_zero, sizeof(all_zero)) == 0) { in print_without_declaration() 365 if (memcmp(&ir->value, &all_zero, sizeof(all_zero)) == 0) { in visit() 376 if (ir->value.u[i] != 0) in visit() 378 my_index, i, ir->value.u[i]); in visit() 381 if (ir->value in visit() [all...] |
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | ext.py | 73 #: extensions that preprocess values. A lower value means higher 91 preprocess the source. The `filename` is optional. The return value 183 # something is called twice here. One time for the gettext value and 250 if name.value in variables: 252 "translatable variable %r defined twice." % name.value, 260 variables[name.value] = var = parser.parse_expression() 261 elif trimmed is None and name.value in ("trimmed", "notrimmed"): 262 trimmed = name.value == "trimmed" 265 variables[name.value] = var = nodes.Name(name.value, "loa [all...] |
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | ext.py | 66 #: extensions that preprocess values. A lower value means higher 84 preprocess the source. The `filename` is optional. The return value 166 # something is called twice here. One time for the gettext value and 238 if name.value in variables: 240 name.value, name.lineno, 246 variables[name.value] = var = parser.parse_expression() 247 elif trimmed is None and name.value in ('trimmed', 'notrimmed'): 248 trimmed = name.value == 'trimmed' 251 variables[name.value] = var = nodes.Name(name.value, 'loa [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ucptrie.cpp | 249 inline uint32_t maybeFilterValue(uint32_t value, uint32_t trieNullValue, uint32_t nullValue, in maybeFilterValue() argument 251 if (value == trieNullValue) { in maybeFilterValue() 252 value = nullValue; in maybeFilterValue() 254 value = filter(context, value); in maybeFilterValue() 256 return value; in maybeFilterValue() 269 uint32_t value = getValue(trie->data, valueWidth, di); in getRange() local 270 if (filter != nullptr) { value = filter(context, value); } in getRange() 271 *pValue = value; in getRange() 283 uint32_t trieValue, value = nullValue; getRange() local 422 uint32_t value; ucptrie_internalGetRange() local [all...] |
/third_party/skia/third_party/externals/jinja2/ |
H A D | ext.py | 73 #: extensions that preprocess values. A lower value means higher 91 preprocess the source. The `filename` is optional. The return value 183 # something is called twice here. One time for the gettext value and 250 if name.value in variables: 252 "translatable variable %r defined twice." % name.value, 260 variables[name.value] = var = parser.parse_expression() 261 elif trimmed is None and name.value in ("trimmed", "notrimmed"): 262 trimmed = name.value == "trimmed" 265 variables[name.value] = var = nodes.Name(name.value, "loa [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
H A D | tinyxml.cpp | 163 target->SetValue (value.c_str() ); in CopyTo() 529 value = _value; in TiXmlElement() 538 value = _value; in TiXmlElement() 670 int TiXmlElement::QueryUnsignedAttribute( const char* name, unsigned* value ) const in QueryUnsignedAttribute() 678 *value = (unsigned)ival; in QueryUnsignedAttribute() 808 fprintf( cfile, "<%s", value.c_str() ); in Print() 830 fprintf( cfile, "</%s>", value.c_str() ); in Print() 848 fprintf( cfile, "</%s>", value.c_str() ); in Print() 924 value = documentName; in TiXmlDocument() 934 value in TiXmlDocument() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucptrie.cpp | 249 inline uint32_t maybeFilterValue(uint32_t value, uint32_t trieNullValue, uint32_t nullValue, in maybeFilterValue() argument 251 if (value == trieNullValue) { in maybeFilterValue() 252 value = nullValue; in maybeFilterValue() 254 value = filter(context, value); in maybeFilterValue() 256 return value; in maybeFilterValue() 269 uint32_t value = getValue(trie->data, valueWidth, di); in getRange() local 270 if (filter != nullptr) { value = filter(context, value); } in getRange() 271 *pValue = value; in getRange() 283 uint32_t trieValue, value = nullValue; getRange() local 422 uint32_t value; ucptrie_internalGetRange() local [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | arena.h | 125 // maximum). Requested block sizes increase up to this value, then remain 299 InternalHelper<T>::is_arena_constructable::value, in CreateMessage() 329 // constructor of T. If `arena` is null, then the return value should be freed 337 static_assert(std::is_pod<T>::value, in CreateArray() 339 static_assert(std::is_trivially_destructible<T>::value, in CreateArray() 401 // Retrieves the arena associated with |value| if |value| is an arena-capable 403 // Note that we can often devirtualize calls to `value->GetArena()` so usually 406 PROTOBUF_ALWAYS_INLINE static Arena* GetArena(const T* value) { in GetArena() argument 407 return GetArenaInternal(value); in GetArena() 669 GetArenaInternal(const T* value) GetArenaInternal() argument 676 GetArenaInternal(const T* value) GetArenaInternal() argument 683 GetArenaInternal(const T* value) GetArenaInternal() argument [all...] |
H A D | struct.pb.h | 88 PROTOBUF_EXPORT bool NullValue_IsValid(int value); 96 static_assert(::std::is_same<T, NullValue>::value || in NullValue_Name() 97 ::std::is_integral<T>::value, in NullValue_Name() 103 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, NullValue* value) { in NullValue_Parse() 105 NullValue_descriptor(), name, value); in NullValue_Parse() 428 void set_null_value(PROTOBUF_NAMESPACE_ID::NullValue value); 431 void _internal_set_null_value(PROTOBUF_NAMESPACE_ID::NullValue value); 440 void set_number_value(double value); 443 void _internal_set_number_value(double value); 452 void set_string_value(const std::string& value); 102 NullValue_Parse( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, NullValue* value) NullValue_Parse() argument 760 _internal_set_null_value(PROTOBUF_NAMESPACE_ID::NullValue value) _internal_set_null_value() argument 767 set_null_value(PROTOBUF_NAMESPACE_ID::NullValue value) set_null_value() argument 791 _internal_set_number_value(double value) _internal_set_number_value() argument 802 set_number_value(double value) set_number_value() argument 824 set_string_value(const std::string& value) set_string_value() argument 838 _internal_set_string_value(const std::string& value) _internal_set_string_value() argument 844 kind_.string_value_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena()); _internal_set_string_value() local 846 set_string_value(std::string&& value) set_string_value() argument 857 set_string_value(const char* value) set_string_value() argument 868 set_string_value(const char* value, size_t size) set_string_value() argument 932 _internal_set_bool_value(bool value) _internal_set_bool_value() argument 943 set_bool_value(bool value) set_bool_value() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_utl.c | 38 /* Add a CONF_VALUE name value pair to stack */ 40 static int x509v3_add_len_value(const char *name, const char *value, in x509v3_add_len_value() argument 49 if (value != NULL) { in x509v3_add_len_value() 51 if (memchr(value, 0, vallen) != NULL) in x509v3_add_len_value() 53 tvalue = OPENSSL_strndup(value, vallen); in x509v3_add_len_value() 63 vtmp->value = tvalue; in x509v3_add_len_value() 79 int X509V3_add_value(const char *name, const char *value, in X509V3_add_value() argument 82 return x509v3_add_len_value(name, value, in X509V3_add_value() 83 value != NULL ? strlen((const char *)value) in X509V3_add_value() 87 X509V3_add_value_uchar(const char *name, const unsigned char *value, STACK_OF(CONF_VALUE) **extlist) X509V3_add_value_uchar() argument 95 x509v3_add_len_value_uchar(const char *name, const unsigned char *value, size_t vallen, STACK_OF(CONF_VALUE) **extlist) x509v3_add_len_value_uchar() argument 194 s2i_ASN1_INTEGER(X509V3_EXT_METHOD *method, const char *value) s2i_ASN1_INTEGER() argument 264 X509V3_get_value_bool(const CONF_VALUE *value, int *asn1_bool) X509V3_get_value_bool() argument 294 X509V3_get_value_int(const CONF_VALUE *value, ASN1_INTEGER **aint) X509V3_get_value_int() argument [all...] |
/third_party/openssl/crypto/x509/ |
H A D | v3_utl.c | 38 /* Add a CONF_VALUE name value pair to stack */ 40 static int x509v3_add_len_value(const char *name, const char *value, in x509v3_add_len_value() argument 49 if (value != NULL) { in x509v3_add_len_value() 51 if (memchr(value, 0, vallen) != NULL) in x509v3_add_len_value() 53 tvalue = OPENSSL_strndup(value, vallen); in x509v3_add_len_value() 63 vtmp->value = tvalue; in x509v3_add_len_value() 79 int X509V3_add_value(const char *name, const char *value, in X509V3_add_value() argument 82 return x509v3_add_len_value(name, value, in X509V3_add_value() 83 value != NULL ? strlen((const char *)value) in X509V3_add_value() 87 X509V3_add_value_uchar(const char *name, const unsigned char *value, STACK_OF(CONF_VALUE) **extlist) X509V3_add_value_uchar() argument 95 x509v3_add_len_value_uchar(const char *name, const unsigned char *value, size_t vallen, STACK_OF(CONF_VALUE) **extlist) x509v3_add_len_value_uchar() argument 194 s2i_ASN1_INTEGER(X509V3_EXT_METHOD *method, const char *value) s2i_ASN1_INTEGER() argument 264 X509V3_get_value_bool(const CONF_VALUE *value, int *asn1_bool) X509V3_get_value_bool() argument 294 X509V3_get_value_int(const CONF_VALUE *value, ASN1_INTEGER **aint) X509V3_get_value_int() argument [all...] |
/third_party/python/PC/ |
H A D | winreg.c | 49 "DeleteValue() - Removes a named value from the specified registry key.\n" 60 "QueryValue() - Retrieves the value associated with the unnamed value for a\n" 62 "QueryValueEx() - Retrieves the type and data for a specified value name\n" 66 "SetValue() - Associates a value with a specified key.\n" 67 "SetValueEx() - Stores data in the value field of an open registry key.\n" 101 "rich comparison - Handle objects are compared using the handle value."); 184 XXX - should we use the handle value? in PyHKEY_hashFunc() 283 The result is the value of the handle before it is detached. If the 563 Py2Reg(PyObject *value, DWOR argument 1074 winreg_DeleteValue_impl(PyObject *module, HKEY key, const Py_UNICODE *value) winreg_DeleteValue_impl() argument 1715 const wchar_t *value = PyUnicode_AsUnicodeAndSize(value_obj, &value_length); winreg_SetValue_impl() local 1796 winreg_SetValueEx_impl(PyObject *module, HKEY key, const Py_UNICODE *value_name, PyObject *reserved, DWORD type, PyObject *value) winreg_SetValueEx_impl() argument 2005 insint(PyObject * d, char * name, long value) insint() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A D | flag_test.cc | 462 : value(rhs.value) {} in NonTriviallyCopyableAggregate() 465 value = rhs.value; in operator =() 469 int value; member 473 return absl::ParseFlag(src, &f->value, e); in AbslParseFlag() 476 return absl::StrCat(ntc.value); in AbslUnparseFlag() 481 return ntc1.value == ntc2.value; in operator ==() 593 // that no other value i in TEST_F() 818 int value; global() member 926 SmallAlignUDT value = absl::GetFlag(FLAGS_test_flag_sa_udt); TEST_F() local 939 NonTriviallyCopyableUDT value = absl::GetFlag(FLAGS_test_flag_ntc_udt); TEST_F() local 972 EnumWrapper value = absl::GetFlag(FLAGS_test_enum_wrapper_flag); TEST_F() local [all...] |
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 112 int64_t value; in CanBeImmediate() local 114 value = OpParameter<int32_t>(node->op()); in CanBeImmediate() 116 value = OpParameter<int64_t>(node->op()); in CanBeImmediate() 119 return CanBeImmediate(value, mode); in CanBeImmediate() 122 bool CanBeImmediate(int64_t value, OperandModes mode) { in CanBeImmediate() argument 124 return 0 <= value && value < 32; in CanBeImmediate() 126 return 0 <= value && value < 64; in CanBeImmediate() 128 return is_int32(value); in CanBeImmediate() 698 VisitLoad(Node* node, Node* value, InstructionCode opcode) VisitLoad() argument 727 Node* value = node->InputAt(2); VisitGeneralStore() local 866 Node* const value = node->InputAt(0); VisitStackPointerGreaterThan() local 875 IsContiguousMask32(uint32_t value, int* mb, int* me) IsContiguousMask32() argument 888 IsContiguousMask64(uint64_t value, int* mb, int* me) IsContiguousMask64() argument 1151 Node* value = m.right().node(); TryMatchNegFromSub() local 1704 VisitLoadAndTest(InstructionSelector* selector, InstructionCode opcode, Node* node, Node* value, FlagsContinuation* cont, bool discard_output) VisitLoadAndTest() argument 1745 VisitWordCompareZero(Node* user, Node* value, FlagsContinuation* cont) VisitWordCompareZero() argument 1766 Node* const value = m.left().node(); VisitWordCompareZero() local 1799 Node* const value = m.left().node(); VisitWordCompareZero() local 2172 Node* value = node->InputAt(2); VisitAtomicExchange() local 2296 Node* value = node->InputAt(2); VisitAtomicBinop() local [all...] |
/third_party/libevdev/libevdev/ |
H A D | libevdev.c | 367 dev->current_slot = abs_info->value; in init_slots() 653 if (dev->abs_info[i].value != abs_info.value) { in sync_abs_state() 654 queue_push_event(dev, EV_ABS, i, abs_info.value); in sync_abs_state() 655 dev->abs_info[i].value = abs_info.value; in sync_abs_state() 779 .value = 0, in terminate_slots() 781 queue_push_event(dev, ev.type, ev.code, ev.value); in terminate_slots() 789 .value = 1, in terminate_slots() 791 queue_push_event(dev, ev.type, ev.code, ev.value); in terminate_slots() 1345 int value = 0; libevdev_get_event_value() local 1377 libevdev_set_event_value(struct libevdev *dev, unsigned int type, unsigned int code, int value) libevdev_set_event_value() argument 1406 libevdev_fetch_event_value(const struct libevdev *dev, unsigned int type, unsigned int code, int *value) libevdev_fetch_event_value() argument 1433 libevdev_set_slot_value(struct libevdev *dev, unsigned int slot, unsigned int code, int value) libevdev_set_slot_value() argument 1456 libevdev_fetch_slot_value(const struct libevdev *dev, unsigned int slot, unsigned int code, int *value) libevdev_fetch_slot_value() argument 1610 const int *value = data; libevdev_enable_event_code() local 1741 libevdev_event_value_get_name(unsigned int type, unsigned int code, int value) libevdev_event_value_get_name() argument 1790 libevdev_kernel_set_led_value(struct libevdev *dev, unsigned int code, enum libevdev_led_value value) libevdev_kernel_set_led_value() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | pixlet.c | 132 int64_t value, state = 3; in read_low_coeffs() local 140 value = show_bits(bc, nbits); in read_low_coeffs() 141 if (value <= 1) { in read_low_coeffs() 146 escape = value + ((1 << nbits) - 1) * cnt1 - 1; in read_low_coeffs() 152 value = -((escape + flag) & 1) | 1; in read_low_coeffs() 153 dst[j++] = value * ((escape + flag + 1) >> 1); in read_low_coeffs() 171 value = show_bits(bc, nbits); in read_low_coeffs() 172 if (value > 1) { in read_low_coeffs() 174 rlen = value + escape * cnt1 - 1; in read_low_coeffs() 208 int ret, escape, pfx, value, yfla in read_high_coeffs() local 383 int64_t value; filterfn() local [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | CodePointTrie.java | 59 * Selectors for the number of bits in a CodePointTrie data value. 61 * <p>Use null for {@link #fromBinary} to accept any data value width; 62 * {@link #getValueWidth} will return the actual data value width. 68 * The trie stores 16 bits per data value. 75 * The trie stores 32 bits per data value. 81 * The trie stores 8 bits per data value. 122 * @param valueWidth selects the number of bits in a data value; this method throws an exception 124 * use null to accept any data value width 183 * First code point of the single-value range ending with U+10ffff, in fromBinary() 205 throw new ICUUncheckedIOException("CodePointTrie data header has an unsupported value widt in fromBinary() 308 maybeFilterValue(int value, int trieNullValue, int nullValue, ValueFilter filter) maybeFilterValue() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | CodePointTrie.java | 58 * Selectors for the number of bits in a CodePointTrie data value. 60 * <p>Use null for {@link #fromBinary} to accept any data value width; 61 * {@link #getValueWidth} will return the actual data value width. 67 * The trie stores 16 bits per data value. 72 * The trie stores 32 bits per data value. 76 * The trie stores 8 bits per data value. 115 * @param valueWidth selects the number of bits in a data value; this method throws an exception 117 * use null to accept any data value width 175 * First code point of the single-value range ending with U+10ffff, in fromBinary() 197 throw new ICUUncheckedIOException("CodePointTrie data header has an unsupported value widt in fromBinary() 296 maybeFilterValue(int value, int trieNullValue, int nullValue, ValueFilter filter) maybeFilterValue() argument [all...] |
/third_party/nghttp2/tests/ |
H A D | nghttp2_frame_test.c | 37 static nghttp2_nv make_nv(const char *name, const char *value) { in make_nv() argument 40 nv.value = (uint8_t *)value; in make_nv() 42 nv.valuelen = strlen(value); in make_nv() 185 big_hds[i].value = mem->malloc(big_vallen + 1, NULL); in test_nghttp2_frame_pack_headers_frame_too_large() 186 memset(big_hds[i].value, '0' + (int)i, big_vallen); in test_nghttp2_frame_pack_headers_frame_too_large() 187 big_hds[i].value[big_vallen] = '\0'; in test_nghttp2_frame_pack_headers_frame_too_large() 204 mem->free(big_hds[i].value, NULL); in test_nghttp2_frame_pack_headers_frame_too_large() 301 CU_ASSERT(iv[i].value == oframe.iv[i].value); in test_nghttp2_frame_pack_settings() [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | shared-function-info-inl.h | 59 void PreparseData::set(int index, byte value) { in set() argument 63 WriteField<byte>(offset, value); in set() 84 void PreparseData::set_child(int index, PreparseData value, in set_child() argument 89 RELAXED_WRITE_FIELD(*this, offset, value); in set_child() 90 CONDITIONAL_WRITE_BARRIER(*this, offset, value, mode); in set_child() 116 HeapObject value = in DEF_ACQUIRE_GETTER() local 119 return value; in DEF_ACQUIRE_GETTER() 135 void SharedFunctionInfo::set_internal_formal_parameter_count(int value) { in set_internal_formal_parameter_count() argument 136 DCHECK_EQ(value, static_cast<uint16_t>(value)); in set_internal_formal_parameter_count() 155 Object value = name_or_scope_info(kAcquireLoad); HasSharedName() local 473 set_outer_scope_info(HeapObject value, WriteBarrierMode mode) set_outer_scope_info() argument 944 set_are_properties_final(bool value) set_are_properties_final() argument [all...] |
/third_party/python/Lib/ |
H A D | traceback.py | 96 def _parse_value_tb(exc, value, tb): 97 if (value is _sentinel) != (tb is _sentinel): 98 raise ValueError("Both or neither of value and tb must be given") 99 if value is tb is _sentinel: 104 raise TypeError(f'Exception expected for value, ' 108 return value, tb 111 def print_exception(exc, /, value=_sentinel, tb=_sentinel, limit=None, \ 117 call last):"; (2) it prints the exception type and value after the 118 stack trace; (3) if type is SyntaxError and value has the 123 value, t [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | optional.h | 19 // This header file defines the `absl::optional` type for holding a value which 20 // may or may not be present. This type is useful for providing value semantics 75 // that does not contain a value. 92 // A value of type `absl::optional<T>` holds either a value of `T` or an 93 // "empty" value. When it holds a value of `T`, it stores it as a direct 131 // Constructs an `optional` holding an empty value, NOT a default constructed 135 // Constructs an `optional` initialized with `nullopt` to hold an empty value. 144 // Constructs a non-empty `optional` direct-initialized value o [all...] |