/external/clang/test/Preprocessor/ |
pp-record.c | 14 #define DIR 1 18 #if DIR
|
/ndk/sources/host-tools/make-3.81/w32/compat/ |
dirent.c | 27 DIR*
31 DIR* pDir;
49 /* allocate a DIR structure to return */
50 pDir = (DIR *) malloc(sizeof (DIR));
58 /* copy input directory name to DIR buffer */
85 closedir(DIR *pDir)
93 /* sanity check that this is a DIR pointer */
109 readdir(DIR* pDir)
118 /* sanity check that this is a DIR pointer */ [all...] |
/external/eigen/bench/btl/data/ |
mk_new_gnuplot.sh | 3 DIR=$2 22 echo set output "'"../${DIR}/$WHAT.ps"'" >> $WHAT.gnuplot 26 # echo set output "'"../${DIR}/$WHAT.svg"'" >> $WHAT.gnuplot 51 ps2pdf ../${DIR}/$WHAT.ps ../${DIR}/$WHAT.pdf 52 convert -background white -density 120 -rotate 90 -resize 800 +dither -colors 256 -quality 0 ../${DIR}/$WHAT.ps -background white -flatten ../${DIR}/$WHAT.png
|
mk_mean_script.sh | 3 DIR=$2 15 DATA_FILE=`find $DIR -name "*.dat" | grep _${WHAT}`
|
mk_gnuplot_script.sh | 3 DIR=$2 7 DATA_FILE=`find $DIR -name "*.dat" | grep $WHAT`
|
/external/ipsec-tools/src/libipsec/ |
policy_parse.h | 42 DIR = 258, 61 #define DIR 258
|
/bionic/libc/private/ |
ScopedReaddir.h | 43 DIR* dir_;
|
/external/compiler-rt/lib/msan/lit_tests/ |
readdir64.cc | 19 DIR *dir = opendir("."); local 20 struct dirent *d = readdir(dir); 22 closedir(dir); 25 closedir(dir);
|
/external/webkit/Tools/Scripts/ |
show-pretty-diff | 42 DIR => File::Spec->tmpdir(), 57 DIR => File::Spec->tmpdir(),
|
/ndk/tests/build/import-install/ |
build.sh | 24 DIR=$PWD/libs/$ABI 26 FILE=$DIR/$FILENAME
|
/ndk/tests/ |
run-tests.sh | 349 local SCRIPT_NAME="`basename \"$DIR\"`" 369 for DIR in `ls -d "$PROGDIR"/awk/*`; do 370 run_awk_test_dir "$DIR" 450 $GNUMAKE --no-print-dir -f $NDK/build/core/build-local.mk -C $PROJECT DUMP_$VAR | tail -1 520 local DIR="$BUILD_DIR/$NAME" 530 rm -rf "$DIR" && cp -r "$1" "$DIR" 532 (run cd "$DIR" && run_ndk_build $NDK_BUILD_FLAGS) 575 for DIR in `ls -d $DEVNDK_DIR/platforms/android-*/samples`; do 576 SAMPLES_DIRS="$SAMPLES_DIRS $DIR" [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
dirent.h | 128 typedef struct __dirstream DIR; 131 Return a DIR stream on the directory, or NULL if it could not be opened. 135 extern DIR *opendir (__const char *__name) __nonnull ((1)); 142 extern DIR *fdopendir (int __fd); 150 extern int closedir (DIR *__dirp) __nonnull ((1)); 155 same DIR stream. 163 extern struct dirent *readdir (DIR *__dirp) __nonnull ((1)); 166 extern struct dirent *__REDIRECT (readdir, (DIR *__dirp), readdir64) 174 extern struct dirent64 *readdir64 (DIR *__dirp) __nonnull ((1)); 184 extern int readdir_r (DIR *__restrict __dirp [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
dirent.h | 128 typedef struct __dirstream DIR; 131 Return a DIR stream on the directory, or NULL if it could not be opened. 135 extern DIR *opendir (__const char *__name) __nonnull ((1)); 142 extern DIR *fdopendir (int __fd); 150 extern int closedir (DIR *__dirp) __nonnull ((1)); 155 same DIR stream. 163 extern struct dirent *readdir (DIR *__dirp) __nonnull ((1)); 166 extern struct dirent *__REDIRECT (readdir, (DIR *__dirp), readdir64) 174 extern struct dirent64 *readdir64 (DIR *__dirp) __nonnull ((1)); 184 extern int readdir_r (DIR *__restrict __dirp [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
dirent.h | 128 typedef struct __dirstream DIR; 131 Return a DIR stream on the directory, or NULL if it could not be opened. 135 extern DIR *opendir (__const char *__name) __nonnull ((1)); 142 extern DIR *fdopendir (int __fd); 150 extern int closedir (DIR *__dirp) __nonnull ((1)); 155 same DIR stream. 163 extern struct dirent *readdir (DIR *__dirp) __nonnull ((1)); 166 extern struct dirent *__REDIRECT (readdir, (DIR *__dirp), readdir64) 174 extern struct dirent64 *readdir64 (DIR *__dirp) __nonnull ((1)); 184 extern int readdir_r (DIR *__restrict __dirp [all...] |
/external/grub/stage2/ |
dir.h | 43 * @(#)dir.h 7.6 (Berkeley) 5/9/89 133 DIR; 140 extern DIR *opendir ();
|
/external/grub/util/ |
grub-set-default | 36 --root-directory=DIR Use the directory DIR instead of the root directory
|
grub-set-default.in | 36 --root-directory=DIR Use the directory DIR instead of the root directory
|
/external/libusb-compat/ |
libusb-config.in | 14 [--prefix[=DIR]] 15 [--exec-prefix[=DIR]]
|
/packages/apps/Launcher2/ |
fill_screens.py | 14 DIR = "db_files" 31 shutil.rmtree(DIR, True) 32 os.makedirs(DIR)
|
/frameworks/native/cmds/ip-up-vpn/ |
ip-up-vpn.c | 34 #define DIR "/data/misc/vpn/" 68 FILE *state = fopen(DIR ".tmp", "wb"); 148 if (chmod(DIR ".tmp", 0444) || rename(DIR ".tmp", DIR "state")) {
|
/external/llvm/utils/buildit/ |
build_llvm | 60 DIR=`pwd` 71 SRC_DIR=$DIR/src 120 mkdir -p $DIR/obj-llvm || exit 1 121 cd $DIR/obj-llvm || exit 1 126 rm -rf $DIR/bin || exit 1 127 mkdir $DIR/bin || exit 1 129 P=$DIR/bin/arm-apple-darwin$DARWIN_VERS-${prog} 131 ln -s $T $DIR/bin/$prog 138 P=$DIR/bin/arm-apple-darwin$DARWIN_VERS-${prog} 140 ln -s $T $DIR/bin/$pro [all...] |
/system/netd/ |
main.cpp | 99 static void do_coldboot(DIR *d, int lvl) 113 DIR *d2; 137 DIR *d = opendir(path);
|
/development/ndk/tests/ |
run-all.sh | 124 for DIR in $SAMPLE_DIRS; do 125 build_sample $DIR
|
/bionic/tests/ |
dirent_test.cpp | 80 DIR* d = fdopendir(fd); 100 DIR* d = opendir("/proc/self"); 108 DIR* d = NULL; 114 DIR* d = opendir("/proc/self"); 120 DIR* d = opendir("/proc/self"); 137 DIR* d = opendir("/proc/self"); 155 DIR* d = opendir("/proc/self");
|
/external/e2fsprogs/lib/e2p/ |
iod.c | 30 DIR * dir; local 55 dir = opendir (dir_name); 56 if (dir == NULL) { 60 while ((dep = readdir (dir))) { 73 closedir(dir);
|