/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/ |
D | GenericProperty.java | 27 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/ |
D | CommonToken.h | 60 + (id<Token>) newToken:(TokenType)aType; 76 - (id) initWithType:(TokenType)aType; 101 - (void) setType:(NSInteger)aType;
|
D | Token.h | 67 - (void) setType: (NSInteger) aType;
|
D | DebugTreeNodeStream.m | 120 int aType = [treeAdaptor tokenTypeForNode:node]; 121 [debugListener consumeNode:hash ofType:aType text:theText];
|
D | CommonToken.m | 300 - (void) setType:(NSInteger)aType 302 type = aType;
|
D | BaseTree.m | 139 - (id<BaseTree>) getFirstChildWithType:(NSInteger) aType 143 if ( t.type == aType ) {
|
/external/swiftshader/src/Pipeline/ |
D | VertexShader.cpp | 160 …Shader::setInput(int inputIdx, const sw::Shader::Semantic& semantic, SpirvShader::AttribType aType) in setInput() argument 163 attribType[inputIdx] = aType; in setInput()
|
/external/lzma/DOC/ |
D | 7zFormat.txt | 200 if (aType == 0) 369 if (aType == 0)
|
/external/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()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | intermediate.h | 354 TIntermLoop(TLoopType aType, in TIntermLoop() argument 357 type(aType), in TIntermLoop()
|
/external/python/cpython3/Mac/PythonLauncher/ |
D | MyDocument.m | 97 - (NSData *)dataRepresentationOfType:(NSString *)aType
|
/external/python/cpython2/Mac/PythonLauncher/ |
D | MyDocument.m | 97 - (NSData *)dataRepresentationOfType:(NSString *)aType
|
/external/deqp/external/openglcts/modules/common/ |
D | glcInternalformatTests.cpp | 86 …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/ |
D | SkMatrix.cpp | 637 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/ |
D | SkMatrix.cpp | 637 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/ |
D | ExampleGenerator.java | 550 …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/ |
D | europe | 3666 # https://www.worldbulletin.net/?aType=haber&ArticleID=70872
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 18762 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/ |
D | sqlite3.c | 18762 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];
|