HomeSort by relevance Sort by last modified time
    Searched refs:kernel (Results 1 - 25 of 1308) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
attr-kernel.c 3 int __attribute__((kernel)) g; // expected-warning {{'kernel' attribute only applies to functions}}
5 int __attribute__((kernel)) f1(void) { // expected-warning {{'kernel' attribute ignored}}
9 int __attribute__((kernel(1, 2))) f2(void) { // expected-error {{'kernel' attribute takes no more than 1 argument}}
  /external/elfutils/config/
10-default-yama-scope.conf 1 # When yama is enabled in the kernel it might be used to filter any user
22 # For more information see Documentation/security/Yama.txt in the kernel
24 # is enabled in a kernel build (currently 1 for ptrace_scope).
26 # This runtime kernel parameter can be set to the following options:
34 kernel.yama.ptrace_scope = 0
  /external/ltp/tools/pounder21/test_scripts/
sysrq-on 3 if [ -w /proc/sys/kernel/sysrq ]; then
4 echo 1 > /proc/sys/kernel/sysrq
  /external/ltp/tools/
restore_kernel_faults_default.sh 35 echo 0 > /sys/kernel/debug/fail_io_timeout/reject-end
36 echo 0 > /sys/kernel/debug/fail_io_timeout/reject-start
37 echo 4294967295 > /sys/kernel/debug/fail_io_timeout/require-end
38 echo 0 > /sys/kernel/debug/fail_io_timeout/require-start
39 echo 32 > /sys/kernel/debug/fail_io_timeout/stacktrace-depth
40 echo N > /sys/kernel/debug/fail_io_timeout/task-filter
41 echo 2 > /sys/kernel/debug/fail_io_timeout/verbose
42 echo 0 > /sys/kernel/debug/fail_io_timeout/space
43 echo 1 > /sys/kernel/debug/fail_io_timeout/times
44 echo 1 > /sys/kernel/debug/fail_io_timeout/interva
    [all...]
insert_kernel_faults.sh 27 # subsystems of the kernel. Please refer to the ltp/README ##
28 # for the various kernel CONFIG options needed to exploit ##
48 echo $1 > /sys/kernel/debug/$FAILTYPE/probability
49 echo 100 > /sys/kernel/debug/$FAILTYPE/interval
50 echo -1 > /sys/kernel/debug/$FAILTYPE/times
51 echo 0 > /sys/kernel/debug/$FAILTYPE/space
  /external/ImageMagick/MagickCore/
morphology.c 45 % generation of many different types of kernel arrays from user supplied
46 % arguments. Prehaps even the generation of a kernel from a small image.
97 /* Integer Factorial Function - for a Binomial kernel */
121 /* Quick function to find last kernel in a kernel list */
122 static inline KernelInfo *LastKernelInfo(KernelInfo *kernel)
124 while (kernel->next != (KernelInfo *) NULL)
125 kernel=kernel->next;
126 return(kernel);
217 *kernel; local
387 *kernel; local
490 *kernel, local
955 *kernel; local
    [all...]
  /frameworks/native/cmds/atrace/
atrace_userdebug.rc 1 ## Permissions to allow additional system-wide tracing to the kernel trace buffer.
4 # Grant unix world read/write permissions to enable kernel tracepoints.
8 chmod 0666 /sys/kernel/tracing/events/workqueue/enable
9 chmod 0666 /sys/kernel/debug/tracing/events/workqueue/enable
10 chmod 0666 /sys/kernel/tracing/events/regulator/enable
11 chmod 0666 /sys/kernel/debug/tracing/events/regulator/enable
12 chmod 0666 /sys/kernel/tracing/events/pagecache/enable
13 chmod 0666 /sys/kernel/debug/tracing/events/pagecache/enable
16 chmod 0666 /sys/kernel/tracing/events/irq/enable
17 chmod 0666 /sys/kernel/debug/tracing/events/irq/enabl
    [all...]
atrace.rc 1 ## Permissions to allow system-wide tracing to the kernel trace buffer.
5 # Allow writing to the kernel trace log.
6 chmod 0222 /sys/kernel/debug/tracing/trace_marker
7 chmod 0222 /sys/kernel/tracing/trace_marker
10 write /proc/sys/kernel/sched_schedstats 1
12 # Grant unix world read/write permissions to kernel tracepoints.
14 chmod 0666 /sys/kernel/debug/tracing/trace_clock
15 chmod 0666 /sys/kernel/tracing/trace_clock
16 chmod 0666 /sys/kernel/debug/tracing/buffer_size_kb
17 chmod 0666 /sys/kernel/tracing/buffer_size_k
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAbs.rs 23 uchar __attribute__((kernel)) testAbsCharUchar(char inV) {
27 uchar2 __attribute__((kernel)) testAbsChar2Uchar2(char2 inV) {
31 uchar3 __attribute__((kernel)) testAbsChar3Uchar3(char3 inV) {
35 uchar4 __attribute__((kernel)) testAbsChar4Uchar4(char4 inV) {
39 ushort __attribute__((kernel)) testAbsShortUshort(short inV) {
43 ushort2 __attribute__((kernel)) testAbsShort2Ushort2(short2 inV) {
47 ushort3 __attribute__((kernel)) testAbsShort3Ushort3(short3 inV) {
51 ushort4 __attribute__((kernel)) testAbsShort4Ushort4(short4 inV) {
55 uint __attribute__((kernel)) testAbsIntUint(int inV) {
59 uint2 __attribute__((kernel)) testAbsInt2Uint2(int2 inV)
    [all...]
TestFastLength.rs 23 float __attribute__((kernel)) testFastLengthFloatFloat(float inV) {
27 float __attribute__((kernel)) testFastLengthFloat2Float(float2 inV) {
31 float __attribute__((kernel)) testFastLengthFloat3Float(float3 inV) {
35 float __attribute__((kernel)) testFastLengthFloat4Float(float4 inV) {
TestFastNormalize.rs 23 float __attribute__((kernel)) testFastNormalizeFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testFastNormalizeFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testFastNormalizeFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testFastNormalizeFloat4Float4(float4 inV) {
TestHalfRecip.rs 23 float __attribute__((kernel)) testHalfRecipFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testHalfRecipFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testHalfRecipFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testHalfRecipFloat4Float4(float4 inV) {
TestHalfRsqrt.rs 23 float __attribute__((kernel)) testHalfRsqrtFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testHalfRsqrtFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testHalfRsqrtFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testHalfRsqrtFloat4Float4(float4 inV) {
TestHalfSqrt.rs 23 float __attribute__((kernel)) testHalfSqrtFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testHalfSqrtFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testHalfSqrtFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testHalfSqrtFloat4Float4(float4 inV) {
TestIlogb.rs 23 int __attribute__((kernel)) testIlogbFloatInt(float inV) {
27 int2 __attribute__((kernel)) testIlogbFloat2Int2(float2 inV) {
31 int3 __attribute__((kernel)) testIlogbFloat3Int3(float3 inV) {
35 int4 __attribute__((kernel)) testIlogbFloat4Int4(float4 inV) {
TestAcos.rs 23 float __attribute__((kernel)) testAcosFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testAcosFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testAcosFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testAcosFloat4Float4(float4 inV) {
39 half __attribute__((kernel)) testAcosHalfHalf(half inV) {
43 half2 __attribute__((kernel)) testAcosHalf2Half2(half2 inV) {
47 half3 __attribute__((kernel)) testAcosHalf3Half3(half3 inV) {
51 half4 __attribute__((kernel)) testAcosHalf4Half4(half4 inV) {
TestAcosh.rs 23 float __attribute__((kernel)) testAcoshFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testAcoshFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testAcoshFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testAcoshFloat4Float4(float4 inV) {
39 half __attribute__((kernel)) testAcoshHalfHalf(half inV) {
43 half2 __attribute__((kernel)) testAcoshHalf2Half2(half2 inV) {
47 half3 __attribute__((kernel)) testAcoshHalf3Half3(half3 inV) {
51 half4 __attribute__((kernel)) testAcoshHalf4Half4(half4 inV) {
TestAcospi.rs 23 float __attribute__((kernel)) testAcospiFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testAcospiFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testAcospiFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testAcospiFloat4Float4(float4 inV) {
39 half __attribute__((kernel)) testAcospiHalfHalf(half inV) {
43 half2 __attribute__((kernel)) testAcospiHalf2Half2(half2 inV) {
47 half3 __attribute__((kernel)) testAcospiHalf3Half3(half3 inV) {
51 half4 __attribute__((kernel)) testAcospiHalf4Half4(half4 inV) {
TestAsin.rs 23 float __attribute__((kernel)) testAsinFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testAsinFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testAsinFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testAsinFloat4Float4(float4 inV) {
39 half __attribute__((kernel)) testAsinHalfHalf(half inV) {
43 half2 __attribute__((kernel)) testAsinHalf2Half2(half2 inV) {
47 half3 __attribute__((kernel)) testAsinHalf3Half3(half3 inV) {
51 half4 __attribute__((kernel)) testAsinHalf4Half4(half4 inV) {
TestAsinh.rs 23 float __attribute__((kernel)) testAsinhFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testAsinhFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testAsinhFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testAsinhFloat4Float4(float4 inV) {
39 half __attribute__((kernel)) testAsinhHalfHalf(half inV) {
43 half2 __attribute__((kernel)) testAsinhHalf2Half2(half2 inV) {
47 half3 __attribute__((kernel)) testAsinhHalf3Half3(half3 inV) {
51 half4 __attribute__((kernel)) testAsinhHalf4Half4(half4 inV) {
TestAsinpi.rs 23 float __attribute__((kernel)) testAsinpiFloatFloat(float inV) {
27 float2 __attribute__((kernel)) testAsinpiFloat2Float2(float2 inV) {
31 float3 __attribute__((kernel)) testAsinpiFloat3Float3(float3 inV) {
35 float4 __attribute__((kernel)) testAsinpiFloat4Float4(float4 inV) {
39 half __attribute__((kernel)) testAsinpiHalfHalf(half inV) {
43 half2 __attribute__((kernel)) testAsinpiHalf2Half2(half2 inV) {
47 half3 __attribute__((kernel)) testAsinpiHalf3Half3(half3 inV) {
51 half4 __attribute__((kernel)) testAsinpiHalf4Half4(half4 inV) {
  /hardware/qcom/msm8x27/
clean.sh 3 CLEAN_HEADER=../../../bionic/libc/kernel/tools/clean_header.py
4 ORIGINAL=original-kernel-headers
5 NEW=kernel-headers
  /external/eigen/unsupported/test/
cxx11_tensor_convolution.cpp 21 Tensor<float, 1, DataLayout> kernel(2);
24 kernel.setRandom();
30 typedef TensorEvaluator<decltype(input.convolve(kernel, dims3)), DefaultDevice> Evaluator;
31 Evaluator eval(input.convolve(kernel, dims3), DefaultDevice());
37 VERIFY_IS_APPROX(result(0,0), input(0,0)*kernel(0) + input(1,0)*kernel(1)); // index 0
38 VERIFY_IS_APPROX(result(0,1), input(0,1)*kernel(0) + input(1,1)*kernel(1)); // index 2
39 VERIFY_IS_APPROX(result(0,2), input(0,2)*kernel(0) + input(1,2)*kernel(1)); // index
    [all...]
  /external/clang/test/Frontend/
stdlang.c 19 kernel void func(void);
  /external/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/
ftrace_ftrace_enabled.sh 23 echo 0 > /proc/sys/kernel/ftrace_enabled
24 echo 1 > /proc/sys/kernel/ftrace_enabled
31 echo 1 > /proc/sys/kernel/ftrace_enabled
33 echo 0 > /proc/sys/kernel/ftrace_enabled

Completed in 574 milliseconds

1 2 3 4 5 6 7 8 91011>>