HomeSort by relevance Sort by last modified time
    Searched refs:kernel (Results 351 - 375 of 1391) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
cache.h 4 *** This header was automatically generated from a Linux kernel header
6 *** call into the kernel available to libc. It contains only constants,
15 #include <linux/kernel.h>
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
cache.h 4 *** This header was automatically generated from a Linux kernel header
6 *** call into the kernel available to libc. It contains only constants,
15 #include <linux/kernel.h>
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/
system_32.h 4 *** This header was automatically generated from a Linux kernel header
6 *** call into the kernel available to libc. It contains only constants,
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
21 #include <linux/kernel.h>
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
cache.h 4 *** This header was automatically generated from a Linux kernel header
6 *** call into the kernel available to libc. It contains only constants,
15 #include <linux/kernel.h>
  /system/core/fastboot/
bootimg_utils.h 37 boot_img_hdr* mkbootimg(void* kernel, int64_t kernel_size, off_t kernel_offset,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/frv/
immediates.s 1 ;; These instructions can be found in the FRV Linux kernel.
  /external/opencv3/modules/video/src/
optflowgf.cpp 421 float* kernel = (float*)_kernel; local
423 kernel[0] = (float)s;
428 kernel[i] = t;
434 kernel[i] = (float)(kernel[i]*s);
437 float* simd_kernel = alignPtr(kernel + m+1, 16);
442 _mm_store_ps(simd_kernel + i*4, _mm_set1_ps(kernel[i]));
513 float s0 = srow[m][x]*kernel[0];
515 s0 += (srow[m+i][x] + srow[m-i][x])*kernel[i];
555 float sum = vsum[x]*kernel[0]
850 ocl::Kernel kernel; local
877 ocl::Kernel kernel; local
910 ocl::Kernel kernel; local
939 ocl::Kernel kernel; local
966 ocl::Kernel kernel; local
990 ocl::Kernel kernel; local
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_blur.rs 30 float4 __attribute__((kernel)) convert1_uToF(uchar v) {
35 float4 __attribute__((kernel)) convert4_uToF(uchar4 v) {
39 uchar __attribute__((kernel)) convert1_fToU(float4 v) {
44 uchar4 __attribute__((kernel)) convert4_fToU(float4 v) {
73 float4 __attribute__((kernel)) vert(uint32_t x, uint32_t y) {
84 float4 __attribute__((kernel)) horz(uint32_t x, uint32_t y) {
  /external/autotest/frontend/health/
manual_check_passing_experimental.py 54 kernel = tko_models.Kernel(kernel_idx=1)
59 kernel=kernel, machine=machine,
complete_failures_functional_test.py 100 kernel = models.Kernel(kernel_idx=1)
106 kernel=kernel, machine=machine,
111 kernel=kernel, machine=machine,
116 kernel=kernel, machine=machine,
complete_failures_unittest.py 170 kernel = models.Kernel(kernel_idx=1)
175 kernel=kernel, machine=machine,
180 kernel=kernel, machine=machine,
197 kernel = models.Kernel(kernel_idx=1)
202 kernel=kernel, machine=machine
    [all...]
  /external/autotest/tko/
nightly.py 47 # get test_runs run #s for 1 test on 1 kernel and some platforms
71 for kernel in test_runs:
72 platforms.update(set(test_runs[kernel].keys()))
80 for kernel in test_runs:
82 for testrunx in test_runs[kernel].get(platform, []):
87 twoway_runs[kernel] = runs
104 # optionally make relative to oldest (?) kernel on that platform
106 plot_data = {} # platform --> (kernel --> list of perf scores)
108 for kernel in sorted(test_runs.keys()):
109 for platform in test_runs[kernel]
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
KernelDataForRenderScriptd1new.java 27 * A class that manages the blur kernel matrices of a blending layer that
32 * A stack of blur kernel matrices packed into a continuous memory buffer.
78 * Returns the kernel matrix of a depth level.
80 * @param diskRadius disk radius of the kernel.
81 * @return the kernel matrix of the disk radius.
89 * Generates a blur kernel matrix for a blur disk with radius
93 * @param kernelRadius radius of blur kernel matrix
94 * @return a kernel matrix represented as an array
101 float[] kernel = new float[kernelLength]; local
102 Arrays.fill(kernel, 0)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
KernelDataForRenderScriptF32.java 28 * A class that manages the blur kernel matrices of a blending layer that
33 * A stack of blur kernel matrices packed into a continuous memory buffer.
77 * Returns the kernel matrix of a depth level.
79 * @param diskRadius disk radius of the kernel.
80 * @return the kernel matrix of the disk radius.
88 * Generates a blur kernel matrix for a blur disk with radius
92 * @param kernelRadius radius of blur kernel matrix
93 * @return a kernel matrix represented as an array
100 float[] kernel = new float[kernelLength]; local
101 Arrays.fill(kernel, 0)
    [all...]
  /external/autotest/cli/
job_unittest.py 146 u'control_file': u'kernel = \'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\'\ndef step_init():\n job.next_step([step_test])\n testkernel = job.kernel(\'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\')\n \n testkernel.install()\n testkernel.boot(args=\'console_always_print=1\')\n\ndef step_test():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME = "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1 second by default. It\'s a good way to test\n profilers and double check that autotest is working.\n The seconds argument can also be modified to make the machine sleep for as\n long as needed.\n """\n \n job.run_test(\'sleeptest\', seconds = 1)',
167 u'control_file': u'kernel = \'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\'\ndef step_init():\n job.next_step([step_test])\n testkernel = job.kernel(\'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\')\n \n testkernel.install()\n testkernel.boot(args=\'console_always_print=1\')\n\ndef step_test():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME = "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1 second by default. It\'s a good way to test\n profilers and double check that autotest is working.\n The seconds argument can also be modified to make the machine sleep for as\n long as needed.\n """\n \n job.run_test(\'sleeptest\', seconds = 1)',
189 u'control_file': u'kernel = \'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\'\ndef step_init():\n job.next_step([step_test])\n testkernel = (…)
    [all...]
  /external/autotest/server/site_tests/firmware_RollbackKernel/
firmware_RollbackKernel.py 13 Servo based kernel rollback test.
17 kernel A and results kernel B boot. It then rollbacks kernel B and
18 results recovery boot. In developer mode, the firmware ignores kernel
24 """Ensure the requested kernel part on normal/dev boot path.
27 the requested kernel on normal/dev mode by recovering the whole OS
30 @param part: The expected kernel partition number.
61 logging.info("Rollbacks kernel A.")
63 self.faft_client.kernel.move_version_backward('a'
    [all...]
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/d1new/
KernelDataForRenderScriptd1new.java 13 * A class that manages the blur kernel matrices of a blending layer that
20 * A stack of blur kernel matrices packed into a continuous memory buffer.
66 * Returns the kernel matrix of a depth level.
68 * @param diskRadius disk radius of the kernel.
69 * @return the kernel matrix of the disk radius.
77 * Generates a blur kernel matrix for a blur disk with radius
81 * @param kernelRadius radius of blur kernel matrix
82 * @return a kernel matrix represented as an array
89 float[] kernel = new float[kernelLength]; local
90 Arrays.fill(kernel, 0)
    [all...]
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/f32/
KernelDataForRenderScriptF32.java 13 * A class that manages the blur kernel matrices of a blending layer that
20 * A stack of blur kernel matrices packed into a continuous memory buffer.
64 * Returns the kernel matrix of a depth level.
66 * @param diskRadius disk radius of the kernel.
67 * @return the kernel matrix of the disk radius.
75 * Generates a blur kernel matrix for a blur disk with radius
79 * @param kernelRadius radius of blur kernel matrix
80 * @return a kernel matrix represented as an array
87 float[] kernel = new float[kernelLength]; local
88 Arrays.fill(kernel, 0)
    [all...]
  /external/dng_sdk/source/
dng_mosaic_info.cpp 36 // A interpolation kernel for a single pixel of a single plane.
107 DNG_ASSERT (fCount < kMaxCount, "Too many kernel entries")
610 // Find kernel for each patten entry.
618 dng_bilinear_kernel &kernel = fKernel [patRow] [patCol];
625 kernel.Add (dng_point (0, 0), 1.0f);
654 kernel.Add (dng_point (-1, 0), 0.25f);
655 kernel.Add (dng_point ( 0, -1), 0.25f);
656 kernel.Add (dng_point ( 0, 1), 0.25f);
657 kernel.Add (dng_point ( 1, 0), 0.25f);
668 kernel.Add (dng_point (-1, 0), 0.5f)
    [all...]
  /external/opencv3/modules/cudafilters/src/
filtering.cpp 181 void filter2D(PtrStepSzb srcWhole, int ofsX, int ofsY, PtrStepSzb dst, const float* kernel,
191 LinearFilter(int srcType, int dstType, InputArray kernel, Point anchor, int borderMode, Scalar borderVal);
196 typedef void (*filter2D_t)(PtrStepSzb srcWhole, int ofsX, int ofsY, PtrStepSzb dst, const float* kernel,
214 Mat kernel = _kernel.getMat();
219 CV_Assert( kernel.channels() == 1 );
223 kernel.convertTo(kernel32F, CV_32F);
225 kernel_ = cuda::createContinuous(kernel.size(), CV_32FC1);
228 normalizeAnchor(anchor_, kernel.size());
273 Ptr<Filter> cv::cuda::createLinearFilter(int srcType, int dstType, InputArray kernel, Point anchor, int borderMode, Scalar borderVal)
280 return makePtr<LinearFilter>(srcType, dstType, kernel, anchor, borderMode, borderVal)
    [all...]
  /external/netperf/src/
netcpu_pstatnew.c 33 original psp_idlecycles - one for user, one for kernel and one for
44 uint64_t kernel; member in struct:cpu_time_counters
107 64-bit kernel the ".psc_hi" and ".psc_lo" fields are 64 bits,
155 res[i].kernel = (((uint64_t)psp[j].psp_systemcycles.psc_hi << 32) +
161 res[i].kernel);
198 "\t kernel %llu\n"
203 counters[instance].kernel,
264 thing in measuring user, kernel, interrupt and idle all together
268 properly accounted. The sum of user, kernel, interrupt and idle
275 math with user, kernel and interrupt cycles, we will onl
    [all...]
netcpu_kstat10.c 47 uint64_t kernel; member in struct:cpu_time_counters
63 "\t kernel %llu\n"
68 counters[instance].kernel,
185 counters[cpu_num].kernel = knp->value.ui64;
393 spent in user, idle and kernel. We also have nanoseconds spent
396 accounting. this means that time accounted in user, kernel or
398 porpoises we do not really care about that for user and kernel,
407 time from each of user, kernel and idle in proportion to their
408 numbers. then we sum the corrected user, kernel and idle along
415 more interrupt time than the sum of user, kernel and idle
    [all...]
  /external/skia/src/gpu/effects/
GrConvolutionEffect.cpp 51 "Kernel", width);
58 const GrGLSLShaderVar& kernel = uniformHandler->getUniformVariable(fKernelUni); local
68 kernel.appendArrayAccess(index.c_str(), &kernelIndex);
122 pdman.set1fv(fKernelUni, width, conv.kernel());
142 const float* kernel,
148 SkASSERT(kernel);
151 fKernel[i] = kernel[i];
172 // is dropped here, since we renormalize the kernel below.
176 // Normalize the kernel
214 float kernel[kMaxKernelWidth] local
    [all...]
  /device/generic/mini-emulator-arm64/
mini_emulator_arm64.mk 24 LOCAL_KERNEL := prebuilts/qemu-kernel/arm/kernel-qemu-armv7
26 $(LOCAL_KERNEL):kernel
  /device/generic/mini-emulator-armv7-a-neon/
m_e_arm.mk 25 LOCAL_KERNEL := prebuilts/qemu-kernel/arm/kernel-qemu-armv7
27 $(LOCAL_KERNEL):kernel

Completed in 1448 milliseconds

<<11121314151617181920>>