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

  /hardware/ti/omap4xxx/domx/make/
start.mk 42 $(error Error: PROCFAMILY can not be determined from Kernel .config)
  /external/llvm/include/llvm/Target/
TargetMachine.h 51 Kernel,
215 /// getCodeModel - Returns the code model. The choices are small, kernel,
  /external/chromium/chrome/browser/sync/syncable/
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...]
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...]
  /sdk/assetstudio/src/com/android/assetstudiolib/
Util.java 30 import java.awt.image.Kernel;
87 * Applies a gaussian blur of the given radius to the given {@link BufferedImage} using a kernel
130 // We first pad the image so the kernel can operate at the edges.
133 new Kernel(rows, rows, kernelData), ConvolveOp.EDGE_ZERO_FILL, null));
  /external/libvpx/examples/includes/geshi/geshi/
ruby.php 87 'Iconv::OutOfRange', 'IndexError', 'Interrupt', 'Kernel',
rails.php 80 'Iconv::OutOfRange', 'IndexError', 'Interrupt', 'Kernel',
  /external/llvm/lib/Target/
TargetMachine.cpp 155 clEnumValN(CodeModel::Kernel, "kernel",
156 "Kernel code model"),
231 /// getCodeModel - Returns the code model. The choices are small, kernel,
  /external/clang/lib/CodeGen/
BackendUtil.cpp 242 } else if (CodeGenOpts.CodeModel == "kernel") {
243 TargetMachine::setCodeModel(llvm::CodeModel::Kernel);
  /external/iproute2/doc/
api-ip6-flowlabels.tex 119 initialize \verb|sin6_flowinfo| at all, so that, if kernel does not
138 In order to tell kernel that application
148 Linux kernel never fills \verb|sin6_flowinfo| field, when passing
172 extension headers are ignored. Instead, kernel uses the values
174 kernel prefers the values set at connection time.
239 \item {\bf ``Indirect''.} Kernel redirects requests to user level daemon
245 \item {\bf ``Stupid''.} To allocate labels in kernel space. It is the simplest
248 it is sensitive to DoS attacks. Kernel have to remember all the obsolete
288 kernel will allocate new pseudo-random number. Otherwise, kernel will tr
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/joystick/darwin/
SDL_sysjoystick.c 40 #include <Kernel/IOKit/hidsystem/IOHIDUsageTables.h>
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 622 // FIXME: This can be improved for kernel and other models?
623 (M == CodeModel::Small || M == CodeModel::Kernel) &&
664 ((M == CodeModel::Small || M == CodeModel::Kernel) &&
    [all...]
X86ISelLowering.cpp     [all...]
X86InstrInfo.cpp     [all...]
  /external/blktrace/doc/
blktrace.tex 36 \item[Kernel patch] A patch to the Linux kernel which includes the
37 kernel event logging interfaces, and patches to areas within the block
38 layer to emit event traces. If you run a 2.6.17-rc1 or newer kernel,
41 \item[blktrace] A utility which transfers event traces from the kernel
51 The blktrace and blkparse utilities and associated kernel patch are provided
54 git://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git bt
65 As noted above, the kernel patch along with the blktrace and blkparse utilities are stored in a git repository. One simple way to get going would be:
68 % git clone git://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git b
    [all...]

Completed in 286 milliseconds