Searched refs:kernel (Results 1 - 25 of 192) sorted by relevance

12345678

/external/e2fsprogs/debugfs/
H A Djfs_user.h6 #include <ext2fs/kernel-jbd.h>
/external/e2fsprogs/misc/
H A Djfs_user.h6 #include <ext2fs/kernel-jbd.h>
/external/clang/test/Frontend/
H A Dstdlang.c8 kernel void func(void);
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
H A DUdpEndpoint.java33 package com.jme3.network.kernel.udp;
35 import com.jme3.network.kernel.Endpoint;
36 import com.jme3.network.kernel.Kernel;
37 import com.jme3.network.kernel.KernelException;
58 private UdpKernel kernel; field in class:UdpEndpoint
61 public UdpEndpoint( UdpKernel kernel, long id, SocketAddress address, DatagramSocket socket ) argument
66 this.kernel = kernel;
71 return kernel;
91 kernel
[all...]
/external/libunwind/scripts/
H A Dkernel-diff.sh1 kdir=${1:-../kernel}
4 cat $scriptdir/kernel-files.txt | \
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
H A DNioEndpoint.java33 package com.jme3.network.kernel.tcp;
35 import com.jme3.network.kernel.Endpoint;
36 import com.jme3.network.kernel.Kernel;
37 import com.jme3.network.kernel.KernelException;
58 private SelectorKernel kernel; field in class:NioEndpoint
62 public NioEndpoint( SelectorKernel kernel, long id, SocketChannel socket ) argument
66 this.kernel = kernel;
71 return kernel;
93 // standpoint, it's still safest to tell the kernel s
[all...]
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
H A DNioKernelFactory.java35 import com.jme3.network.kernel.Kernel;
36 import com.jme3.network.kernel.tcp.SelectorKernel;
H A DConnectorFactory.java35 import com.jme3.network.kernel.Connector;
H A DTcpConnectorFactory.java35 import com.jme3.network.kernel.Connector;
36 import com.jme3.network.kernel.tcp.SocketConnector;
H A DKernelFactory.java35 import com.jme3.network.kernel.Kernel;
/external/vboot_reference/scripts/keygeneration/
H A Dincrement_kernel_subkey.sh6 # Script to increment kernel subkey for firmware updates.
19 Increments the kernel subkey in the specified keyset.
34 Generating new kernel subkey and new kernel keyblock.
36 New Firmware version (due to kernel subkey change): ${new_firm_ver}.
39 make_keyblock kernel $KERNEL_KEYBLOCK_MODE kernel_data_key kernel_subkey
H A Dincrement_kernel_data_key.sh6 # Script to increment kernel data key for firmware updates.
19 Increments the kernel data key in the specified keyset.
34 Generating new kernel data version, and new kernel keyblock.
39 make_keyblock kernel ${KERNEL_KEYBLOCK_MODE} kernel_data_key kernel_subkey
H A Dincrement_kernel_subkey_and_key.sh6 # Script to increment kernel subkey and datakey for firmware updates.
19 Increments the kernel subkey, data key and firmware version in the
37 Generating new kernel subkey, data keys and new kernel keyblock.
39 New Firmware version (due to kernel subkey change): ${new_firm_ver}.
40 New Kernel key version (due to kernel datakey change): ${new_kernkey_ver}.
44 make_keyblock kernel ${KERNEL_KEYBLOCK_MODE} kernel_data_key kernel_subkey
H A Dcreate_new_keys.sh21 --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.
121 # Create the recovery kernel keybloc
[all...]
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
H A DConnector.java33 package com.jme3.network.kernel;
H A DConnectorException.java33 package com.jme3.network.kernel;
H A DEndpoint.java33 package com.jme3.network.kernel;
39 * sending/receiving messages within the kernel space.
60 * Returns the kernel to which this endpoint belongs.
H A DKernelException.java33 package com.jme3.network.kernel;
37 * Represents a kernel-level error, usually encapsulating
/external/v8/tools/
H A Drun-llprof.sh35 SAMPLE_RATE_CONFIG_FILE="/proc/sys/kernel/perf_event_max_sample_rate"
36 KERNEL_MAP_CONFIG_FILE="/proc/sys/kernel/kptr_restrict"
44 Executes <benchmark_command> under observation by the kernel's "perf" \
64 echo "Disabling kernel address map restriction..."
/external/skia/tools/skpdiff/
H A DSkCLImageDiffer.h47 * Loads an OpenCL kernel from the file with the given named entry point. This only works after
49 * @param file The file path of the kernel
50 * @param name The name of the entry point of the desired kernel in the file
51 * @param kernel A pointer to return the loaded kernel into
54 bool loadKernelFile(const char file[], const char name[], cl_kernel* kernel);
57 * Loads an OpenCL kernel from the stream with the given named entry point. This only works
59 * @param stream The stream that contains the kernel
60 * @param name The name of the entry point of the desired kernel in the stream
61 * @param kernel
[all...]
/external/vboot_reference/tests/futility/
H A Dtest_show_kernel.sh15 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 \
44 echo 'Verifying test kernel'
[all...]
/external/eigen/doc/examples/
H A DTutorialLinAlgRankRevealing.cpp17 << lu_decomp.kernel() << endl;
/external/eigen/doc/snippets/
H A DFullPivLU_kernel.cpp3 MatrixXf ker = m.fullPivLu().kernel();
4 cout << "Here is a matrix whose columns form a basis of the kernel of m:"
6 cout << "By definition of the kernel, m*ker is zero:"
/external/linux-tools-perf/src/tools/perf/util/include/linux/
H A Dlist.h1 #include <linux/kernel.h>
/external/selinux/libsepol/tests/policies/test-expander/
H A Dbase-base-only.conf4 sid kernel
42 sid kernel gen_context(myuser_u:myrole_r:mytype_t, s0)

Completed in 582 milliseconds

12345678