Searched refs:Core (Results 151 - 175 of 243) sorted by relevance

12345678910

/external/chromium_org/net/udp/
H A Dudp_socket_win.cc39 // is destroyed while an operation is in progress, the Core is detached and it
42 class UDPSocketWin::Core : public base::RefCounted<Core> { class in class:net::UDPSocketWin
44 explicit Core(UDPSocketWin* socket);
65 friend class base::RefCounted<Core>;
69 explicit ReadDelegate(Core* core) : core_(core) {}
76 Core* const core_;
81 explicit WriteDelegate(Core* core) : core_(core) {}
88 Core* const core_;
91 ~Core();
109 UDPSocketWin::Core::Core(UDPSocketWin* socket) function in class:net::UDPSocketWin::Core
[all...]
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DConnector.java8 import org.chromium.mojo.system.Core;
58 * {@link AsyncWaiter} from the {@link Core} implementation of |messagePipeHandle|.
186 mCancellable = mAsyncWaiter.asyncWait(mMessagePipeHandle, Core.HandleSignals.READABLE,
187 Core.DEADLINE_INFINITE, mAsyncWaiterCallback);
/external/chromium_org/mojo/system/
H A Dentrypoints.cc14 static mojo::system::Core* g_core = nullptr;
22 void SetCore(Core* core) {
26 Core* GetCore() {
/external/deqp/framework/platform/win32/
H A DtcuWin32GLES3Platform.cpp2 * drawElements Quality Program Tester Core
61 Win32GLES3Context (const wgl::Core& wgl, HINSTANCE instance, const glu::RenderConfig& config);
84 Win32GLES3Context::Win32GLES3Context (const wgl::Core& wgl, HINSTANCE instance, const glu::RenderConfig& config)
154 wgl::Core m_wglCore;
H A DtcuWGL.cpp2 * drawElements Quality Program Tester Core
140 // Core
251 // Core
253 Core::Core (HINSTANCE instance) function in class:tcu::wgl::Core
258 Core::~Core (void)
263 std::vector<int> Core::getPixelFormats (HDC deviceCtx) const
304 PixelFormatInfo Core::getPixelFormatInfo (HDC deviceCtx, int pixelFormat) const
353 Context::Context (const Core* cor
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.pm1 package Perf::Trace::Core;
166 Perf::Trace::Core - Perl extension for perf script
170 use Perf::Trace::Core
/external/chromium_org/components/invalidation/
H A Dnon_blocking_invalidator.h96 class Core;
103 scoped_refptr<Core> core_;
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
H A DConnectorTest.java12 import org.chromium.mojo.system.Core;
43 Core core = CoreImpl.getInstance();
/external/chromium_org/mojo/apps/js/
H A Dmojo_runner_delegate.cc54 AddBuiltinModule(js::Core::kModuleName, js::Core::GetModule);
/external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
H A DInvalidHandle.java7 import org.chromium.mojo.system.Core.HandleSignals;
40 * @see Handle#wait(Core.HandleSignals, long)
59 public Core getCore() {
H A DCore.java10 * Core mojo interface giving access to the base operations. See |src/mojo/public/c/system/core.h|
13 public interface Core { interface
/external/chromium_org/net/socket/
H A Dtcp_socket_win.h101 class Core;
137 scoped_refptr<Core> core_;
/external/chromium_org/ppapi/shared_impl/
H A Dthread_aware_callback.h30 class Core;
33 scoped_refptr<Core> core_;
/external/chromium_org/ppapi/tests/
H A Dtest_scrollbar.cc40 pp::Core* core = pp::Module::Get()->core();
/external/eigen/bench/
H A DbenchmarkSlice.cpp5 #include <Eigen/Core>
H A Dquatmul.cpp2 #include <Eigen/Core>
/external/eigen/demos/mandelbrot/
H A Dmandelbrot.h13 #include <Eigen/Core>
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/
H A Dcheck-perf-trace.pl12 use Perf::Trace::Core;
H A Drw-by-file.pl18 use Perf::Trace::Core;
H A Dwakeup-latency.pl18 use Perf::Trace::Core;
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
H A Dcheck-perf-trace.py16 from Core import *
H A Dfailed-syscalls-by-pid.py15 from Core import *
H A Dnet_dropmonitor.py10 from Core import *
H A Dsctop.py17 from Core import *
H A Dsyscall-counts-by-pid.py14 from Core import *

Completed in 440 milliseconds

12345678910