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

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
call-stack.rb 45 module Kernel
core-extensions.rb 158 module Kernel
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
Kernel.java 33 package com.jme3.network.kernel;
40 * kernel.
45 public interface Kernel
55 * Initializes the kernel and starts any internal processing.
60 * Gracefully terminates the kernel and stops any internal
68 * kernel that match the specified endpoint filter..
  /external/llvm/include/llvm/Support/
CodeGen.h 30 enum Model { Default, JITDefault, Small, Kernel, Medium, Large };
63 return CodeModel::Kernel;
80 case CodeModel::Kernel:
  /external/chromium_org/sync/syncable/
directory.h 83 // The dirty/clean state of kernel fields backed by the share_info table.
91 // Various data that the Directory::Kernel we are backing (persisting data
122 // What the Directory needs on initialization to create itself and its Kernel.
192 // holding kernel mutex.
391 struct Kernel {
394 Kernel(const std::string& name, const KernelLoadInfo& info,
398 ~Kernel();
469 // The next metahandle is protected by kernel mutex.
479 // These private versions expect the kernel lock to already be held
534 Kernel* kernel_
    [all...]
directory.cc 66 Directory::Kernel::Kernel(
82 Directory::Kernel::~Kernel() {
171 kernel_ = new Kernel(name, info, delegate, transaction_observer);
284 EntryKernel* kernel = GetEntryByHandle(handle, &lock); local
285 if (!kernel)
288 AppendChildHandles(lock, kernel->ref(ID), result);
294 EntryKernel* kernel) const {
302 GetChildSetForKernel(trans, kernel, &child_sets)
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 186 // field keys/values in the kernel to the given dictionary.
190 void SetFieldValues(const EntryKernel& kernel,
199 V* value = enum_value_fn(kernel.ref(field));
275 kernel_ = new Kernel(FilePath(), name, KernelLoadInfo());
304 Directory::Kernel::Kernel(const FilePath& db_path,
326 void Directory::Kernel::AddRef() {
330 void Directory::Kernel::Release() {
335 Directory::Kernel::~Kernel() {
1836 EntryKernel* const kernel = entry.kernel_; local
    [all...]
syncable.h 337 // Dumps all kernel info into a DictionaryValue and returns it.
648 // concurrent modification by the kernel lock.
654 // All methods which require the kernel lock to be already held take a
658 // be held before acquiring the kernel lock.
684 // Various data that the Directory::Kernel we are backing (persisting data
712 // What the Directory needs on initialization to create itself and its Kernel.
722 // The dirty/clean state of kernel fields backed by the share_info table.
822 // These private versions expect the kernel lock to already be held
967 struct Kernel {
968 Kernel(const FilePath& db_path, const std::string& name
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesaP.h 94 GLubyte Kernel[16]; /* Dither kernel */
260 int d = xmesa->xm_visual->Kernel[((X)&3) | (((Y)&3)<<2)]; \
  /external/mesa3d/src/mesa/drivers/x11/
xmesaP.h 94 GLubyte Kernel[16]; /* Dither kernel */
260 int d = xmesa->xm_visual->Kernel[((X)&3) | (((Y)&3)<<2)]; \
  /external/chromium_org/third_party/mesa/src/include/CL/
cl.hpp 110 * cl::Kernel kernel(program_, "hello", &err);
115 * kernel,
    [all...]
  /external/mesa3d/include/CL/
cl.hpp 110 * cl::Kernel kernel(program_, "hello", &err);
115 * kernel,
    [all...]

Completed in 1732 milliseconds