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

1 2 3 4 5 6 7 8 91011>>

  /external/vboot_reference/tests/futility/
test_show_kernel.sh 15 echo 'Creating test kernel'
17 # Dummy kernel data
20 dd if=/dev/urandom bs=32768 count=1 of=${TMP}.kernel.bin
22 # Pack kernel data key using original vboot utilities.
26 # Keyblock with kernel data key is signed by kernel subkey
33 # Kernel preamble is signed with the kernel data key
35 --pack ${TMP}.kernel.test \
40 --vmlinuz ${TMP}.kernel.bin
    [all...]
  /frameworks/rs/tests/lldb/java/SingleSource/src/rs/
rs_single_source.rs 21 // global allocation used for void kernel
30 float __attribute__((kernel)) kernel_1(float a)
36 float __attribute__((kernel)) kernel_2(float a, float b)
42 void __attribute__((kernel)) void_kernel_1(uint32_t x)
50 // invoke kernel taking one argument
55 // invoke kernel taking two arguments
63 // invoke kernel that takes no arguments and no return type
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestFrexp.rs 24 float __attribute__((kernel)) testFrexpFloatIntFloat(float inV, unsigned int x) {
31 float2 __attribute__((kernel)) testFrexpFloat2Int2Float2(float2 inV, unsigned int x) {
38 float3 __attribute__((kernel)) testFrexpFloat3Int3Float3(float3 inV, unsigned int x) {
45 float4 __attribute__((kernel)) testFrexpFloat4Int4Float4(float4 inV, unsigned int x) {
TestModf.rs 24 float __attribute__((kernel)) testModfFloatFloatFloat(float inV, unsigned int x) {
31 float2 __attribute__((kernel)) testModfFloat2Float2Float2(float2 inV, unsigned int x) {
38 float3 __attribute__((kernel)) testModfFloat3Float3Float3(float3 inV, unsigned int x) {
45 float4 __attribute__((kernel)) testModfFloat4Float4Float4(float4 inV, unsigned int x) {
TestRemquo.rs 25 float __attribute__((kernel)) testRemquoFloatFloatIntFloat(float inNumerator, unsigned int x) {
33 float2 __attribute__((kernel)) testRemquoFloat2Float2Int2Float2(float2 inNumerator, unsigned int x) {
41 float3 __attribute__((kernel)) testRemquoFloat3Float3Int3Float3(float3 inNumerator, unsigned int x) {
49 float4 __attribute__((kernel)) testRemquoFloat4Float4Int4Float4(float4 inNumerator, unsigned int x) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
matrix.rs 26 float4 __attribute__((kernel)) multiply(float4 in)
  /device/generic/goldfish/
init.ranchu-net.sh 6 wifi=`getprop ro.kernel.qemu.wifi`
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/
fgraph-filter-stack.tc 20 if [ -e /proc/sys/kernel/stack_tracer_enabled ]; then
21 echo 0 > /proc/sys/kernel/stack_tracer_enabled
55 echo 1 > /proc/sys/kernel/stack_tracer_enabled
74 echo 0 > /proc/sys/kernel/stack_tracer_enabled
  /external/lisa/tools/scripts/
trace_frequencies.sh 22 echo "cpu_frequency: state=$F cpu_id=$CPU" > /sys/kernel/debug/tracing/trace_marker
  /external/ltp/testcases/kernel/include/
lib.mk 19 KERNEL_SRCDIR := $(abs_top_srcdir)/testcases/kernel
22 KERNEL_DIR := $(abs_top_builddir)/testcases/kernel
  /external/vboot_reference/scripts/keygeneration/
create_new_keys.sh 21 --4k-recovery-kernel Use 4k key size for the recovery kernel data
22 --4k-installer-kernel Use 4k key size for the installer kernel data
62 --4k-recovery-kernel)
65 --4k-installer-kernel)
81 printf '%s_version=1\n' {firmware,kernel}{_key,} > "${VERSION_FILE}"
89 # Firmware version is the kernel subkey version.
91 # Kernel data key version is the kernel key version
    [all...]
  /frameworks/rs/script_api/include/
rs_core.rsh 40 #define RS_KERNEL __attribute__((kernel))
  /prebuilts/qemu-kernel/kernel-toolchain/
android-kernel-toolchain-ar 7 # kernel, we need to disable this.
13 # CROSS_COMPILE values that are supported by the Kernel build system
35 PROGPREFIX=android-kernel-toolchain-
android-kernel-toolchain-as 7 # kernel, we need to disable this.
13 # CROSS_COMPILE values that are supported by the Kernel build system
35 PROGPREFIX=android-kernel-toolchain-
android-kernel-toolchain-gcc 7 # kernel, we need to disable this.
13 # CROSS_COMPILE values that are supported by the Kernel build system
35 PROGPREFIX=android-kernel-toolchain-
android-kernel-toolchain-ld 7 # kernel, we need to disable this.
13 # CROSS_COMPILE values that are supported by the Kernel build system
35 PROGPREFIX=android-kernel-toolchain-
android-kernel-toolchain-nm 7 # kernel, we need to disable this.
13 # CROSS_COMPILE values that are supported by the Kernel build system
35 PROGPREFIX=android-kernel-toolchain-
android-kernel-toolchain-objcopy 7 # kernel, we need to disable this.
13 # CROSS_COMPILE values that are supported by the Kernel build system
35 PROGPREFIX=android-kernel-toolchain-
android-kernel-toolchain-objdump 7 # kernel, we need to disable this.
13 # CROSS_COMPILE values that are supported by the Kernel build system
35 PROGPREFIX=android-kernel-toolchain-
android-kernel-toolchain-ranlib 7 # kernel, we need to disable this.
13 # CROSS_COMPILE values that are supported by the Kernel build system
35 PROGPREFIX=android-kernel-toolchain-
android-kernel-toolchain-size 7 # kernel, we need to disable this.
13 # CROSS_COMPILE values that are supported by the Kernel build system
35 PROGPREFIX=android-kernel-toolchain-
android-kernel-toolchain-strip 7 # kernel, we need to disable this.
13 # CROSS_COMPILE values that are supported by the Kernel build system
35 PROGPREFIX=android-kernel-toolchain-
toolbox.sh 7 # kernel, we need to disable this.
13 # CROSS_COMPILE values that are supported by the Kernel build system
35 PROGPREFIX=android-kernel-toolchain-
  /prebuilts/sdk/renderscript/include/
rs_core.rsh 40 #define RS_KERNEL __attribute__((kernel))
  /test/vts-testcase/kernel/api/proc/
ProcShowUidStatTest.py 17 from vts.testcases.kernel.api.proc import KernelProcFileTestBase
22 in user and kernel space.

Completed in 3031 milliseconds

1 2 3 4 5 6 7 8 91011>>