OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ownership
(Results
126 - 150
of
5734
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/base/win/
scoped_variant.h
36
// NOTE: Do not pass a BSTR to this constructor expecting
ownership
to
69
// Give ScopedVariant
ownership
over an already allocated VARIANT.
72
// Releases
ownership
of the VARIANT to the caller.
86
// Used to receive a VARIANT as an out argument (and take
ownership
).
108
// free the current value and assume
ownership
.
/external/chromium/chrome/browser/extensions/
extension_proxy_api_helpers.h
63
// API) from the given parameters.
Ownership
is passed to the caller.
94
// servers. Returns NULL in case of failures.
Ownership
is passed to the caller.
99
// with values from a net::ProxyServer object. Never returns NULL.
Ownership
is
105
// Returns NULL in case of failures.
Ownership
is passed to the caller.
109
// StringValues created from the tokens.
Ownership
is passed to the caller.
extension_preference_api.h
52
// The
ownership
of the returned value is passed to the caller.
59
// The
ownership
of the returned value is passed to the caller.
/external/clang/docs/
AutomaticReferenceCounting.html
322
Supporting single-
ownership
objects requires a lot more explicit
325
when <q>
ownership
</q> is passed between caller and callee, for both
420
<a href="#
ownership
">
ownership
</a>,</li>
445
the callee expects to take
ownership
of a +1 retain count. This is
464
of
ownership
from a caller to a callee. The most common scenario here
500
caller expects to take
ownership
of a +1 retain count. This is done
518
ownership
from a callee to a caller. The most common scenario this
592
ill-formed. There is no transfer of
ownership
, and ARC inserts
632
casts are not transferring
ownership
. The <a href="#objects.operands.casts">bridge
[
all
...]
/external/chromium/chrome/browser/instant/
instant_loader_manager.h
33
//
ownership
of the current loader by invoking ReleaseCurrentLoader.
50
// Makes the pending loader the current loader. If
ownership
of the old
56
// of InstantLoaderManager wants to take
ownership
of the loader.
/external/clang/test/SemaObjC/
arc-property-decl-attrs.m
8
id __autoreleasing z; // expected-error {{ivars cannot have __autoreleasing
ownership
}}
19
id __autoreleasing z; // expected-error {{ivars cannot have __autoreleasing
ownership
}}
30
id __autoreleasing z; // expected-error {{ivars cannot have __autoreleasing
ownership
}}
/external/llvm/include/llvm/Support/
FileUtilities.h
59
/// setFile - Give
ownership
of the file to the FileRemover so it will
61
/// had
ownership
of a file, remove it first.
74
/// releaseFile - Take
ownership
of the file away from the FileRemover so it
/external/chromium/base/memory/
scoped_vector.h
60
// Lets the ScopedVector take
ownership
of |x|.
65
// Lets the ScopedVector take
ownership
of elements in [first,last).
/external/chromium/chrome/browser/prefs/
pref_value_map.h
26
// Gets the value for |key| and stores it in |value|.
Ownership
remains with
32
// Sets a new |value| for |key|. Takes
ownership
of |value|, which must be
/external/chromium/chrome/browser/ui/cocoa/
about_ipc_controller.h
68
//
ownership
issues, this method ACCEPTS
OWNERSHIP
of the arg passed
/external/chromium/net/http/
url_security_manager_unittest.cc
50
// The URL security manager takes
ownership
of |auth_filter|.
69
// The URL security manager takes
ownership
of |auth_filter|.
/external/chromium/third_party/libjingle/source/talk/xmllite/
xmlbuilder.h
64
// Take
ownership
of the built element; second call returns NULL
67
// Peek at the built element without taking
ownership
/external/clang/include/clang/CodeGen/
CodeGenAction.h
34
/// parameter is supplied, the action uses it without taking
ownership
,
35
/// otherwise it creates a fresh LLVM context and takes
ownership
.
/external/qemu/
qobject.h
26
* - Transferring
ownership
: when you transfer
ownership
of a reference
/external/regex-re2/re2/
prefilter.h
45
// Set the children vector. Prefilter takes
ownership
of subs and
49
// Given a RE2, return a Prefilter. The caller takes
ownership
of
/external/webkit/Source/JavaScriptCore/API/
JSStringRefBSTR.h
46
@result A JSString containing string.
Ownership
follows the Create Rule.
54
@result A BSTR containing string.
Ownership
follows the Create Rule.
JSStringRefCF.h
44
@result A JSString containing string.
Ownership
follows the Create Rule.
52
@result A CFString containing string.
Ownership
follows the Create Rule.
/external/webrtc/src/system_wrappers/interface/
list_wrapper.h
83
// must be created using new ListItem(). The map will take
ownership
of
90
// must be created using new ListItem(). The map will take
ownership
of
/frameworks/base/include/androidfw/
Asset.h
156
* The asset takes
ownership
of the file descriptor.
166
* The asset takes
ownership
of the file descriptor.
179
* The asset takes
ownership
of the FileMap.
187
* The asset takes
ownership
of the FileMap.
224
* On success, the object takes
ownership
of "fd".
231
* On success, the object takes
ownership
of "dataMap".
279
* On success, the object takes
ownership
of "fd".
287
* On success, the object takes
ownership
of "fd".
/libcore/luni/src/main/java/java/security/acl/
Owner.java
4
* this work for additional information regarding copyright
ownership
.
23
* The interface to manage owners of objects that require
ownership
.
/bootable/recovery/edify/
expr.h
70
//
ownership
of the returned Value.
75
// char*. The caller takes
ownership
of the returned char*. This is
108
const char* GetError(); // retains
ownership
161
// Wrap a string into a Value, taking
ownership
of the string.
/external/apache-harmony/annotation/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AnnotationTypeMismatchExceptionTest.java
4
* this work for additional information regarding copyright
ownership
.
IncompleteAnnotationExceptionTest.java
4
* this work for additional information regarding copyright
ownership
.
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
AttributesNameTest.java
4
* this work for additional information regarding copyright
ownership
.
/external/apache-harmony/auth/src/test/java/common/javax/security/auth/
MyPrincipal.java
4
* this work for additional information regarding copyright
ownership
.
Completed in 473 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>