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

1 2 3 4 5 6 7 8 91011>>

  /build/libs/host/include/host/
CopyFile.h 16 COPY_PERMISSIONS = 0x00080000, // preserve mode, ownership, timestamps
17 COPY_TIMESTAMPS = 0x00100000, // preserve mode, ownership, timestamps
  /external/chromium/base/
foundation_utils_mac.h 11 // CFTypeRefToNSObjectAutorelease transfers ownership of a Core Foundation
21 // By calling this function, callers relinquish any ownership claim to
22 // cf_object. In a managed-memory environment, the object's ownership will be
31 // and cf_object is autoreleased, balancing out the caller's ownership claim.
scoped_cftyperef.h 11 // scoped_cftyperef<> is patterned after scoped_ptr<>, but maintains ownership
16 // When scoped_cftyperef<> takes ownership of an object (in the constructor or
17 // in reset()), it takes over the caller's existing ownership claim. The
19 // an ownership claim to that object. scoped_cftyperef<> does not call
scoped_temp_dir.h 24 // Creates a unique directory in TempPath, and takes ownership of it.
28 // Takes ownership of directory at |path|, creating it if necessary.
32 // Caller takes ownership of the temporary directory so it won't be destroyed
scoped_nsobject.h 11 // scoped_nsobject<> is patterned after scoped_ptr<>, but maintains ownership
16 // When scoped_nsobject<> takes ownership of an object (in the constructor or
17 // in reset()), it takes over the caller's existing ownership claim. The
19 // an ownership claim to that object. scoped_nsobject<> does not call
42 // already have an ownership claim over whatever it gives to scoped_nsobject
103 // already have an ownership claim over whatever it gives to scoped_nsobject
worker_pool.h 19 // return value, ownership of |task| is transferred to the worker pool.
  /libcore/luni/src/main/java/java/security/acl/
NotOwnerException.java 4 * this work for additional information regarding copyright ownership.
21 * The exception that is thrown when an action that requires ownership is
23 * ownership is required.
  /external/icu4c/common/unicode/
localpointer.h 31 * - No transfer of ownership via copy/assignment to reduce misuse. Simpler & more robust.
33 * - Need to be able to orphan/release the pointer and its ownership.
55 * whether to use getAlias() (without transfer of ownership) or orpan()
56 * (with transfer of ownership and NULLing of the pointer).
67 * Constructor takes ownership.
107 * Access without ownership change.
113 * Access without ownership change.
119 * Access without ownership change.
125 * Gives up ownership; the internal pointer becomes NULL.
137 * and adopts (takes ownership of) the one passed in
    [all...]
  /external/clearsilver/man/man3/
hdf_obj_value.3 31 node retains ownership of the value
hdf_set_buf.3 34 dataset takes ownership of the value instead of making a
cgiwrap_getenv.3 34 moving the ownership of the data to the calling
cs_parse_string.3 36 tree. For this reason, ownership of the string is
  /external/stlport/test/unit/
shared_ptr_test.cpp 38 CPPUNIT_CHECK( !(p < q) && !(q < p) ); // p and q share ownership
  /external/webkit/WebCore/bridge/qt/
qt_instance.h 64 static PassRefPtr<QtInstance> getQtInstance(QObject*, PassRefPtr<RootObject>, QScriptEngine::ValueOwnership ownership);
74 static PassRefPtr<QtInstance> create(QObject *instance, PassRefPtr<RootObject> rootObject, QScriptEngine::ValueOwnership ownership)
76 return adoptRef(new QtInstance(instance, rootObject, ownership));
81 QtInstance(QObject*, PassRefPtr<RootObject>, QScriptEngine::ValueOwnership ownership); // Factory produced only..
  /external/webkit/WebKit/gtk/
JSCore-1.0.gir 11 <return-value transfer-ownership="none">
  /ndk/tests/device/test-gnustl-full/unit/
shared_ptr_test.cpp 38 CPPUNIT_CHECK( !(p < q) && !(q < p) ); // p and q share ownership
  /ndk/tests/device/test-stlport/unit/
shared_ptr_test.cpp 38 CPPUNIT_CHECK( !(p < q) && !(q < p) ); // p and q share ownership
  /frameworks/base/media/libstagefright/omx/
OMXRenderer.h 29 // Assumes ownership of "impl".
  /libcore/luni/src/main/java/java/lang/reflect/
Type.java 3 * this work for additional information regarding copyright ownership.
  /libcore/luni/src/main/java/java/net/
SocketImplFactory.java 4 * this work for additional information regarding copyright ownership.
  /libcore/luni/src/main/java/java/security/spec/
AlgorithmParameterSpec.java 4 * this work for additional information regarding copyright ownership.
KeySpec.java 4 * this work for additional information regarding copyright ownership.
  /libcore/luni/src/main/java/java/sql/
ClientInfoStatus.java 4 * this work for additional information regarding copyright ownership.
NClob.java 4 * this work for additional information regarding copyright ownership.
RowIdLifetime.java 4 * this work for additional information regarding copyright ownership.

Completed in 617 milliseconds

1 2 3 4 5 6 7 8 91011>>