/external/libxaac/decoder/ |
D | ixheaacd_aacpluscheck.c | 83 WORD32 extension_type; in ixheaacd_check_for_sbr_payload() local 86 extension_type = ld_sbr_crc_flag ? SBR_EXTENSION_CRC : SBR_EXTENSION; in ixheaacd_check_for_sbr_payload() 88 extension_type = ixheaacd_read_bits_buf(it_bit_buff, 4); in ixheaacd_check_for_sbr_payload() 91 (((extension_type == SBR_EXTENSION)) || ((extension_type == SBR_EXTENSION_CRC))) && in ixheaacd_check_for_sbr_payload() 107 ptr_stream_sbr->extension_type = ptr_stream_sbr->prev_extension_type; in ixheaacd_check_for_sbr_payload() 114 ptr_stream_sbr->prev_extension_type = extension_type; in ixheaacd_check_for_sbr_payload() 119 ptr_stream_sbr->extension_type = extension_type; in ixheaacd_check_for_sbr_payload() 185 } else if (extension_type == EXT_DYNAMIC_RANGE) { in ixheaacd_check_for_sbr_payload() 188 } else if (extension_type == EXT_SAC_DATA) { in ixheaacd_check_for_sbr_payload()
|
D | ixheaacd_common_lpfuncs.c | 244 WORD32 extension_type; in ixheaacd_read_fill_element() local 246 extension_type = ixheaacd_read_bits_buf(it_bit_buff, 4); in ixheaacd_read_fill_element() 248 if (extension_type == EXT_DYNAMIC_RANGE) { in ixheaacd_read_fill_element() 253 if (EXT_SAC_DATA == extension_type) { in ixheaacd_read_fill_element()
|
/external/tensorflow/tensorflow/python/framework/ |
D | extension_type_test.py | 33 from tensorflow.python.framework import extension_type 64 class MaskedTensorV1(extension_type.ExtensionType): 70 class MaskedTensorV2(extension_type.ExtensionType): 126 class MaskedTensorV3(extension_type.BatchableExtensionType): 164 class ForwardRefA(extension_type.ExtensionType): 169 class ForwardRefB(extension_type.ExtensionType): 174 class ExtensionTypeWithTensorDefault(extension_type.ExtensionType): 184 mt2 = extension_type.pack(mt1) 194 mt2 = extension_type.pack(mt1) 239 class MyType(extension_type.ExtensionType): [all …]
|
/external/mbedtls/library/ |
D | ssl_debug_helpers.h | 46 const char *mbedtls_ssl_get_extension_name( unsigned int extension_type ); 55 int hs_msg_type, unsigned int extension_type, 62 #define MBEDTLS_SSL_PRINT_EXT( level, hs_msg_type, extension_type, extra ) \ argument 64 hs_msg_type, extension_type, \ 70 #define MBEDTLS_SSL_PRINT_EXT( level, hs_msg_type, extension_type, extra ) argument
|
D | ssl_tls13_client.c | 1289 unsigned int extension_type; in ssl_tls13_is_supported_versions_ext_present() local 1293 extension_type = MBEDTLS_GET_UINT16_BE( p, 0 ); in ssl_tls13_is_supported_versions_ext_present() 1297 if( extension_type == MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS ) in ssl_tls13_is_supported_versions_ext_present() 1696 unsigned int extension_type; in ssl_tls13_parse_server_hello() local 1701 extension_type = MBEDTLS_GET_UINT16_BE( p, 0 ); in ssl_tls13_parse_server_hello() 1709 ssl, hs_msg_type, extension_type, allowed_extensions_mask ); in ssl_tls13_parse_server_hello() 1713 switch( extension_type ) in ssl_tls13_parse_server_hello() 2028 unsigned int extension_type; in ssl_tls13_parse_encrypted_extensions() local 2038 extension_type = MBEDTLS_GET_UINT16_BE( p, 0 ); in ssl_tls13_parse_encrypted_extensions() 2045 ssl, MBEDTLS_SSL_HS_ENCRYPTED_EXTENSIONS, extension_type, in ssl_tls13_parse_encrypted_extensions() [all …]
|
D | ssl_tls13_generic.c | 515 unsigned int extension_type; in mbedtls_ssl_tls13_parse_certificate() local 525 extension_type = MBEDTLS_GET_UINT16_BE( p, 0 ); in mbedtls_ssl_tls13_parse_certificate() 532 ssl, MBEDTLS_SSL_HS_CERTIFICATE, extension_type, in mbedtls_ssl_tls13_parse_certificate() 537 switch( extension_type ) in mbedtls_ssl_tls13_parse_certificate() 542 extension_type, "( ignored )" ); in mbedtls_ssl_tls13_parse_certificate()
|
/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_compiler_defines_for_extensions.cpp | 161 Extension_Type extension_type[1024]; in test_compiler_defines_for_extensions() local 165 memset( extension_type, 0, sizeof( extension_type) ); in test_compiler_defines_for_extensions() 301 … extension_type[ i ] = ( j < first_API_extension ) ? kLanguage_extension : kAPI_extension; in test_compiler_defines_for_extensions() 312 extension_type[ i ] = kLanguage_extension; in test_compiler_defines_for_extensions() 347 if (extension_type[i] == kLanguage_extension) in test_compiler_defines_for_extensions() 352 if (extension_type[i] == kLanguage_extension) in test_compiler_defines_for_extensions() 413 switch( extension_type[i] ) in test_compiler_defines_for_extensions() 436 if (data[z] != 1 && extension_type[z] == kVendor_extension ) in test_compiler_defines_for_extensions()
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.experimental.pbtxt | 5 mtype: "<class \'tensorflow.python.framework.extension_type.ExtensionTypeMetaclass\'>" 9 mtype: "<class \'tensorflow.python.framework.extension_type.ExtensionTypeMetaclass\'>" 13 mtype: "<class \'tensorflow.python.framework.extension_type.ExtensionTypeMetaclass\'>"
|
D | tensorflow.experimental.-batchable-extension-type.pbtxt | 3 is_instance: "<class \'tensorflow.python.framework.extension_type.BatchableExtensionType\'>" 4 is_instance: "<class \'tensorflow.python.framework.extension_type.ExtensionType\'>"
|
D | tensorflow.experimental.-dynamic-ragged-shape.-spec.pbtxt | 4 is_instance: "<class \'tensorflow.python.framework.extension_type.BatchableExtensionTypeSpec\'>" 5 is_instance: "<class \'tensorflow.python.framework.extension_type.ExtensionTypeSpec\'>" 29 mtype: "<class \'tensorflow.python.framework.extension_type.ExtensionTypeMetaclass\'>"
|
D | tensorflow.experimental.-dynamic-ragged-shape.pbtxt | 4 is_instance: "<class \'tensorflow.python.framework.extension_type.BatchableExtensionType\'>" 5 is_instance: "<class \'tensorflow.python.framework.extension_type.ExtensionType\'>"
|
D | tensorflow.experimental.-extension-type.pbtxt | 3 is_instance: "<class \'tensorflow.python.framework.extension_type.ExtensionType\'>"
|
D | tensorflow.experimental.-extension-type-batch-encoder.pbtxt | 3 is_instance: "<class \'tensorflow.python.framework.extension_type.ExtensionTypeBatchEncoder\'>"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.experimental.pbtxt | 5 mtype: "<class \'tensorflow.python.framework.extension_type.ExtensionTypeMetaclass\'>" 9 mtype: "<class \'tensorflow.python.framework.extension_type.ExtensionTypeMetaclass\'>" 13 mtype: "<class \'tensorflow.python.framework.extension_type.ExtensionTypeMetaclass\'>"
|
D | tensorflow.experimental.-batchable-extension-type.pbtxt | 3 is_instance: "<class \'tensorflow.python.framework.extension_type.BatchableExtensionType\'>" 4 is_instance: "<class \'tensorflow.python.framework.extension_type.ExtensionType\'>"
|
D | tensorflow.experimental.-dynamic-ragged-shape.-spec.pbtxt | 4 is_instance: "<class \'tensorflow.python.framework.extension_type.BatchableExtensionTypeSpec\'>" 5 is_instance: "<class \'tensorflow.python.framework.extension_type.ExtensionTypeSpec\'>" 29 mtype: "<class \'tensorflow.python.framework.extension_type.ExtensionTypeMetaclass\'>"
|
D | tensorflow.experimental.-dynamic-ragged-shape.pbtxt | 4 is_instance: "<class \'tensorflow.python.framework.extension_type.BatchableExtensionType\'>" 5 is_instance: "<class \'tensorflow.python.framework.extension_type.ExtensionType\'>"
|
D | tensorflow.experimental.-extension-type.pbtxt | 3 is_instance: "<class \'tensorflow.python.framework.extension_type.ExtensionType\'>"
|
D | tensorflow.experimental.-extension-type-batch-encoder.pbtxt | 3 is_instance: "<class \'tensorflow.python.framework.extension_type.ExtensionTypeBatchEncoder\'>"
|
/external/openthread/tests/scripts/thread-cert/ |
D | dtls.py | 347 def __init__(self, extension_type, extension_data): argument 348 self.extension_type = extension_type 352 return (isinstance(self, type(other)) and self.extension_type == other.extension_type and 356 return (struct.pack(">H", self.extension_type) + self.extension_data.to_bytes()) 360 extension_type = struct.unpack(">H", data.read(2))[0] 362 return cls(extension_type, extension_data)
|
/external/webrtc/test/fuzzers/ |
D | rtp_packet_fuzzer.cc | 43 RTPExtensionType extension_type = static_cast<RTPExtensionType>(i); in FuzzOneInput() local 48 extensions.RegisterByType(local_id++, extension_type); in FuzzOneInput()
|
/external/webrtc/call/ |
D | rampup_tests.h | 47 absl::string_view extension_type, 132 absl::string_view extension_type,
|
/external/vulkan-validation-layers/scripts/ |
D | layer_dispatch_table_generator.py | 203 def AddCommandToDispatchList(self, extension_name, extension_type, name, cmdinfo, handle_type): argument 243 ext_type=extension_type, 266 ext_type=extension_type,
|
D | dispatch_table_helper_generator.py | 77 self.extension_type = '' 157 self.extension_type = interface.get('type')
|
/external/harfbuzz_ng/src/graph/ |
D | gsubgpos-graph.hh | 84 return lookupType == extension_type (table_tag); in is_extension() 91 unsigned ext_type = extension_type (c.table_tag); in make_extension() 319 unsigned extension_type (hb_tag_t table_tag) const in extension_type() function
|