OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Leaky
(Results
1 - 25
of
33
) sorted by null
1
2
/external/libchrome/base/threading/
thread_restrictions.cc
17
LazyInstance<ThreadLocalBoolean>::
Leaky
20
LazyInstance<ThreadLocalBoolean>::
Leaky
23
LazyInstance<ThreadLocalBoolean>::
Leaky
thread_task_runner_handle.cc
18
base::LazyInstance<base::ThreadLocalPointer<ThreadTaskRunnerHandle>>::
Leaky
sequenced_task_runner_handle.cc
19
base::LazyInstance<base::ThreadLocalPointer<SequencedTaskRunnerHandle>>::
Leaky
worker_pool.cc
100
base::LazyInstance<TaskRunnerHolder>::
Leaky
worker_pool_posix.cc
28
base::LazyInstance<ThreadLocalBoolean>::
Leaky
/external/libbrillo/brillo/message_loops/
message_loop.cc
17
base::LazyInstance<base::ThreadLocalPointer<MessageLoop> >::
Leaky
lazy_tls_ptr =
/external/libchrome/base/
rand_util_posix.cc
37
base::LazyInstance<URandomFd>::
Leaky
g_urandom_fd = LAZY_INSTANCE_INITIALIZER;
sys_info.cc
35
internal::LazySysInfoValue<bool, DetectLowEndDevice> >::
Leaky
sys_info_posix.cc
58
base::internal::LazySysInfoValue<int, NumberOfProcessors> >::
Leaky
73
base::internal::LazySysInfoValue<int64_t, AmountOfVirtualMemory>>::
Leaky
sys_info_linux.cc
37
base::internal::LazySysInfoValue<int64_t, AmountOfPhysicalMemory>>::
Leaky
lazy_instance.h
85
// Use LazyInstance<T>::
Leaky
for a less-verbose call-site typedef; e.g.:
86
// base::LazyInstance<T>::
Leaky
my_leaky_lazy_instance;
135
// Convenience typedef to avoid having to repeat Type for
leaky
lazy
137
typedef LazyInstance<Type, internal::LeakyLazyInstanceTraits<Type> >
Leaky
;
lazy_instance_unittest.cc
134
// Check that using a *
leaky
* LazyInstance makes the dtor not run
139
static base::LazyInstance<DeleteLogger>::
Leaky
cpu.cc
133
base::LazyInstance<LazyCpuInfoValue>::
Leaky
g_lazy_cpuinfo =
tracked_objects.h
667
static base::LazyInstance<base::Lock>::
Leaky
list_lock_;
[
all
...]
/external/libmojo/base/android/
context_utils.cc
22
base::LazyInstance<base::android::ScopedJavaGlobalRef<jobject>>::
Leaky
trace_event_binding.cc
63
base::LazyInstance<TraceEnabledObserver>::
Leaky
g_trace_enabled_state_observer_;
jni_android.cc
25
base::LazyInstance<base::android::ScopedJavaGlobalRef<jobject> >::
Leaky
record_histogram.cc
198
LazyInstance<HistogramCache>::
Leaky
g_histograms;
/external/libmojo/mojo/edk/system/
request_context.cc
16
base::LazyInstance<base::ThreadLocalPointer<RequestContext>>::
Leaky
/external/libchrome/base/task_scheduler/
scheduler_lock_impl.cc
110
LazyInstance<SafeAcquisitionTracker>::
Leaky
g_safe_acquisition_tracker =
/external/libchrome/base/message_loop/
message_pump_glib.cc
137
static LazyInstance<Lock>::
Leaky
thread_info_lock = LAZY_INSTANCE_INITIALIZER;
/external/libchrome/base/time/
time.cc
298
static LazyInstance<UnixEpochSingleton>::
Leaky
time_posix.cc
37
base::LazyInstance<base::Lock>::
Leaky
/external/libmojo/base/
path_service.cc
132
static LazyInstance<PathData>::
Leaky
g_path_data = LAZY_INSTANCE_INITIALIZER;
/external/libchrome/base/metrics/
statistics_recorder.cc
25
base::LazyInstance<base::StatisticsRecorder>::
Leaky
g_statistics_recorder_ =
Completed in 209 milliseconds
1
2