HomeSort by relevance Sort by last modified time
    Searched full:base (Results 226 - 250 of 46159) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/net/cookies/
cookie_store_test_callbacks.cc 7 #include "base/message_loop/message_loop.h"
8 #include "base/threading/thread.h"
13 CookieCallback::CookieCallback(base::Thread* run_in_thread)
17 parent_loop_(base::MessageLoop::current()),
18 loop_to_quit_(base::MessageLoop::current()) {}
23 run_in_loop_(base::MessageLoop::current()),
25 loop_to_quit_(base::MessageLoop::current()) {}
28 base::MessageLoop* expected_loop = NULL;
38 EXPECT_EQ(expected_loop, base::MessageLoop::current());
39 loop_to_quit_->PostTask(FROM_HERE, base::MessageLoop::QuitClosure())
    [all...]
  /external/chromium_org/remoting/base/
auto_thread_task_runner.h 8 #include "base/basictypes.h"
9 #include "base/callback.h"
10 #include "base/memory/scoped_ptr.h"
11 #include "base/message_loop/message_loop.h"
12 #include "base/single_thread_task_runner.h"
19 class AutoThreadTaskRunner : public base::SingleThreadTaskRunner {
24 AutoThreadTaskRunner(scoped_refptr<base::SingleThreadTaskRunner> task_runner,
25 const base::Closure& stop_task);
30 const base::Closure& task,
31 base::TimeDelta delay) OVERRIDE
    [all...]
  /external/chromium_org/remoting/host/
json_host_config.cc 7 #include "base/bind.h"
8 #include "base/file_util.h"
9 #include "base/files/important_file_writer.h"
10 #include "base/json/json_reader.h"
11 #include "base/json/json_writer.h"
12 #include "base/location.h"
13 #include "base/memory/scoped_ptr.h"
14 #include "base/values.h"
18 JsonHostConfig::JsonHostConfig(const base::FilePath& filename)
29 if (!base::ReadFileToString(filename_, &file_content))
    [all...]
  /external/clang/test/SemaTemplate/
class-template-ctor-initializer.cpp 11 typedef A<X> Base;
12 B1() : Base() {}
24 TmplB<int>() { } // expected-error {{type 'TmplB<int>' is not a direct or virtual base of 'TmplC'}}
30 Tmpl<int>(), // expected-error {{type 'Tmpl<int>' is not a direct or virtual base of 'TmplD'}}
35 class Base {
37 Base() {}
43 Derived() : Base() {}
46 class Final : public Derived<Base> {
58 struct Base { Base(int); }; // expected-note 2{{candidate}
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
adler32.c 11 #define BASE 65521UL /* largest prime smaller than 65536 */
13 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
25 if (a >= (BASE << 16)) a -= (BASE << 16); \
26 if (a >= (BASE << 15)) a -= (BASE << 15); \
27 if (a >= (BASE << 14)) a -= (BASE << 14); \
28 if (a >= (BASE << 13)) a -= (BASE << 13);
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/zlib/
adler32.c 11 #define BASE 65521UL /* largest prime smaller than 65536 */
13 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
25 if (a >= (BASE << 16)) a -= (BASE << 16); \
26 if (a >= (BASE << 15)) a -= (BASE << 15); \
27 if (a >= (BASE << 14)) a -= (BASE << 14); \
28 if (a >= (BASE << 13)) a -= (BASE << 13);
    [all...]
  /external/chromium_org/third_party/libjingle/
libjingle.gyp 51 '<(DEPTH)/base/base.gyp:base',
246 'overrides/talk/base/basictypes.h',
247 'overrides/talk/base/constructormagic.h',
251 'overrides/talk/base/logging.cc',
252 'overrides/talk/base/logging.h',
254 '<(libjingle_source)/talk/base/asyncfile.cc',
255 '<(libjingle_source)/talk/base/asyncfile.h',
256 '<(libjingle_source)/talk/base/asynchttprequest.cc'
    [all...]
  /external/open-vcdiff/src/zlib/
adler32.c 11 #define BASE 65521UL /* largest prime smaller than 65536 */
13 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
25 if (a >= (BASE << 16)) a -= (BASE << 16); \
26 if (a >= (BASE << 15)) a -= (BASE << 15); \
27 if (a >= (BASE << 14)) a -= (BASE << 14); \
28 if (a >= (BASE << 13)) a -= (BASE << 13);
    [all...]
  /external/chromium_org/base/android/
jni_android_unittest.cc 5 #include "base/android/jni_android.h"
7 #include "base/at_exit.h"
8 #include "base/logging.h"
11 namespace base { namespace
16 base::subtle::AtomicWord g_atomic_id = 0;
18 jmethodID id = base::android::MethodID::LazyGet<
19 base::android::MethodID::TYPE_STATIC>(
37 base::Time start_lazy = base::Time::Now();
41 base::Time end_lazy = base::Time::Now()
    [all...]
context_types.cc 5 #include "base/android/context_types.h"
7 #include "base/android/jni_android.h"
8 #include "base/android/scoped_java_ref.h"
9 #include "base/files/file_path.h"
12 namespace base { namespace
26 } // namespace base
jni_registrar.cc 5 #include "base/android/jni_registrar.h"
7 #include "base/debug/trace_event.h"
8 #include "base/logging.h"
9 #include "base/android/jni_android.h"
11 namespace base { namespace
30 } // namespace base
memory_pressure_listener_android.cc 5 #include "base/android/memory_pressure_listener_android.h"
7 #include "base/memory/memory_pressure_listener.h"
13 base::MemoryPressureListener::NotifyMemoryPressure(
14 static_cast<base::MemoryPressureListener::MemoryPressureLevel>(
18 namespace base { namespace
31 } // namespace base
  /external/chromium_org/media/base/
media.cc 5 #include "media/base/media.h"
7 #include "base/files/file_path.h"
8 #include "base/lazy_instance.h"
9 #include "base/path_service.h"
10 #include "base/synchronization/lock.h"
12 #include "media/base/sinc_resampler.h"
13 #include "media/base/vector_math.h"
14 #include "media/base/yuv_convert.h"
20 extern bool InitializeMediaLibraryInternal(const base::FilePath& module_dir);
26 bool Initialize(const base::FilePath& module_dir)
    [all...]
  /external/chromium_org/sync/internal_api/public/util/
weak_handle_unittest.cc 7 #include "base/bind.h"
8 #include "base/compiler_specific.h"
9 #include "base/location.h"
10 #include "base/memory/weak_ptr.h"
11 #include "base/message_loop/message_loop.h"
12 #include "base/threading/thread.h"
22 class Base {
24 Base() : weak_ptr_factory_(this) {}
26 WeakHandle<Base> AsWeakHandle() {
36 MOCK_METHOD2(Test2, void(const int&, Base*));
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
timed_task_helper_unittest.cc 5 #include "base/basictypes.h"
6 #include "base/bind.h"
7 #include "base/location.h"
8 #include "base/memory/scoped_ptr.h"
9 #include "base/message_loop/message_loop_proxy.h"
10 #include "base/run_loop.h"
11 #include "base/time/time.h"
22 : timer_(base::MessageLoopProxy::current().get()), timer_fired_(false) {}
39 base::MessageLoop message_loop;
47 base::TimeDelta::FromSeconds(0)
    [all...]
  /frameworks/native/include/ui/
TVecHelpers.h 61 * operators on a vector of type BASE<T>.
63 * BASE only needs to implement operator[] and size().
64 * By simply inheriting from TVec{Add|Product}Operators<BASE, T> BASE will automatically
68 template <template<typename T> class BASE, typename T>
75 BASE<T>& operator += (const BASE<OTHER>& v) {
76 BASE<T>& rhs = static_cast<BASE<T>&>(*this);
77 for (size_t i=0 ; i<BASE<T>::size() ; i++)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
local_file_reader.cc 9 #include "base/bind.h"
10 #include "base/bind_helpers.h"
11 #include "base/files/file_path.h"
12 #include "base/location.h"
13 #include "base/platform_file.h"
14 #include "base/sequenced_task_runner.h"
15 #include "base/task_runner_util.h"
16 #include "net/base/completion_callback.h"
17 #include "net/base/io_buffer.h"
18 #include "net/base/net_errors.h
    [all...]
fileapi_worker_unittest.cc 7 #include "base/bind.h"
8 #include "base/bind_helpers.h"
9 #include "base/file_util.h"
10 #include "base/memory/scoped_ptr.h"
36 TestFileSystemForOpenFile(const base::FilePath& local_file_path,
43 virtual void OpenFile(const base::FilePath& file_path,
52 base::Bind(&TestFileSystemForOpenFile::Close, base::Unretained(this)));
62 const base::FilePath local_file_path_;
71 const base::FilePath& expected_written_path
    [all...]
  /external/chromium_org/tools/gyp/tools/emacs/testdata/
media.gyp 19 '../base/base.gyp:base',
20 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
125 'base/android/media_jni_registrar.cc',
126 'base/android/media_jni_registrar.h',
127 'base/audio_decoder.cc',
128 'base/audio_decoder.h',
129 'base/audio_decoder_config.cc',
130 'base/audio_decoder_config.h'
    [all...]
  /external/chromium/base/synchronization/
cancellation_flag.cc 5 #include "base/synchronization/cancellation_flag.h"
7 #include "base/logging.h"
9 namespace base { namespace
15 base::subtle::Release_Store(&flag_, 1);
19 return base::subtle::Acquire_Load(&flag_) != 0;
22 } // namespace base
  /external/chromium/base/
sys_string_conversions_mac_unittest.mm 7 #include "base/string16.h"
8 #include "base/sys_string_conversions.h"
13 base::SysNSStringToUTF8(@"Hello, world!").c_str());
16 EXPECT_STREQ("", base::SysNSStringToUTF8(nil).c_str());
17 EXPECT_EQ(string16(), base::SysNSStringToUTF16(nil));
18 EXPECT_STREQ(L"", base::SysNSStringToWide(nil).c_str());
  /external/chromium_org/ash/test/
test_suite_init.mm 9 #include "base/files/file_path.h"
10 #include "base/mac/bundle_locations.h"
11 #include "base/path_service.h"
18 base::FilePath path;
19 PathService::Get(base::DIR_EXE, &path);
21 base::mac::SetOverrideFrameworkBundlePath(path);
  /external/chromium_org/base/synchronization/
cancellation_flag.cc 5 #include "base/synchronization/cancellation_flag.h"
7 #include "base/logging.h"
9 namespace base { namespace
15 base::subtle::Release_Store(&flag_, 1);
19 return base::subtle::Acquire_Load(&flag_) != 0;
22 } // namespace base
  /external/chromium_org/base/test/
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) {
  /external/chromium_org/chrome/browser/android/
intent_helper.h 10 #include "base/strings/string16.h"
16 void SendEmail(const base::string16& data_email,
17 const base::string16& data_subject,
18 const base::string16& data_body,
19 const base::string16& data_chooser_title,
20 const base::string16& data_file_to_attach);

Completed in 1371 milliseconds

1 2 3 4 5 6 7 8 91011>>