Home
last modified time | relevance | path

Searched refs:retain (Results 1 – 25 of 57) sorted by relevance

123

/frameworks/base/libs/utils/
DRefBase.cpp178 void trackMe(bool track, bool retain) in trackMe() argument
181 mRetain = retain; in trackMe()
532 void RefBase::weakref_type::trackMe(bool enable, bool retain) in trackMe() argument
534 static_cast<weakref_impl*>(this)->trackMe(enable, retain); in trackMe()
/frameworks/compile/libbcc/runtime/BlocksRuntime/
DBlock_private.h143 BLOCK_EXPORT void _Block_use_RR( void (*retain)(const void *),
Druntime.c271 void _Block_use_RR( void (*retain)(const void *), in _Block_use_RR()
273 _Block_retain_object = retain; in _Block_use_RR()
/frameworks/base/include/utils/
DRefBase.h104 void trackMe(bool enable, bool retain);
115 inline void trackMe(bool enable, bool retain) in trackMe() argument
117 getWeakRefs()->trackMe(enable, retain); in trackMe()
/frameworks/base/opengl/tests/angeles/
Dlicense-BSD.txt13 * Redistributions of source code must retain the above copyright
/frameworks/compile/libbcc/runtime/
DLICENSE.TXT25 * Redistributions of source code must retain the above copyright notice,
/frameworks/support/v4/java/android/support/v4/app/
DLoaderManager.java260 void retain() { in retain() method in LoaderManagerImpl.LoaderInfo
728 mLoaders.valueAt(i).retain(); in doRetain()
DFragment.java682 public void setRetainInstance(boolean retain) { in setRetainInstance() argument
683 mRetainInstance = retain; in setRetainInstance()
/frameworks/base/core/java/android/app/
DFragment.java870 public void setRetainInstance(boolean retain) { in setRetainInstance() argument
871 mRetainInstance = retain; in setRetainInstance()
DLoaderManager.java279 void retain() { in retain() method in LoaderManagerImpl.LoaderInfo
747 mLoaders.valueAt(i).retain(); in doRetain()
/frameworks/compile/slang/
DNOTICE116 (c) You must retain, in the Source form of any Derivative Works
225 * Redistributions of source code must retain the above copyright notice,
295 * Redistributions of source code must retain the above copyright notice,
/frameworks/compile/libbcc/
DNOTICE118 (c) You must retain, in the Source form of any Derivative Works
225 * Redistributions of source code must retain the above copyright notice,
286 * 1. Redistributions of source code must retain the above copyright
/frameworks/base/docs/html/guide/topics/resources/
Druntime-changes.jd80 <p>To retain an object during a runtime configuration change:</p>
83 the object you would like to retain.</li>
/frameworks/base/docs/html/resources/articles/
Dfaster-screen-orientation-change.jd128 <code>onRetainNonConfigurationChange()</code> should be used only to retain
Dtouch-mode.jd99 focused widget will not retain focus unless it is focusable in touch
/frameworks/base/docs/html/guide/topics/processes/
Dprocess-lifecycle.jd81 running unless there is not enough memory to retain all foreground and visible process.
/frameworks/base/docs/html/guide/topics/fundamentals/
Dtasks-and-back-stack.jd13 <li>Tasks can move to the background and retain the state of each activity in order for users
170 <em>does not</em> retain the activity's state.</li>
179 the way they left it. However, you can&mdash;and <strong>should</strong>&mdash;proactively retain
189 avoid losing the user's work, you should proactively retain it by implementing the {@link
/frameworks/base/media/jni/
DNOTICE113 (c) You must retain, in the Source form of any Derivative Works
/frameworks/base/cmds/dumpsys/
DNOTICE113 (c) You must retain, in the Source form of any Derivative Works
/frameworks/base/libs/storage/
DNOTICE113 (c) You must retain, in the Source form of any Derivative Works
/frameworks/base/cmds/system_server/
DNOTICE113 (c) You must retain, in the Source form of any Derivative Works
/frameworks/base/media/jni/soundpool/
DNOTICE113 (c) You must retain, in the Source form of any Derivative Works
/frameworks/base/cmds/bu/
DNOTICE113 (c) You must retain, in the Source form of any Derivative Works
/frameworks/base/keystore/
DNOTICE113 (c) You must retain, in the Source form of any Derivative Works
/frameworks/base/cmds/am/
DNOTICE113 (c) You must retain, in the Source form of any Derivative Works

123