Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ContentType
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/third_party/externals/oboe/src/common/
H
A
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/
H
A
D
AudioStreamBase.h
117
ContentType
getContentType() const { return mContentType; }
in getContentType()
184
ContentType
mContentType =
ContentType
::Music;
H
A
D
AudioStreamBuilder.h
225
* The default, if you do not call this function, is
ContentType
::Music.
229
* @param contentType the type of audio data, eg.
ContentType
::Speech
231
AudioStreamBuilder *setContentType(
ContentType
contentType) {
in setContentType()
H
A
D
Definitions.h
328
* The
ContentType
attribute describes *what* you are playing.
339
enum
ContentType
: int32_t { // aaudio_content_type_t
/third_party/skia/third_party/externals/oboe/src/aaudio/
H
A
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);
H
A
D
AudioStreamAAudio.cpp
145
if (mContentType !=
ContentType
::Music) {
in logUnsupportedAttributes()
146
LOGW("
ContentType
[AudioStreamBuilder::setContentType()] "
in logUnsupportedAttributes()
266
mContentType = static_cast<
ContentType
>(mLibLoader->stream_getContentType(mAAudioStream));
in open()
/third_party/skia/third_party/externals/oboe/src/opensles/
H
A
D
AudioStreamOpenSLES.cpp
201
if (mContentType !=
ContentType
::Music) {
in logUnsupportedAttributes()
202
LOGW("
ContentType
[AudioStreamBuilder::setContentType()] "
in logUnsupportedAttributes()
/third_party/skia/third_party/externals/oboe/tests/
H
A
D
testStreamClosedMethods.cpp
161
ContentType
c = mStream->getContentType();
in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H
A
D
DWARFDebugLine.h
59
/// Update tracked content types with \p
ContentType
.
60
void trackContentType(dwarf::LineNumberEntryFormat
ContentType
);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H
A
D
DWARFDebugLine.cpp
45
dwarf::LineNumberEntryFormat
ContentType
) {
in trackContentType()
46
switch (
ContentType
) {
in trackContentType()
44
track
ContentType
( dwarf::LineNumberEntryFormat
ContentType
)
trackContentType()
argument
/third_party/curl/lib/
H
A
D
mime.c
1709
struct
ContentType
{
in Curl_mime_contenttype()
struct
1713
static const struct
ContentType
ctts[] = {
in Curl_mime_contenttype()
/third_party/python/Lib/email/
H
A
D
_header_value_parser.py
821
class
ContentType
(ParameterizedHeaderValue):
class
2628
ctype =
ContentType
()
Completed in 15 milliseconds