/external/jmdns/src/javax/jmdns/impl/constants/ |
D | DNSRecordType.java | 287 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/ |
D | ServiceInfoImpl.java | 250 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/ |
D | Credential.cpp | 131 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/ |
D | ANTLRCommonToken.h | 60 + (id<ANTLRToken>) newToken:(ANTLRTokenType)aType; 76 - (id) initWithType:(ANTLRTokenType)aType; 89 - (void) setType:(NSInteger)aType;
|
D | ANTLRToken.h | 67 - (void) setType: (NSInteger) aType;
|
D | ANTLRDebugTreeNodeStream.m | 120 int aType = [treeAdaptor tokenTypeForNode:node]; 121 [debugListener consumeNode:hash ofType:aType text:theText];
|
D | ANTLRCommonToken.m | 294 - (void) setType:(NSInteger)aType 296 type = aType;
|
D | ANTLRBaseTree.m | 134 - (id<ANTLRBaseTree>) getFirstChildWithType:(NSInteger) aType 138 if ( t.type == aType ) {
|
/external/libvpx/examples/includes/HTML-Toc-0.91/ |
D | TocUpdator.pm | 40 my ($aType) = @_; 41 my $self = $aType->SUPER::new; 608 my ($aType, $aTokenArray) = @_; 610 my $self = $aType->SUPER::new;
|
D | TocGenerator.pm | 76 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;
|
D | TocInsertor.pm | 49 my ($aType) = @_; 50 my $self = $aType->SUPER::new; 890 my ($aType, $aTokenArray) = @_; 892 my $self = $aType->SUPER::new;
|
D | Toc.pm | 68 my ($aType) = @_; 72 $self = bless({}, $aType);
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRCommonToken.h | 67 + (ANTLRCommonToken *) newANTLRCommonToken:(ANTLRTokenType)aType; 83 - (ANTLRCommonToken *) initWithType:(ANTLRTokenType)aType;
|
D | ANTLRToken.h | 58 - (void) setType: (NSInteger) aType;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRCommonToken.h | 67 + (ANTLRCommonToken *) newANTLRCommonToken:(ANTLRTokenType)aType; 83 - (ANTLRCommonToken *) initWithType:(ANTLRTokenType)aType;
|
D | ANTLRToken.h | 58 - (void) setType: (NSInteger) aType;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRCommonToken.h | 67 + (ANTLRCommonToken *) newANTLRCommonToken:(ANTLRTokenType)aType; 83 - (ANTLRCommonToken *) initWithType:(ANTLRTokenType)aType;
|
D | ANTLRToken.h | 58 - (void) setType: (NSInteger) aType;
|
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/ |
D | streamplayer.cpp | 73 TInt CStreamPlayer::OpenStream(TInt aRate, TInt aChannels, TUint32 aType) in OpenStream() argument 77 iType = aType; in OpenStream()
|
D | SDL_epocaudio.cpp | 178 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;
|
D | streamplayer.h | 36 TInt OpenStream(TInt aRate, TInt aChannels, TUint32 aType = KMMFFourCCCodePCM16); in NONSHARABLE_CLASS()
|
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/ |
D | sdlexe.cpp | 314 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/ |
D | intermediate.h | 275 TIntermLoop(TLoopType aType, in TIntermLoop() argument 278 type(aType), in TIntermLoop()
|
/external/javassist/src/main/javassist/compiler/ |
D | CodeGen.java | 831 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()
|
D | TypeChecker.java | 258 int aType = exprType; in atArrayAssign() local 262 exprType = aType; in atArrayAssign()
|