Searched refs:aType (Results 1 - 25 of 39) sorted by relevance

12

/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSRecordType.java287 for (DNSRecordType aType : DNSRecordType.values()) {
288 if (aType._externalName.equals(aName)) return aType;
300 for (DNSRecordType aType : DNSRecordType.values()) {
301 if (aType._index == index) return aType;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp244 Type *aType = Type::getInt32Ty(*mCTX); local
245 Value *Val = (CV != NULL) ? ConstantInt::get(aType, 1)
246 : ConstantInt::get(aType, 0);
338 Type *aType = Type::getInt32Ty(*mCTX); local
339 Value *Val = (CV != NULL) ? ConstantInt::get(aType, 1)
340 : ConstantInt::get(aType, 0);
350 Type *aType = Type::getInt32Ty(*mCTX); local
353 Val = ConstantInt::get(aType,
356 Val = ConstantInt::get(aType, 0);
470 Type *aType local
710 Type *aType = inst->getType(); local
1006 Type *aType = CI->getOperand(0)->getType(); local
1038 Type *aType = CI->getOperand(0)->getType(); local
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp244 Type *aType = Type::getInt32Ty(*mCTX); local
245 Value *Val = (CV != NULL) ? ConstantInt::get(aType, 1)
246 : ConstantInt::get(aType, 0);
338 Type *aType = Type::getInt32Ty(*mCTX); local
339 Value *Val = (CV != NULL) ? ConstantInt::get(aType, 1)
340 : ConstantInt::get(aType, 0);
350 Type *aType = Type::getInt32Ty(*mCTX); local
353 Val = ConstantInt::get(aType,
356 Val = ConstantInt::get(aType, 0);
470 Type *aType local
710 Type *aType = inst->getType(); local
1006 Type *aType = CI->getOperand(0)->getType(); local
1038 Type *aType = CI->getOperand(0)->getType(); local
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRCommonToken.h60 + (id<ANTLRToken>) newToken:(ANTLRTokenType)aType;
76 - (id) initWithType:(ANTLRTokenType)aType;
89 - (void) setType:(NSInteger)aType;
H A DANTLRToken.h67 - (void) setType: (NSInteger) aType;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRToken.h58 - (void) setType: (NSInteger) aType;
H A DANTLRCommonToken.h67 + (ANTLRCommonToken *) newANTLRCommonToken:(ANTLRTokenType)aType;
83 - (ANTLRCommonToken *) initWithType:(ANTLRTokenType)aType;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRToken.h58 - (void) setType: (NSInteger) aType;
H A DANTLRCommonToken.h67 + (ANTLRCommonToken *) newANTLRCommonToken:(ANTLRTokenType)aType;
83 - (ANTLRCommonToken *) initWithType:(ANTLRTokenType)aType;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRToken.h58 - (void) setType: (NSInteger) aType;
H A DANTLRCommonToken.h67 + (ANTLRCommonToken *) newANTLRCommonToken:(ANTLRTokenType)aType;
83 - (ANTLRCommonToken *) initWithType:(ANTLRTokenType)aType;
/external/jmdns/src/javax/jmdns/impl/
H A DServiceInfoImpl.java250 String aType = type.toLowerCase();
251 String application = aType;
257 if (aType.contains("in-addr.arpa") || aType.contains("ip6.arpa")) {
258 index = (aType.contains("in-addr.arpa") ? aType.indexOf("in-addr.arpa") : aType.indexOf("ip6.arpa"));
262 } else if ((!aType.contains("_")) && aType.contains(".")) {
263 index = aType
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
H A Dstreamplayer.h36 TInt OpenStream(TInt aRate, TInt aChannels, TUint32 aType = KMMFFourCCCodePCM16);
H A Dstreamplayer.cpp73 TInt CStreamPlayer::OpenStream(TInt aRate, TInt aChannels, TUint32 aType) argument
77 iType = aType;
H A DSDL_epocaudio.cpp178 void Open(TInt iRate, TInt iChannels, TUint32 aType, TInt aBytes);
432 void CEpocAudio::Open(TInt aRate, TInt aChannels, TUint32 aType, TInt aBytes) argument
436 iType = aType;
/external/chromium_org/third_party/skia/bench/
H A DBitmapBench.cpp33 static void convertToIndex666(const SkBitmap& src, SkBitmap* dst, SkAlphaType aType) { argument
47 SkColorTable* ctable = new SkColorTable(storage, 216, aType);
48 dst->allocPixels(SkImageInfo::Make(src.width(), src.height(), kIndex_8_SkColorType, aType),
/external/skia/bench/
H A DBitmapBench.cpp33 static void convertToIndex666(const SkBitmap& src, SkBitmap* dst, SkAlphaType aType) { argument
47 SkColorTable* ctable = new SkColorTable(storage, 216, aType);
48 dst->allocPixels(SkImageInfo::Make(src.width(), src.height(), kIndex_8_SkColorType, aType),
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dsdlexe.cpp314 void HandleResourceChangeL(TInt aType);
675 void CSDLAppUi::HandleResourceChangeL(TInt aType) argument
677 CAknAppUi::HandleResourceChangeL(aType);
678 if(aType == KEikDynamicLayoutVariantSwitch)
/external/chromium_org/third_party/sqlite/src/src/
H A DvdbeInt.h80 u32 *aType; /* Type values for all entries in the record */ member in struct:VdbeCursor
H A Dvdbe.c233 pCx->aType = (u32 *)&pMem->z[ROUND8(sizeof(VdbeCursor))];
2089 u32 *aType; /* aType[i] holds the numeric type of the i-th column */ local
2187 aType = pC->aType;
2191 assert(aType);
2193 pC->aOffset = aOffset = &aType[nField];
2272 /* Scan the header and use it to fill in the aType[] and aOffset[]
2273 ** arrays. aType[i] will contain the type integer for the i-th
2280 zIdx += getVarint32(zIdx, aType[
[all...]
H A Dvdbeblob.c67 u32 type = v->apCsr[0]->aType[p->iCol];
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Ddirectory_contents.js487 var aType = FileType.typeToString(FileType.getType(a));
490 var result = util.collator.compare(aType, bType);
/external/javassist/src/main/javassist/compiler/
H A DCodeGen.java831 int aType = exprType;
835 atAssignCore(expr, op, right, aType, aDim, cname);
838 if (is2word(aType, aDim))
843 bytecode.addOpcode(getArrayWriteOp(aType, aDim));
844 exprType = aType;
H A DTypeChecker.java258 int aType = exprType;
262 exprType = aType;
/external/chromium_org/third_party/skia/src/core/
H A DSkMatrix.cpp606 TypeMask aType = a.getPerspectiveTypeMaskOnly(); local
616 if ((aType | bType) & kPerspective_Mask) {

Completed in 2408 milliseconds

12