HomeSort by relevance Sort by last modified time
    Searched defs:Core (Results 1 - 13 of 13) sorted by null

  /external/libmojo/mojo/edk/js/
core.h 14 class Core {
  /external/webrtc/webrtc/modules/desktop_capture/
shared_desktop_frame.cc 18 class SharedDesktopFrame::Core {
20 Core(DesktopFrame* frame) : frame_(frame) {}
39 virtual ~Core() {}
44 RTC_DISALLOW_COPY_AND_ASSIGN(Core);
52 rtc::scoped_refptr<Core> core(new Core(desktop_frame));
53 return new SharedDesktopFrame(core);
72 SharedDesktopFrame::SharedDesktopFrame(rtc::scoped_refptr<Core> core)
    [all...]
  /external/libmojo/mojo/edk/system/
core.h 38 // |Core| is an object that implements the Mojo system calls. All public methods
40 class MOJO_SYSTEM_IMPL_EXPORT Core {
42 explicit Core();
43 virtual ~Core();
117 // The following methods are essentially implementations of the Mojo Core
297 DISALLOW_COPY_AND_ASSIGN(Core);
core.cc 5 #include "mojo/edk/system/core.h"
138 Core::Core() {}
140 Core::~Core() {
148 base::Bind(&Core::PassNodeControllerToIOThread,
153 void Core::SetIOTaskRunner(scoped_refptr<base::TaskRunner> io_task_runner) {
157 NodeController* Core::GetNodeController() {
164 scoped_refptr<Dispatcher> Core::GetDispatcher(MojoHandle handle) {
169 void Core::AddChild(base::ProcessHandle process_handle
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
MpService.h 41 Volume 2:Driver Execution Environment Core Interface.
96 /// Zero-based physical core number within package of the processor.
98 UINT32 Core;
100 /// Zero-based logical thread number within core of the processor.
137 /// that identifies the cartridge, the physical core number within package, and
138 /// logical thread number within core.
    [all...]
  /external/deqp/framework/platform/win32/
tcuWGL.hpp 4 * drawElements Quality Program Tester Core
152 * \brief Core WGL API
154 * \note Created API objects depend on Core object being live. User is
155 * resposible of keeping Core live as long as there are API objects
158 class Core
161 Core (HINSTANCE instance);
162 ~Core (void);
171 Core (const Core& other);
172 Core& operator= (const Core& other)
    [all...]
tcuWGL.cpp 2 * drawElements Quality Program Tester Core
114 // WGL core
140 // Core
191 // Load WGL core.
203 throw ResourceError("Failed to load core WGL functions");
251 // Core
253 Core::Core (HINSTANCE instance)
258 Core::~Core (void
    [all...]
  /external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
Core.java 10 * Core mojo interface giving access to the base operations. See |src/mojo/public/c/system/core.h|
13 public interface Core {
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.h 101 HexagonResource Core;
109 : ID(id), Extender(Extender), Core(s), CVI(T, MCII, s, id),
120 return (HexagonResource::lessWeight(B.Core, Core));
122 // Check if the handles are in ascending order by core slots.
124 return (HexagonResource::lessUnits(A.Core, B.Core));
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ecs/1.11.18/
aws-java-sdk-ecs-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-emr/1.11.18/
aws-java-sdk-emr-1.11.18.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-core-3.2.1.jar 

Completed in 1045 milliseconds