Searched refs:Core (Results 76 - 100 of 243) sorted by relevance

12345678910

/external/chromium_org/net/base/
H A Ddirectory_lister.cc90 : 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, function in class:net::DirectoryLister::Core
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
[all...]
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/system/impl/
H A DCoreImplTest.java13 import org.chromium.mojo.system.Core;
14 import org.chromium.mojo.system.Core.WaitManyResult;
172 * Testing {@link Core#waitMany(List, long)}.
176 Core core = CoreImpl.getInstance();
180 List<Pair<Handle, Core.HandleSignals>> handlesToWaitOn = new ArrayList<
181 Pair<Handle, Core.HandleSignals>>();
183 new Pair<Handle, Core.HandleSignals>(handles.second, Core.HandleSignals.READABLE));
185 new Pair<Handle, Core.HandleSignals>(handles.first, Core
[all...]
/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view.h33 : 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_;
166 winapp::Core::ICoreApplicationExit* app_exit;
/external/chromium_org/components/invalidation/
H A Dnon_blocking_invalidator.cc98 class NonBlockingInvalidator::Core class in class:syncer::NonBlockingInvalidator
99 : public base::RefCountedThreadSafe<NonBlockingInvalidator::Core>,
104 Core(const base::WeakPtr<NonBlockingInvalidator>& delegate_observer,
126 base::RefCountedThreadSafe<NonBlockingInvalidator::Core>;
128 virtual ~Core();
136 DISALLOW_COPY_AND_ASSIGN(Core);
139 NonBlockingInvalidator::Core::Core( function in class:syncer::NonBlockingInvalidator::Core
149 NonBlockingInvalidator::Core::~Core() {
[all...]
/external/chromium_org/remoting/client/
H A Dsoftware_video_renderer.cc81 class SoftwareVideoRenderer::Core { class in class:remoting::SoftwareVideoRenderer
83 Core(scoped_refptr<base::SingleThreadTaskRunner> main_task_runner,
86 ~Core();
128 base::WeakPtrFactory<Core> weak_factory_;
131 SoftwareVideoRenderer::Core::Core( function in class:remoting::SoftwareVideoRenderer::Core
142 SoftwareVideoRenderer::Core::~Core() {
145 void SoftwareVideoRenderer::Core::Initialize(const SessionConfig& config) {
169 void SoftwareVideoRenderer::Core
[all...]
H A Daudio_decode_scheduler.h42 class Core;
44 scoped_refptr<Core> core_;
/external/chromium_org/remoting/host/
H A Dinput_injector_linux.cc112 // The actual implementation resides in InputInjectorLinux::Core class.
113 class Core : public base::RefCountedThreadSafe<Core> { class in class:remoting::__anon10428::InputInjectorLinux
115 explicit Core(scoped_refptr<base::SingleThreadTaskRunner> task_runner);
133 friend class base::RefCountedThreadSafe<Core>;
134 virtual ~Core();
179 DISALLOW_COPY_AND_ASSIGN(Core);
182 scoped_refptr<Core> core_;
189 core_ = new Core(task_runner);
221 InputInjectorLinux::Core function in class:remoting::__anon10428::InputInjectorLinux::Core
[all...]
/external/chromium_org/content/browser/media/capture/
H A Ddesktop_capture_device.h50 class Core;
56 scoped_ptr<Core> core_;
/external/chromium_org/mojo/apps/js/test/
H A Drun_apps_js_tests.cc25 AddBuiltinModule(Core::kModuleName, Core::GetModule);
/external/chromium_org/mojo/public/js/bindings/tests/
H A Drun_js_tests.cc25 AddBuiltinModule(Core::kModuleName, Core::GetModule);
/external/chromium_org/remoting/host/setup/
H A Dservice_client.h55 class Core;
56 scoped_refptr<Core> core_;
/external/chromium_org/remoting/host/win/
H A Dsession_input_injector.h48 // The actual implementation resides in SessionInputInjectorWin::Core class.
49 class Core;
50 scoped_refptr<Core> core_;
H A Dwts_session_process_delegate.h49 // The actual implementation resides in WtsSessionProcessDelegate::Core class.
50 class Core;
51 scoped_refptr<Core> core_;
/external/chromium_org/net/http/
H A Dpartial_data.cc32 class PartialData::Core { class in class:net::PartialData
35 static Core* CreateCore(PartialData* owner) {
36 return new Core(owner);
50 explicit Core(PartialData* owner);
51 ~Core();
59 DISALLOW_COPY_AND_ASSIGN(Core);
62 PartialData::Core::Core(PartialData* owner) function in class:net::PartialData::Core
68 PartialData::Core::~Core() {
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.h37 #include <llvm-c/Core.h>
/external/clang/
H A DAndroid.mk20 lib/Rewrite/Core \
25 lib/StaticAnalyzer/Core \
/external/eigen/demos/opengl/
H A Dicosphere.h13 #include <Eigen/Core>
/external/eigen/doc/examples/
H A DMatrixBase_cwise_const.cpp2 #include <Eigen/Core>
H A Dclass_CwiseBinaryOp.cpp1 #include <Eigen/Core>
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/
H A Dfailed-syscalls.pl10 use Perf::Trace::Core;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.h37 #include <llvm-c/Core.h>
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_proxy_backend.h83 class Core;
89 scoped_refptr<Core> core_;
96 friend class base::RefCountedThreadSafe<CloudPrintProxyBackend::Core>;
/external/chromium_org/google_apis/gaia/
H A Doauth2_token_service_request.h24 class Core;
98 void StartWithCore(const scoped_refptr<Core>& core);
101 scoped_refptr<Core> core_;
/external/chromium_org/mojo/android/system/src/org/chromium/mojo/system/impl/
H A DHandleBase.java9 import org.chromium.mojo.system.Core;
10 import org.chromium.mojo.system.Core.HandleSignals;
92 public Core getCore() {
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DStruct.java7 import org.chromium.mojo.system.Core;
96 * @param core the |Core| implementation used to generate handles. Only used if the |Struct|
99 public Message serialize(Core core) {
109 * @param core the |Core| implementation used to generate handles. Only used if the |Struct|
112 public ServiceMessage serializeWithHeader(Core core, MessageHeader header) {

Completed in 746 milliseconds

12345678910