Home
last modified time | relevance | path

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

12

/external/jmdns/src/javax/jmdns/impl/constants/
DDNSRecordType.java287 for (DNSRecordType aType : DNSRecordType.values()) { in typeForName()
288 if (aType._externalName.equals(aName)) return aType; in typeForName()
300 for (DNSRecordType aType : DNSRecordType.values()) { in typeForIndex()
301 if (aType._index == index) return aType; in typeForIndex()
/external/jmdns/src/javax/jmdns/impl/
DServiceInfoImpl.java250 String aType = type.toLowerCase(); in decodeQualifiedNameMapForType() local
251 String application = aType; in decodeQualifiedNameMapForType()
257 if (aType.contains("in-addr.arpa") || aType.contains("ip6.arpa")) { in decodeQualifiedNameMapForType()
258 …index = (aType.contains("in-addr.arpa") ? aType.indexOf("in-addr.arpa") : aType.indexOf("ip6.arpa"… in decodeQualifiedNameMapForType()
262 } else if ((!aType.contains("_")) && aType.contains(".")) { in decodeQualifiedNameMapForType()
263 index = aType.indexOf('.'); in decodeQualifiedNameMapForType()
269 if (!aType.startsWith("_") || aType.startsWith("_services")) { in decodeQualifiedNameMapForType()
270 index = aType.indexOf('.'); in decodeQualifiedNameMapForType()
274 if (index + 1 < aType.length()) { in decodeQualifiedNameMapForType()
275 aType = aType.substring(index + 1); in decodeQualifiedNameMapForType()
[all …]
/external/webkit/Source/WebCore/platform/network/
DCredential.cpp131 CredentialType aType = a.type(); in operator ==() local
132 if (aType != b.type()) in operator ==()
139 if (aType == CredentialTypeClientCertificate) { in operator ==()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRCommonToken.h60 + (id<ANTLRToken>) newToken:(ANTLRTokenType)aType;
76 - (id) initWithType:(ANTLRTokenType)aType;
89 - (void) setType:(NSInteger)aType;
DANTLRToken.h67 - (void) setType: (NSInteger) aType;
DANTLRDebugTreeNodeStream.m120 int aType = [treeAdaptor tokenTypeForNode:node];
121 [debugListener consumeNode:hash ofType:aType text:theText];
DANTLRCommonToken.m294 - (void) setType:(NSInteger)aType
296 type = aType;
DANTLRBaseTree.m134 - (id<ANTLRBaseTree>) getFirstChildWithType:(NSInteger) aType
138 if ( t.type == aType ) {
/external/libvpx/examples/includes/HTML-Toc-0.91/
DTocUpdator.pm40 my ($aType) = @_;
41 my $self = $aType->SUPER::new;
608 my ($aType, $aTokenArray) = @_;
610 my $self = $aType->SUPER::new;
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;
1615 my ($aType) = @_;
1617 my $self = $aType->SUPER::new;
DTocInsertor.pm49 my ($aType) = @_;
50 my $self = $aType->SUPER::new;
890 my ($aType, $aTokenArray) = @_;
892 my $self = $aType->SUPER::new;
DToc.pm68 my ($aType) = @_;
72 $self = bless({}, $aType);
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRCommonToken.h67 + (ANTLRCommonToken *) newANTLRCommonToken:(ANTLRTokenType)aType;
83 - (ANTLRCommonToken *) initWithType:(ANTLRTokenType)aType;
DANTLRToken.h58 - (void) setType: (NSInteger) aType;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRCommonToken.h67 + (ANTLRCommonToken *) newANTLRCommonToken:(ANTLRTokenType)aType;
83 - (ANTLRCommonToken *) initWithType:(ANTLRTokenType)aType;
DANTLRToken.h58 - (void) setType: (NSInteger) aType;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRCommonToken.h67 + (ANTLRCommonToken *) newANTLRCommonToken:(ANTLRTokenType)aType;
83 - (ANTLRCommonToken *) initWithType:(ANTLRTokenType)aType;
DANTLRToken.h58 - (void) setType: (NSInteger) aType;
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
Dstreamplayer.cpp73 TInt CStreamPlayer::OpenStream(TInt aRate, TInt aChannels, TUint32 aType) in OpenStream() argument
77 iType = aType; in OpenStream()
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)
436 iType = aType;
Dstreamplayer.h36 TInt OpenStream(TInt aRate, TInt aChannels, TUint32 aType = KMMFFourCCCodePCM16); in NONSHARABLE_CLASS()
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
Dsdlexe.cpp314 void HandleResourceChangeL(TInt aType);
675 void CSDLAppUi::HandleResourceChangeL(TInt aType)
677 CAknAppUi::HandleResourceChangeL(aType);
678 if(aType == KEikDynamicLayoutVariantSwitch)
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dintermediate.h275 TIntermLoop(TLoopType aType, in TIntermLoop() argument
278 type(aType), in TIntermLoop()
/external/javassist/src/main/javassist/compiler/
DCodeGen.java831 int aType = exprType; in atArrayAssign() local
835 atAssignCore(expr, op, right, aType, aDim, cname); in atArrayAssign()
838 if (is2word(aType, aDim)) in atArrayAssign()
843 bytecode.addOpcode(getArrayWriteOp(aType, aDim)); in atArrayAssign()
844 exprType = aType; in atArrayAssign()
DTypeChecker.java258 int aType = exprType; in atArrayAssign() local
262 exprType = aType; in atArrayAssign()

12