OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:base
(Results
701 - 725
of
5077
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/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
55
} // namespace
base
null_task_runner.cc
5
#include "
base
/test/null_task_runner.h"
7
namespace
base
{
namespace
15
const
base
::Closure& task,
16
base
::TimeDelta delay) {
22
const
base
::Closure& task,
23
base
::TimeDelta delay) {
perf_test_suite.cc
5
#include "
base
/test/perf_test_suite.h"
7
#include "
base
/command_line.h"
8
#include "
base
/debug/debugger.h"
9
#include "
base
/files/file_path.h"
10
#include "
base
/path_service.h"
11
#include "
base
/process/launch.h"
12
#include "
base
/strings/string_util.h"
13
#include "
base
/test/perf_log.h"
16
namespace
base
{
namespace
45
} // namespace
base
[
all
...]
perf_time_logger.h
10
#include "
base
/basictypes.h"
11
#include "
base
/timer/elapsed_timer.h"
13
namespace
base
{
namespace
35
} // namespace
base
simple_test_clock.cc
5
#include "
base
/test/simple_test_clock.h"
7
namespace
base
{
namespace
28
} // namespace
base
simple_test_clock.h
8
#include "
base
/compiler_specific.h"
9
#include "
base
/synchronization/lock.h"
10
#include "
base
/time/clock.h"
11
#include "
base
/time/time.h"
13
namespace
base
{
namespace
39
} // namespace
base
simple_test_tick_clock.cc
5
#include "
base
/test/simple_test_tick_clock.h"
7
#include "
base
/logging.h"
9
namespace
base
{
namespace
26
} // namespace
base
simple_test_tick_clock.h
8
#include "
base
/compiler_specific.h"
9
#include "
base
/synchronization/lock.h"
10
#include "
base
/time/tick_clock.h"
11
#include "
base
/time/time.h"
13
namespace
base
{
namespace
36
} // namespace
base
test_pending_task.cc
5
#include "
base
/test/test_pending_task.h"
7
namespace
base
{
namespace
35
} // namespace
base
test_simple_task_runner.h
10
#include "
base
/basictypes.h"
11
#include "
base
/compiler_specific.h"
12
#include "
base
/single_thread_task_runner.h"
13
#include "
base
/test/test_pending_task.h"
14
#include "
base
/threading/thread_checker.h"
16
namespace
base
{
namespace
62
base
::TimeDelta NextPendingTaskDelay() const;
84
} // namespace
base
test_suite.h
14
#include "
base
/at_exit.h"
15
#include "
base
/memory/scoped_ptr.h"
21
namespace
base
{
namespace
69
scoped_ptr<
base
::AtExitManager> at_exit_manager_;
80
} // namespace
base
83
// until we can update it to use "
base
::" (preventing a two-sided patch).
84
using
base
::TestSuite;
/external/chromium_org/base/threading/
thread_checker.h
24
#include "
base
/threading/thread_checker_impl.h"
27
namespace
base
{
namespace
44
//
base
::NonThreadSafe, but it is meant to be held as a member variable, rather
45
// than inherited from
base
::NonThreadSafe.
47
// While inheriting from
base
::NonThreadSafe may give a clear indication about
50
// ThreadChecker member and inheriting from
base
::NonThreadSafe should be based
53
// having that functionality fully encapsulated in the
base
class.
54
// - Derived classes should be able to reassign the
base
class to another
83
} // namespace
base
thread_checker_impl.cc
5
#include "
base
/threading/thread_checker_impl.h"
7
namespace
base
{
namespace
34
} // namespace
base
thread_local_posix.cc
5
#include "
base
/threading/thread_local.h"
9
#include "
base
/logging.h"
11
namespace
base
{
namespace
38
} // namespace
base
thread_local_storage_posix.cc
5
#include "
base
/threading/thread_local_storage.h"
7
#include "
base
/logging.h"
9
namespace
base
{
namespace
49
} // namespace
base
thread_local_win.cc
5
#include "
base
/threading/thread_local.h"
9
#include "
base
/logging.h"
11
namespace
base
{
namespace
40
} // namespace
base
/external/chromium_org/base/timer/
hi_res_timer_manager.h
8
#include "
base
/base_export.h"
9
#include "
base
/basictypes.h"
10
#include "
base
/power_monitor/power_observer.h"
12
namespace
base
{
namespace
16
class BASE_EXPORT HighResolutionTimerManager : public
base
::PowerObserver {
21
//
base
::PowerObserver method.
36
} // namespace
base
hi_res_timer_manager_posix.cc
5
#include "
base
/timer/hi_res_timer_manager.h"
9
namespace
base
{
namespace
24
} // namespace
base
hi_res_timer_manager_win.cc
5
#include "
base
/timer/hi_res_timer_manager.h"
7
#include "
base
/power_monitor/power_monitor.h"
8
#include "
base
/time/time.h"
10
namespace
base
{
namespace
14
base
::PowerMonitor* power_monitor =
base
::PowerMonitor::Get();
21
base
::PowerMonitor::Get()->RemoveObserver(this);
33
base
::Time::EnableHighResolutionTimer(use);
36
} // namespace
base
/external/chromium_org/base/win/
enum_variant.cc
5
#include "
base
/win/enum_variant.h"
9
#include "
base
/logging.h"
11
namespace
base
{
namespace
83
} // namespace
base
iunknown_impl.h
10
#include "
base
/atomic_ref_count.h"
11
#include "
base
/base_export.h"
12
#include "
base
/compiler_specific.h"
14
namespace
base
{
namespace
36
} // namespace
base
message_window_unittest.cc
5
#include "
base
/bind.h"
6
#include "
base
/guid.h"
7
#include "
base
/strings/utf_string_conversions.h"
8
#include "
base
/win/message_window.h"
12
namespace
base
{
namespace
32
EXPECT_TRUE(window.Create(
base
::Bind(&HandleMessage)));
38
EXPECT_TRUE(window.CreateNamed(
base
::Bind(&HandleMessage),
45
EXPECT_TRUE(window.Create(
base
::Bind(&HandleMessage)));
52
string16 name = UTF8ToUTF16(
base
::GenerateGUID());
54
EXPECT_TRUE(window.CreateNamed(
base
::Bind(&HandleMessage), name))
[
all
...]
resource_util.cc
5
#include "
base
/logging.h"
6
#include "
base
/win/resource_util.h"
8
namespace
base
{
namespace
51
} // namespace
base
scoped_bstr.h
11
#include "
base
/base_export.h"
12
#include "
base
/logging.h"
13
#include "
base
/strings/string16.h"
15
namespace
base
{
namespace
95
} // namespace
base
startup_information.h
10
#include "
base
/base_export.h"
11
#include "
base
/basictypes.h"
13
namespace
base
{
namespace
46
} // namespace
base
Completed in 165 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>