OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:containertype
(Results
1 - 25
of
49
) sorted by null
1
2
/external/webkit/Source/WebKit/win/
COMEnumVariant.h
35
template<typename
ContainerType
>
39
static COMEnumVariant* adopt(
ContainerType
&);
40
static COMEnumVariant* createInstance(const
ContainerType
&);
59
COMEnumVariant(const
ContainerType
& container)
70
ContainerType
m_container;
71
typename
ContainerType
::const_iterator m_currentPos;
75
template<typename
ContainerType
>
76
COMEnumVariant<typename
ContainerType
>* COMEnumVariant<
ContainerType
>::adopt(
ContainerType
& container)
[
all
...]
/external/chromium/base/
stack_container.h
127
// WATCH OUT: the
ContainerType
MUST use the proper StackAllocator for this
133
typedef TContainerType
ContainerType
;
134
typedef typename
ContainerType
::value_type ContainedType;
150
ContainerType
& container() { return container_; }
151
const
ContainerType
& container() const { return container_; }
156
ContainerType
* operator->() { return &container_; }
157
const
ContainerType
* operator->() const { return &container_; }
170
ContainerType
container_;
stack_container_unittest.cc
77
typedef Vector::
ContainerType
Container;
/external/skia/src/animator/
SkDisplayXMLParser.cpp
294
SkDisplayTypes
containerType
= container->fType;
295
if (type ==
containerType
&& (type == SkType_Rect || type == SkType_Polygon ||
298
while (type !=
containerType
) {
299
if (
containerType
== SkType_Displayable)
301
containerType
= SkDisplayType::GetParent(&fMaker,
containerType
);
302
if (
containerType
== SkType_Unknown)
/cts/tests/tests/nativemedia/src/
SLObjectCreationTest.cpp
138
formatMimeSrc.
containerType
= SL_CONTAINERTYPE_UNSPECIFIED;
150
formatMimeSrc.
containerType
= SL_CONTAINERTYPE_UNSPECIFIED;
232
formatMimeSrc.
containerType
= SL_CONTAINERTYPE_MPEG_TS;
269
formatMimeSrc.
containerType
= SL_CONTAINERTYPE_RAW;
/external/gtest/test/
gtest-param-test_test.cc
304
typedef ::std::vector<int>
ContainerType
;
305
ContainerType
values;
317
typedef ::std::vector<int>
ContainerType
;
318
ContainerType
values;
331
typedef ::std::vector<int>
ContainerType
;
332
ContainerType
values;
343
typedef ::std::vector<int>
ContainerType
;
344
ContainerType
values;
/external/protobuf/gtest/test/
gtest-param-test_test.cc
304
typedef ::std::vector<int>
ContainerType
;
305
ContainerType
values;
317
typedef ::std::vector<int>
ContainerType
;
318
ContainerType
values;
331
typedef ::std::vector<int>
ContainerType
;
332
ContainerType
values;
343
typedef ::std::vector<int>
ContainerType
;
344
ContainerType
values;
/system/media/wilhelm/tests/listening/
seekTorture.c
67
mime.
containerType
= SL_CONTAINERTYPE_UNSPECIFIED;
/system/media/wilhelm/tests/sandbox/
xa.c
83
fmtMime.
containerType
= XA_CONTAINERTYPE_UNSPECIFIED;
urimime.c
63
format_mime.
containerType
= SL_CONTAINERTYPE_UNSPECIFIED;
xaplay.c
313
fmtMime.
containerType
= XA_CONTAINERTYPE_MPEG_TS;
316
fmtMime.
containerType
= XA_CONTAINERTYPE_UNSPECIFIED;
monkey.c
105
format_mime.
containerType
= SL_CONTAINERTYPE_UNSPECIFIED;
/external/chromium/testing/gtest/test/
gtest-param-test_test.cc
363
typedef ::std::vector<int>
ContainerType
;
364
ContainerType
values;
376
typedef ::std::vector<int>
ContainerType
;
377
ContainerType
values;
390
typedef ::std::vector<int>
ContainerType
;
391
ContainerType
values;
402
typedef ::std::vector<int>
ContainerType
;
403
ContainerType
values;
[
all
...]
/external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util.h
283
typedef typename ::std::vector<T>
ContainerType
;
288
typename
ContainerType
::const_iterator iterator)
333
typename
ContainerType
::const_iterator iterator_;
345
const
ContainerType
container_;
/external/gtest/include/gtest/internal/
gtest-param-util.h
295
typedef typename ::std::vector<T>
ContainerType
;
300
typename
ContainerType
::const_iterator iterator)
345
typename
ContainerType
::const_iterator iterator_;
354
const
ContainerType
container_;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h
282
typedef typename ::std::vector<T>
ContainerType
;
287
typename
ContainerType
::const_iterator iterator)
332
typename
ContainerType
::const_iterator iterator_;
344
const
ContainerType
container_;
/external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h
301
typedef typename ::std::vector<T>
ContainerType
;
306
typename
ContainerType
::const_iterator iterator)
351
typename
ContainerType
::const_iterator iterator_;
363
const
ContainerType
container_;
/system/media/wilhelm/src/itf/
IStreamInformation.c
264
contInf.containerInfo.
containerType
= XA_CONTAINERTYPE_UNSPECIFIED;
IEngine.c
63
switch(ap->mDataSource.mFormat.mMIME.
containerType
) {
[
all
...]
/system/media/wilhelm/tests/mimeUri/
slesTestManyPlayers.cpp
162
// /*
containerType
*/ SL_CONTAINERTYPE_UNSPECIFIED };
167
mime.
containerType
= SL_CONTAINERTYPE_UNSPECIFIED;
slesTest_playStates.cpp
117
mime.
containerType
= SL_CONTAINERTYPE_UNSPECIFIED;
/system/media/wilhelm/tests/examples/
slesTestPlayFdPath.cpp
124
mime.
containerType
= SL_CONTAINERTYPE_UNSPECIFIED;
slesTestBassBoostPath.cpp
135
mime.
containerType
= SL_CONTAINERTYPE_UNSPECIFIED;
slesTestEqFdPath.cpp
140
mime.
containerType
= SL_CONTAINERTYPE_UNSPECIFIED;
/external/oprofile/libregex/
stl.pat.in
55
# strictly speaking 3rd parameters is less<
ContainerType
::value_type>
Completed in 1456 milliseconds
1
2