/external/deqp/modules/glshared/ |
glsLifetimeTests.hpp | 224 Type& elementType, Type& containerType) 227 , m_containerType (containerType) {} 285 Type& elementType, Type& containerType) 286 : Attacher (ctx, elementType, containerType) {} 310 TextureFboAttacher (const Context& ctx, Type& elementType, Type& containerType) 311 : FboAttacher (ctx, elementType, containerType) {} 322 RboFboAttacher (const Context& ctx, Type& elementType, Type& containerType) 323 : FboAttacher (ctx, elementType, containerType) {} 335 Type& elementType, Type& containerType) 336 : Attacher (ctx, elementType, containerType) {} [all...] |
glsLifetimeTests.cpp | 918 Type& containerType = m_attacher.getContainerType(); 919 Name container (containerType); 988 Type& containerType = attacher.getContainerType(); 990 Name container (containerType); 1069 Type& containerType = attacher.getContainerType(); 1071 Name container (containerType); [all...] |
/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/libchrome/base/containers/ |
stack_container.h | 136 // WATCH OUT: the ContainerType MUST use the proper StackAllocator for this 142 typedef TContainerType ContainerType; 143 typedef typename ContainerType::value_type ContainedType; 159 ContainerType& container() { return container_; } 160 const ContainerType& container() const { return container_; } 165 ContainerType* operator->() { return &container_; } 166 const ContainerType* operator->() const { return &container_; } 179 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/java/src/main/java/com/google/protobuf/ |
MessageReflection.java | 226 enum ContainerType { 235 public ContainerType getContainerType(); 428 public ContainerType getContainerType() { 429 return ContainerType.MESSAGE; 589 public ContainerType getContainerType() { 590 return ContainerType.EXTENSION_SET; 722 } else if (target.getContainerType() == MergeTarget.ContainerType.MESSAGE) {
|
/frameworks/wilhelm/tests/listening/ |
seekTorture.c | 67 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
|
/frameworks/wilhelm/tests/sandbox/ |
xa.c | 85 fmtMime.containerType = XA_CONTAINERTYPE_UNSPECIFIED;
|
xaplay.c | 401 fmtMime.containerType = XA_CONTAINERTYPE_MPEG_TS; 404 fmtMime.containerType = XA_CONTAINERTYPE_UNSPECIFIED; 615 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/google-breakpad/src/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...] |
/external/protobuf/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;
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/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/deqp/framework/referencerenderer/ |
rrRenderer.cpp | 505 template <typename ContainerType> 506 void flatshadeVertices (const Program& program, ContainerType& list) 513 for (typename ContainerType::iterator it = list.begin(); it != list.end(); ++it) 853 template <typename ContainerType> 854 void transformClipCoordsToWindowCoords (const RenderState& state, ContainerType& list) 856 for (typename ContainerType::iterator it = list.begin(); it != list.end(); ++it) 902 template <typename ContainerType> 903 void makeSharedVerticesDistinct (ContainerType& list, VertexPacketAllocator& vpalloc) 907 for (typename ContainerType::iterator it = list.begin(); it != list.end(); ++it) 929 template <typename ContainerType> [all...] |
/cts/tests/tests/media/libaudiojni/ |
appendix-b-1-2-recording.cpp | 151 mime.containerType = SL_CONTAINERTYPE_WAV;
|
/external/google-breakpad/src/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 | 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/protobuf/gtest/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/vulkan-validation-layers/tests/gtest-1.7.0/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_;
|
/frameworks/wilhelm/src/itf/ |
IStreamInformation.c | 305 contInf.containerInfo.containerType = XA_CONTAINERTYPE_UNSPECIFIED;
|
/ndk/sources/third_party/googletest/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_;
|