/external/llvm-project/lldb/source/Symbol/ |
D | Type.cpp | 355 Type *encoding_type = GetEncodingType(); in GetByteSize() local 356 if (encoding_type) in GetByteSize() 357 if (llvm::Optional<uint64_t> size = encoding_type->GetByteSize(exe_scope)) { in GetByteSize() 475 Type *encoding_type = nullptr; in ResolveCompilerType() local 477 encoding_type = GetEncodingType(); in ResolveCompilerType() 478 if (encoding_type) { in ResolveCompilerType() 482 encoding_type->GetForwardCompilerType(); in ResolveCompilerType() 486 encoding_type->m_compiler_type_resolve_state; in ResolveCompilerType() 492 encoding_type->GetForwardCompilerType().AddConstModifier(); in ResolveCompilerType() 497 encoding_type->GetForwardCompilerType().AddRestrictModifier(); in ResolveCompilerType() [all …]
|
/external/webrtc/api/rtc_event_log/ |
D | rtc_event_log_factory.cc | 30 RtcEventLog::EncodingType encoding_type) { in CreateRtcEventLog() argument 32 return std::make_unique<RtcEventLogImpl>(encoding_type, task_queue_factory_); in CreateRtcEventLog()
|
D | rtc_event_log_factory_interface.h | 28 RtcEventLog::EncodingType encoding_type) = 0;
|
D | rtc_event_log_factory.h | 29 RtcEventLog::EncodingType encoding_type) override;
|
/external/ImageMagick/MagickCore/ |
D | annotate.c | 1337 encoding_type; in RenderFreetype() local 1434 encoding_type=FT_ENCODING_UNICODE; in RenderFreetype() 1435 ft_status=FT_Select_Charmap(face,encoding_type); in RenderFreetype() 1441 encoding_type=FT_ENCODING_ADOBE_CUSTOM; in RenderFreetype() 1443 encoding_type=FT_ENCODING_ADOBE_EXPERT; in RenderFreetype() 1445 encoding_type=FT_ENCODING_ADOBE_STANDARD; in RenderFreetype() 1447 encoding_type=FT_ENCODING_APPLE_ROMAN; in RenderFreetype() 1449 encoding_type=FT_ENCODING_BIG5; in RenderFreetype() 1452 encoding_type=FT_ENCODING_PRC; in RenderFreetype() 1456 encoding_type=FT_ENCODING_JOHAB; in RenderFreetype() [all …]
|
/external/webrtc/logging/rtc_event_log/ |
D | fake_rtc_event_log_factory.cc | 19 RtcEventLog::EncodingType encoding_type) { in CreateRtcEventLog() argument
|
D | fake_rtc_event_log_factory.h | 28 RtcEventLog::EncodingType encoding_type) override;
|
D | rtc_event_log_impl.cc | 57 RtcEventLogImpl::RtcEventLogImpl(RtcEventLog::EncodingType encoding_type, in RtcEventLogImpl() argument 59 : event_encoder_(CreateEncoder(encoding_type)), in RtcEventLogImpl()
|
D | rtc_event_log_unittest_helper.h | 150 explicit EventVerifier(RtcEventLog::EncodingType encoding_type) in EventVerifier() argument 151 : encoding_type_(encoding_type) {} in EventVerifier()
|
D | rtc_event_log_impl.h | 34 RtcEventLogImpl(EncodingType encoding_type,
|
/external/webrtc/logging/rtc_event_log/encoder/ |
D | delta_encoding.cc | 531 const EncodingType encoding_type = in EncodeHeader() local 538 writer_->WriteBits(static_cast<uint64_t>(encoding_type), in EncodeHeader() 547 if (encoding_type == EncodingType::kFixedSizeUnsignedDeltasNoEarlyWrapNoOpt) { in EncodeHeader() 699 const auto encoding_type = static_cast<EncodingType>(encoding_type_bits); in IsSuitableDecoderFor() local 700 return encoding_type == in IsSuitableDecoderFor() 702 encoding_type == in IsSuitableDecoderFor()
|
/external/webrtc/pc/ |
D | peer_connection_factory.cc | 348 auto encoding_type = RtcEventLog::EncodingType::Legacy; in CreateRtcEventLog_w() local 350 encoding_type = RtcEventLog::EncodingType::NewFormat; in CreateRtcEventLog_w() 352 ? event_log_factory_->CreateRtcEventLog(encoding_type) in CreateRtcEventLog_w()
|
/external/freetype/include/freetype/internal/ |
D | t1types.h | 103 T1_EncodingType encoding_type; member
|
/external/freetype/src/type1/ |
D | t1driver.c | 320 retval = sizeof ( type1->encoding_type ); in t1_ps_get_font_value() 322 *((T1_EncodingType *)value) = type1->encoding_type; in t1_ps_get_font_value() 326 if ( type1->encoding_type == T1_ENCODING_TYPE_ARRAY && in t1_ps_get_font_value()
|
D | t1load.c | 1665 face->type1.encoding_type = T1_ENCODING_TYPE_ARRAY; in parse_encoding() 1676 face->type1.encoding_type = T1_ENCODING_TYPE_STANDARD; in parse_encoding() 1683 face->type1.encoding_type = T1_ENCODING_TYPE_EXPERT; in parse_encoding() 1690 face->type1.encoding_type = T1_ENCODING_TYPE_ISOLATIN1; in parse_encoding() 2652 if ( type1->encoding_type == T1_ENCODING_TYPE_ARRAY ) in T1_Open_Face()
|
D | t1objs.c | 537 switch ( type1->encoding_type ) in T1_Face_Init()
|
/external/freetype/src/type42/ |
D | t42parse.c | 496 face->type1.encoding_type = T1_ENCODING_TYPE_ARRAY; in t42_parse_encoding() 506 face->type1.encoding_type = T1_ENCODING_TYPE_STANDARD; in t42_parse_encoding() 510 face->type1.encoding_type = T1_ENCODING_TYPE_EXPERT; in t42_parse_encoding() 514 face->type1.encoding_type = T1_ENCODING_TYPE_ISOLATIN1; in t42_parse_encoding()
|
D | t42objs.c | 99 if ( type1->encoding_type == T1_ENCODING_TYPE_ARRAY ) in T42_Open_Face() 365 switch ( type1->encoding_type ) in T42_Face_Init()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | Type.h | 204 void SetEncodingType(Type *encoding_type) { m_encoding_type = encoding_type; } in SetEncodingType() argument
|
/external/expat/ |
D | CMakeLists.txt | 507 foreach(encoding_type ${encoding_types}) 508 set(target_name ${fuzz_target}_${encoding_type}) 512 PRIVATE ENCODING_FOR_FUZZING=${encoding_type})
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 278 unsigned long long encoding_type() const { return encoding_type_; } in encoding_type() function
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 278 unsigned long long encoding_type() const { return encoding_type_; } in encoding_type() function
|
/external/libwebm/mkvparser/ |
D | mkvparser.h | 278 unsigned long long encoding_type() const { return encoding_type_; } in encoding_type() function
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 278 unsigned long long encoding_type() const { return encoding_type_; } in encoding_type() function
|
/external/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 328 uint64_t encoding_type() const { return encoding_type_; } in encoding_type() function
|