HomeSort by relevance Sort by last modified time
    Searched full:retain (Results 126 - 150 of 31093) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/junit/src/junit/runner/
StandardTestSuiteLoader.java 4 // added here to retain BaseTestRunner.getLoader API
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
NativeBuffer.java 71 public NativeBuffer retain() { method in class:NativeBuffer
73 mAttachedFrame.retain();
108 // We do not auto-retain. We expect the user to call retain() if they want to hold on to
  /external/iproute2/tc/
m_pedit.c 47 "\t\tCMD:= clear | invert | set <setval>| retain\n "
146 pack_key32(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey)
154 tkey->val = htonl(tkey->val & retain);
155 tkey->mask = htonl(tkey->mask | ~retain);
162 pack_key16(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey)
192 retain <<= stride;
194 tkey->mask = retain|m[ind];
205 pack_key8(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey)
227 retain <<= stride;
228 tkey->mask = retain|m[ind]
341 __u32 len, retain; local
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.m 124 return [[[Symbols_Scope alloc] init] retain];
151 return [[[SimpleCTP_expr_return alloc] init] retain];
188 FOLLOW_declaration_in_program56 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_declaration_in_program56_data Count:(NSUInteger)1] retain];
189 FOLLOW_variable_in_declaration76 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_variable_in_declaration76_data Count:(NSUInteger)1] retain];
190 FOLLOW_FUNC_DECL_in_declaration87 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_FUNC_DECL_in_declaration87_data Count:(NSUInteger)1] retain];
191 FOLLOW_functionHeader_in_declaration89 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_functionHeader_in_declaration89_data Count:(NSUInteger)1] retain];
192 FOLLOW_FUNC_DEF_in_declaration101 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_FUNC_DEF_in_declaration101_data Count:(NSUInteger)1] retain];
193 FOLLOW_functionHeader_in_declaration103 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_functionHeader_in_declaration103_data Count:(NSUInteger)1] retain];
194 FOLLOW_block_in_declaration105 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_block_in_declaration105_data Count:(NSUInteger)1] retain];
195 FOLLOW_VAR_DEF_in_variable126 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_VAR_DEF_in_variable126_data Count:(NSUInteger)1] retain];
    [all...]
  /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.h 54 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
68 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
82 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
96 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
110 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
124 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
138 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
152 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
166 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
180 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBufferedTreeNodeStream.m 12 // 1. Redistributions of source code must retain the above copyright
115 adaptor = [[[ANTLRCommonTreeAdaptor alloc] init] retain];
116 nodes = [[AMutableArray arrayWithCapacity:DEFAULT_INITIAL_BUFFER_SIZE] retain];
117 down = [[adaptor createTree:ANTLRTokenTypeDOWN Text:@"DOWN"] retain];
118 up = [[adaptor createTree:ANTLRTokenTypeUP Text:@"UP"] retain];
119 eof = [[adaptor createTree:ANTLRTokenTypeEOF Text:@"EOF"] retain];
132 adaptor = [[[ANTLRCommonTreeAdaptor alloc] init] retain];
133 nodes = [[AMutableArray arrayWithCapacity:DEFAULT_INITIAL_BUFFER_SIZE] retain];
134 down = [[adaptor createTree:ANTLRTokenTypeDOWN Text:@"DOWN"] retain];
135 up = [[adaptor createTree:ANTLRTokenTypeUP Text:@"UP"] retain];
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_tree_node.mm 21 title_.reset([base::SysUTF16ToNSString(treeNode_->GetTitle()) retain]);
25 retain]);
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_tree_node.mm 21 title_.reset([base::SysUTF16ToNSString(treeNode_->GetTitle()) retain]);
25 retain]);
  /external/chromium_org/third_party/skia/include/utils/ios/
SkStream_NSData.h 15 retain if it intends to keep the data object beyond the current stack-frame
21 The caller must call retain if it intends to keep the data object beyond
  /external/chromium_org/third_party/skia/src/views/mac/
SkNSView.h 34 @property (nonatomic, retain) NSString* fTitle;
36 @property (nonatomic, retain) NSOpenGLContext* fGLContext;
SkOptionsTableView.h 18 @property (nonatomic, retain) NSCell* fCell;
26 @property (nonatomic, retain) NSMutableArray* fItems;
  /external/chromium_org/tools/gyp/test/mac/framework/TestFramework/
ObjCVector.mm 29 imp_->v.push_back([obj retain]);
33 imp_->v.insert([self makeIterator:index], [obj retain]);
  /external/clang/test/CodeGenObjC/
newproperty-nested-synthesis-1.m 17 @property(retain) id PropertyAtomicRetained_id;
19 @property(retain) id PropertyAtomicRetainedGCOnly_id;
optimized-setter-ios-device.m 7 @property (nonatomic, retain) id nonatomicProperty;
15 @property (retain) id atomicProperty;
optimized-setter.m 9 @property (nonatomic, retain) id nonatomicProperty;
17 @property (retain) id atomicProperty;
unoptimized-setter.m 7 @property (nonatomic, retain) id nonatomicProperty;
15 @property (retain) id atomicProperty;
  /external/clang/test/SemaObjC/
property-2.m 13 @property(retain) id PropertyAtomicRetained_id;
15 @property(retain) id PropertyAtomicRetainedGCOnly_id;
super-property-notation.m 33 @property (nonatomic, retain) ClassBase * foo;
44 @property (nonatomic, retain) ClassDerived * foo;
weak-property.m 15 @property (weak, retain) id v3; // expected-error {{property attributes 'retain' and 'weak' are mutually exclusive}}
  /external/ppp/pppd/
chap-md5.h 10 * 1. Redistributions of source code must retain the above copyright
17 * 3. Redistributions of any form whatsoever must retain the following
  /external/skia/include/utils/ios/
SkStream_NSData.h 15 retain if it intends to keep the data object beyond the current stack-frame
21 The caller must call retain if it intends to keep the data object beyond
  /external/skia/src/views/mac/
SkNSView.h 34 @property (nonatomic, retain) NSString* fTitle;
36 @property (nonatomic, retain) NSOpenGLContext* fGLContext;
SkOptionsTableView.h 18 @property (nonatomic, retain) NSCell* fCell;
26 @property (nonatomic, retain) NSMutableArray* fItems;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRStringStream.h 8 // 1. Redistributions of source code must retain the above copyright
46 @property (retain, getter=getData,setter=setData:) NSString *data;
52 @property (retain, getter=getMarkers, setter=setMarkers:) ANTLRPtrBuffer *markers;
54 @property (retain, getter=getSourceName, setter=setSourceName:) NSString *name;
55 @property (retain, getter=getCharState, setter=setCharState:) ANTLRCharStreamState *charState;

Completed in 1162 milliseconds

1 2 3 4 56 7 8 91011>>