Home
last modified time | relevance | path

Searched refs:ofType (Results 1 – 25 of 57) sorted by relevance

123

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DSilenceTrackImpl.java22 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/
DServiceLib.java70 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/
DANTLRDebugEventListener.h226 - (void) consumeNode:(NSInteger)nodeHash ofType:(NSInteger)type text:(NSString *)text;
232 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
DANTLRDebugEventProxy.h99 - (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/
DANTLRDebugEventListener.h226 - (void) consumeNode:(NSInteger)nodeHash ofType:(NSInteger)type text:(NSString *)text;
232 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
DANTLRDebugEventProxy.h99 - (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/
DANTLRDebugEventListener.h226 - (void) consumeNode:(NSInteger)nodeHash ofType:(NSInteger)type text:(NSString *)text;
232 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
DANTLRDebugEventProxy.h99 - (void) consumeNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
100 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
DANTLRDebugTreeNodeStream.m104 [debugListener LT:k foundNode:hash ofType:type text:text];
121 [debugListener consumeNode:hash ofType:aType text:theText];
DANTLRDebugEventProxy.m312 - (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/
DANTLRDebugEventListener.h226 - (void) consumeNode:(NSInteger)nodeHash ofType:(NSInteger)type text:(NSString *)text;
232 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
DANTLRDebugEventProxy.h99 - (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/
DSkStream_NSData.mm22 NSString* path = [bundle pathForResource:name ofType:suffix];
DSkOSFile_iOS.mm44 NSString* path = [bundle pathForResource:name ofType:suffix];
/external/smack/src/org/xbill/DNS/
DZone.java341 return SetResponse.ofType(SetResponse.NXDOMAIN); in lookup()
402 return SetResponse.ofType(SetResponse.NXRRSET); in lookup()
422 return SetResponse.ofType(SetResponse.NXDOMAIN); in lookup()
DSetResponse.java83 ofType(int type) { in ofType() method in SetResponse
DCache.java494 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/
DWebHTMLViewPrivate.h114 - (void)_setHighlighter:(id <WebHTMLHighlighter>)highlighter ofType:(NSString *)type;
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
DWebInspectorMac.mm35 …undle bundleWithIdentifier:@"com.apple.WebCore"] pathForResource:@"localizedStrings" ofType:@"js"];
/external/chromium/chrome/browser/ui/cocoa/extensions/
Dextension_install_dialog_controller.mm74 ofType:@"nib"];
78 ofType:@"nib"];
/external/webkit/Source/WebCore/platform/audio/mac/
DAudioBusMac.mm50 …NSString *audioFilePath = [bundle pathForResource:[NSString stringWithUTF8String:name] ofType:@"wa…
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_name_folder_controller.mm25 ofType:@"nib"];
/external/webkit/Source/WebCore/platform/graphics/mac/
DImageMac.mm58 …NSString *imagePath = [bundle pathForResource:[NSString stringWithUTF8String:name] ofType:@"tiff"];
/external/chromium/chrome/browser/cocoa/
Dauthorization_util.mm45 ofType:@"png"];
/external/chromium/chrome/browser/ui/cocoa/importer/
Dimport_progress_dialog_cocoa.mm63 ofType:@"nib"];

123