Home
last modified time | relevance | path

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

12

/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/lzma/DOC/
D7zFormat.txt200 if (aType == 0)
369 if (aType == 0)
/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/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/cpython2/Mac/PythonLauncher/
DMyDocument.m97 - (NSData *)dataRepresentationOfType:(NSString *)aType
/external/python/cpython3/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/guice/lib/build/
Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/ ...
/external/guice/extensions/persist/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...
/external/guice/extensions/struts2/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/external/mockito/lib/
Dbyte-buddy-1.8.15.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/external/cldr/tools/java/org/unicode/cldr/util/data/
Deurope3666 # https://www.worldbulletin.net/?aType=haber&ArticleID=70872
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.core.resources_3.13.0.v20180512-1138.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...
/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];

12