HomeSort by relevance Sort by last modified time
    Searched refs:retain (Results 1 - 25 of 661) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/framework/platform/ios/
tcuIOSAppDelegate.h 30 @property (nonatomic, retain) UIWindow *window;
31 @property (nonatomic, retain) tcuIOSViewController *viewController;
  /external/skia/experimental/iOSSampleApp/Shared/
SkOptionListController.h 9 @property (nonatomic, retain) NSMutableArray* fOptions;
11 @property (nonatomic, retain) UITableViewCell* fSelectedCell;
12 @property (nonatomic, retain) UITableViewCell* fParentCell;
SkUIRootViewController.h 16 @property (nonatomic, retain) UIPopoverController *popoverController;
17 @property (nonatomic, retain) UIBarButtonItem *popoverButtonItem;
SkUIDetailViewController.h 25 @property (nonatomic, retain) UIBarButtonItem* fPrintButton;
26 @property (nonatomic, retain) UIBarButtonItem* fOptionsButton;
27 @property (nonatomic, retain) SkOptionsTableViewController* fOptionsController;
  /external/skia/experimental/iOSSampleApp/iPad/
AppDelegate_iPad.h 16 @property (nonatomic, retain) IBOutlet UIWindow* window;
17 @property (nonatomic, retain) IBOutlet SkUISplitViewController* splitViewController;
SkUISplitViewController.h 17 @property (nonatomic, retain) IBOutlet SkUIRootViewController* fRoot;
18 @property (nonatomic, retain) IBOutlet SkUIDetailViewController* fDetail;
  /external/skia/experimental/iOSSampleApp/iPhone/
AppDelegate_iPhone.h 16 @property (nonatomic, retain) IBOutlet UIWindow *window;
17 @property (nonatomic, retain) IBOutlet SkUINavigationController* fRoot;
SkUINavigationController.h 17 @property (nonatomic, retain) IBOutlet SkUIRootViewController* fRoot;
18 @property (nonatomic, retain) IBOutlet SkUIDetailViewController* fDetail;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeIterator.h 13 // 1. Redistributions of source code must retain the above copyright
52 @property(retain) id<ANTLRTreeAdaptor> adaptor;
53 @property(retain) id<ANTLRBaseTree> root;
54 @property(retain) id<ANTLRBaseTree> tree;
55 @property(retain) ANTLRFastQueue *nodes;
56 @property(retain, readwrite) id<ANTLRBaseTree> up;
57 @property(retain, readwrite) id<ANTLRBaseTree> down;
58 @property(retain, readwrite) id<ANTLRBaseTree> eof;
ANTLRStreamEnumerator.h 13 // 1. Redistributions of source code must retain the above copyright
46 @property (retain) id eof;
47 @property (retain) AMutableArray *nodes;
ANTLRTreePatternParser.h 13 // 1. Redistributions of source code must retain the above copyright
59 @property (retain) ANTLRTreePatternLexer *tokenizer;
61 @property (retain) ANTLRTreeWizard *wizard;
62 @property (retain) id<ANTLRTreeAdaptor> adaptor;
ANTLRFailedPredicateException.h 8 // 1. Redistributions of source code must retain the above copyright
37 @property (retain) NSString *predicate;
38 @property (retain) NSString *ruleName;
ANTLRParserRuleReturnScope.h 8 // 1. Redistributions of source code must retain the above copyright
35 @property (retain, getter=getStart, setter=setStart:) id<ANTLRToken> start;
36 @property (retain, getter=getStop, setter=setStop:) id<ANTLRToken> stopToken;
  /external/clang/test/Modules/Inputs/
category_left_sub.h 7 @property (retain) id p3_prop;
  /external/skia/experimental/SimpleiOSApp/iPad/
AppDelegate_iPad.h 15 @property (nonatomic, retain) IBOutlet UIWindow *window;
  /external/skia/experimental/SimpleiOSApp/iPhone/
AppDelegate_iPhone.h 15 @property (nonatomic, retain) IBOutlet UIWindow *window;
  /external/clang/test/SemaObjCXX/Inputs/
nullability-consistency-2.h 12 @property (retain,nonnull) id property1;
13 @property (retain,nullable) SomeClass *property2;
  /external/conscrypt/common/src/main/java/org/conscrypt/
AllocatedBuffer.java 51 public abstract AllocatedBuffer retain(); method in class:AllocatedBuffer
76 public AllocatedBuffer retain() { method in class:AllocatedBuffer
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteParser.m 21 // 1. Redistributions of source code must retain the above copyright
81 return [[[TreeRewriteParser_rule_return alloc] init] retain];
94 if (aTree != nil) [aTree retain];
114 return [[[TreeRewriteParser_subrule_return alloc] init] retain];
127 if (aTree != nil) [aTree retain];
149 FOLLOW_INT_in_rule26 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_INT_in_rule26_data Count:(NSUInteger)1] retain];
150 FOLLOW_subrule_in_rule28 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_subrule_in_rule28_data Count:(NSUInteger)1] retain];
151 FOLLOW_INT_in_subrule53 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_INT_in_subrule53_data Count:(NSUInteger)1] retain];
154 @"INT", @"WS", nil] retain]];
165 if ((self = [super initWithTokenStream:aStream State:[[ANTLRRecognizerSharedState newANTLRRecognizerSharedStateWithRuleLen:2+1] retain]]) != nil)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRParserRuleReturnScope.h 8 // 1. Redistributions of source code must retain the above copyright
35 @property (retain, getter=getStart, setter=setStart:) id<ANTLRToken> startToken;
36 @property (retain, getter=getStop, setter=setStop:) id<ANTLRToken> stopToken;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRParserRuleReturnScope.h 8 // 1. Redistributions of source code must retain the above copyright
35 @property (retain, getter=getStart, setter=setStart:) id<ANTLRToken> startToken;
36 @property (retain, getter=getStop, setter=setStop:) id<ANTLRToken> stopToken;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRParserRuleReturnScope.h 8 // 1. Redistributions of source code must retain the above copyright
35 @property (retain, getter=getStart, setter=setStart:) id<ANTLRToken> startToken;
36 @property (retain, getter=getStop, setter=setStop:) id<ANTLRToken> stopToken;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangParser.m 50 return [[[LangParser_start_return alloc] init] retain];
69 if (aTree != nil) [aTree retain];
90 return [[[LangParser_decl_return alloc] init] retain];
109 if (aTree != nil) [aTree retain];
130 return [[[LangParser_type_return alloc] init] retain];
149 if (aTree != nil) [aTree retain];
189 FOLLOW_decl_in_start41 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_decl_in_start41_data Count:(NSUInteger)1] retain];
190 FOLLOW_type_in_decl50 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_type_in_decl50_data Count:(NSUInteger)1] retain];
191 FOLLOW_ID_in_decl52 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_ID_in_decl52_data Count:(NSUInteger)1] retain];
192 FOLLOW_10_in_decl54 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_10_in_decl54_data Count:(NSUInteger)1] retain];
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCParser.m 21 // 1. Redistributions of source code must retain the above copyright
85 return [[[DFA2 alloc] initWithRecognizer:aRecognizer] retain];
261 return [[[SimpleCParser_program_return alloc] init] retain];
274 if (aTree != nil) [aTree retain];
293 return [[[SimpleCParser_declaration_return alloc] init] retain];
306 if (aTree != nil) [aTree retain];
325 return [[[SimpleCParser_variable_return alloc] init] retain];
338 if (aTree != nil) [aTree retain];
357 return [[[SimpleCParser_declarator_return alloc] init] retain];
370 if (aTree != nil) [aTree retain];
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.m 60 return [[[DFA2 alloc] initWithRecognizer:aRecognizer] retain];
237 return [[[SimpleCParser_program_return alloc] init] retain];
256 if (aTree != nil) [aTree retain];
277 return [[[SimpleCParser_declaration_return alloc] init] retain];
296 if (aTree != nil) [aTree retain];
317 return [[[SimpleCParser_variable_return alloc] init] retain];
336 if (aTree != nil) [aTree retain];
357 return [[[SimpleCParser_declarator_return alloc] init] retain];
376 if (aTree != nil) [aTree retain];
397 return [[[SimpleCParser_functionHeader_return alloc] init] retain];
    [all...]

Completed in 1020 milliseconds

1 2 3 4 5 6 7 8 91011>>