Home
last modified time | relevance | path

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

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
DGenericProperty.java27 public GenericProperty(String name, Class<?> aClass, Type aType) { in GenericProperty() argument
29 genType = aType; in GenericProperty()
30 actualClassesChecked = aType == null; in GenericProperty()
/external/antlr/runtime/ObjC/Framework/
DCommonToken.h60 + (id<Token>) newToken:(TokenType)aType;
76 - (id) initWithType:(TokenType)aType;
101 - (void) setType:(NSInteger)aType;
DToken.h67 - (void) setType: (NSInteger) aType;
DDebugTreeNodeStream.m120 int aType = [treeAdaptor tokenTypeForNode:node];
121 [debugListener consumeNode:hash ofType:aType text:theText];
DCommonToken.m300 - (void) setType:(NSInteger)aType
302 type = aType;
DBaseTree.m139 - (id<BaseTree>) getFirstChildWithType:(NSInteger) aType
143 if ( t.type == aType ) {
/external/swiftshader/src/Pipeline/
DVertexShader.cpp160 …Shader::setInput(int inputIdx, const sw::Shader::Semantic& semantic, SpirvShader::AttribType aType) in setInput() argument
163 attribType[inputIdx] = aType; in setInput()
/external/lzma/DOC/
D7zFormat.txt200 if (aType == 0)
369 if (aType == 0)
/external/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()
/external/swiftshader/src/OpenGL/compiler/
Dintermediate.h354 TIntermLoop(TLoopType aType, in TIntermLoop() argument
357 type(aType), in TIntermLoop()
/external/python/cpython3/Mac/PythonLauncher/
DMyDocument.m97 - (NSData *)dataRepresentationOfType:(NSString *)aType
/external/python/cpython2/Mac/PythonLauncher/
DMyDocument.m97 - (NSData *)dataRepresentationOfType:(NSString *)aType
/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp86 …TextureFormat(GLenum aFormat, GLenum aType, GLint aInternalFormat, const char* aRequiredExtension … in TextureFormat()
90 , type(aType) in TextureFormat()
135 …RenderbufferFormat(GLenum aFormat, RenderBufferType aType, const char* aRequiredExtension = DE_NUL… in RenderbufferFormat()
138 , type(aType) in RenderbufferFormat()
/external/skia/src/core/
DSkMatrix.cpp637 TypeMask aType = a.getType(); in setConcat() local
644 } else if (only_scale_and_translate(aType | bType)) { in setConcat()
652 if ((aType | bType) & kPerspective_Mask) { in setConcat()
/external/skqp/src/core/
DSkMatrix.cpp637 TypeMask aType = a.getType(); in setConcat() local
644 } else if (only_scale_and_translate(aType | bType)) { in setConcat()
652 if ((aType | bType) & kPerspective_Mask) { in setConcat()
/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java550 …org.unicode.cldr.util.DayPeriodInfo.Type aType = dayPeriodType.equals("format") ? DayPeriodInfo.Ty… in handleDayPeriod() local
551 … DayPeriodInfo dayPeriodInfo = supplementalDataInfo.getDayPeriods(aType, cldrFile.getLocaleID()); in handleDayPeriod()
/external/cldr/tools/java/org/unicode/cldr/util/data/
Deurope3666 # https://www.worldbulletin.net/?aType=haber&ArticleID=70872
/external/sqlite/dist/orig/
Dsqlite3.c18762 u32 aType[1]; /* Type values record decode. MUST BE LAST */ member
77939 static const u8 aType[] = {
77973 return aType[pVal->flags&MEM_AffMask];
80119 pCx->aOffset = &pCx->aType[nField];
82530 pC->aType[i++] = t;
82571 t = pC->aType[p2];
82584 assert( t==pC->aType[p2] );
87369 u32 type = pC->nHdrParsed>p->iCol ? pC->aType[p->iCol] : 0;
87380 p->iOffset = pC->aType[p->iCol + pC->nField];
/external/sqlite/dist/
Dsqlite3.c18762 u32 aType[1]; /* Type values record decode. MUST BE LAST */ member
77955 static const u8 aType[] = {
77989 return aType[pVal->flags&MEM_AffMask];
80135 pCx->aOffset = &pCx->aType[nField];
82546 pC->aType[i++] = t;
82587 t = pC->aType[p2];
82600 assert( t==pC->aType[p2] );
87385 u32 type = pC->nHdrParsed>p->iCol ? pC->aType[p->iCol] : 0;
87396 p->iOffset = pC->aType[p->iCol + pC->nField];