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

1 2 3 4 5 6 7 8 91011>>

  /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/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/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...]
documentnormalizedocument07.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level3/core/documentnormalizedocument07";
84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-normalizeDocument
85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-split-cdata-sections
86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-severity
87 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-message
88 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-typ
    [all...]
domimplementationregistry13.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level3/core/domimplementationregistry13";
72 DOMImplementationRegistry.getDOMImplementationList("cOrE") should return a
74 where hasFeature("Core", null) returns true.
77 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding
78 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/ecma-script-binding
79 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ID-getDOMImpls
80 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#DOMImplementationList-item
81 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#DOMImplementationList-lengt
    [all...]
  /external/chromium/chrome/common/net/gaia/
gaia_oauth_client.h 68 class Core;
69 scoped_refptr<Core> core_;
gaia_oauth_client.cc 24 class GaiaOAuthClient::Core
25 : public base::RefCountedThreadSafe<GaiaOAuthClient::Core>,
28 Core(const std::string& gaia_url,
35 virtual ~Core() { }
73 void GaiaOAuthClient::Core::GetTokensFromAuthCode(
87 void GaiaOAuthClient::Core::RefreshToken(
101 void GaiaOAuthClient::Core::MakeGaiaRequest(
116 void GaiaOAuthClient::Core::OnURLFetchComplete(
139 void GaiaOAuthClient::Core::HandleResponse(
190 core_ = new Core(gaia_url, context_getter)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
TestDriver.cs 39 using MbUnit.Core;
  /external/chromium/net/http/
partial_data.cc 41 // A core object that can be detached from the Partialdata object at destruction
43 class PartialData::Core {
45 // Build a new core object. Lifetime management is automatic.
46 static Core* CreateCore(PartialData* owner) {
47 return new Core(owner);
61 explicit Core(PartialData* owner);
62 ~Core();
69 net::CompletionCallbackImpl<Core> callback_;
70 DISALLOW_COPY_AND_ASSIGN(Core);
73 PartialData::Core::Core(PartialData* owner
174 Core* core = Core::CreateCore(this); local
    [all...]
partial_data.h 119 class Core;
138 Core* core_;
  /external/linux-tools-perf/scripts/perl/
failed-syscalls.pl 10 use Perf::Trace::Core;
  /external/chromium/net/socket/
tcp_client_socket_win.h 73 class Core;
116 // The core of the socket that can live longer than the socket itself. We pass
119 scoped_refptr<Core> core_;
tcp_client_socket_win.cc 62 // is destroyed while an operation is in progress, the Core is detached and it
65 class TCPClientSocketWin::Core : public base::RefCounted<Core> {
67 explicit Core(TCPClientSocketWin* socket);
100 friend class base::RefCounted<Core>;
104 explicit ReadDelegate(Core* core) : core_(core) {}
111 Core* const core_;
116 explicit WriteDelegate(Core* core) : core_(core) {
    [all...]
  /external/clang/
Android.mk 23 lib/StaticAnalyzer/Core \
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc_utils.c 81 char Core[MAX_CORENAME_LENGTH];
98 Core[i] = *str;
102 Core[i] = '\0';
111 DOMX_DEBUG(" CORE NAME RECOVERED: %s", Core);
118 if (strcmp(Core, Core_Array[i]) == 0)
144 /* Implementation returns only current core ID - But this is a place holder to abstract out the
145 default server and other additional servers available on the current core. This additional servers
201 * @brief This function gets the target core id by parsing the component name.
203 * <OMX>.<Company Name>.<Core Name>.<Domain>.<Component Details> wit
    [all...]

Completed in 855 milliseconds

1 2 3 4 5 6 7 8 91011>>