HomeSort by relevance Sort by last modified time
    Searched refs:ofType (Results 1 - 21 of 21) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
SilenceTrackImpl.java 22 public SilenceTrackImpl(Track ofType, long ms) {
23 source = ofType;
24 if ("mp4a".equals(ofType.getSampleDescriptionBox().getSampleEntry().getType())) {
37 throw new RuntimeException("Tracks of type " + ofType.getClass().getSimpleName() + " are not supported");
  /external/smack/src/com/kenai/jbosh/
ServiceLib.java 70 static <T> T loadService(Class<T> ofType) {
71 List<String> implClasses = loadServicesImplementations(ofType);
73 T result = attemptLoad(ofType, implClass);
76 LOG.finest("Selected " + ofType.getSimpleName()
84 "Could not load " + ofType.getName() + " implementation"));
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
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;
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/Versions/A/Headers/
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;
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/Versions/Current/Headers/
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;
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/
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;
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/chromium_org/third_party/skia/src/utils/ios/
SkStream_NSData.mm 22 NSString* path = [bundle pathForResource:name ofType:suffix];
SkOSFile_iOS.mm 44 NSString* path = [bundle pathForResource:name ofType:suffix];
  /external/skia/src/utils/ios/
SkStream_NSData.mm 22 NSString* path = [bundle pathForResource:name ofType:suffix];
SkOSFile_iOS.mm 44 NSString* path = [bundle pathForResource:name ofType:suffix];
  /external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
GAEChannelClient.m 48 [[NSBundle mainBundle] pathForResource:@"ios_channel" ofType:@"html"];
  /external/smack/src/org/xbill/DNS/
SetResponse.java 83 ofType(int type) {
Zone.java 341 return SetResponse.ofType(SetResponse.NXDOMAIN);
402 return SetResponse.ofType(SetResponse.NXRRSET);
422 return SetResponse.ofType(SetResponse.NXDOMAIN);
Cache.java 494 return SetResponse.ofType(SetResponse.NXDOMAIN);
498 return SetResponse.ofType(SetResponse.UNKNOWN);
689 response = SetResponse.ofType(responseType);
  /packages/apps/Email/src/com/android/email/provider/
FolderPickerActivity.java 188 Mailbox ofType = Mailbox.restoreMailboxOfType(this, mAccountId, mMailboxType);
189 if (ofType != null) {
192 ContentUris.withAppendedId(Mailbox.CONTENT_URI, ofType.mId), values,
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
concat-jquery-mootools-prototype.js     [all...]

Completed in 739 milliseconds