Searched refs:Core (Results 1 - 25 of 96) sorted by relevance

1234

/external/clang/lib/Rewrite/
H A DMakefile12 PARALLEL_DIRS := Core
/external/clang/lib/StaticAnalyzer/
H A DMakefile16 PARALLEL_DIRS := Core
/external/chromium/chrome/browser/chromeos/login/
H A Downership_status_checker.h34 class Core : public base::RefCountedThreadSafe<Core> { class in class:chromeos::OwnershipStatusChecker
36 explicit Core(Callback* callback);
51 DISALLOW_COPY_AND_ASSIGN(Core);
54 scoped_refptr<Core> core_;
H A Downership_status_checker.cc12 : core_(new Core(callback)) {
20 OwnershipStatusChecker::Core::Core(Callback* callback) function in class:chromeos::OwnershipStatusChecker::Core
24 void OwnershipStatusChecker::Core::Check() {
33 &OwnershipStatusChecker::Core::ReportResult,
40 &OwnershipStatusChecker::Core::CheckOnFileThread));
44 void OwnershipStatusChecker::Core::Cancel() {
49 void OwnershipStatusChecker::Core::CheckOnFileThread() {
56 &OwnershipStatusChecker::Core::ReportResult,
60 void OwnershipStatusChecker::Core
[all...]
/external/chromium/chrome/common/net/
H A Durl_fetcher.cc33 class URLFetcher::Core class in class:URLFetcher
34 : public base::RefCountedThreadSafe<URLFetcher::Core>,
41 Core(URLFetcher* fetcher,
70 friend class base::RefCountedThreadSafe<URLFetcher::Core>;
77 void AddURLFetcherCore(Core* core);
78 void RemoveURLFetcherCore(Core* core);
87 std::set<Core*> fetchers_;
92 virtual ~Core();
173 DISALLOW_COPY_AND_ASSIGN(Core);
176 URLFetcher::Core
229 URLFetcher::Core::Core(URLFetcher* fetcher, function in class:URLFetcher::Core
[all...]
/external/chromium/chrome/browser/sync/notifier/
H A Dnon_blocking_invalidation_notifier.cc17 class NonBlockingInvalidationNotifier::Core class in class:sync_notifier::NonBlockingInvalidationNotifier
18 : public base::RefCountedThreadSafe<NonBlockingInvalidationNotifier::Core>,
22 Core();
45 base::RefCountedThreadSafe<NonBlockingInvalidationNotifier::Core>;
47 ~Core();
52 DISALLOW_COPY_AND_ASSIGN(Core);
55 NonBlockingInvalidationNotifier::Core::Core() function in class:sync_notifier::NonBlockingInvalidationNotifier::Core
59 NonBlockingInvalidationNotifier::Core::~Core() {
[all...]
H A Dnon_blocking_invalidation_notifier.h46 class Core;
47 scoped_refptr<Core> core_;
/external/chromium/net/proxy/
H A Dsync_host_resolver_bridge.cc17 // SyncHostResolverBridge::Core ----------------------------------------------
19 class SyncHostResolverBridge::Core class in class:net::SyncHostResolverBridge
20 : public base::RefCountedThreadSafe<SyncHostResolverBridge::Core> {
22 Core(HostResolver* resolver, MessageLoop* host_resolver_loop);
37 friend class base::RefCountedThreadSafe<SyncHostResolverBridge::Core>;
55 net::CompletionCallbackImpl<Core> callback_;
71 DISALLOW_COPY_AND_ASSIGN(Core);
74 SyncHostResolverBridge::Core::Core(HostResolver* host_resolver, function in class:net::SyncHostResolverBridge::Core
79 callback_(this, &Core
[all...]
H A Dpolling_proxy_config_service.h47 class Core;
48 scoped_refptr<Core> core_;
H A Dsync_host_resolver_bridge.h41 class Core;
44 scoped_refptr<Core> core_;
H A Dpolling_proxy_config_service.cc19 class PollingProxyConfigService::Core class in class:net::PollingProxyConfigService
20 : public base::RefCountedThreadSafe<PollingProxyConfigService::Core> {
22 Core(base::TimeDelta poll_interval, function in class:net::PollingProxyConfigService::Core
93 NewRunnableMethod(this, &Core::PollOnWorkerThread, get_config_func_),
106 NewRunnableMethod(this, &Core::GetConfigCompleted, config));
179 : core_(new Core(poll_interval, get_config_func)) {
/external/eigen/doc/examples/
H A DDenseBase_middleCols_int.cpp1 #include <Eigen/Core>
H A DDenseBase_middleRows_int.cpp1 #include <Eigen/Core>
H A DDenseBase_template_int_middleCols.cpp1 #include <Eigen/Core>
H A DDenseBase_template_int_middleRows.cpp1 #include <Eigen/Core>
H A DTutorial_PartialLU_solve.cpp1 #include <Eigen/Core>
H A DTutorial_simple_example_fixed_size.cpp1 #include <Eigen/Core>
H A Dclass_CwiseUnaryOp_ptrfun.cpp1 #include <Eigen/Core>
H A Dfunction_taking_eigenbase.cpp2 #include <Eigen/Core>
/external/chromium/chrome/browser/sync/glue/
H A Dsync_backend_host.cc61 : core_(new Core(ALLOW_THIS_IN_INITIALIZER_LIST(this))),
144 InitCore(Core::DoInitializeOptions(
201 void SyncBackendHost::InitCore(const Core::DoInitializeOptions& options) {
203 NewRunnableMethod(core_.get(), &SyncBackendHost::Core::DoInitialize,
210 &SyncBackendHost::Core::DoUpdateCredentials,
216 NewRunnableMethod(core_.get(), &SyncBackendHost::Core::DoStartSyncing));
237 NewRunnableMethod(core_.get(), &SyncBackendHost::Core::DoSetPassphrase,
249 &SyncBackendHost::Core::DoShutdown,
266 // frontend_loop_ by our Core) will epically fail because the CRT won't be
406 &SyncBackendHost::Core
670 SyncBackendHost::Core::Core(SyncBackendHost* backend) function in class:browser_sync::SyncBackendHost::Core
[all...]
/external/chromium/chrome/browser/net/
H A Dview_http_cache_job_factory.cc25 core_(new Core),
44 class Core : public base::RefCounted<Core> { class in class:__anon2280::ViewHttpCacheJob
46 Core() function in class:__anon2280::ViewHttpCacheJob::Core
49 callback_(this, &Core::OnIOComplete)),
65 friend class base::RefCounted<Core>;
67 ~Core() {}
75 net::CompletionCallbackImpl<Core> callback_;
78 DISALLOW_COPY_AND_ASSIGN(Core);
86 scoped_refptr<Core> core
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
H A DTestDriver.cs39 using MbUnit.Core;
/external/eigen/bench/
H A Dbench_sum.cpp2 #include <Eigen/Core>
/external/chromium/chrome/common/net/gaia/
H A Dgaia_oauth_client.h68 class Core;
69 scoped_refptr<Core> core_;
/external/clang/
H A DAndroid.mk19 lib/Rewrite/Core \
24 lib/StaticAnalyzer/Core \

Completed in 1439 milliseconds

1234