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

1 2 3 4

  /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/gyp/test/win/compiler-flags/
compile-as-managed.gyp 19 'target_name': 'test-compile-as-unmanaged',
  /external/v8/tools/gyp/test/win/
gyptest-cl-compile-as-managed.py 22 test.build('compile-as-managed.gyp', "test-compile-as-unmanaged",
  /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...]
  /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
  /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/libgdx/gdx/src/com/badlogic/gdx/graphics/
Texture.java 43 * course not extremely fast so use it with care. It also only works with unmanaged textures.
148 if (!isManaged()) throw new GdxRuntimeException("Tried to reload unmanaged Texture");
TextureArray.java 115 if (!isManaged()) throw new GdxRuntimeException("Tried to reload an unmanaged TextureArray");
Cubemap.java 170 if (!isManaged()) throw new GdxRuntimeException("Tried to reload an unmanaged Cubemap");
  /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...]
  /frameworks/base/docs/html/google/play/billing/
billing_overview.jd 200 <p>After migration, managed and unmanaged products are handled as follows:</p>
205 <li>Unmanaged products that you have defined for existing applications are
  /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);
  /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...]

Completed in 3670 milliseconds

1 2 3 4