HomeSort by relevance Sort by last modified time
    Searched refs:retain (Results 226 - 250 of 1308) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterContext.java 78 mStoredFrames.put(key, frame.retain());
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
CallbackFilter.java 90 input.retain();
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTokenRewriteStream.h 13 // 1. Redistributions of source code must retain the above copyright
52 @property (retain, getter=getText, setter=setText:) NSString *text;
114 @property (retain, getter=getPrograms, setter=setPrograms:) ANTLRHashMap *programs;
115 @property (retain, getter=getLastRewriteTokenIndexes, setter=setLastRewriteTokenIndexes:) ANTLRHashMap *lastRewriteTokenIndexes;
ANTLRRewriteRuleElementStream.h 8 // 1. Redistributions of source code must retain the above copyright
51 @property (retain, getter=GetTreeAdaptor, setter=SetTreeAdaptor:) id<ANTLRTreeAdaptor> treeAdaptor;
ANTLRBaseTree.h 8 // 1. Redistributions of source code must retain the above copyright
31 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children;
104 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTokenRewriteStream.h 13 // 1. Redistributions of source code must retain the above copyright
52 @property (retain, getter=getText, setter=setText:) NSString *text;
114 @property (retain, getter=getPrograms, setter=setPrograms:) ANTLRHashMap *programs;
115 @property (retain, getter=getLastRewriteTokenIndexes, setter=setLastRewriteTokenIndexes:) ANTLRHashMap *lastRewriteTokenIndexes;
ANTLRRewriteRuleElementStream.h 8 // 1. Redistributions of source code must retain the above copyright
51 @property (retain, getter=GetTreeAdaptor, setter=SetTreeAdaptor:) id<ANTLRTreeAdaptor> treeAdaptor;
ANTLRBaseTree.h 8 // 1. Redistributions of source code must retain the above copyright
31 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children;
104 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTokenRewriteStream.h 13 // 1. Redistributions of source code must retain the above copyright
52 @property (retain, getter=getText, setter=setText:) NSString *text;
114 @property (retain, getter=getPrograms, setter=setPrograms:) ANTLRHashMap *programs;
115 @property (retain, getter=getLastRewriteTokenIndexes, setter=setLastRewriteTokenIndexes:) ANTLRHashMap *lastRewriteTokenIndexes;
ANTLRRewriteRuleElementStream.h 8 // 1. Redistributions of source code must retain the above copyright
51 @property (retain, getter=GetTreeAdaptor, setter=SetTreeAdaptor:) id<ANTLRTreeAdaptor> treeAdaptor;
ANTLRBaseTree.h 8 // 1. Redistributions of source code must retain the above copyright
31 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children;
104 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTokenRewriteStream.h 13 // 1. Redistributions of source code must retain the above copyright
52 @property (retain, getter=text, setter=setText:) NSString *text;
114 @property (retain, getter=getPrograms, setter=setPrograms:) ANTLRHashMap *programs;
115 @property (retain, getter=getLastRewriteTokenIndexes, setter=setLastRewriteTokenIndexes:) ANTLRHashMap *lastRewriteTokenIndexes;
ANTLRHashMap.h 11 // 1. Redistributions of source code must retain the above copyright
108 @property (retain, getter=getBuffer, setter=setBuffer:) NSMutableData *buffer;
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 250 if (left) left->retain();
251 if (right) right->retain();
332 void retain() { ++refCount; } function in class:llvm::ImutAVLTree
947 if (Root) { Root->retain(); }
950 if (Root) { Root->retain(); }
954 if (X.Root) { X.Root->retain(); }
    [all...]
  /external/webkit/Examples/NetscapeCocoaPlugin/
main.m 13 modifications, you must retain this notice and the following text and disclaimers in all
199 NSGraphicsContext *oldContext = [[NSGraphicsContext currentContext] retain];
282 obj->string = [string retain];
311 obj->string = [string retain];
  /external/webkit/Examples/NetscapeCoreAnimationPlugin/
main.m 13 modifications, you must retain this notice and the following text and disclaimers in all
230 obj->layer = [[QCCompositionLayer compositionLayerWithComposition:composition] retain];
234 *((CALayer **)value) = [obj->layer retain];
  /external/webkit/Source/WebKit/mac/WebView/
WebScriptDebugDelegate.mm 8 * 1. Redistributions of source code must retain the above copyright
96 _private->caller = [caller retain];
153 _userInfo = [userInfo retain];
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ImageSlicer.java 131 // Retain the original frame so it can be used next time.
132 mOriginalFrame.retain();
  /frameworks/native/libs/utils/
RefBase.cpp 178 void trackMe(bool track, bool retain)
181 mRetain = retain;
532 void RefBase::weakref_type::trackMe(bool enable, bool retain)
534 static_cast<weakref_impl*>(this)->trackMe(enable, retain);
  /external/chromium/android/
generateAndroidForwardingHeader.pl 8 # * Redistributions of source code must retain the above copyright
37 * * Redistributions of source code must retain the above copyright
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
shortest-distance.h 50 // ShortestDistance(source) when 'retain' is true for improved
64 bool retain)
67 delta_(opts.delta), retain_(retain) {
83 bool retain_; // Retain and reuse information across calls
  /external/v8/samples/
count-hosts.js 6 // * Redistributions of source code must retain the above copyright
  /external/v8/test/message/
overwritten-builtins.js 6 // * Redistributions of source code must retain the above copyright
try-catch-finally-no-message.js 6 // * Redistributions of source code must retain the above copyright
  /external/v8/test/message/regress/
regress-1527.js 6 // * Redistributions of source code must retain the above copyright

Completed in 2224 milliseconds

1 2 3 4 5 6 7 8 91011>>