HomeSort by relevance Sort by last modified time
    Searched defs:Lifetime (Results 1 - 8 of 8) sorted by null

  /packages/apps/Camera2/src/com/android/camera/async/
Lifetime.java 33 * lifetime will only ever be closed once by that lifetime.
36 public class Lifetime implements SafeCloseable {
38 * The parent, or null if there is no parent lifetime.
40 private final Lifetime mParent;
45 public Lifetime() {
52 public Lifetime(Lifetime parent) {
61 * Adds the given object to this lifetime and returns it.
87 // lifetime has lots of shorter-lived lifetimes created an
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 194 Qualifiers::ObjCLifetime Lifetime;
199 Qualifiers::ObjCLifetime lifetime,
202 : Alignment(align), Size(size), Lifetime(lifetime),
226 if (chunk.Lifetime == Qualifiers::OCL_Strong)
228 if (chunk.Lifetime == Qualifiers::OCL_Weak)
274 // lifetime results in undefined behavior.
384 // If we have a lifetime qualifier, honor it for capture purposes.
386 Qualifiers::ObjCLifetime lifetime = local
388 if (lifetime) {
    [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 245 namespace lifetime { namespace
248 constexpr int bad() { int &&n = dead(); n = 1; return n; } // expected-note {{assignment to temporary whose lifetime has ended}}
817 namespace Lifetime {
821 return r; // expected-note {{read of object outside its lifetime}}
832 *p = 123; // expected-note {{assignment to object outside its lifetime}}
849 *p[n] = 0; // expected-note 3{{assignment to object outside its lifetime}}
852 static_assert(h(0) == 0, ""); // ok, lifetime-extended
866 // its lifetime.
895 (void)+r; // expected-note {{outside its lifetime}}
  /external/v8/src/compiler/
instruction.h 166 // Lifetime of operand inside the instruction.
167 enum Lifetime {
204 UnallocatedOperand(ExtendedPolicy policy, Lifetime lifetime,
209 value_ |= LifetimeField::encode(lifetime);
295 // [lifetime]: Only for non-FIXED_SLOT.
317 // L ... Lifetime
335 class LifetimeField : public BitField64<Lifetime, 39, 1> {};
    [all...]
  /external/v8/src/crankshaft/
lithium.h 91 // Lifetime of operand inside the instruction.
92 enum Lifetime {
126 LUnallocated(ExtendedPolicy policy, Lifetime lifetime)
130 value_ |= LifetimeField::encode(lifetime);
155 // | reg_index | L | PPP | vreg | 1 | 001 | L ... Lifetime
173 class LifetimeField : public BitField<Lifetime, 25, 1> {};
251 // [lifetime]: Only for non-FIXED_SLOT.
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h     [all...]

Completed in 1434 milliseconds