HomeSort by relevance Sort by last modified time
    Searched full:lifetime (Results 76 - 100 of 1758) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/test/chromedriver/chrome/
geolocation_override_manager.h 24 // given |DevToolsClient|'s lifetime.
  /external/chromium_org/chrome_elf/
README 4 and is loaded early in chrome.exe's lifetime. This is done by turning the
  /external/chromium_org/content/public/common/
window_container_type.h 24 // upon browser launch and run beyond the lifetime of the pages that
  /external/chromium_org/content/public/test/
test_content_client_initializer.h 28 // of the real implementation. This will last throughout the lifetime of this
  /external/chromium_org/media/filters/
in_memory_url_protocol.h 17 // needs to remain valid for the entire lifetime of
  /external/chromium_org/net/udp/
udp_net_log_parameters.h 25 // the lifetime of the callback.
  /external/chromium_org/url/
url_canon_icu.h 23 // converter. This converter is NOT owned by this object; the lifetime must
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
use-after-scope-temp.cc 4 // Lifetime for temporaries is not emitted yet.
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ie.h 27 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
  /external/chromium/chrome/browser/extensions/
extension_devtools_manager.h 23 // The lifetime of an ExtensionDevToolsBridge object is determined by:
25 // * the lifetime of the inspected tab
extension_host_mac.mm 27 // A RenderWidgetHostViewMac has lifetime scoped to the view. We'll retain it
43 // A RenderWidgetHostViewMac has lifetime scoped to the view. Now that it's
  /external/chromium/chrome/browser/ui/views/
dropdown_bar_host_win.cc 28 // Don't let WidgetWin manage our lifetime. We want our lifetime to
  /external/chromium_org/chrome/browser/metrics/
metrics_network_observer.h 54 // True if |connection_type_| changed during the lifetime of the log.
59 // True if |wifi_phy_layer_protocol_| changed during the lifetime of the log.
  /external/chromium_org/components/webdata/common/
web_database.h 35 // must ensure that the lifetime of |table| exceeds this object's
36 // lifetime. Must only be called before Init.
  /external/chromium_org/content/child/npapi/
npobject_util.h 30 // Needs to be called early in the plugin process lifetime, before any
47 // it contains an NPObject, since the stub will manage its lifetime).
  /external/chromium_org/sandbox/win/src/
app_container.h 38 // the lifetime of this object has to be greater than the lifetime of the
  /external/chromium_org/webkit/browser/fileapi/
sandbox_quota_observer.h 68 // Not owned; sandbox_file_util_ should have identical lifetime with this.
71 // Not owned; file_system_usage_cache_ should have longer lifetime than this.
  /external/clang/test/SemaObjC/
arc-objc-lifetime.m 76 __strong id f1(); // expected-warning{{ARC __strong lifetime qualifier on return type is ignored}}
77 NSObject __unsafe_unretained *f2(int); // expected-warning{{ARC __unsafe_unretained lifetime qualifier on return type is ignored}}
78 __autoreleasing NSObject *f3(void); // expected-warning{{ARC __autoreleasing lifetime qualifier on return type is ignored}}
79 NSObject * __strong f4(void); // expected-warning{{ARC __strong lifetime qualifier on return type is ignored}}
80 NSObject_ptr __strong f5(); // expected-warning{{ARC __strong lifetime qualifier on return type is ignored}}
82 typedef __strong id (*fptr)(int); // expected-warning{{ARC __strong lifetime qualifier on return type is ignored}}
  /external/llvm/test/CodeGen/Mips/
stchar.ll 66 call void @llvm.lifetime.start(i64 -1, i8* %0) nounwind
67 call void @llvm.lifetime.start(i64 -1, i8* %c.i) nounwind
82 call void @llvm.lifetime.end(i64 -1, i8* %0) nounwind
83 call void @llvm.lifetime.end(i64 -1, i8* %c.i) nounwind
87 declare void @llvm.lifetime.start(i64, i8* nocapture) nounwind
89 declare void @llvm.lifetime.end(i64, i8* nocapture) nounwind
  /external/llvm/test/CodeGen/X86/
pr14090.ll 16 call void @llvm.lifetime.start(i64 8, i8* %_Tmp.i39.0.cast73)
38 call void @llvm.lifetime.end(i64 8, i8* %_Tmp.i39.0.cast73)
50 call void @llvm.lifetime.start(i64 8, i8* %sixteen)
57 call void @llvm.lifetime.end(i64 8, i8* %sixteen)
68 declare void @llvm.lifetime.start(i64, i8* nocapture) nounwind
70 declare void @llvm.lifetime.end(i64, i8* nocapture) nounwind
  /external/openssh/
ssh-add.c 80 /* Default lifetime (0 == forever) */
81 static int lifetime = 0; variable
208 if (ssh_add_identity_constrained(ac, private, comment, lifetime,
212 if (lifetime != 0)
214 "Lifetime set to %d seconds\n", lifetime);
245 lifetime, confirm)) {
251 if (lifetime != 0)
252 fprintf(stderr, "Lifetime set to %d seconds\n", lifetime);
    [all...]
  /external/llvm/test/Analysis/BasicAA/
modref.ll 4 declare void @llvm.lifetime.end(i64, i8* nocapture)
68 store i8 %Y, i8* %P2 ;; Not read by lifetime.end, should be removed.
70 call void @llvm.lifetime.end(i64 1, i8* %P)
83 ; CHECK-NEXT: call void @llvm.lifetime.end
84 call void @llvm.lifetime.end(i64 10, i8* %P)
  /external/llvm/test/CodeGen/ARM/
ldrd.ll 72 ; Pair of loads not formed when lifetime markers are set.
86 %0 = bitcast [256 x i16]* %orig_blocks to i8*call void @llvm.lifetime.start(i64 512, i8* %0) nounwind
91 call void @llvm.lifetime.end(i64 512, i8* %0) nounwind
96 declare void @llvm.lifetime.start(i64, i8* nocapture) nounwind
97 declare void @llvm.lifetime.end(i64, i8* nocapture) nounwind
  /external/llvm/lib/CodeGen/
StackColoring.cpp 11 // lifetime markers machine instructions (LIFESTART_BEGIN and LIFESTART_END),
12 // which represent the possible lifetime of stack slots. It attempts to
65 /// The user may write code that uses allocas outside of the declared lifetime
72 cl::desc("Do not optimize lifetime zones that "
75 STATISTIC(NumMarkerSeen, "Number of lifetime markers found.");
78 STATISTIC(EscapedAllocas, "Number of allocas that escaped the lifetime region");
121 /// The list of lifetime markers found. These markers are to be removed
151 /// Removes all of the lifetime marker instructions from the function.
155 /// Scan the machine function and find all of the lifetime markers.
160 /// Perform the dataflow calculation and calculate the lifetime for each o
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/
GSSManagerTest.java 100 GSSCredential myCred, int lifetime)
106 public GSSCredential createCredential(GSSName name, int lifetime,
113 public GSSCredential createCredential(GSSName name, int lifetime,

Completed in 360 milliseconds

1 2 34 5 6 7 8 91011>>