Searched defs:Kernel (Results 1 - 12 of 12) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcall-stack.rb45 module Kernel module
H A Dcore-extensions.rb158 module Kernel module
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
H A DKernel.java45 public interface Kernel interface
/external/llvm/include/llvm/Support/
H A DCodeGen.h30 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator in enum:llvm::CodeModel::Model
63 return CodeModel::Kernel;
80 case CodeModel::Kernel:
/external/chromium_org/sync/syncable/
H A Ddirectory.h93 // Various data that the Directory::Kernel we are backing (persisting data
124 // What the Directory needs on initialization to create itself and its Kernel.
390 struct Kernel { struct in class:syncer::syncable::Directory
393 Kernel(const std::string& name, const KernelLoadInfo& info,
397 ~Kernel();
533 Kernel* kernel_;
H A Ddirectory.cc66 Directory::Kernel::Kernel( function in class:syncer::syncable::Directory::Kernel
82 Directory::Kernel::~Kernel() {
171 kernel_ = new Kernel(name, info, delegate, transaction_observer);
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable.cc275 kernel_ = new Kernel(FilePath(), name, KernelLoadInfo());
304 Directory::Kernel::Kernel(const FilePath& db_path, function in class:syncable::Directory::Kernel
326 void Directory::Kernel::AddRef() {
330 void Directory::Kernel::Release() {
335 Directory::Kernel::~Kernel() {
399 kernel_ = new Kernel(db_path, name, info);
411 DCHECK(del) << "Kernel should only have a single ref";
H A Dsyncable.h684 // Various data that the Directory::Kernel we are backing (persisting data
712 // What the Directory needs on initialization to create itself and its Kernel.
967 struct Kernel { struct in class:syncable::Directory
968 Kernel(const FilePath& db_path, const std::string& name,
971 ~Kernel();
1066 Kernel* kernel_;
1104 Directory::Kernel* const dirkernel_; // for brevity
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A DxmesaP.h94 GLubyte Kernel[16]; /* Dither kernel */ member in struct:xmesa_visual
260 int d = xmesa->xm_visual->Kernel[((X)&3) | (((Y)&3)<<2)]; \
/external/mesa3d/src/mesa/drivers/x11/
H A DxmesaP.h94 GLubyte Kernel[16]; /* Dither kernel */ member in struct:xmesa_visual
260 int d = xmesa->xm_visual->Kernel[((X)&3) | (((Y)&3)<<2)]; \
/external/chromium_org/third_party/mesa/src/include/CL/
H A Dcl.hpp110 * cl::Kernel kernel(program_, "hello", &err);
2206 class Kernel;
2251 * \brief Local address raper for use with Kernel::setArg
2286 /*! \class Kernel
2287 * \brief Kernel interface that implements cl_kernel
2289 class Kernel : public detail::Wrapper<cl_kernel> class in namespace:cl
2292 inline Kernel(const Program& program, const char* name, cl_int* err = NULL);
2294 Kernel() { } function in class:cl::Kernel
2296 Kernel(const Kernel function in class:cl::Kernel
2543 inline Kernel::Kernel(const Program& program, const char* name, cl_int* err) function in class:cl::Kernel
[all...]
/external/mesa3d/include/CL/
H A Dcl.hpp110 * cl::Kernel kernel(program_, "hello", &err);
2206 class Kernel;
2251 * \brief Local address raper for use with Kernel::setArg
2286 /*! \class Kernel
2287 * \brief Kernel interface that implements cl_kernel
2289 class Kernel : public detail::Wrapper<cl_kernel> class in namespace:cl
2292 inline Kernel(const Program& program, const char* name, cl_int* err = NULL);
2294 Kernel() { } function in class:cl::Kernel
2296 Kernel(const Kernel function in class:cl::Kernel
2543 inline Kernel::Kernel(const Program& program, const char* name, cl_int* err) function in class:cl::Kernel
[all...]

Completed in 326 milliseconds