Searched refs:aType (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/libs/statechart/test/ |
D | TypeInfoTest.cpp | 38 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/ |
D | test_13480b.cpp | 66 ABVar aType = aTypePtr; in main() local 69 ServiceTimeTableEvent timeTableEvent1{ aType }; in main()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Types.h | 378 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/ |
D | Types.h | 423 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/ |
D | VertexShader.cpp | 160 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/ |
D | intermediate.h | 354 TIntermLoop(TLoopType aType, in TIntermLoop() argument 357 type(aType), in TIntermLoop()
|
/third_party/python/Mac/PythonLauncher/ |
D | MyDocument.m | 97 - (NSData *)dataRepresentationOfType:(NSString *)aType
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcInternalformatTests.cpp | 89 …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/ |
D | SkMatrix.cpp | 617 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/ |
D | SkMatrix.cpp | 613 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/ |
D | europe | 3885 # https://www.worldbulletin.net/?aType=haber&ArticleID=70872
|
/third_party/sqlite/src/ |
D | sqlite3.c | 21902 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/ |
D | 0003-3.2-Beta3-1115.patch | 93112 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 */
|