HomeSort by relevance Sort by last modified time
    Searched full:lifetime (Results 251 - 275 of 882) sorted by null

<<11121314151617181920>>

  /external/tcpdump/
print-ip6opts.c 226 printf(", lifetime: %u", EXTRACT_32BITS(&bp[i + 6]));
248 printf(", lifetime: %u", EXTRACT_32BITS(&bp[i + 5]));
print-mobility.c 269 printf(" lifetime=%d", EXTRACT_16BITS(&bp[hlen]) << 2);
285 printf(" lifetime=%d", EXTRACT_16BITS(&bp[hlen]) << 2);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8InjectedScriptManager.cpp 121 // an object whose lifetime consides with that of the inspected context.
136 // an object whose lifetime consides with that of the inspected context.
  /frameworks/base/docs/html/guide/topics/processes/
process-lifecycle.jd 10 lifetime is <em>not</em> directly controlled by the application itself.
18 and {@link android.content.BroadcastReceiver}) impact the lifetime
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
condition_variable 228 // ownership of _M_mutex lock to an object with shorter lifetime.
250 // ownership of _M_mutex lock to an object with shorter lifetime.
  /external/chromium/third_party/libjingle/source/talk/base/
httpclient.cc 144 // Compute lifetime of document
145 unsigned long lifetime; local
147 lifetime = atoi(s_temp.c_str());
150 lifetime = i_temp - date;
154 lifetime = (now - i_temp) / 10;
159 return (lifetime > current_age) ? HCS_FRESH : HCS_STALE;
  /external/ipsec-tools/src/racoon/
cftoken.l 292 <S_SAINFS>lifetime { YYD; return(LIFETIME); }
349 <S_RMTS>lifetime { YYD; return(LIFETIME); }
368 <S_RMTP>lifetime { YYD; return(LIFETIME); }
  /external/clang/docs/
AutomaticReferenceCounting.rst 165 lifetime is manually managed using a reference count. This is done using two
215 users must explicitly manage the lifetime of their objects, breaking cycles
489 to do something to shorten the lifetime of the returned value.
556 We cannot ensure the correct management of the lifetime of objects if they
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 457 /// variable with lifetime.
460 Qualifiers::ObjCLifetime lifetime) {
461 switch (lifetime) {
537 Qualifiers::ObjCLifetime lifetime = lvalue.getObjCLifetime(); local
538 if (!lifetime) {
546 // If we're emitting a value with lifetime, we have to do the
559 if (lifetime != Qualifiers::OCL_ExplicitNone)
578 if (lifetime == Qualifiers::OCL_Weak)
589 switch (lifetime) {
627 if (accessedByInit && lifetime == Qualifiers::OCL_Strong)
639 Qualifiers::ObjCLifetime lifetime = lvalue.getObjCLifetime(); local
    [all...]
CGBlocks.cpp 186 Qualifiers::ObjCLifetime Lifetime;
191 Qualifiers::ObjCLifetime lifetime,
194 : Alignment(align), Size(size), Lifetime(lifetime),
214 if (left.Lifetime == Qualifiers::OCL_Strong &&
219 else if (left.Lifetime == Qualifiers::OCL_Weak &&
224 if (right.Lifetime == Qualifiers::OCL_Strong &&
229 else if (right.Lifetime == Qualifiers::OCL_Weak &&
276 // lifetime results in undefined behavior.
405 // If we have a lifetime qualifier, honor it for capture purposes
407 Qualifiers::ObjCLifetime lifetime = local
    [all...]
CGValue.h 100 /// Does an ARC strong l-value have precise lifetime?
154 // Lvalue has ARC imprecise lifetime. We store this inverted to try
397 /// be initialied. Only 'volatile' and the Objective-C lifetime
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 154 static cl::opt<bool> ClCheckLifetime("asan-check-lifetime",
155 cl::desc("Use llvm.lifetime intrinsics to insert extra checks"),
404 // Collect alloca, ret, lifetime instructions etc.
443 /// \brief Collect lifetime intrinsic calls to check for use-after-scope
451 // Found lifetime intrinsic, add ASan instrumentation if necessary.
461 // Find alloca instruction that corresponds to llvm.lifetime argument.
    [all...]
  /external/chromium/net/http/
http_auth_handler_negotiate_unittest.cc 105 23, // Lifetime
113 23, // Lifetime
154 0, // Lifetime
  /external/chromium/net/proxy/
proxy_service.h 45 // remain alive for the lifetime of this ProxyService.
165 // lifetime of the ProxyService.
199 // |net_log|'s lifetime must exceed ProxyService.
  /external/iproute2/doc/
api-ip6-flowlabels.tex 74 Flow labels have finite lifetime and source is not allowed to reuse
75 flow label for another flow within the maximal lifetime has expired,
78 Flow state, including lifetime, is propagated along datagram path
  /external/chromium/chrome/browser/autofill/
personal_data_manager.h 143 // lifetime is until the web database is updated with new profile and credit
242 // references. Lifetime managed by |web_profiles_| and |auxiliary_profiles_|.
  /external/libnl-headers/
netlink-types.h 209 /* Preferred lifetime in seconds */
212 /* Valid lifetime in seconds */
  /external/llvm/include/llvm/ADT/
ArrayRef.h 23 /// situations where the data resides in some other buffer, whose lifetime
166 /// situations where the data resides in some other buffer, whose lifetime
  /external/webkit/Source/WebKit/chromium/src/
FrameLoaderClientImpl.h 69 // This context is not tied to the lifetime of its frame, and is destroyed
224 // The WebFrame that owns this object and manages its lifetime. Therefore,
  /external/webp/include/webp/
demux.h 150 // NOTE: 'dmux' must persist for the lifetime of 'iter'.
192 // NOTE: 'dmux' must persist for the lifetime of the iterator.
  /external/ceres-solver/internal/ceres/
evaluator.h 102 // the lifetime of the optimization problem, this method is used to
  /external/chromium/base/
message_pump_libevent.h 101 // can later be used to manage the lifetime of this event.
tracked.h 102 // significant lifetime begins (and its waiting to be woken up has passed).
  /external/chromium/chrome/browser/
background_contents_service.h 37 // managing the lifetime of BackgroundContents (tracking the set of background
  /external/chromium/chrome/browser/chromeos/cros/
cros_library.h 187 // the end of the object lifetime. Useful for testing.

Completed in 632 milliseconds

<<11121314151617181920>>