HomeSort by relevance Sort by last modified time
    Searched refs:dir (Results 101 - 125 of 7769) sorted by null

1 2 3 45 6 7 8 91011>>

  /build/tools/
Android.mk 17 LOCAL_PATH := $(call my-dir)
  /external/opencv/
Application.mk 1 APP_BUILD_SCRIPT := $(call my-dir)/Android.mk
2 APP_PROJECT_PATH := $(call my-dir)/tests/VideoEmulation
  /external/valgrind/cachegrind/tests/
filter_stderr 3 dir=`dirname $0`
5 $dir/../../tests/filter_stderr_basic |
  /external/valgrind/massif/tests/
filter_verbose 6 dir=`dirname $0`
8 $dir/filter_stderr |
  /frameworks/compile/libbcc/lib/
Android.mk 17 LOCAL_PATH := $(call my-dir)
  /frameworks/compile/libbcc/tools/
Android.mk 17 LOCAL_PATH := $(call my-dir)
  /hardware/bsp/intel/peripheral/displays/SparkFun_OLED/
Android.mk 17 LOCAL_PATH := $(call my-dir)
  /prebuilts/ndk/
Android.mk 17 LOCAL_PATH:= $(call my-dir)
  /sdk/eventanalyzer/etc/
Android.mk 16 LOCAL_PATH := $(call my-dir)
  /external/mesa3d/src/gallium/state_trackers/glx/
Makefile 12 @for dir in $(SUBDIRS) ; do \
13 if [ -d $$dir ] ; then \
14 (cd $$dir && $(MAKE)) || exit 1 ; \
  /external/llvm/utils/
UpdateCMakeLists.pl 12 my $dir = shift;
13 my $x = $dirFiles{$dir};
16 $dirFiles{$dir} = $x;
23 my $dir = $File::Find::dir;
26 $dirCMake{$dir} = $File::Find::name;
36 $files = GetFiles($dir);
46 my $dir = shift;
47 my $files = $dirFiles{$dir};
62 my $dir = shift
    [all...]
  /external/chromium-trace/catapult/tracing/tracing_build/
check_common_unittest.py 14 ['/dir/file.pdf',
15 '/dir/another_file.pdf'])
20 /dir/file.pdf
23 /dir/file.pdf
24 /dir/another_file.pdf
27 /dir/another_file.pdf
28 /dir/file.pdf\n\n'''
  /external/tcpdump/
gmt2local.c 44 register int dt, dir; local
61 dir = loc->tm_year - gmt->tm_year;
62 if (dir == 0)
63 dir = loc->tm_yday - gmt->tm_yday;
64 dt += dir * 24 * 60 * 60;
  /external/elfutils/tests/
run-lfs-symbols.sh 67 for dir in libelf libdw libasm libcpu src; do
68 dir=${abs_top_builddir}/$dir
69 for program in $(makeprint PROGRAMS $dir); do
70 testrun_lfs $dir/$program
75 dir=${abs_top_builddir}/backends
76 for module in $(makeprint modules $dir); do
77 testrun_lfs $dir/libebl_$module.so
81 dir=${abs_builddir}
82 for program in $(makeprint check_PROGRAMS $dir); d
    [all...]
  /external/strace/qemu_multiarch_testing/
make-hdc-img.sh 4 [ ! -e hdc.img.dir ]
9 if mountpoint -q hdc.img.dir; then
10 umount -d hdc.img.dir
12 mountpoint -q hdc.img.dir ||
13 rm -rf hdc.img.dir
20 size=$(du -ks hdc.dir | sed -rn 's/^([0-9]+).*/\1/p')
27 mkdir hdc.img.dir
28 mount -o loop hdc.img hdc.img.dir
29 cp -a hdc.dir/* hdc.img.dir/
    [all...]
  /external/dbus/bus/
dir-watch-dnotify.c 2 /* dir-watch-dnotify.c OS specific directory change notification for message bus
35 #include "dir-watch.h"
44 bus_watch_directory (const char *dir, BusContext *context)
48 _dbus_assert (dir != NULL);
52 _dbus_warn ("Cannot watch config directory '%s'. Already watching %d directories\n", dir, MAX_DIRS_TO_WATCH);
56 fd = open (dir, O_RDONLY);
59 _dbus_warn ("Cannot open directory '%s'; error '%s'\n", dir, _dbus_strerror (errno));
65 _dbus_warn ("Cannot setup D_NOTIFY for '%s' error '%s'\n", dir, _dbus_strerror (errno));
71 _dbus_verbose ("Added watch on config directory '%s'\n", dir);
  /external/skia/src/core/
SkPathPriv.h 21 static FirstDirection AsFirstDirection(SkPath::Direction dir) {
23 return (FirstDirection)dir;
30 static FirstDirection OppositeFirstDirection(FirstDirection dir) {
34 return gOppositeDir[dir];
39 * contour. If it can be computed, return true and set dir to that
41 * the dir parameter. If the direction was determined, it is cached to make
44 static bool CheapComputeFirstDirection(const SkPath&, FirstDirection* dir);
49 * specified direction. If dir is kUnknown, returns true if the direction
52 static bool CheapIsFirstDirection(const SkPath& path, FirstDirection dir) {
55 return computedDir == dir;
    [all...]
  /external/skia/tests/
OSPathTest.cpp 14 * Will use SkOSPath::Join to append filename to dir, test that it works correctly,
17 * @param dir String representing the path to a folder. May or may not
22 static void test_dir_with_file(skiatest::Reporter* reporter, SkString dir,
29 // fullName should be "dir<SkPATH_SEPARATOR>file"
30 SkString fullName = SkOSPath::Join(dir.c_str(), filename.c_str());
32 // fullName should be the combined size of dir and file, plus one if
33 // dir did not include the final path separator.
34 size_t expectedSize = dir.size() + filename.size();
35 if (!dir.endsWith(SkPATH_SEPARATOR) && !dir.isEmpty())
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-ppc32.c 179 transfer_direction dir, int size, Bool *mod)
191 case 0: VG_(transfer) (&ppc32->guest_GPR0, buf, dir, size, mod); break;
192 case 1: VG_(transfer) (&ppc32->guest_GPR1, buf, dir, size, mod); break;
193 case 2: VG_(transfer) (&ppc32->guest_GPR2, buf, dir, size, mod); break;
194 case 3: VG_(transfer) (&ppc32->guest_GPR3, buf, dir, size, mod); break;
195 case 4: VG_(transfer) (&ppc32->guest_GPR4, buf, dir, size, mod); break;
196 case 5: VG_(transfer) (&ppc32->guest_GPR5, buf, dir, size, mod); break;
197 case 6: VG_(transfer) (&ppc32->guest_GPR6, buf, dir, size, mod); break;
198 case 7: VG_(transfer) (&ppc32->guest_GPR7, buf, dir, size, mod); break;
199 case 8: VG_(transfer) (&ppc32->guest_GPR8, buf, dir, size, mod); break
    [all...]
valgrind-low-ppc64.c 176 transfer_direction dir, int size, Bool *mod)
188 case 0: VG_(transfer) (&ppc64->guest_GPR0, buf, dir, size, mod); break;
189 case 1: VG_(transfer) (&ppc64->guest_GPR1, buf, dir, size, mod); break;
190 case 2: VG_(transfer) (&ppc64->guest_GPR2, buf, dir, size, mod); break;
191 case 3: VG_(transfer) (&ppc64->guest_GPR3, buf, dir, size, mod); break;
192 case 4: VG_(transfer) (&ppc64->guest_GPR4, buf, dir, size, mod); break;
193 case 5: VG_(transfer) (&ppc64->guest_GPR5, buf, dir, size, mod); break;
194 case 6: VG_(transfer) (&ppc64->guest_GPR6, buf, dir, size, mod); break;
195 case 7: VG_(transfer) (&ppc64->guest_GPR7, buf, dir, size, mod); break;
196 case 8: VG_(transfer) (&ppc64->guest_GPR8, buf, dir, size, mod); break
    [all...]
valgrind-low-arm.c 179 transfer_direction dir, int size, Bool *mod)
191 case 0: VG_(transfer) (&arm->guest_R0, buf, dir, size, mod); break;
192 case 1: VG_(transfer) (&arm->guest_R1, buf, dir, size, mod); break;
193 case 2: VG_(transfer) (&arm->guest_R2, buf, dir, size, mod); break;
194 case 3: VG_(transfer) (&arm->guest_R3, buf, dir, size, mod); break;
195 case 4: VG_(transfer) (&arm->guest_R4, buf, dir, size, mod); break;
196 case 5: VG_(transfer) (&arm->guest_R5, buf, dir, size, mod); break;
197 case 6: VG_(transfer) (&arm->guest_R6, buf, dir, size, mod); break;
198 case 7: VG_(transfer) (&arm->guest_R7, buf, dir, size, mod); break;
199 case 8: VG_(transfer) (&arm->guest_R8, buf, dir, size, mod); break
    [all...]
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd.h 63 #define ddop_open(dir, a1, a2, ...) dir.ops->op_open(a1, a2, __VA_ARGS__)
64 #define ddop_close(dir, a1) dir.ops->op_close(a1)
65 #define ddop_fcntl(dir, a1, a2, ...) dir.ops->op_fcntl(a1, a2, __VA_ARGS__)
66 #define ddop_ioctl(dir, a1, a2, ...) dir.ops->op_ioctl(a1, a2, __VA_ARGS__)
67 #define ddop_fsync(dir, a1) dir.ops->op_fsync(a1
    [all...]
  /external/autotest/client/profilers/powertop/src/
cpufreq.c 37 DIR *dir; local
45 dir = opendir("/sys/devices/system/cpu");
46 if (!dir)
49 while ((dirent = readdir(dir))) {
60 closedir(dir);
65 DIR *dir; local
78 dir = opendir("/sys/devices/system/cpu");
79 if (!dir)
    [all...]
sata.c 39 DIR *dir; local
44 dir = opendir("/sys/class/scsi_host");
45 if (!dir)
48 while ((dirent = readdir(dir))) {
59 closedir(dir);
65 DIR *dir; local
76 dir = opendir("/sys/class/scsi_host/");
77 if (!dir)
    [all...]
usb.c 37 DIR *dir; local
42 dir = opendir("/sys/bus/usb/devices");
43 if (!dir)
46 while ((dirent = readdir(dir))) {
63 closedir(dir);
68 DIR *dir; local
76 dir = opendir("/sys/bus/usb/devices");
77 if (!dir)
    [all...]

Completed in 456 milliseconds

1 2 3 45 6 7 8 91011>>