HomeSort by relevance Sort by last modified time
    Searched full:retaining (Results 1 - 25 of 187) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/test/SemaObjCXX/
arc-system-header.mm 7 a->data.a_b.b = 0; // expected-error{{'a_b' is unavailable: this system field has retaining ownership}}
  /external/hamcrest/src/org/hamcrest/core/
Is.java 11 * Decorates another Matcher, retaining the behavior but allowing tests
34 * Decorates another Matcher, retaining the behavior but allowing tests
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_change_id.3 3 capng_change_id \- change the credentials retaining capabilities
11 This function will change uid and gid to the ones given while retaining the capabilities previously specified in capng_update. It is not necessary and perhaps better if capng_apply has not been called prior to this function so that all necessary privileges are still intact. The caller is required to have CAP_SETPCAP capability still active before calling this function.
  /external/clang/test/CodeGenObjCXX/
arc-globals.mm 3 // Test that we're properly retaining lifetime-qualified pointers
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
BaseResourceLoader.java 25 * retaining backwards compatibility with existing implementations.
  /external/chromium/chrome/browser/ui/cocoa/
tracking_area.h 50 // Takes ownership of |tracking_area| without retaining it.
menu_button.mm 127 // Accessibility on 10.5 grabs the NSPopUpButtonCell without retaining it, and
  /external/webkit/Source/WebCore/inspector/front-end/
heapProfiler.css 227 .detailed-heapshot-view .retaining-paths-view {
231 .detailed-heapshot-view .retaining-paths-view .title {
242 .detailed-heapshot-view .retaining-paths-view .title > span {
250 .detailed-heapshot-view .retaining-paths-to-windows {
  /external/clang/test/SemaObjC/
arc-system-header.m 27 p->field = 0; // expected-error {{'field' is unavailable: this system field has retaining ownership}}
  /external/valgrind/main/coregrind/m_debuginfo/
README.txt 56 stability whilst retaining the development effort/expertise that went
  /external/clang/test/CodeGenObjC/
arc-literals.m 38 // Retaining parameters
60 // Retaining parameters
  /external/grub/
TODO 42 * Add a real scripting language, possibly retaining backward
  /frameworks/base/docs/html/guide/topics/resources/
runtime-changes.jd 10 <li><a href="#RetainingAnObject">Retaining an Object During a Configuration Change</a></li>
67 <h2 id="RetainingAnObject">Retaining an Object During a Configuration Change</h2>
76 situation, you can alleviate the burden of reinitializing your activity by retaining a stateful
244 technique an escape from retaining your state during normal activity lifecycle. Not only because
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetWritesTester.java 222 "multiset doesn't contains element after retaining its entry",
234 "multiset contains element after retaining a different entry",
  /external/webkit/Source/WebKit/mac/WebView/
WebViewEventHandling.mm 87 // fetching a new event might release the old one. Retaining and then autoreleasing
136 // fetching a new event might release the old one. Retaining and then autoreleasing
  /external/icu4c/common/unicode/
rep.h 32 * change a piece of text while retaining metadata. Metadata is data
158 * Copies a substring of this object, retaining metadata.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoProcessor.java 146 * dimensions, retaining its original aspect ratio.
166 * dimensions, retaining its original aspect ratio.
  /external/clang/lib/ARCMigrate/
TransProtectedScope.cpp 10 // Adds brackets in case statements that "contain" initialization of retaining
  /external/hamcrest/src/org/hamcrest/
CoreMatchers.java 7 * Decorates another Matcher, retaining the behavior but allowing tests
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.h 67 XIC X11_IC; /* Used for retaining the state, properties, and semantics of communication with the input method (IM) server */
  /external/smack/src/com/kenai/jbosh/
BodyParserSAX.java 61 * invocation while retaining thread safety.
BodyParserXmlPull.java 46 * invocation while retaining thread safety.
  /frameworks/base/core/java/android/app/
LoaderManager.java 285 if (DEBUG) Log.v(TAG, " Retaining: " + this);
294 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this);
299 // at the end of retaining everything our owner is
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
LoaderManager.java 270 if (DEBUG) Log.v(TAG, " Retaining: " + this);
279 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this);
284 // at the end of retaining everything our owner is
734 if (DEBUG) Log.v(TAG, "Retaining in " + this);
751 if (DEBUG) Log.v(TAG, "Finished Retaining in " + this);
    [all...]
  /frameworks/base/docs/html/training/displaying-bitmaps/
cache-bitmap.jd 318 <p>Here?s an example of retaining a {@link android.util.LruCache} object across configuration
361 <p>To test this out, try rotating a device both with and without retaining the {@link

Completed in 1719 milliseconds

1 2 3 4 5 6 7 8