HomeSort by relevance Sort by last modified time
    Searched refs:DIR (Results 1 - 25 of 509) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/git/
mass-rename.sh 16 DIR="$( cd "$( dirname "$0" )" && pwd )"
17 python $DIR/mass-rename.py "$*"
  /external/chromium_org/third_party/skia/experimental/PdfViewer/scripts/
vm_pdf_viewer_run_one_pdf.sh 8 DIR=`dirname "$1"`
10 out/Debug/pdfviewer -r $1 -w $DIR/new -n
  /external/skia/experimental/PdfViewer/scripts/
vm_pdf_viewer_run_one_pdf.sh 8 DIR=`dirname "$1"`
10 out/Debug/pdfviewer -r $1 -w $DIR/new -n
  /external/valgrind/main/tests/
check_isa-2_06_cap 4 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
5 LD_SHOW_AUXV=1 $DIR/true | grep arch_2_06 > /dev/null 2>&1
check_isa-2_07_cap 5 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6 LD_SHOW_AUXV=1 $DIR/true | grep arch_2_07 > /dev/null 2>&1
  /frameworks/wilhelm/tools/mphtogen/
Makefile 0 DIR = ../../src/autogen
2 ALL = $(DIR)/MPH_to_3DGroup.h $(DIR)/MPH_to_AudioPlayer.h $(DIR)/MPH_to_AudioRecorder.h \
3 $(DIR)/MPH_to_Engine.h $(DIR)/MPH_to_LEDDevice.h $(DIR)/MPH_to_Listener.h \
4 $(DIR)/MPH_to_MetadataExtractor.h $(DIR)/MPH_to_MidiPlayer.h $(DIR)/MPH_to_OutputMix.h
    [all...]
  /ndk/build/tools/
dev-cleanup.sh 24 DIR=$ANDROID_NDK_ROOT
26 if [ -f $DIR/RELEASE/TXT ]; then
30 if [ ! -d $DIR/.git ] ; then
36 rm -rf $DIR/platforms
37 rm -rf $DIR/toolchains/*/prebuilt
38 rm -rf $DIR/samples
39 rm -rf $DIR/prebuilt
42 rm -rf $DIR/$STLPORT_SUBDIR/libs
43 rm -rf $DIR/$GABIXX_SUBDIR/libs
45 rm -rf $DIR/$GNUSTL_SUBDIR/$VERSIO
    [all...]
  /bionic/libc/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]
  /development/ndk/platforms/android-L/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]
  /external/fio/os/windows/posix/include/
dirent.h 18 typedef struct dirent_ctx DIR;
20 DIR *opendir(const char *dirname);
21 struct dirent *readdir(DIR *dirp);
22 int closedir(DIR *dirp);
  /ndk/sources/host-tools/make-3.81/w32/include/
dirent.h 50 } DIR;
52 DIR *opendir(const char *);
53 struct dirent *readdir(DIR *);
54 void rewinddir(DIR *);
55 void closedir(DIR *);
56 int telldir(DIR *);
57 void seekdir(DIR *, long);
  /development/ndk/platforms/android-3/include/
dirent.h 61 typedef struct DIR DIR;
63 extern DIR* opendir(const char* dirpath);
64 extern DIR* fdopendir(int fd);
65 extern struct dirent* readdir(DIR* dirp);
66 extern int readdir_r(DIR* dirp, struct dirent* entry, struct dirent** result);
67 extern int closedir(DIR* dirp);
68 extern void rewinddir(DIR* dirp);
69 extern int dirfd(DIR* dirp);
71 extern int scandir(const char* dir, struct dirent*** namelist
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
dirent.h 61 typedef struct DIR DIR;
64 extern DIR* opendir(const char* dirpath);
65 extern DIR* fdopendir(int fd);
66 extern struct dirent* readdir(DIR* dirp);
67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
68 extern int closedir(DIR* dirp);
69 extern void rewinddir(DIR *dirp);
70 extern int dirfd(DIR* dirp);
72 extern int scandir(const char *dir, struct dirent ***namelist
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
dirent.h 61 typedef struct DIR DIR;
64 extern DIR* opendir(const char* dirpath);
65 extern DIR* fdopendir(int fd);
66 extern struct dirent* readdir(DIR* dirp);
67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
68 extern int closedir(DIR* dirp);
69 extern void rewinddir(DIR *dirp);
70 extern int dirfd(DIR* dirp);
72 extern int scandir(const char *dir, struct dirent ***namelist
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
dirent.h 61 typedef struct DIR DIR;
64 extern DIR* opendir(const char* dirpath);
65 extern DIR* fdopendir(int fd);
66 extern struct dirent* readdir(DIR* dirp);
67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
68 extern int closedir(DIR* dirp);
69 extern void rewinddir(DIR *dirp);
70 extern int dirfd(DIR* dirp);
72 extern int scandir(const char *dir, struct dirent ***namelist
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
dirent.h 61 typedef struct DIR DIR;
64 extern DIR* opendir(const char* dirpath);
65 extern DIR* fdopendir(int fd);
66 extern struct dirent* readdir(DIR* dirp);
67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
68 extern int closedir(DIR* dirp);
69 extern void rewinddir(DIR *dirp);
70 extern int dirfd(DIR* dirp);
72 extern int scandir(const char *dir, struct dirent ***namelist
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
dirent.h 61 typedef struct DIR DIR;
64 extern DIR* opendir(const char* dirpath);
65 extern DIR* fdopendir(int fd);
66 extern struct dirent* readdir(DIR* dirp);
67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
68 extern int closedir(DIR* dirp);
69 extern void rewinddir(DIR *dirp);
70 extern int dirfd(DIR* dirp);
72 extern int scandir(const char *dir, struct dirent ***namelist
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
dirent.h 61 typedef struct DIR DIR;
64 extern DIR* opendir(const char* dirpath);
65 extern DIR* fdopendir(int fd);
66 extern struct dirent* readdir(DIR* dirp);
67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
68 extern int closedir(DIR* dirp);
69 extern void rewinddir(DIR *dirp);
70 extern int dirfd(DIR* dirp);
72 extern int scandir(const char *dir, struct dirent ***namelist
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
dirent.h 61 typedef struct DIR DIR;
64 extern DIR* opendir(const char* dirpath);
65 extern DIR* fdopendir(int fd);
66 extern struct dirent* readdir(DIR* dirp);
67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
68 extern int closedir(DIR* dirp);
69 extern void rewinddir(DIR *dirp);
70 extern int dirfd(DIR* dirp);
72 extern int scandir(const char *dir, struct dirent ***namelist
    [all...]

Completed in 608 milliseconds

1 2 3 4 5 6 7 8 91011>>