Searched refs:Core (Results 176 - 200 of 243) sorted by relevance

12345678910

/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view.cc26 winapp::Core::CoreApplicationView*,
30 winui::Core::CoreWindow*,
31 winui::Core::WindowSizeChangedEventArgs*> SizeChangedHandler;
47 winui::Core::CoreWindow*,
48 winui::Core::PointerEventArgs*> PointerEventHandler;
51 winui::Core::CoreWindow*,
52 winui::Core::KeyEventArgs*> KeyEventHandler;
663 ChromeAppView::Initialize(winapp::Core::ICoreApplicationView* view) {
675 ChromeAppView::SetWindow(winui::Core::ICoreWindow* window) {
753 void RunMessageLoop(winui::Core
[all...]
H A Dprint_handler.h31 HRESULT Initialize(winui::Core::ICoreWindow* window);
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
H A DReadAndDispatchMessageTest.java11 import org.chromium.mojo.system.Core;
44 Core core = CoreImpl.getInstance();
H A DRouterTest.java12 import org.chromium.mojo.system.Core;
40 Core core = CoreImpl.getInstance();
/external/chromium_org/net/socket/
H A Dssl_client_socket_nss.h119 // NSS and network task runners. Not every call needs to happen on the Core
120 class Core;
170 scoped_refptr<Core> core_;
/external/chromium_org/net/udp/
H A Dudp_socket_win.h177 class Core;
245 scoped_refptr<Core> core_;
/external/deqp/framework/platform/win32/
H A DtcuWGLContextFactory.cpp2 * drawElements Quality Program Tester Core
66 WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const glu::RenderConfig& config);
87 WGLContext::WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const glu::RenderConfig& config)
/external/llvm/lib/IR/
H A DAndroid.mk12 Core.cpp \
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A Dradeon_llvm.h30 #include <llvm-c/Core.h>
/external/eigen/bench/
H A Dbench_reverse.cpp3 #include <Eigen/Core>
H A DBenchTimer.h31 #include <Eigen/Core>
H A DBenchUtil.h5 #include <Eigen/Core>
H A DbenchFFT.cpp15 #include <Eigen/Core>
/external/eigen/unsupported/Eigen/src/Splines/
H A DSplineFwd.h13 #include <Eigen/Core>
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_llvm.h30 #include <llvm-c/Core.h>
/external/lldb/source/Core/
H A DArchSpec.cpp10 #include "lldb/Core/ArchSpec.h"
20 #include "lldb/Core/RegularExpression.h"
31 static bool cores_match (const ArchSpec::Core core1, const ArchSpec::Core core2, bool try_inverse, bool enforce_exact_match);
42 ArchSpec::Core core;
48 // This core information can be looked using the ArchSpec::Core as the index
109 ArchSpec::Core core;
281 FindCoreDefinition (ArchSpec::Core core)
306 FindArchDefinitionEntry (const ArchDefinition *def, ArchSpec::Core core)
743 const ArchSpec::Core lhs_cor
[all...]
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DEncoder.java8 import org.chromium.mojo.system.Core;
34 public final Core core;
52 * @param core the |Core| implementation used to generate handles. Only used if the |Struct|
57 private EncoderState(Core core, int bufferSize) {
121 * @param core the |Core| implementation used to generate handles. Only used if the |Struct|
125 public Encoder(Core core, int sizeHint) {
258 "The encoder has been created without a Core. It can't encode an interface.");
286 "The encoder has been created without a Core. It can't encode an interface.");
/external/eigen/unsupported/doc/examples/
H A DFFT.cpp16 #include <Eigen/Core>
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/
H A Drwtop.pl18 use Perf::Trace::Core;
/external/chromium_org/chrome/service/cloud_print/
H A Dprint_system_win.cc220 JobSpoolerWin() : core_(new Core) {}
245 // We use a Core class because we want a separate RefCountedThreadSafe
247 class Core : public ServiceUtilityProcessHost::Client, class in class:cloud_print::__anon5872::JobSpoolerWin
250 Core() : job_id_(-1), delegate_(NULL), saved_dc_(0) {} function in class:cloud_print::__anon5872::JobSpoolerWin::Core
252 ~Core() {}
418 base::Bind(&JobSpoolerWin::Core::RenderPDFPagesInSandbox,
448 FROM_HERE, base::Bind(&Core::PrintJobDone, this, false));
508 DISALLOW_COPY_AND_ASSIGN(Core);
510 scoped_refptr<Core> core_;
/external/chromium_org/extensions/renderer/
H A Dapi_test_base.cc153 mojo::js::Core::kModuleName,
154 mojo::js::Core::GetModule(env()->isolate()));
/external/chromium_org/mojo/system/
H A Ddispatcher.h36 class Core;
166 friend class Core;
168 // Tests also need this, to avoid needing |Core|.
/external/chromium_org/mojo/android/system/src/org/chromium/mojo/system/impl/
H A DCoreImpl.java10 import org.chromium.mojo.system.Core;
30 * Implementation of {@link Core}.
33 public class CoreImpl implements Core, AsyncWaiter {
56 private static final Core INSTANCE = new CoreImpl();
62 public static Core getInstance() {
70 * @see Core#getTimeTicksNow()
78 * @see Core#waitMany(List, long)
102 * @see Core#wait(Handle, HandleSignals, long)
111 * @see Core#createMessagePipe(MessagePipeHandle.CreateOptions)
132 * @see Core#createDataPip
[all...]
/external/chromium_org/ppapi/cpp/
H A Dmodule.cc214 core_ = new Core(core);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_misc.cpp45 #include <llvm-c/Core.h>

Completed in 848 milliseconds

12345678910