/external/libcups/cups/ |
D | snmp.c | 738 unsigned value_length; /* Length of value */ in asn1_debug() local 805 value_length = asn1_get_length(&buffer, bufend); in asn1_debug() 810 integer = asn1_get_integer(&buffer, bufend, value_length); in asn1_debug() 813 value_length, integer); in asn1_debug() 817 integer = asn1_get_integer(&buffer, bufend, value_length); in asn1_debug() 820 value_length, integer); in asn1_debug() 824 integer = asn1_get_integer(&buffer, bufend, value_length); in asn1_debug() 827 value_length, (unsigned)integer); in asn1_debug() 831 integer = asn1_get_integer(&buffer, bufend, value_length); in asn1_debug() 834 value_length, (unsigned)integer); in asn1_debug() [all …]
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | block.cc | 66 uint32* value_length) { in DecodeEntry() argument 70 *value_length = reinterpret_cast<const unsigned char*>(p)[2]; in DecodeEntry() 71 if ((*shared | *non_shared | *value_length) < 128) { in DecodeEntry() 78 if ((p = core::GetVarint32Ptr(p, limit, value_length)) == nullptr) in DecodeEntry() 82 if (static_cast<uint32>(limit - p) < (*non_shared + *value_length)) { in DecodeEntry() 159 uint32 shared, non_shared, value_length; in Seek() local 162 &non_shared, &value_length); in Seek() 217 uint32 shared, non_shared, value_length; in ParseNextKey() local 218 p = DecodeEntry(p, limit, &shared, &non_shared, &value_length); in ParseNextKey() 225 value_ = StringPiece(p + non_shared, value_length); in ParseNextKey()
|
/external/grpc-grpc/src/core/lib/security/context/ |
D | security_context.cc | 272 const char* value, size_t value_length) { argument 278 (ctx, name, (int)value_length, (int)value_length, value, 279 (unsigned long)value_length)); 283 prop->value = static_cast<char*>(gpr_malloc(value_length + 1)); 284 memcpy(prop->value, value, value_length); 285 prop->value[value_length] = '\0'; 286 prop->value_length = value_length; 300 prop->value_length = strlen(value);
|
/external/grpc-grpc/src/core/tsi/ |
D | transport_security.cc | 303 const char* name, size_t value_length, tsi_peer_property* property) { in tsi_construct_allocated_string_peer_property() argument 306 if (value_length > 0) { in tsi_construct_allocated_string_peer_property() 307 property->value.data = static_cast<char*>(gpr_zalloc(value_length)); in tsi_construct_allocated_string_peer_property() 308 property->value.length = value_length; in tsi_construct_allocated_string_peer_property() 321 size_t value_length, in tsi_construct_string_peer_property() argument 324 name, value_length, property); in tsi_construct_string_peer_property() 326 if (value_length > 0) { in tsi_construct_string_peer_property() 327 memcpy(property->value.data, value, value_length); in tsi_construct_string_peer_property()
|
D | transport_security.h | 119 size_t value_length, 122 const char* name, size_t value_length, tsi_peer_property* property);
|
/external/libchrome/base/ |
D | environment.cc | 60 DWORD value_length = in GetVarImpl() local 62 if (value_length == 0) in GetVarImpl() 65 std::unique_ptr<wchar_t[]> value(new wchar_t[value_length]); in GetVarImpl() 67 value_length); in GetVarImpl()
|
/external/libchrome/base/debug/ |
D | crash_logging.cc | 17 CrashKeySize value_length) { in AllocateCrashKeyString() argument 21 return g_crash_key_impl->Allocate(name, value_length); in AllocateCrashKeyString()
|
/external/webrtc/webrtc/audio/ |
D | audio_receive_stream_unittest.cc | 167 size_t value_length) { in BuildOneByteExtension() argument 176 << (8 * (kExtensionDataLength - value_length)); in BuildOneByteExtension() 177 *it = (id << 4) + (value_length - 1); in BuildOneByteExtension() 186 size_t value_length) { in CreateRtpHeaderWithOneByteExtension() argument 199 extension_value, value_length); in CreateRtpHeaderWithOneByteExtension()
|
/external/cpuinfo/src/arm/linux/ |
D | cpuinfo.c | 782 size_t value_length = value_end - value_start; in parse_line() local 783 if (value_length > CPUINFO_HARDWARE_VALUE_MAX) { in parse_line() 786 (int) value_length, value_start, CPUINFO_HARDWARE_VALUE_MAX); in parse_line() 787 value_length = CPUINFO_HARDWARE_VALUE_MAX; in parse_line() 789 state->hardware[value_length] = '\0'; in parse_line() 791 memcpy(state->hardware, value_start, value_length); in parse_line() 792 cpuinfo_log_debug("parsed /proc/cpuinfo Hardware = \"%.*s\"", (int) value_length, value_start); in parse_line()
|
/external/grpc-grpc/src/cpp/common/ |
D | secure_auth_context.cc | 42 grpc::string_ref(property->value, property->value_length)); in GetPeerIdentity() 65 values.push_back(grpc::string_ref(property->value, property->value_length)); in FindPropertyValues()
|
D | auth_property_iterator.cc | 67 grpc::string_ref(property_->value, property_->value_length)); in operator *()
|
/external/libaom/libaom/common/ |
D | obudec.c | 40 size_t *value_length, uint64_t *value) { in obudec_read_leb128() argument 41 if (!f || !value_buffer || !value_length || !value) return -1; in obudec_read_leb128() 47 *value_length = 0; in obudec_read_leb128() 55 *value_length = len; in obudec_read_leb128()
|
/external/grpc-grpc/test/core/security/ |
D | security_connector_test.cc | 43 prop->value_length) != 0) { in check_transport_security_type() 124 if (strncmp(prop->value, expected_identities[i], prop->value_length) != 0) { in check_identity() 142 if (strncmp(prop->value, expected_cn, prop->value_length) != 0) { in check_x509_cn() 162 if (strncmp(prop->value, expected_pem_cert, prop->value_length) != 0) { in check_x509_pem_cert()
|
D | alts_security_connector_test.cc | 112 if (strncmp(prop->value, expected_identity, prop->value_length) != 0) { in test_identity()
|
/external/brotli/ |
D | CMakeLists.txt | 316 string(LENGTH "${value}" value_length) 318 if(path_length EQUAL value_length AND path STREQUAL value) 321 elseif(path_length GREATER value_length) 327 string(SUBSTRING "${path}" ${value_length} 1 sep) 329 string(SUBSTRING "${path}" 0 ${value_length} s) 331 string(SUBSTRING "${path}" "${value_length}" -1 suffix)
|
/external/grpc-grpc/include/grpc/ |
D | grpc_security.h | 46 size_t value_length; member 91 size_t value_length);
|
/external/python/cpython3/PC/clinic/ |
D | winreg.c.h | 930 Py_ssize_clean_t value_length); 940 Py_ssize_clean_t value_length; in winreg_SetValue() local 943 clinic_HKEY_converter, &key, &sub_key, &type, &value, &value_length)) { in winreg_SetValue() 946 return_value = winreg_SetValue_impl(module, key, sub_key, type, value, value_length); in winreg_SetValue()
|
/external/clang/tools/scan-build-py/libear/ |
D | ear.c | 501 size_t const value_length = strlen(value); in bear_update_environ() local 502 size_t const env_length = key_length + value_length + 2; in bear_update_environ()
|
/external/protobuf/php/ext/google/protobuf/ |
D | map.c | 565 int value_length = 0; in PHP_METHOD() local 566 upb_value value = map_iter_value(intern, &value_length); in PHP_METHOD()
|
/external/skqp/src/xml/ |
D | SkXMLParser.cpp | 119 int value_length, in entity_decl_handler() argument
|
/external/skia/src/xml/ |
D | SkXMLParser.cpp | 119 int value_length, in entity_decl_handler() argument
|
/external/python/cpython3/PC/ |
D | winreg.c | 1692 Py_ssize_clean_t value_length) in winreg_SetValue_impl() argument 1701 if ((size_t)value_length >= PY_DWORD_MAX) { in winreg_SetValue_impl() 1708 value, value_length) < 0) { in winreg_SetValue_impl() 1713 rc = RegSetValueW(key, sub_key, REG_SZ, value, (DWORD)(value_length + 1)); in winreg_SetValue_impl()
|
/external/grpc-grpc/src/csharp/ext/ |
D | grpc_csharp_ext.c | 151 const char* value, size_t value_length) { in grpcsharp_metadata_array_add() argument 155 array->metadata[i].value = grpc_slice_from_copied_buffer(value, value_length); in grpcsharp_metadata_array_add() 172 grpc_metadata_array* array, size_t index, size_t* value_length) { in grpcsharp_metadata_array_get_value() argument 174 *value_length = GRPC_SLICE_LENGTH(array->metadata[index].value); in grpcsharp_metadata_array_get_value()
|
/external/python/cpython2/Modules/ |
D | pyexpat.c | 644 int value_length, 651 conv_string_len_to_utf8(value, value_length), 661 int value_length, 669 ? conv_string_len_to_unicode(value, value_length) 670 : conv_string_len_to_utf8(value, value_length)),
|
/external/webrtc/webrtc/base/ |
D | httpclient.cc | 251 size_t value_length = end_of_value - start_of_value; in HttpReadCacheHeaders() local 254 std::string value(formatted_header.substr(start_of_value, value_length)); in HttpReadCacheHeaders()
|