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
95
) sorted by null
1
2
3
4
/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/chromium_org/third_party/skia/src/animator/
SkDisplayXMLParser.cpp
286
SkDisplayTypes
containerType
= container->fType;
287
if (type ==
containerType
&& (type == SkType_Rect || type == SkType_Polygon ||
290
while (type !=
containerType
) {
291
if (
containerType
== SkType_Displayable)
293
containerType
= SkDisplayType::GetParent(&fMaker,
containerType
);
294
if (
containerType
== SkType_Unknown)
/external/skia/src/animator/
SkDisplayXMLParser.cpp
286
SkDisplayTypes
containerType
= container->fType;
287
if (type ==
containerType
&& (type == SkType_Rect || type == SkType_Polygon ||
290
while (type !=
containerType
) {
291
if (
containerType
== SkType_Displayable)
293
containerType
= SkDisplayType::GetParent(&fMaker,
containerType
);
294
if (
containerType
== SkType_Unknown)
/external/chromium_org/base/containers/
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
80
typedef Vector::
ContainerType
Container;
/cts/tests/tests/nativemedia/sl/src/
SLObjectCreationTest.cpp
142
formatMimeSrc.
containerType
= SL_CONTAINERTYPE_UNSPECIFIED;
154
formatMimeSrc.
containerType
= SL_CONTAINERTYPE_UNSPECIFIED;
236
formatMimeSrc.
containerType
= SL_CONTAINERTYPE_MPEG_TS;
273
formatMimeSrc.
containerType
= SL_CONTAINERTYPE_RAW;
/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;
/frameworks/wilhelm/tests/listening/
seekTorture.c
67
mime.
containerType
= SL_CONTAINERTYPE_UNSPECIFIED;
/frameworks/wilhelm/tests/sandbox/
xa.c
83
fmtMime.
containerType
= XA_CONTAINERTYPE_UNSPECIFIED;
xaplay.c
400
fmtMime.
containerType
= XA_CONTAINERTYPE_MPEG_TS;
403
fmtMime.
containerType
= XA_CONTAINERTYPE_UNSPECIFIED;
614
printf("
containerType
= %u\n", mediaContainerInformation.
containerType
);
671
printf("
containerType
= %u (1=unspecified)\n",
672
mediaContainerInformation.
containerType
);
[
all
...]
urimime.c
63
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_org/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/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
...]
/ndk/sources/third_party/googletest/googletest/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/chromium_org/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/chromium_org/third_party/mesa/src/src/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
283
typedef typename ::std::vector<T>
ContainerType
;
288
typename
ContainerType
::const_iterator iterator)
333
typename
ContainerType
::const_iterator iterator_;
345
const
ContainerType
container_;
/external/llvm/utils/unittest/googletest/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/mesa3d/src/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/open-vcdiff/gtest/include/gtest/internal/
gtest-param-util.h
303
typedef typename ::std::vector<T>
ContainerType
;
308
typename
ContainerType
::const_iterator iterator)
353
typename
ContainerType
::const_iterator iterator_;
365
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_;
/frameworks/wilhelm/src/itf/
IStreamInformation.c
305
contInf.containerInfo.
containerType
= XA_CONTAINERTYPE_UNSPECIFIED;
Completed in 1107 milliseconds
1
2
3
4