/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
D | SilenceTrackImpl.java | 22 public SilenceTrackImpl(Track ofType, long ms) { in SilenceTrackImpl() argument 23 source = ofType; in SilenceTrackImpl() 24 if ("mp4a".equals(ofType.getSampleDescriptionBox().getSampleEntry().getType())) { in SilenceTrackImpl() 37 …throw new RuntimeException("Tracks of type " + ofType.getClass().getSimpleName() + " are not suppo… in SilenceTrackImpl()
|
/external/smack/src/com/kenai/jbosh/ |
D | ServiceLib.java | 70 static <T> T loadService(Class<T> ofType) { in loadService() argument 71 List<String> implClasses = loadServicesImplementations(ofType); in loadService() 73 T result = attemptLoad(ofType, implClass); in loadService() 76 LOG.finest("Selected " + ofType.getSimpleName() in loadService() 84 "Could not load " + ofType.getName() + " implementation")); in loadService()
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRDebugEventListener.h | 226 - (void) consumeNode:(NSInteger)nodeHash ofType:(NSInteger)type text:(NSString *)text; 232 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
|
D | ANTLRDebugEventProxy.h | 99 - (void) consumeNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text; 100 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRDebugEventListener.h | 226 - (void) consumeNode:(NSInteger)nodeHash ofType:(NSInteger)type text:(NSString *)text; 232 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
|
D | ANTLRDebugEventProxy.h | 99 - (void) consumeNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text; 100 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRDebugEventListener.h | 226 - (void) consumeNode:(NSInteger)nodeHash ofType:(NSInteger)type text:(NSString *)text; 232 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
|
D | ANTLRDebugEventProxy.h | 99 - (void) consumeNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text; 100 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
|
D | ANTLRDebugTreeNodeStream.m | 104 [debugListener LT:k foundNode:hash ofType:type text:text]; 121 [debugListener consumeNode:hash ofType:aType text:theText];
|
D | ANTLRDebugEventProxy.m | 312 - (void) consumeNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text 321 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRDebugEventListener.h | 226 - (void) consumeNode:(NSInteger)nodeHash ofType:(NSInteger)type text:(NSString *)text; 232 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
|
D | ANTLRDebugEventProxy.h | 99 - (void) consumeNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text; 100 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
|
/external/skia/src/utils/ios/ |
D | SkStream_NSData.mm | 22 NSString* path = [bundle pathForResource:name ofType:suffix];
|
D | SkOSFile_iOS.mm | 44 NSString* path = [bundle pathForResource:name ofType:suffix];
|
/external/smack/src/org/xbill/DNS/ |
D | Zone.java | 341 return SetResponse.ofType(SetResponse.NXDOMAIN); in lookup() 402 return SetResponse.ofType(SetResponse.NXRRSET); in lookup() 422 return SetResponse.ofType(SetResponse.NXDOMAIN); in lookup()
|
D | SetResponse.java | 83 ofType(int type) { in ofType() method in SetResponse
|
D | Cache.java | 494 return SetResponse.ofType(SetResponse.NXDOMAIN); in lookup() 498 return SetResponse.ofType(SetResponse.UNKNOWN); in lookup() 689 response = SetResponse.ofType(responseType); in addMessage()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebHTMLViewPrivate.h | 114 - (void)_setHighlighter:(id <WebHTMLHighlighter>)highlighter ofType:(NSString *)type;
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/ |
D | WebInspectorMac.mm | 35 …undle bundleWithIdentifier:@"com.apple.WebCore"] pathForResource:@"localizedStrings" ofType:@"js"];
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
D | extension_install_dialog_controller.mm | 74 ofType:@"nib"]; 78 ofType:@"nib"];
|
/external/webkit/Source/WebCore/platform/audio/mac/ |
D | AudioBusMac.mm | 50 …NSString *audioFilePath = [bundle pathForResource:[NSString stringWithUTF8String:name] ofType:@"wa…
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_name_folder_controller.mm | 25 ofType:@"nib"];
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | ImageMac.mm | 58 …NSString *imagePath = [bundle pathForResource:[NSString stringWithUTF8String:name] ofType:@"tiff"];
|
/external/chromium/chrome/browser/cocoa/ |
D | authorization_util.mm | 45 ofType:@"png"];
|
/external/chromium/chrome/browser/ui/cocoa/importer/ |
D | import_progress_dialog_cocoa.mm | 63 ofType:@"nib"];
|