Searched refs:Core (Results 1 - 25 of 92) sorted by relevance

1234

/external/androidplot/Examples/DemoApp/
H A Dant.properties45 jar.libs.dir=..\\..\\AndroidPlot-Core\\target\\obfuscated
/external/clang/lib/Tooling/
H A DMakefile12 PARALLEL_DIRS := Core
/external/clang/lib/StaticAnalyzer/
H A DMakefile16 PARALLEL_DIRS := Core
/external/webrtc/webrtc/modules/desktop_capture/
H A Dshared_desktop_frame.h38 class Core;
40 SharedDesktopFrame(rtc::scoped_refptr<Core> core);
42 rtc::scoped_refptr<Core> core_;
H A Dshared_desktop_frame.cc18 class SharedDesktopFrame::Core { class in class:webrtc::SharedDesktopFrame
20 Core(DesktopFrame* frame) : frame_(frame) {} function in class:webrtc::SharedDesktopFrame::Core
39 virtual ~Core() {}
44 RTC_DISALLOW_COPY_AND_ASSIGN(Core);
52 rtc::scoped_refptr<Core> core(new Core(desktop_frame));
72 SharedDesktopFrame::SharedDesktopFrame(rtc::scoped_refptr<Core> core)
/external/mesa3d/src/gallium/drivers/r600/
H A Dllvm_wrapper.h4 #include <llvm-c/Core.h>
H A Dr600_llvm.h8 #include <llvm-c/Core.h>
/external/deqp/framework/platform/win32/
H A DtcuWGL.hpp4 * 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 class in namespace:tcu::wgl
161 Core (HINSTANCE instance);
162 ~Core (void);
171 Core (const Core& other);
172 Core
[all...]
H A DtcuWGLContextFactory.hpp4 * drawElements Quality Program Tester Core
43 Core m_wglCore;
/external/eigen/doc/examples/
H A DDenseBase_middleCols_int.cpp1 #include <Eigen/Core>
H A DDenseBase_middleRows_int.cpp1 #include <Eigen/Core>
H A DDenseBase_template_int_middleCols.cpp1 #include <Eigen/Core>
H A DDenseBase_template_int_middleRows.cpp1 #include <Eigen/Core>
H A DTutorial_PartialLU_solve.cpp1 #include <Eigen/Core>
H A DTutorial_simple_example_fixed_size.cpp1 #include <Eigen/Core>
H A Dclass_CwiseUnaryOp_ptrfun.cpp1 #include <Eigen/Core>
H A Dfunction_taking_eigenbase.cpp2 #include <Eigen/Core>
/external/llvm/tools/verify-uselistorder/
H A DMakefile12 LINK_COMPONENTS := AsmParser BitReader BitWriter Core IRReader Support
/external/llvm/unittests/AsmParser/
H A DMakefile12 LINK_COMPONENTS := AsmParser Core Support
/external/llvm/unittests/Bitcode/
H A DMakefile12 LINK_COMPONENTS := AsmParser BitReader BitWriter Core Support
/external/llvm/unittests/ProfileData/
H A DMakefile12 LINK_COMPONENTS := ProfileData Core Support
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
H A DTestDriver.cs39 using MbUnit.Core;
/external/eigen/bench/
H A Dbench_sum.cpp2 #include <Eigen/Core>
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_llvm_emit.h30 #include <llvm-c/Core.h>
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp238 if (ISJ->Core.getUnits() == slotSingleLoad)
251 if (ISJ->Core.getUnits() == slotSingleStore)
294 if (!ISJ->Core.getUnits()) {
303 ISJ->Core.setUnits(ISJ->Core.getUnits() & ~slotOne);
308 ISJ->Core.setUnits(ISJ->Core.getUnits() & ~slotOne);
321 ISJ->Core.setUnits(ISJ->Core.getUnits() & slotJump);
330 ISJ->Core
[all...]

Completed in 693 milliseconds

1234