HomeSort by relevance Sort by last modified time
    Searched refs:dev (Results 276 - 300 of 1896) sorted by null

<<11121314151617181920>>

  /external/linux-tools-perf/scripts/perl/bin/
failed-syscalls-report 5 if ! expr match "$1" "-" > /dev/null ; then
  /external/linux-tools-perf/scripts/python/bin/
syscall-counts-report 5 if ! expr match "$1" "-" > /dev/null ; then
  /hardware/samsung_slsi/exynos5/gralloc/
framebuffer.cpp 64 static int fb_setSwapInterval(struct framebuffer_device_t* dev,
67 fb_context_t* ctx = (fb_context_t*)dev;
68 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval)
74 static int fb_post(struct framebuffer_device_t* dev, buffer_handle_t buffer)
80 private_module_t* m = reinterpret_cast<private_module_t*>(dev->common.module);
99 static int fb_close(struct hw_device_t *dev)
101 fb_context_t* ctx = (fb_context_t*)dev;
157 "/dev/graphics/fb%u",
158 "/dev/fb%u"
228 framebuffer_device_t *dev = (framebuffer_device_t *)malloc(sizeof(framebuffer_device_t)); local
    [all...]
  /sdk/eclipse/scripts/
build_ide.sh 19 echo "$*" > /dev/stderr
20 echo "Usage: $0 dest_dir ide_qualifier zip_qualifier" > /dev/stderr
  /system/core/rootdir/etc/
mountd.conf 6 block_device /dev/block/mmcblk0
  /external/yaffs2/yaffs2/
yaffs_tagscompat.c 20 static void yaffs_HandleReadDataError(yaffs_Device * dev, int chunkInNAND);
22 static void yaffs_CheckWrittenBlock(yaffs_Device * dev, int chunkInNAND);
23 static void yaffs_HandleWriteChunkOk(yaffs_Device * dev, int chunkInNAND,
26 static void yaffs_HandleUpdateChunk(yaffs_Device * dev, int chunkInNAND,
28 static void yaffs_HandleWriteChunkError(yaffs_Device * dev, int chunkInNAND);
137 static void yaffs_GetTagsFromSpare(yaffs_Device * dev, yaffs_Spare * sparePtr,
154 dev->tagsEccFixed++;
156 dev->tagsEccUnfixed++;
165 static int yaffs_WriteChunkToNAND(struct yaffs_DeviceStruct *dev,
169 if (chunkInNAND < dev->startBlock * dev->nChunksPerBlock)
    [all...]
  /bionic/libc/kernel/common/linux/
mca.h 24 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
44 struct device dev; member in struct:mca_device
47 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
66 struct device dev; member in struct:mca_bus
70 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)
  /development/ndk/platforms/android-3/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
42 struct device dev; member in struct:mca_device
45 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
62 struct device dev; member in struct:mca_bus
65 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)
  /external/chromium/third_party/libevent/test/
test.sh 13 if ./test-init 2>/dev/null ;
22 if ./test-eof >/dev/null ;
29 if ./test-weof >/dev/null ;
36 if ./test-time >/dev/null ;
43 if ./regress >/dev/null ;
  /external/e2fsprogs/debian/attic/libs/
rules 30 SUBPACKAGES_DIRS = tmp e2fslibsg e2fslibsg-dev comerr$(COMERR_MAJOR)g comerrg-dev \
31 ss$(SS_MAJOR)g ssg-dev
38 LIBC-DEV = libc6.1-dev
41 LIBC-DEV = libc6-dev
87 >$(debdir)/comerrg-dev/usr/bin/compile_et
88 chmod 755 $(debdir)/comerrg-dev/usr/bin/compile_et
91 $(debdir)/comerrg-dev/usr/share/comerr
    [all...]
  /external/iproute2/testsuite/tests/
cls-testbed.t 16 qdisc add dev $DEV root handle 10:0 \
19 class add dev $DEV parent 10:0 classid 10:12 \
30 qdisc add dev $DEV root handle 10:0 htb
32 class add dev $DEV parent 10:0 classid 10:12 \
42 qdisc add dev $DEV root handle 20:0
    [all...]
  /external/libusb/examples/
lsusb.c 27 libusb_device *dev; local
30 while ((dev = devs[i++]) != NULL) {
32 int r = libusb_get_device_descriptor(dev, &desc);
40 libusb_get_bus_number(dev), libusb_get_device_address(dev));
  /external/libusb_aah/examples/
listdevs.c 27 libusb_device *dev; local
30 while ((dev = devs[i++]) != NULL) {
32 int r = libusb_get_device_descriptor(dev, &desc);
40 libusb_get_bus_number(dev), libusb_get_device_address(dev));
  /packages/experimental/procstatlog/
diskload.sh 22 dd if=/dev/zero bs=65536 of=$1.0 & pid0=$!; echo start $pid0; sleep 2
23 dd if=/dev/zero bs=65536 of=$1.1 & pid1=$!; echo start $pid1; sleep 2
24 dd if=/dev/zero bs=65536 of=$1.2 & pid2=$!; echo start $pid2; sleep 2
25 dd if=/dev/zero bs=65536 of=$1.3 & pid3=$!; echo start $pid3; sleep 2
26 dd if=/dev/zero bs=65536 of=$1.4 & pid4=$!; echo start $pid4; sleep 2
27 dd if=/dev/zero bs=65536 of=$1.5 & pid5=$!; echo start $pid5; sleep 2
28 dd if=/dev/zero bs=65536 of=$1.6 & pid6=$!; echo start $pid6; sleep 2
29 dd if=/dev/zero bs=65536 of=$1.7 & pid7=$!; echo start $pid7; sleep 2
30 dd if=/dev/zero bs=65536 of=$1.8 & pid8=$!; echo start $pid8; sleep 2
31 dd if=/dev/zero bs=65536 of=$1.9 & pid9=$!; echo start $pid9; sleep
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
42 struct device dev; member in struct:mca_device
45 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
62 struct device dev; member in struct:mca_bus
65 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
42 struct device dev; member in struct:mca_device
45 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
62 struct device dev; member in struct:mca_bus
65 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
42 struct device dev; member in struct:mca_device
45 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
62 struct device dev; member in struct:mca_bus
65 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
42 struct device dev; member in struct:mca_device
45 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
62 struct device dev; member in struct:mca_bus
65 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
42 struct device dev; member in struct:mca_device
45 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
62 struct device dev; member in struct:mca_bus
65 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
42 struct device dev; member in struct:mca_device
45 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
62 struct device dev; member in struct:mca_bus
65 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
42 struct device dev; member in struct:mca_device
45 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
62 struct device dev; member in struct:mca_bus
65 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
42 struct device dev; member in struct:mca_device
45 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
62 struct device dev; member in struct:mca_bus
65 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
42 struct device dev; member in struct:mca_device
45 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
62 struct device dev; member in struct:mca_bus
65 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
42 struct device dev; member in struct:mca_device
45 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
62 struct device dev; member in struct:mca_bus
65 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
42 struct device dev; member in struct:mca_device
45 #define to_mca_device(mdev) container_of(mdev, struct mca_device, dev)
62 struct device dev; member in struct:mca_bus
65 #define to_mca_bus(mdev) container_of(mdev, struct mca_bus, dev)

Completed in 884 milliseconds

<<11121314151617181920>>