/external/nist-sip/java/gov/nist/javax/sip/address/ |
D | Authority.java | 52 protected UserInfo userInfo; field in Authority 63 if (userInfo != null) { in encode() 64 userInfo.encode(buffer); in encode() 87 if (this.userInfo != null && otherAuth.userInfo != null) { in equals() 88 if (!this.userInfo.equals(otherAuth.userInfo)) { in equals() 108 return userInfo; in getUserInfo() 116 if (userInfo == null) in getPassword() 119 return userInfo.password; in getPassword() 127 return userInfo != null ? userInfo.user : null; in getUser() 164 if (userInfo == null) in setPassword() [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRRuntimeException.m | 47 + (id) newException:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo 49 return [[ANTLRRuntimeException alloc] init:aReason userInfo:aUserInfo]; 57 + (id) newException:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo; 59 return [[ANTLRRuntimeException alloc] initWithName:aName reason:aReason userInfo:aUserInfo]; 65 self = [super initWithName:@"ANTLRRuntimeException" reason:@"UnknownException" userInfo:nil]; 71 …ithName:(NSString *)@"ANTLRRuntimeException" reason:(NSString *)aReason userInfo:(NSDictionary *)n… 75 - (id) init:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo 77 self = [super initWithName:@"ANTLRRuntimeException" reason:aReason userInfo:aUserInfo]; 83 …self = [super initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)n… 87 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo [all …]
|
D | ANTLRRuntimeException.h | 39 + (ANTLRRuntimeException *) newException:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo; 42 + (ANTLRRuntimeException *) newException:(NSString *)aName reason:(NSString *)aReason userInfo:(NSD… 46 - (id) init:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo; 48 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo; 60 + (id) newException:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo; 64 - (id)init:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo; 73 + (id) newException:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo; 77 - (id)init:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo; 86 + (id) newException:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo; 90 - (id) init:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo; [all …]
|
D | AMutableArray.m | 108 userInfo:nil]; 123 …ionWithName:NSInvalidArgumentException reason:@"Attempt to insert nil objectAtIndex" userInfo:nil]; 126 …exceptionWithName:NSRangeException reason:@"Attempt to insertObjectAtIndex past end" userInfo:nil]; 144 …onWithName:NSRangeException reason:@"Attempt to insert removeObjectAtIndex past end" userInfo:nil]; 160 …tion exceptionWithName:NSRangeException reason:@"Attempt to removeLastObject from 0" userInfo:nil]; 172 …tion exceptionWithName:NSRangeException reason:@"Attempt to removeAllObjects from 0" userInfo:nil]; 192 …tion exceptionWithName:NSRangeException reason:@"Attempt to replace object past end" userInfo:nil];
|
D | ANTLRRecognitionException.m | 56 self = [super initWithName:@"Recognition Exception" reason:@"Recognition Exception" userInfo:nil]; 64 self = [super initWithName:NSStringFromClass([self class]) reason:aReason userInfo:nil]; 91 …self = [super initWithName:NSStringFromClass([self class]) reason:@"Runtime Exception" userInfo:ni… 97 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo 99 self = [super initWithName:aName reason:aReason userInfo:aUserInfo];
|
D | ANTLRUnbufferedCommonTreeNodeStream.m | 114 …n" reason:@"-LT: looking back more than one node unsupported for unbuffered streams" userInfo:nil]; 161 …ame:@"ANTLRTreeException" reason:@"-nodeAtIndex: unsupported for unbuffered streams" userInfo:nil]; 166 …ithName:@"ANTLRTreeException" reason:@"-toString unsupported for unbuffered streams" userInfo:nil]; 171 …thName:@"ANTLRTreeException" reason:@"-toString: unsupported for unbuffered streams" userInfo:nil]; 176 …reeException" reason:@"-toStringFromNode:toNode: unsupported for unbuffered streams" userInfo:nil]; 254 …ithName:@"ANTLRTreeException" reason:@"-release: unsupported for unbuffered streams" userInfo:nil]; 260 …:@"ANTLRTreeException" reason:@"-seek: backwards unsupported for unbuffered streams" userInfo:nil];
|
D | ArrayIterator.m | 64 userInfo:nil]; 87 userInfo:nil]; 104 userInfo:nil];
|
/external/chromium_org/third_party/ocmock/OCMock/ |
D | OCMObserverRecorder.m | 36 - (void)notificationWithName:(NSString *)name object:(id)sender userInfo:(NSDictionary *)userInfo 38 …recordedNotification = [[NSNotification notificationWithName:name object:sender userInfo:userInfo]… 48 [self argument:[recordedNotification userInfo] matchesArgument:[aNotification userInfo]];
|
D | OCMReturnValueProvider.m | 29 …ed invocation with object return type. Did you mean to use andReturnValue: instead?" userInfo:nil];
|
/external/clang/test/Analysis/ |
D | cfref_PR2519.c | 26 …CenterRef center, CFStringRef name, const void *object, CFDictionaryRef userInfo, Boolean deliverI… 36 …CFDictionaryRef userInfo = CFDictionaryCreate(kCFAllocatorDefault, (const void **)&_key, (const vo… in main() local 41 userInfo, 0); in main() 42 CFRelease(userInfo); // no-warning in main()
|
D | CheckNSError.m | 14 + (id)errorWithDomain:(NSString *)domain code:(NSInteger)code userInfo:(NSDictionary *)dict; 25 …*error = [NSError errorWithDomain:@"domain" code:1 userInfo:0]; // expected-warning {{Potential nu… 29 if (error) *error = [NSError errorWithDomain:@"domain" code:1 userInfo:0]; // no-warning
|
D | NoReturn.m | 35 …n *)exceptionWithName:(NSString *)name reason:(NSString *)reason userInfo:(NSDictionary *)userInfo; 73 …[[NSException exceptionWithName:@"My Exception" reason:@"Want to test exceptions." userInfo:0] rai…
|
/external/chromium_org/ui/base/cocoa/ |
D | tracking_area.mm | 73 userInfo:(NSDictionary*)userInfo { 79 userInfo:userInfo])) {
|
D | tracking_area.h | 28 userInfo:(NSDictionary*)userInfo;
|
/external/clang/test/Rewriter/ |
D | rewrite-modern-throw.m | 78 …n *)exceptionWithName:(NSString *)name reason:(NSString *)reason userInfo:(NSDictionary *)userInfo; 88 …set expression; left subexpression not a set (lhs = %@ rhs = %@)", leftSet, rightSet] userInfo: 0];
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRRuntimeException.h | 42 …eption *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason userInfo:aUserInfo; 48 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRRuntimeException.h | 42 …eption *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason userInfo:aUserInfo; 48 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRRuntimeException.h | 42 …eption *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason userInfo:aUserInfo; 48 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
|
/external/smack/src/org/apache/qpid/management/common/sasl/ |
D | PlainSaslClient.java | 48 Object[] userInfo = getUserInfo(); in PlainSaslClient() local 50 this.authenticationID = (String) userInfo[0]; in PlainSaslClient() 51 this.password = (byte[]) userInfo[1]; in PlainSaslClient()
|
/external/chromium_org/chrome/browser/resources/print_preview/data/ |
D | invitation_store.js | 14 function InvitationStore(userInfo) { argument 21 this.userInfo_ = userInfo;
|
/external/chromium_org/chrome/browser/mac/ |
D | keystone_glue.mm | 521 userInfo:registration_ 526 NSDictionary* userInfo = [notification userInfo]; 527 if ([[userInfo objectForKey:ksr::KSRegistrationStatusKey] boolValue]) { 544 KSRegistration* ksr = [timer userInfo]; 569 NSDictionary* userInfo = [notification userInfo]; 571 if ([[userInfo objectForKey:ksr::KSRegistrationUpdateCheckErrorKey] 574 } else if ([[userInfo objectForKey:ksr::KSRegistrationStatusKey] boolValue]) { 577 NSString* version = [userInfo objectForKey:ksr::KSRegistrationVersionKey]; 604 NSDictionary* userInfo = [notification userInfo]; 610 if (![[userInfo objectForKey:ksr::KSUpdateCheckSuccessfullyInstalledKey] [all …]
|
/external/chromium_org/third_party/skia/tools/bug_chomper/src/issue_tracker/ |
D | issue_tracker.go | 165 userInfo := struct { 168 if err := json.Unmarshal(body, &userInfo); err != nil { 171 return userInfo.Email, nil
|
/external/skia/tools/bug_chomper/src/issue_tracker/ |
D | issue_tracker.go | 165 userInfo := struct { 168 if err := json.Unmarshal(body, &userInfo); err != nil { 171 return userInfo.Email, nil
|
/external/lldb/test/expression_command/call-throws/ |
D | call-throws.m | 15 userInfo:nil];
|
/external/qemu/distrib/sdl-1.2.15/src/audio/macrom/ |
D | SDL_romaudio.c | 173 SDL_AudioDevice *audio = (SDL_AudioDevice *)chan->userInfo; in callBackProc() 276 channel->userInfo = (long)this; in Mac_OpenAudio() 476 channel->userInfo = 0; in Mac_OpenAudio()
|