Home
last modified time | relevance | path

Searched refs:aType (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/statechart/test/
DTypeInfoTest.cpp38 const TypeInfoTest::state_base_type::id_type aType = in test_main() local
43 BOOST_REQUIRE( aType == A::static_type() ); in test_main()
44 BOOST_REQUIRE( aType != B::static_type() ); in test_main()
/third_party/boost/libs/thread/test/
Dtest_13480b.cpp66 ABVar aType = aTypePtr; in main() local
69 ServiceTimeTableEvent timeTableEvent1{ aType }; in main()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.h378 void initialize(TBasicType aType, const TSourceLoc &aLine) in initialize()
380 ASSERT(aType != EbtStruct); in initialize()
381 type = aType; in initialize()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.h423 void initialize(TBasicType aType, const TSourceLoc &aLine) in initialize()
425 ASSERT(aType != EbtStruct); in initialize()
426 type = aType; in initialize()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DVertexShader.cpp160 void VertexShader::setInput(int inputIdx, const sw::Shader::Semantic& semantic, AttribType aType) in setInput() argument
163 attribType[inputIdx] = aType; in setInput()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dintermediate.h354 TIntermLoop(TLoopType aType, in TIntermLoop() argument
357 type(aType), in TIntermLoop()
/third_party/python/Mac/PythonLauncher/
DMyDocument.m97 - (NSData *)dataRepresentationOfType:(NSString *)aType
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcInternalformatTests.cpp89 …TextureFormat(GLenum aFormat, GLenum aType, GLint aInternalFormat, const char* aRequiredExtension … in TextureFormat()
93 , type(aType) in TextureFormat()
138 …RenderbufferFormat(GLenum aFormat, RenderBufferType aType, const char* aRequiredExtension = DE_NUL… in RenderbufferFormat()
141 , type(aType) in RenderbufferFormat()
/third_party/flutter/skia/src/core/
DSkMatrix.cpp617 TypeMask aType = a.getType(); in setConcat() local
624 } else if (only_scale_and_translate(aType | bType)) { in setConcat()
632 if ((aType | bType) & kPerspective_Mask) { in setConcat()
/third_party/skia/src/core/
DSkMatrix.cpp613 TypeMask aType = a.getType(); in setConcat() local
620 } else if (only_scale_and_translate(aType | bType)) { in setConcat()
628 if ((aType | bType) & kPerspective_Mask) { in setConcat()
/third_party/tzdata/
Deurope3885 # https://www.worldbulletin.net/?aType=haber&ArticleID=70872
/third_party/sqlite/src/
Dsqlite3.c21902 u32 aType[1]; /* Type values record decode. MUST BE LAST */
84947 static const u8 aType[] = {
85025 assert( eType == aType[pVal->flags&MEM_AffMask] );
85028 return aType[pVal->flags&MEM_AffMask];
87299 pCx->aOffset = &pCx->aType[nField];
89876 if( (pC->aType[i] = t = zHdr[0])<0x80 ){
89881 pC->aType[i] = t;
89924 t = pC->aType[p2];
89937 assert( t==pC->aType[p2] );
95668 type = pC->nHdrParsed>p->iCol ? pC->aType[p->iCol] : 0;
[all …]
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch93112 u32 aType[1]; /* Type values record decode. MUST BE LAST */
98710 pCx->aOffset = &pCx->aType[nField];
99208 + assert( aOffset==pC->aType+pC->nField );
130753 u32 aType[1]; /* Type values record decode. MUST BE LAST */
136351 pCx->aOffset = &pCx->aType[nField];
136849 + assert( aOffset==pC->aType+pC->nField );
178203 pCx->aOffset = &pCx->aType[nField];
178701 + assert( aOffset==pC->aType+pC->nField );
179693 u32 aType[1]; /* Type values record decode. MUST BE LAST */