HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 1651 - 1675 of 5077) sorted by null

<<61626364656667686970>>

  /external/chromium_org/base/
async_socket_io_handler.h 8 #include "base/message_loop/message_loop.h"
9 #include "base/sync_socket.h"
10 #include "base/threading/non_thread_safe.h"
12 namespace base { namespace
23 // SocketReader(base::CancelableSyncSocket* socket)
26 // base::Bind(&SocketReader::OnDataAvailable,
27 // base::Unretained(this));
42 // base::AsyncSocketIoHandler io_handler;
43 // base::CancelableSyncSocket* socket_;
48 : public NON_EXPORTED_BASE(base::NonThreadSafe)
    [all...]
atomicops_internals_atomicword_compat.h 5 // This file is an internal atomic implementation, use base/atomicops.h instead.
23 namespace base { namespace
54 return base::subtle::Acquire_CompareAndSwap(
61 return base::subtle::Release_CompareAndSwap(
71 return base::subtle::Acquire_Store(
76 return base::subtle::Release_Store(
86 return base::subtle::Acquire_Load(
91 return base::subtle::Release_Load(
95 } // namespace base::subtle
96 } // namespace base
    [all...]
base_paths.h 8 // This file declares path keys for the base module. These can be used with
14 #include "base/base_paths_win.h"
16 #include "base/base_paths_mac.h"
18 #include "base/base_paths_android.h"
22 #include "base/base_paths_posix.h"
25 namespace base { namespace
49 } // namespace base
callback.h 13 #include "base/callback_forward.h"
14 #include "base/callback_internal.h"
15 #include "base/template_util.h"
18 // Closure should #include "base/callback_forward.h" instead of this file.
34 // A callback with no unbound input parameters (base::Callback<void(void)>)
35 // is called a base::Closure. Note that this is NOT the same as what other
56 // base::Callback<int(void)> func_cb = base::Bind(&Return5);
64 // class Ref : public base::RefCountedThreadSafe<Ref> {
70 // base::Callback<void(void)> ref_cb = base::Bind(&Ref::Foo, ref)
350 namespace base { namespace
    [all...]
callback_internal.h 13 #include "base/base_export.h"
14 #include "base/memory/ref_counted.h"
15 #include "base/memory/scoped_ptr.h"
20 namespace base { namespace
176 } // namespace base
cancelable_callback.h 5 // CancelableCallback is a wrapper around base::Callback that allows
34 // CancelableClosure timeout(base::Bind(&TimeoutCallback, "Test timed out."));
45 #include "base/base_export.h"
46 #include "base/bind.h"
47 #include "base/callback.h"
48 #include "base/callback_internal.h"
49 #include "base/compiler_specific.h"
50 #include "base/logging.h"
51 #include "base/memory/weak_ptr.h"
53 namespace base { namespace
    [all...]
cancelable_callback_unittest.cc 5 #include "base/cancelable_callback.h"
7 #include "base/bind.h"
8 #include "base/bind_helpers.h"
9 #include "base/memory/ref_counted.h"
10 #include "base/message_loop/message_loop.h"
11 #include "base/run_loop.h"
14 namespace base { namespace
33 base::Bind(&Increment, base::Unretained(&count)));
35 base::Closure callback = cancelable.callback()
    [all...]
command_line.h 23 #include "base/base_export.h"
26 namespace base { namespace
48 explicit CommandLine(const base::FilePath& program);
76 // you want to reset the base library to its initial state (for example, in an
111 base::FilePath GetProgram() const;
112 void SetProgram(const base::FilePath& program);
121 base::FilePath GetSwitchValuePath(const std::string& switch_string) const;
131 const base::FilePath& path);
151 void AppendArgPath(const base::FilePath& value);
cpu.cc 5 #include "base/cpu.h"
11 #include "base/basictypes.h"
21 namespace base { namespace
181 } // namespace base
deferred_sequenced_task_runner.cc 5 #include "base/deferred_sequenced_task_runner.h"
7 #include "base/bind.h"
8 #include "base/logging.h"
10 namespace base { namespace
100 } // namespace base
deferred_sequenced_task_runner.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/memory/ref_counted.h"
15 #include "base/sequenced_task_runner.h"
16 #include "base/synchronization/lock.h"
17 #include "base/time/time.h"
18 #include "base/tracked_objects.h"
20 namespace base { namespace
    [all...]
environment_unittest.cc 5 #include "base/environment.h"
6 #include "base/memory/scoped_ptr.h"
12 namespace base { namespace
164 } // namespace base
event_recorder.h 8 #include "base/base_export.h"
9 #include "base/basictypes.h"
18 namespace base { namespace
107 } // namespace base
  /external/chromium_org/base/containers/
linked_list_unittest.cc 5 #include "base/basictypes.h"
6 #include "base/containers/linked_list.h"
9 namespace base { namespace
261 } // namespace base
  /external/chromium_org/base/debug/
proc_maps_linux.h 11 #include "base/base_export.h"
12 #include "base/basictypes.h"
14 namespace base { namespace
88 } // namespace base
stack_trace_unittest.cc 9 #include "base/debug/stack_trace.h"
10 #include "base/logging.h"
11 #include "base/process/kill.h"
12 #include "base/process/process_handle.h"
13 #include "base/test/test_timeouts.h"
18 #include "base/test/multiprocess_test.h"
21 namespace base { namespace
155 std::string itoa_r_wrapper(intptr_t i, size_t sz, int base, size_t padding) {
159 char* result = internal::itoa_r(i, buffer, sz, base, padding);
229 } // namespace base
    [all...]
trace_event_win.cc 4 #include "base/debug/trace_event_win.h"
6 #include "base/logging.h"
7 #include "base/memory/singleton.h"
10 namespace base { namespace
13 using base::win::EtwEventType;
14 using base::win::EtwMofEvent;
123 } // namespace base
trace_event_win.h 11 #include "base/base_export.h"
12 #include "base/debug/trace_event.h"
13 #include "base/win/event_trace_provider.h"
19 namespace base { namespace
24 class BASE_EXPORT TraceEventETWProvider : public base::win::EtwTraceProvider {
104 const base::win::EtwEventType kTraceEventTypeBegin = 0x10;
105 const base::win::EtwEventType kTraceEventTypeEnd = 0x11;
106 const base::win::EtwEventType kTraceEventTypeInstant = 0x12;
121 } // namespace base
  /external/chromium_org/base/files/
dir_reader_posix_unittest.cc 5 #include "base/files/dir_reader_posix.h"
13 #include "base/logging.h"
17 #include "base/os_compat_android.h"
20 namespace base { namespace
92 } // namespace base
file_enumerator_win.cc 5 #include "base/files/file_enumerator.h"
9 #include "base/logging.h"
10 #include "base/threading/thread_restrictions.h"
11 #include "base/win/windows_version.h"
13 namespace base { namespace
37 base::Time FileEnumerator::FileInfo::GetLastModifiedTime() const {
38 return base::Time::FromFileTime(find_data_.ftLastWriteTime);
87 base::ThreadRestrictions::AssertIOAllowed();
103 if (base::win::GetVersion() >= base::win::VERSION_WIN7)
    [all...]
file_path_watcher.h 10 #include "base/base_export.h"
11 #include "base/basictypes.h"
12 #include "base/callback.h"
13 #include "base/files/file_path.h"
14 #include "base/memory/ref_counted.h"
15 #include "base/message_loop/message_loop_proxy.h"
17 namespace base { namespace
33 typedef base::Callback<void(const FilePath& path, bool error)> Callback;
36 class PlatformDelegate : public base::RefCountedThreadSafe<PlatformDelegate> {
51 friend class base::RefCountedThreadSafe<PlatformDelegate>
    [all...]
file_util_proxy.h 8 #include "base/base_export.h"
9 #include "base/callback_forward.h"
10 #include "base/files/file_path.h"
11 #include "base/memory/ref_counted.h"
12 #include "base/platform_file.h"
18 namespace base { namespace
63 // base::PLATFORM_FILE_CREATE_ALWAYS
64 // base::PLATFORM_FILE_WRITE
65 // base::PLATFORM_FILE_TEMPORARY.
67 // base::PLATFORM_FILE_ASYNC to support asynchronous file operations
    [all...]
important_file_writer.h 10 #include "base/base_export.h"
11 #include "base/basictypes.h"
12 #include "base/files/file_path.h"
13 #include "base/memory/ref_counted.h"
14 #include "base/threading/non_thread_safe.h"
15 #include "base/time/time.h"
16 #include "base/timer/timer.h"
18 namespace base { namespace
65 base::SequencedTaskRunner* task_runner);
105 const scoped_refptr<base::SequencedTaskRunner> task_runner_
    [all...]
important_file_writer_unittest.cc 5 #include "base/files/important_file_writer.h"
7 #include "base/compiler_specific.h"
8 #include "base/file_util.h"
9 #include "base/files/file_path.h"
10 #include "base/files/scoped_temp_dir.h"
11 #include "base/logging.h"
12 #include "base/message_loop/message_loop.h"
13 #include "base/run_loop.h"
14 #include "base/threading/thread.h"
15 #include "base/time/time.h
18 namespace base { namespace
    [all...]
scoped_temp_dir.cc 5 #include "base/files/scoped_temp_dir.h"
7 #include "base/file_util.h"
8 #include "base/logging.h"
10 namespace base { namespace
26 if (!base::CreateNewTempDirectory(FILE_PATH_LITERAL("scoped_dir"), &path_))
37 if (!base::CreateDirectory(base_path))
41 if (!base::CreateTemporaryDirInDir(base_path,
53 if (!DirectoryExists(path) && !base::CreateDirectory(path))
64 bool ret = base::DeleteFile(path_, true);
83 } // namespace base
    [all...]

Completed in 248 milliseconds

<<61626364656667686970>>