/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/iproute2/man/man8/ |
ip-l2tp.8 | 3 ip-l2tp - L2TPv3 static unmanaged tunnel configuration 105 .I unmanaged 106 L2TPv3 ethernet tunnels. For unmanaged tunnels, there is no L2TP 138 Establishing an unmanaged L2TPv3 ethernet pseudowire involves manually 142 used to establish unmanaged L2TP tunnels. Once the virtual network 148 To establish an unmanaged L2TP tunnel, use 155 Note that unmanaged tunnels carry only ethernet frames. If you need to 156 carry PPP traffic (L2TPv2) or your peer doesn't support unmanaged 371 Unmanaged (static) L2TPv3 tunnels are supported by some network 374 In Linux, L2TP Hello messages are not supported in unmanaged [all...] |
/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)
|
LVM_Private.h | 70 #define LVM_UNMANAGED_MAX_MAXBLOCKSIZE 4096 /* Maximum MaxBlockSzie Limit for Unmanaged Buffer Mode */
|
LVM_Buffers.c | 486 * Check which mode, managed or unmanaged [all...] |
LVM_Init.c | 532 * Common settings for managed and unmanaged buffers [all...] |
/external/libchrome/sandbox/linux/services/ |
proc_util.cc | 104 // No open unmanaged directories found.
|
/developers/samples/android/wearable/wear/WearSpeakerSample/ |
template-params.xml | 34 <template src="unmanaged" />
|
/frameworks/base/docs/html/work/ |
managed-profiles.jd | 59 <li>Since the managed and unmanaged profiles have separate storage areas, a 191 managed profile, the app is installed on both the managed and the unmanaged 244 as. By specifying a user, you can choose whether to run as the unmanaged or 263 <p>In this case, the unmanaged profile ("Drew") has the user ID 0, and the
|
guide.jd | 234 application is managed or unmanaged. For example, if 242 it?s unmanaged (for example, how the app behaves in a personal
|
/external/jetty/src/java/org/eclipse/jetty/util/component/ |
AggregateLifeCycle.java | 35 * Beans can be added the AggregateLifeCycle either as managed beans or as unmanaged beans. A managed bean is started, stopped and destroyed with the aggregate. 36 * An unmanaged bean is associated with the aggregate for the purposes of {@link #dump()}, but it's lifecycle must be managed externally. 38 * When a bean is added, if it is a {@link LifeCycle} and it is already started, then it is assumed to be an unmanaged bean. 42 * If adding a bean that is shared between multiple {@link AggregateLifeCycle} instances, then it should be started before being added, so it is unmanaged, or 43 * the API must be used to explicitly set it as unmanaged.
|
/external/apache-http/src/org/apache/http/conn/ |
BasicManagedEntity.java | 45 * the unmanaged entity in the response with a managed one.
|
/external/pdfium/ |
README.md | 20 gclient config --unmanaged https://pdfium.googlesource.com/pdfium.git
|
/frameworks/base/docs/html/training/efficient-downloads/ |
redundant_redundant.jd | 57 <p>You can cache non-sensitive data in the unmanaged external cache directory:</p>
|
/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/skia/include/core/ |
SkWriter32.h | 244 void* fExternal; // Unmanaged memory block.
|
/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);
|
std_map.i | 149 /// tricky to detect unmanaged code that modifies the collection under our feet.
|
std_vector.i | 141 /// tricky to detect unmanaged code that modifies the collection under our feet.
|
/external/clang/include/clang/Basic/ |
DiagnosticCommonKinds.td | 211 def warn_arcmt_nsalloc_realloc : Warning<"[rewriter] call returns pointer to GC managed memory; it will become unmanaged in ARC">;
|
/external/clang/lib/ARCMigrate/ |
TransGCAttrs.cpp | 191 TA.reportError("GC managed memory will become unmanaged in ARC",
|
/external/jetty/src/java/org/eclipse/jetty/client/ |
SelectConnector.java | 57 * added via the {@link #addBean(Object, boolean)} as an unmanaged bean.
|
/external/llvm/docs/ |
Statepoints.rst | 261 ("unmanaged code"). It is common that such calls must also be safepoints, since 263 unmanaged code. Futhermore, it is common that coordinating the transition from 264 managed to unmanaged code requires extra code generation at the call site to 282 to unmanaged code. The resulting relocation sequence is: [all...] |
/frameworks/base/docs/html/google/play/billing/ |
billing_overview.jd | 193 <li>Unmanaged items that you have defined for existing applications will be
|
/external/libchrome/base/message_loop/ |
message_pump_mac.mm | 572 // that all unmanaged inner run loops are gone, stop the loop running
|