OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:base
(Results
1051 - 1075
of
4795
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/chromium_org/base/synchronization/
lock_impl_win.cc
5
#include "
base
/synchronization/lock_impl.h"
7
namespace
base
{
namespace
36
} // namespace
base
waitable_event_unittest.cc
5
#include "
base
/synchronization/waitable_event.h"
7
#include "
base
/compiler_specific.h"
8
#include "
base
/threading/platform_thread.h"
9
#include "
base
/time/time.h"
12
namespace
base
{
namespace
108
} // namespace
base
waitable_event_watcher_win.cc
5
#include "
base
/synchronization/waitable_event_watcher.h"
7
#include "
base
/compiler_specific.h"
8
#include "
base
/synchronization/waitable_event.h"
9
#include "
base
/win/object_watcher.h"
11
namespace
base
{
namespace
48
} // namespace
base
/external/chromium_org/base/system_monitor/
system_monitor.cc
5
#include "
base
/system_monitor/system_monitor.h"
9
#include "
base
/logging.h"
10
#include "
base
/message_loop/message_loop.h"
11
#include "
base
/time/time.h"
13
namespace
base
{
namespace
52
} // namespace
base
system_monitor_unittest.cc
5
#include "
base
/system_monitor/system_monitor.h"
7
#include "
base
/message_loop/message_loop.h"
8
#include "
base
/run_loop.h"
9
#include "
base
/test/mock_devices_changed_observer.h"
13
namespace
base
{
namespace
54
} // namespace
base
/external/chromium_org/base/test/
multiprocess_test.cc
5
#include "
base
/test/multiprocess_test.h"
7
#include "
base
/base_switches.h"
8
#include "
base
/command_line.h"
10
namespace
base
{
namespace
45
base
::LaunchOptions options;
51
base
::LaunchProcess(MakeCmdLine(procname, debug_on_start), options, &handle);
56
} // namespace
base
sequenced_worker_pool_owner.cc
5
#include "
base
/test/sequenced_worker_pool_owner.h"
7
#include "
base
/location.h"
8
#include "
base
/message_loop/message_loop.h"
10
namespace
base
{
namespace
55
} // namespace
base
sequenced_worker_pool_owner.h
11
#include "
base
/basictypes.h"
12
#include "
base
/callback.h"
13
#include "
base
/compiler_specific.h"
14
#include "
base
/memory/ref_counted.h"
15
#include "
base
/synchronization/lock.h"
16
#include "
base
/threading/sequenced_worker_pool.h"
18
namespace
base
{
namespace
59
} // namespace
base
task_runner_test_template.cc
5
#include "
base
/test/task_runner_test_template.h"
7
namespace
base
{
namespace
48
} // namespace
base
test_file_util.h
12
#include "
base
/compiler_specific.h"
13
#include "
base
/files/file_path.h"
15
namespace
base
{
namespace
25
} // namespace
base
27
// TODO(brettw) move all of this to the
base
namespace.
30
// Wrapper over
base
::Delete. On Windows repeatedly invokes Delete in case
33
bool DieFileDie(const
base
::FilePath& file, bool recurse);
37
bool EvictFileFromSystemCache(const
base
::FilePath& file);
41
bool VolumeSupportsADS(const
base
::FilePath& path);
47
bool HasInternetZoneIdentifier(const
base
::FilePath& full_path)
[
all
...]
thread_test_helper.cc
5
#include "
base
/test/thread_test_helper.h"
7
#include "
base
/bind.h"
8
#include "
base
/location.h"
9
#include "
base
/threading/thread_restrictions.h"
11
namespace
base
{
namespace
21
FROM_HERE,
base
::Bind(&ThreadTestHelper::RunInThread, this))) {
24
base
::ThreadRestrictions::ScopedAllowWait allow_wait;
38
} // namespace
base
thread_test_helper.h
8
#include "
base
/compiler_specific.h"
9
#include "
base
/memory/ref_counted.h"
10
#include "
base
/message_loop/message_loop_proxy.h"
11
#include "
base
/synchronization/waitable_event.h"
13
namespace
base
{
namespace
46
} // namespace
base
/external/chromium_org/base/
thread_task_runner_handle.cc
5
#include "
base
/thread_task_runner_handle.h"
7
#include "
base
/lazy_instance.h"
8
#include "
base
/single_thread_task_runner.h"
9
#include "
base
/threading/thread_local.h"
11
namespace
base
{
namespace
15
base
::LazyInstance<
base
::ThreadLocalPointer<ThreadTaskRunnerHandle> >
46
} // namespace
base
tracking_info.h
14
#include "
base
/profiler/tracked_time.h"
15
#include "
base
/time/time.h"
22
namespace
base
{
namespace
28
base
::TimeTicks delayed_run_time);
46
base
::TimeTicks time_posted;
49
base
::TimeTicks delayed_run_time;
52
} // namespace
base
value_conversions.cc
5
#include "
base
/value_conversions.h"
7
#include "
base
/files/file_path.h"
8
#include "
base
/strings/string_number_conversions.h"
9
#include "
base
/time/time.h"
10
#include "
base
/values.h"
12
namespace
base
{
namespace
32
std::string string_value =
base
::Int64ToString(time.ToInternalValue());
39
if (!value.GetAsString(&str) || !
base
::StringToInt64(str, &int_value))
46
} // namespace
base
/external/chromium_org/base/threading/
non_thread_safe.h
9
// non dll-interface class 'Bar' used as
base
for dll-interface class 'Foo'.
12
#include "
base
/compiler_specific.h"
22
#include "
base
/threading/non_thread_safe_impl.h"
25
namespace
base
{
namespace
50
// class MyClass : public
base
::NonThreadSafe {
58
// Note that
base
::ThreadChecker offers identical functionality to
60
// to have a
base
::ThreadChecker as a member, rather than inherit from
62
// the documentation for
base
::ThreadChecker.
71
} // namespace
base
thread_collision_warner.cc
5
#include "
base
/threading/thread_collision_warner.h"
7
#include "
base
/logging.h"
8
#include "
base
/threading/platform_thread.h"
10
namespace
base
{
namespace
64
} // namespace
base
worker_pool_win.cc
5
#include "
base
/threading/worker_pool.h"
7
#include "
base
/bind.h"
8
#include "
base
/callback.h"
9
#include "
base
/debug/trace_event.h"
10
#include "
base
/logging.h"
11
#include "
base
/pending_task.h"
12
#include "
base
/threading/thread_local.h"
13
#include "
base
/tracked_objects.h"
15
namespace
base
{
namespace
19
base
::LazyInstance<ThreadLocalBoolean>::Leak
[
all
...]
/external/chromium_org/base/win/
enum_variant.h
10
#include "
base
/memory/scoped_ptr.h"
11
#include "
base
/win/iunknown_impl.h"
13
namespace
base
{
namespace
50
} // namespace
base
iat_patch_function.h
10
#include "
base
/base_export.h"
11
#include "
base
/basictypes.h"
13
namespace
base
{
namespace
70
} // namespace
base
iunknown_impl.cc
5
#include "
base
/win/iunknown_impl.h"
7
namespace
base
{
namespace
18
base
::AtomicRefCountInc(&ref_count_);
23
if (!
base
::AtomicRefCountDec(&ref_count_)) {
42
} // namespace
base
iunknown_impl_unittest.cc
5
#include "
base
/win/iunknown_impl.h"
7
#include "
base
/win/scoped_com_initializer.h"
10
namespace
base
{
namespace
51
} // namespace
base
message_window.h
10
#include "
base
/base_export.h"
11
#include "
base
/basictypes.h"
12
#include "
base
/callback.h"
13
#include "
base
/compiler_specific.h"
14
#include "
base
/strings/string16.h"
15
#include "
base
/threading/non_thread_safe.h"
17
namespace
base
{
namespace
21
class BASE_EXPORT MessageWindow : public
base
::NonThreadSafe {
29
typedef
base
::Callback<bool(UINT message,
73
} // namespace
base
[
all
...]
sampling_profiler.h
10
#include "
base
/basictypes.h"
11
#include "
base
/time/time.h"
12
#include "
base
/win/scoped_handle.h"
14
namespace
base
{
namespace
48
static bool SetSamplingInterval(
base
::TimeDelta sampling_interval);
49
static bool GetSamplingInterval(
base
::TimeDelta* sampling_interval);
71
} // namespace
base
scoped_select_object.h
10
#include "
base
/basictypes.h"
11
#include "
base
/logging.h"
13
namespace
base
{
namespace
41
} // namespace
base
Completed in 160 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>