/third_party/skia/third_party/externals/oboe/src/common/ |
D | Utilities.cpp | 223 const char *convertToText<ContentType>(ContentType contentType) { in convertToText() 226 case ContentType::Speech: return "Speech"; in convertToText() 227 case ContentType::Music: return "Music"; in convertToText() 228 case ContentType::Movie: return "Movie"; in convertToText() 229 case ContentType::Sonification: return "Sonification"; in convertToText()
|
/third_party/skia/third_party/externals/oboe/include/oboe/ |
D | AudioStreamBase.h | 117 ContentType getContentType() const { return mContentType; } in getContentType() 184 ContentType mContentType = ContentType::Music;
|
D | Definitions.h | 339 enum ContentType : int32_t { // aaudio_content_type_t enum
|
D | AudioStreamBuilder.h | 231 AudioStreamBuilder *setContentType(ContentType contentType) { in setContentType()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/notification/ |
D | notificationContent.js | 16 import { ContentType } from "../ohos_notification" 40 contentType: ContentType,
|
/third_party/jsframework/runtime/main/model/ |
D | directive.ts | 68 enum ContentType { enum 78 contentType: ContentType 1087 contentType: ContentType.CONTENT_STRING 1111 contentType: ContentType.CONTENT_OPEN_QUOTE 1119 contentType: ContentType.CONTENT_CLOSE_QUOTE 1130 contentType: ContentType.CONTENT_ATTR 1139 contentType: ContentType.CONTENT_COUNTER 1157 case ContentType.CONTENT_STRING: 1160 case ContentType.CONTENT_OPEN_QUOTE: 1163 case ContentType.CONTENT_CLOSE_QUOTE: [all …]
|
/third_party/skia/third_party/externals/oboe/src/aaudio/ |
D | AAudioLoader.cpp | 332 static_assert((int32_t)ContentType::Speech == AAUDIO_CONTENT_TYPE_SPEECH, ERRMSG); 333 static_assert((int32_t)ContentType::Music == AAUDIO_CONTENT_TYPE_MUSIC, ERRMSG); 334 static_assert((int32_t)ContentType::Movie == AAUDIO_CONTENT_TYPE_MOVIE, ERRMSG); 335 static_assert((int32_t)ContentType::Sonification == AAUDIO_CONTENT_TYPE_SONIFICATION, ERRMSG);
|
D | AudioStreamAAudio.cpp | 145 if (mContentType != ContentType::Music) { in logUnsupportedAttributes() 266 mContentType = static_cast<ContentType>(mLibLoader->stream_getContentType(mAAudioStream)); in open()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_multimedia_audio.js | 58 content: audio.ContentType, 82 contentType: audio.ContentType, 889 ContentType: { property
|
D | ohos_notification.js | 27 export const ContentType = { variable 423 ContentType, property
|
/third_party/node/deps/v8/src/builtins/ |
D | typed-array-set.tq | 284 // 17. If target.[[ContentType]] is not equal to 285 // source.[[ContentType]], throw a TypeError exception.
|
/third_party/skia/third_party/externals/oboe/src/opensles/ |
D | AudioStreamOpenSLES.cpp | 201 if (mContentType != ContentType::Music) { in logUnsupportedAttributes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 60 void trackContentType(dwarf::LineNumberEntryFormat ContentType);
|
/third_party/skia/third_party/externals/oboe/tests/ |
D | testStreamClosedMethods.cpp | 161 ContentType c = mStream->getContentType(); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 45 dwarf::LineNumberEntryFormat ContentType) { in trackContentType() argument 46 switch (ContentType) { in trackContentType()
|
/third_party/curl/lib/ |
D | mime.c | 1713 struct ContentType { in Curl_mime_contenttype() struct 1717 static const struct ContentType ctts[] = { in Curl_mime_contenttype()
|
/third_party/jsframework/runtime/main/extend/systemplugin/ |
D | multimedia.js | 1085 ContentType: { property
|
/third_party/python/Lib/email/ |
D | _header_value_parser.py | 821 class ContentType(ParameterizedHeaderValue): class 2628 ctype = ContentType()
|
/third_party/skia/third_party/externals/oboe/docs/ |
D | FullGuide.md | 192 * `setContentType(oboe::ContentType contentType)` - The type of content carried
|
/third_party/pulseaudio/src/modules/rtp/ |
D | rfc2974.txt | 639 CMS case, have an ASN.1 ContentInfo type with the ContentType being
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 5376 const String& ContentType() const { return content_type_; }
|