HomeSort by relevance Sort by last modified time
    Searched defs:Kernel (Results 1 - 6 of 6) 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 27 enum Model { Default, JITDefault, Small, Kernel, Medium, Large };
  /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...]

Completed in 117 milliseconds