OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unmanaged
(Results
1 - 25
of
119
) sorted by null
1
2
3
4
5
/external/clang/test/ARCMT/
GC-check.m
13
NSAllocateCollectable(100, 0); // expected-error {{call returns pointer to GC managed memory; it will become
unmanaged
in ARC}}
17
__strong void *gcVar; // expected-error {{GC managed memory will become
unmanaged
in ARC}}
/external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/
member_in_offheap_class.txt
5
./member_in_offheap_class.h:18:5: note: [blink-gc] Member field 'm_obj' in
unmanaged
class declared here:
/external/v8/tools/clang/blink_gc_plugin/tests/
member_in_offheap_class.txt
5
./member_in_offheap_class.h:18:5: note: [blink-gc] Member field 'm_obj' in
unmanaged
class declared here:
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Process.c
45
/* LVM_INVALIDNUMSAMPLES When the NumSamples is not a valied multiple in
unmanaged
*/
48
/* aligned in
unmanaged
mode */
87
* For
unmanaged
mode only
92
* Check if the number of samples is a good multiple (
unmanaged
mode only)
311
* For
unmanaged
mode only
316
* Check if the number of samples is a good multiple (
unmanaged
mode only)
LVM_Buffers.c
[
all
...]
LVM_Private.h
70
#define LVM_UNMANAGED_MAX_MAXBLOCKSIZE 4096 /* Maximum MaxBlockSzie Limit for
Unmanaged
Buffer Mode */
/external/iproute2/man/man8/
ip-l2tp.8
3
ip-l2tp - L2TPv3 static
unmanaged
tunnel configuration
107
.I
unmanaged
108
L2TPv3 ethernet tunnels. For
unmanaged
tunnels, there is no L2TP
140
Establishing an
unmanaged
L2TPv3 ethernet pseudowire involves manually
144
used to establish
unmanaged
L2TP tunnels. Once the virtual network
150
To establish an
unmanaged
L2TP tunnel, use
157
Note that
unmanaged
tunnels carry only ethernet frames. If you need to
158
carry PPP traffic (L2TPv2) or your peer doesn't support
unmanaged
410
Unmanaged
(static) L2TPv3 tunnels are supported by some network
413
In Linux, L2TP Hello messages are not supported in
unmanaged
[
all
...]
/prebuilts/go/darwin-x86/src/runtime/
HACKING.md
138
Unmanaged
memory
143
collected heap, in *
unmanaged
memory*. This is necessary if the
147
There are three mechanisms for allocating
unmanaged
memory:
164
Objects that are allocated in
unmanaged
memory **must not** contain
167
1. Any pointers from
unmanaged
memory to the heap must be added as
244
unmanaged
memory (e.g., allocated with `sysAlloc`, `persistentalloc`,
/prebuilts/go/linux-x86/src/runtime/
HACKING.md
138
Unmanaged
memory
143
collected heap, in *
unmanaged
memory*. This is necessary if the
147
There are three mechanisms for allocating
unmanaged
memory:
164
Objects that are allocated in
unmanaged
memory **must not** contain
167
1. Any pointers from
unmanaged
memory to the heap must be added as
244
unmanaged
memory (e.g., allocated with `sysAlloc`, `persistentalloc`,
/developers/samples/android/wearable/wear/WearSpeakerSample/
template-params.xml
34
<template src="
unmanaged
" />
/external/skia/src/gpu/
GrDrawingManager.h
49
// other). An
unmanaged
one is created and used by the onFlushCallback.
/external/skqp/src/gpu/
GrDrawingManager.h
49
// other). An
unmanaged
one is created and used by the onFlushCallback.
/hardware/google/av/media/sfplugin/utils/
Codec2BufferUtils.h
106
// allocates an
unmanaged
block (not in a pool)
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/finalization/
FinalizationController.java
93
+ "
unmanaged
");
119
+ "
unmanaged
");
/external/apache-http/src/org/apache/http/conn/
BasicManagedEntity.java
45
* the
unmanaged
entity in the response with a managed one.
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
KeyguardIndicationControllerTest.java
89
public void
unmanaged
() {
method in class:KeyguardIndicationControllerTest
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/finalization/
UserProvisioningStateHelperTest.java
150
// THEN the primary user's state should be set to
UNMANAGED
/system/vold/
Loop.cpp
149
LOG(VERBOSE) << "Found
unmanaged
loop device at " << path << " named " << id;
/frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
LVM.h
503
/* LVM_INVALIDNUMSAMPLES When the NumSamples is not a valied multiple in
unmanaged
*/
506
/* aligned in
unmanaged
mode */
[
all
...]
/external/libchrome/base/metrics/
persistent_histogram_allocator_unittest.cc
199
// become
unmanaged
.
/external/pdfium/
README.md
60
gclient config --
unmanaged
https://pdfium.googlesource.com/pdfium.git
/external/skia/src/core/
SkWriter32.h
251
void* fExternal; //
Unmanaged
memory block.
/external/skqp/src/core/
SkWriter32.h
251
void* fExternal; //
Unmanaged
memory block.
/frameworks/base/services/core/java/com/android/server/display/
DisplayTransformManager.java
70
* SurfaceFlinger display color (managed,
unmanaged
, etc.).
/prebuilts/misc/common/swig/include/2.0.11/csharp/
csharphead.swg
260
throw new ApplicationException("FATAL: An earlier pending exception from
unmanaged
code was missed and thus not thrown (" + pendingException.ToString() + ")", e);
Completed in 1467 milliseconds
1
2
3
4
5