HomeSort by relevance Sort by last modified time
    Searched refs:Core (Results 1 - 25 of 872) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/Rewrite/
Makefile 12 PARALLEL_DIRS := Core
  /external/clang/lib/StaticAnalyzer/
Makefile 16 PARALLEL_DIRS := Core
  /external/chromium/chrome/browser/chromeos/login/
ownership_status_checker.h 33 // The refcounted core that handles the thread switching.
34 class Core : public base::RefCountedThreadSafe<Core> {
36 explicit Core(Callback* callback);
51 DISALLOW_COPY_AND_ASSIGN(Core);
54 scoped_refptr<Core> core_;
ownership_status_checker.cc 12 : core_(new Core(callback)) {
20 OwnershipStatusChecker::Core::Core(Callback* callback)
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::ReportResult
    [all...]
  /external/chromium/net/proxy/
polling_proxy_config_service.h 47 class Core;
48 scoped_refptr<Core> core_;
sync_host_resolver_bridge.cc 17 // SyncHostResolverBridge::Core ----------------------------------------------
19 class SyncHostResolverBridge::Core
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,
79 callback_(this, &Core::OnResolveCompletion))
    [all...]
sync_host_resolver_bridge.h 41 class Core;
44 scoped_refptr<Core> core_;
polling_proxy_config_service.cc 19 class PollingProxyConfigService::Core
20 : public base::RefCountedThreadSafe<PollingProxyConfigService::Core> {
22 Core(base::TimeDelta poll_interval,
93 NewRunnableMethod(this, &Core::PollOnWorkerThread, get_config_func_),
106 NewRunnableMethod(this, &Core::GetConfigCompleted, config));
179 : core_(new Core(poll_interval, get_config_func)) {
  /external/chromium/chrome/common/net/
url_fetcher.cc 33 class URLFetcher::Core
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();
    [all...]
  /external/chromium/chrome/browser/sync/notifier/
non_blocking_invalidation_notifier.cc 17 class NonBlockingInvalidationNotifier::Core
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()
59 NonBlockingInvalidationNotifier::Core::~Core() {
    [all...]
non_blocking_invalidation_notifier.h 46 class Core;
47 scoped_refptr<Core> core_;
  /external/eigen/doc/examples/
DenseBase_middleCols_int.cpp 1 #include <Eigen/Core>
DenseBase_middleRows_int.cpp 1 #include <Eigen/Core>
DenseBase_template_int_middleCols.cpp 1 #include <Eigen/Core>
DenseBase_template_int_middleRows.cpp 1 #include <Eigen/Core>
Tutorial_PartialLU_solve.cpp 1 #include <Eigen/Core>
Tutorial_simple_example_fixed_size.cpp 1 #include <Eigen/Core>
class_CwiseUnaryOp_ptrfun.cpp 1 #include <Eigen/Core>
function_taking_eigenbase.cpp 2 #include <Eigen/Core>
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc 61 : 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::FinishConfigureDataTypes))
    [all...]
  /external/chromium/chrome/browser/net/
view_http_cache_job_factory.cc 25 core_(new Core),
44 class Core : public base::RefCounted<Core> {
46 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/eigen/bench/
bench_sum.cpp 2 #include <Eigen/Core>
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domconfigparameternames01.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level3/core/domconfigparameternames01";
79 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-domConfig
80 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#DOMConfiguration-parameterNames
81 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-canonical-form
82 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-cdata-sections
83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-check-character-normalizatio
    [all...]
  /external/chromium/chrome/common/net/gaia/
gaia_oauth_client.h 68 class Core;
69 scoped_refptr<Core> core_;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
TestDriver.cs 39 using MbUnit.Core;

Completed in 1041 milliseconds

1 2 3 4 5 6 7 8 91011>>