Searched defs:Lifetime (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DWrapperTypeInfo.h180 enum Lifetime { enum in struct:WebCore::WrapperConfiguration
192 const Lifetime lifetime;
195 inline WrapperConfiguration buildWrapperConfiguration(void*, WrapperConfiguration::Lifetime lifetime)
201 inline WrapperConfiguration buildWrapperConfiguration(Node*, WrapperConfiguration::Lifetime lifetime)
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dport.h254 enum Lifetime { LT_PRESTART, LT_PRETIMEOUT, LT_POSTTIMEOUT } lifetime_; enum in class:cricket::Port
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dport.h369 enum Lifetime { LT_PRESTART, LT_PRETIMEOUT, LT_POSTTIMEOUT } lifetime_; enum in class:cricket::Port
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp818 namespace Lifetime { namespace
/external/v8/src/
H A Dlithium.h99 // Lifetime of operand inside the instruction.
100 enum Lifetime { enum in class:v8::internal::LUnallocated
121 LUnallocated(Policy policy, Lifetime lifetime) : LOperand(UNALLOCATED, 0) {
140 : public BitField<Lifetime, kLifetimeShift, kLifetimeWidth> {
199 void Initialize(Policy policy, int fixed_index, Lifetime lifetime) {
/external/chromium_org/v8/src/
H A Dlithium.h110 // Lifetime of operand inside the instruction.
111 enum Lifetime { enum in class:v8::internal::LUnallocated
145 LUnallocated(ExtendedPolicy policy, Lifetime lifetime)
174 // | reg_index | L | PPP | vreg | 1 | 001 | L ... Lifetime
192 class LifetimeField : public BitField<Lifetime, 25, 1> {};
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp188 Qualifiers::ObjCLifetime Lifetime; member in struct:__anon15179::BlockLayoutChunk
196 : Alignment(align), Size(size), Lifetime(lifetime),
216 if (left.Lifetime == Qualifiers::OCL_Strong &&
221 else if (left.Lifetime == Qualifiers::OCL_Weak &&
226 if (right.Lifetime == Qualifiers::OCL_Strong &&
231 else if (right.Lifetime == Qualifiers::OCL_Weak &&
2058 Qualifiers::ObjCLifetime Lifetime; local
2059 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) &&
H A DCGDebugInfo.cpp2605 Qualifiers::ObjCLifetime Lifetime; local
2607 Lifetime, HasByrefExtendedLayout)
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1022 mDNSu32 Lifetime; member in struct:NATTraversalInfo_struct

Completed in 175 milliseconds