Searched defs:kernel (Results 1 - 25 of 81) sorted by relevance

1234

/external/libhevc/common/arm/
H A Dihevc_intra_pred_chroma_mode_18_34.s131 kernel: label
152 bne kernel
159 beq kernel
/external/libhevc/common/arm64/
H A Dihevc_intra_pred_chroma_mode_18_34.s133 kernel: label
154 bne kernel
161 beq kernel
/external/chromium_org/sync/syncable/
H A Dentry_kernel_unittest.cc16 EntryKernel kernel; local
17 scoped_ptr<base::DictionaryValue> value(kernel.ToValue(NULL));
H A Dentry.cc55 entry_info->Set("kernel", kernel_->ToValue(cryptographer));
137 EntryKernel* const kernel = entry.kernel_; local
140 << kernel->ref(static_cast<Int64Field>(i)) << ", ";
144 << GetTimeDebugString(kernel->ref(static_cast<TimeField>(i))) << ", ";
148 << kernel->ref(static_cast<IdField>(i)) << ", ";
152 if (kernel->ref(static_cast<BitField>(i)))
156 const std::string& field = kernel->ref(static_cast<StringField>(i));
161 kernel->ref(static_cast<ProtoField>(i)).SerializeAsString(),
167 << kernel->ref(static_cast<UniquePositionField>(i)).ToDebugString()
172 kernel
[all...]
H A Dsyncable_write_transaction.cc51 EntryKernel* kernel = directory()->GetEntryByHandle(it->first); local
52 if (!kernel) {
56 if (kernel->is_dirty()) {
57 it->second.mutated = *kernel;
/external/qemu/android/kernel/
H A Dkernel_utils_testing.h21 namespace kernel { namespace in namespace:android
43 } // namespace kernel
H A Dkernel_utils_unittest.cpp12 #include "android/kernel/kernel_utils.h"
15 #include "android/kernel/kernel_utils_testing.h"
22 namespace kernel { namespace in namespace:android
59 EXPECT_FALSE(android_pathProbeKernelType("/tmp/kernel", &ktype));
88 { "Linux kernel x86 boot executable raw image, version 3.10.0+",
91 { "Linux kernel x86 boot executable bzImage, 3.10.0+",
93 // Legacy 2.6.29 kernel
94 { "Linux kernel x86 boot executable bzImage, version 2.6.29 (foo...)",
98 { "Linux kernel x86 boot executable bzImage, version 3.4.1 (foo...)",
102 { "Linux kernel x8
[all...]
/external/oprofile/daemon/
H A Dopd_events.h26 unsigned long kernel; member in struct:opd_event
H A Dopd_sfile.h50 /** kernel image if applicable */
51 struct kernel_image * kernel; member in struct:sfile
79 /** clear any sfiles that are for the kernel */
105 * that the PC value be set appropriately (needed for kernel images)
/external/oprofile/libop/
H A Dop_parse_event.h23 int kernel; member in struct:parsed_event
32 * event_name:count[:unit_mask:kernel:user]
/external/chromium_org/extensions/browser/api/system_cpu/
H A Dcpu_info_provider_win.cc61 double kernel = static_cast<double>(processor_info[i].KernelTime.QuadPart), local
66 // real kernel time.
67 infos->at(i)->usage.kernel = kernel - idle;
70 infos->at(i)->usage.total = kernel + user;
/external/oprofile/daemon/liblegacy/
H A Dopd_image.h24 * A binary (library, application, kernel or module)
39 /** thread id, on 2.2 kernel always == to tgid */
45 /** kernel image or not */
46 int kernel; member in struct:opd_image
76 * opd_get_kernel_image - get a kernel image
78 * @param app_name application owner of this kernel image. non-null only
94 * @param kernel is the image a kernel/module image
104 int kernel, pid_t tid, pid_t tgid);
H A Dopd_image.c51 verbprintf(vmisc, "Deleting image: name %s app_name %s, kernel %d, "
53 image->name, image->app_name, image->kernel,
58 "kernel %d, tid %d, tgid %d ref count %u\n",
59 image->name, image->app_name, image->kernel,
116 * @param kernel is the image a kernel/module image
129 opd_new_image(char const * name, char const * app_name, int kernel, argument
135 verbprintf(vmisc, "Creating image: %s %s, kernel %d, tid %d, "
136 "tgid %d\n", name, app_name, kernel, tid, tgid);
142 image->kernel
249 opd_get_image(char const * name, char const * app_name, int kernel, pid_t tid, pid_t tgid) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DWaveShaperProcessor.cpp69 WaveShaperDSPKernel* kernel = static_cast<WaveShaperDSPKernel*>(m_kernels[i].get()); local
70 kernel->lazyInitializeOversampling();
/external/chromium_org/third_party/skia/bench/
H A DMatrixConvolutionBench.cpp19 SkScalar kernel[9] = { local
26 fFilter = SkMatrixConvolutionImageFilter::Create(kernelSize, kernel, gain, bias, kernelOffset, tileMode, convolveAlpha);
/external/skia/bench/
H A DMatrixConvolutionBench.cpp19 SkScalar kernel[9] = { local
26 fFilter = SkMatrixConvolutionImageFilter::Create(kernelSize, kernel, gain, bias, kernelOffset, tileMode, convolveAlpha);
/external/chromium_org/base/synchronization/
H A Dwaitable_event_watcher_posix.cc151 WaitableEvent::WaitableEventKernel* kernel = event->kernel_.get(); local
153 AutoLock locked(kernel->lock_);
157 if (kernel->signaled_) {
158 if (!kernel->manual_reset_)
159 kernel->signaled_ = false;
170 kernel_ = kernel;
196 // We have no kernel. This means that we never enqueued a Waiter on an
210 // We have a lock on the kernel. No one else can signal the event while we
/external/chromium_org/third_party/skia/gm/
H A Dmatrixconvolution.cpp56 SkScalar kernel[9] = { local
66 kernel,
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrConvolutionEffect.h16 * A convolution effect. The kernel is specified as an array of 2 * half-width
24 /// Convolve with an arbitrary user-specified kernel
28 const float* kernel,
34 kernel,
39 /// Convolve with a Gaussian kernel
56 const float* kernel() const { return fKernel; } function in class:GrConvolutionEffect
69 // kernel values.
76 // on a blur filter gives a kernel width of 25 while a sigma of 5.0
77 // would exceed a 32 wide kernel.
93 const float* kernel,
25 Create(GrTexture* tex, Direction dir, int halfWidth, const float* kernel, bool useBounds, float bounds[2]) argument
[all...]
H A DGrMatrixConvolutionEffect.h15 // Allows for a 5x5 kernel (or 25x1, for that matter).
25 const SkScalar* kernel,
34 kernel,
65 const float* kernel() const { return fKernel; } function in class:GrMatrixConvolutionEffect
79 const SkScalar* kernel,
22 Create(GrTexture* texture, const SkIRect& bounds, const SkISize& kernelSize, const SkScalar* kernel, SkScalar gain, SkScalar bias, const SkIPoint& kernelOffset, GrTextureDomain::Mode tileMode, bool convolveAlpha) argument
/external/chromium_org/third_party/skia/tools/skpdiff/
H A DSkCLImageDiffer.cpp36 bool SkCLImageDiffer::loadKernelFile(const char file[], const char name[], cl_kernel* kernel) { argument
37 // Open the kernel source file
40 SkDebugf("Failed to open kernel source file");
44 return loadKernelStream(&sourceStream, name, kernel);
47 bool SkCLImageDiffer::loadKernelStream(SkStream* stream, const char name[], cl_kernel* kernel) { argument
48 // Read the kernel source into memory
53 SkDebugf("Failed to read kernel source file");
57 return loadKernelSource(sourceString.c_str(), name, kernel);
60 bool SkCLImageDiffer::loadKernelSource(const char source[], const char name[], cl_kernel* kernel) { argument
61 // Build the kernel sourc
[all...]
/external/skia/gm/
H A Dmatrixconvolution.cpp55 SkScalar kernel[9] = { local
65 kernel,
/external/skia/include/effects/
H A DSkMatrixConvolutionImageFilter.h18 processing kernel to a given input image. This can be used to produce
34 @param kernelSize The kernel size in pixels, in each dimension (N by M).
35 @param kernel The image processing kernel. Must contain N * M
39 kernel, if it does not sum to 1.
42 convolution. This can be used to center the kernel
43 over the image (e.g., a 3x3 kernel should have an
55 const SkScalar* kernel,
63 return SkNEW_ARGS(SkMatrixConvolutionImageFilter, (kernelSize, kernel, gain, bias,
72 const SkScalar* kernel,
54 Create(const SkISize& kernelSize, const SkScalar* kernel, SkScalar gain, SkScalar bias, const SkIPoint& kernelOffset, TileMode tileMode, bool convolveAlpha, SkImageFilter* input = NULL, const CropRect* cropRect = NULL) argument
[all...]
/external/skia/src/gpu/effects/
H A DGrConvolutionEffect.h16 * A convolution effect. The kernel is specified as an array of 2 * half-width
24 /// Convolve with an arbitrary user-specified kernel
28 const float* kernel,
34 kernel,
40 /// Convolve with a Gaussian kernel
58 const float* kernel() const { return fKernel; } function in class:GrConvolutionEffect
71 // kernel values.
78 // on a blur filter gives a kernel width of 25 while a sigma of 5.0
79 // would exceed a 32 wide kernel.
95 const float* kernel,
25 Create(GrTexture* tex, Direction dir, int halfWidth, const float* kernel, bool useBounds, float bounds[2]) argument
[all...]
/external/skia/tools/skpdiff/
H A DSkCLImageDiffer.cpp36 bool SkCLImageDiffer::loadKernelFile(const char file[], const char name[], cl_kernel* kernel) { argument
37 // Open the kernel source file
40 SkDebugf("Failed to open kernel source file");
44 return loadKernelStream(&sourceStream, name, kernel);
47 bool SkCLImageDiffer::loadKernelStream(SkStream* stream, const char name[], cl_kernel* kernel) { argument
48 // Read the kernel source into memory
53 SkDebugf("Failed to read kernel source file");
57 return loadKernelSource(sourceString.c_str(), name, kernel);
60 bool SkCLImageDiffer::loadKernelSource(const char source[], const char name[], cl_kernel* kernel) { argument
61 // Build the kernel sourc
[all...]

Completed in 358 milliseconds

1234