Searched refs:aType (Results 1 - 25 of 30) 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/webkit/Source/WebCore/platform/network/
H A DCredential.cpp131 CredentialType aType = a.type();
132 if (aType != b.type())
139 if (aType == CredentialTypeClientCertificate) {
/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/libvpx/examples/includes/HTML-Toc-0.91/
H A DTocUpdator.pm40 my ($aType) = @_;
41 my $self = $aType->SUPER::new;
608 my ($aType, $aTokenArray) = @_;
610 my $self = $aType->SUPER::new;
H A DTocInsertor.pm49 my ($aType) = @_;
50 my $self = $aType->SUPER::new;
890 my ($aType, $aTokenArray) = @_;
892 my $self = $aType->SUPER::new;
H A DToc.pm68 my ($aType) = @_;
72 $self = bless({}, $aType);
H A DTocGenerator.pm76 my ($aType) = @_;
77 my $self = $aType->SUPER::new;
1312 my ($aType) = @_;
1314 my $self = $aType->SUPER::new;
1394 my ($aType, $aTokenArray) = @_;
1396 my $self = $aType->SUPER::new;
1611 # args: - $aType: Class type.
1615 my ($aType) = @_;
1617 my $self = $aType->SUPER::new;
/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/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dintermediate.h275 TIntermLoop(TLoopType aType, argument
278 type(aType),
/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/skia/src/core/
H A DSkMatrix.cpp606 TypeMask aType = a.getPerspectiveTypeMaskOnly(); local
616 if ((aType | bType) & kPerspective_Mask) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/sqlite/dist/orig/
H A Dsqlite3.c12915 u32 *aType; /* Type values for all entries in the record */ member in struct:VdbeCursor
65078 u32 *aType; /* aType[i] holds the numeric type of the i-th column */ member in struct:vdbeExecUnion::OP_Column_stack_vars
[all...]

Completed in 516 milliseconds

12