HomeSort by relevance Sort by last modified time
    Searched refs:Core (Results 76 - 100 of 223) sorted by null

1 2 34 5 6 7 8 9

  /external/mesa3d/src/gallium/drivers/r600/
r600_llvm.h 8 #include <llvm-c/Core.h>
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_llvm_emit.h 30 #include <llvm-c/Core.h>
  /external/chromium_org/net/base/
directory_lister.cc 90 : core_(new Core(dir, false, ALPHA_DIRS_FIRST, this)),
100 : core_(new Core(dir, recursive, sort, this)),
118 DirectoryLister::Core::Core(const base::FilePath& dir,
129 DirectoryLister::Core::~Core() {}
131 bool DirectoryLister::Core::Start() {
135 FROM_HERE, base::Bind(&Core::StartInternal, this), true);
138 void DirectoryLister::Core::Cancel() {
142 void DirectoryLister::Core::StartInternal()
    [all...]
  /external/chromium_org/win8/metro_driver/
chrome_app_view.h 8 #include <windows.applicationmodel.core.h>
9 #include <windows.ui.core.h>
33 : public mswr::RuntimeClass<winapp::Core::IFrameworkView> {
39 IFACEMETHOD(Initialize)(winapp::Core::ICoreApplicationView* view);
40 IFACEMETHOD(SetWindow)(winui::Core::ICoreWindow* window);
80 HRESULT OnActivate(winapp::Core::ICoreApplicationView* view,
83 HRESULT OnSizeChanged(winui::Core::ICoreWindow* sender,
84 winui::Core::IWindowSizeChangedEventArgs* args);
110 mswr::ComPtr<winui::Core::ICoreWindow> window_;
111 mswr::ComPtr<winapp::Core::ICoreApplicationView> view_
    [all...]
chrome_app_view_ash.cc 35 winapp::Core::CoreApplicationView*,
39 winui::Core::CoreWindow*,
40 winui::Core::PointerEventArgs*> PointerEventHandler;
43 winui::Core::CoreWindow*,
44 winui::Core::KeyEventArgs*> KeyEventHandler;
47 winui::Core::CoreDispatcher*,
48 winui::Core::AcceleratorKeyEventArgs*> AcceleratorKeyEventHandler;
51 winui::Core::CoreWindow*,
52 winui::Core::CharacterReceivedEventArgs*> CharEventHandler;
55 winui::Core::CoreWindow*
    [all...]
  /external/chromium/net/proxy/
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/browser/sync/notifier/
non_blocking_invalidation_notifier.h 46 class Core;
47 scoped_refptr<Core> core_;
  /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/chromium_org/jingle/notifier/listener/
non_blocking_push_client.h 55 class Core;
64 scoped_refptr<Core> core_;
  /external/chromium_org/mojo/apps/js/test/
run_js_tests.cc 10 #include "mojo/apps/js/bindings/core.h"
20 AddBuiltinModule(Core::kModuleName, Core::GetTemplate);
40 TEST(JSTest, core) {
  /external/chromium_org/ppapi/cpp/
module.h 16 #include "ppapi/cpp/core.h"
67 /// The core() function returns the core interface for doing basic
73 /// @return The core interface for doing basic global operations.
74 Core* core() { return core_; } function in class:pp::Module
163 Core* core_;
  /external/chromium_org/remoting/host/setup/
service_client.h 55 class Core;
56 scoped_refptr<Core> core_;
service_client.cc 19 class ServiceClient::Core
20 : public base::RefCountedThreadSafe<ServiceClient::Core>,
23 Core(const std::string& chromoting_hosts_url,
46 friend class base::RefCountedThreadSafe<Core>;
47 virtual ~Core() {}
69 void ServiceClient::Core::RegisterHost(
94 void ServiceClient::Core::UnregisterHost(
107 void ServiceClient::Core::MakeChromotingRequest(
123 void ServiceClient::Core::OnURLFetchComplete(
129 void ServiceClient::Core::HandleResponse(const net::URLFetcher* source)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
TestDriver.cs 39 using MbUnit.Core;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_action.h 37 #include <llvm-c/Core.h>
  /external/clang/
Android.mk 19 lib/Rewrite/Core \
24 lib/StaticAnalyzer/Core \
  /external/eigen/demos/opengl/
icosphere.h 13 #include <Eigen/Core>
  /external/eigen/doc/examples/
MatrixBase_cwise_const.cpp 2 #include <Eigen/Core>
class_CwiseBinaryOp.cpp 1 #include <Eigen/Core>
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_action.h 37 #include <llvm-c/Core.h>
  /external/chromium_org/chrome/browser/
pepper_flash_settings_manager.h 106 // Core does most of the work. It is ref-counted so that its lifespan can be
108 // - The manager can be deleted on the UI thread while the core still being
110 // - The manager can delete the core when it encounters errors and create
112 class Core;
118 // Notifies us that an error occurred in |core|.
119 void OnError(Core* core);
127 scoped_refptr<Core> core_;
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_proxy_backend.h 83 class Core;
87 // Our core, which communicates with AuthWatcher for GAIA authentication and
89 scoped_refptr<Core> core_;
96 friend class base::RefCountedThreadSafe<CloudPrintProxyBackend::Core>;
  /external/chromium_org/net/socket/
ssl_client_socket_nss.cc 161 // Used by SSLClientSocketNSS::Core to indicate there is no read result
280 // SSLClientSocketNSS::Core.
289 // SSLClientSocketNSS::Core.
299 // from within the SSLClientSocketNSS::Core.
301 // Core is backed by an IOBuffer. If the "const char*" is bound via
497 // SSLClientSocketNSS::Core provides a thread-safe, ref-counted core that is
507 // Threading within SSLClientSocketNSS and SSLClientSocketNSS::Core:
510 // such as signing, creating certificates, or locating private keys, the Core
542 // SSLClientSocketNSS Core (Transport Socket
1323 Core* core = reinterpret_cast<Core*>(arg); local
1353 Core* core = reinterpret_cast<Core*>(arg); local
1565 Core* core = reinterpret_cast<Core*>(arg); local
1591 Core* core = reinterpret_cast<Core*>(arg); local
1679 Core* core = reinterpret_cast<Core*>(arg); local
2340 Core* core = reinterpret_cast<Core*>(arg); local
    [all...]
  /external/chromium_org/google_apis/gaia/
gaia_oauth_client.cc 33 class GaiaOAuthClient::Core
34 : public base::RefCountedThreadSafe<GaiaOAuthClient::Core>,
37 Core(net::URLRequestContextGetter* request_context_getter)
67 friend class base::RefCountedThreadSafe<Core>;
78 virtual ~Core() {}
97 void GaiaOAuthClient::Core::GetTokensFromAuthCode(
117 void GaiaOAuthClient::Core::RefreshToken(
142 void GaiaOAuthClient::Core::GetUserEmail(const std::string& oauth_access_token,
151 void GaiaOAuthClient::Core::GetUserId(const std::string& oauth_access_token,
160 void GaiaOAuthClient::Core::GetUserInfo(const std::string& oauth_access_token
    [all...]

Completed in 1443 milliseconds

1 2 34 5 6 7 8 9