OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:base
(Results
651 - 675
of
4795
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
EnormousTest.java
5
package org.chromium.
base
.test.util;
Feature.java
5
package org.chromium.
base
.test.util;
PhoneOnly.java
5
package org.chromium.
base
.test.util;
TabletOnly.java
5
package org.chromium.
base
.test.util;
TimeoutScale.java
5
package org.chromium.
base
.test.util;
/external/chromium_org/base/test/
mock_time_provider.cc
5
#include "
base
/logging.h"
6
#include "
base
/test/mock_time_provider.h"
10
namespace
base
{
namespace
31
} // namespace
base
multiprocess_test_android.cc
5
#include "
base
/test/multiprocess_test.h"
9
#include "
base
/containers/hash_tables.h"
10
#include "
base
/logging.h"
11
#include "
base
/posix/eintr_wrapper.h"
14
namespace
base
{
namespace
61
} // 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
/perftimer.h"
12
#include "
base
/process/launch.h"
13
#include "
base
/strings/string_util.h"
16
namespace
base
{
namespace
29
PathService::Get(
base
::FILE_EXE, &exe)
[
all
...]
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
64
scoped_ptr<
base
::AtExitManager> at_exit_manager_;
75
} // namespace
base
78
// until we can update it to use "
base
::" (preventing a two-sided patch).
79
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
40
} // 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
42
} // 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
Completed in 253 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>