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

1 2 3 4 5 6 7 8 91011>>

  /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/$GNUSTL_SUBDIR/include
44 rm -rf $DIR/$GNUSTL_SUBDIR/lib
    [all...]
  /external/openssh/regress/
sftp-glob.sh 41 DIR=${BASE}/dir
42 DATA=${DIR}/file
44 GLOB1="${DIR}/g-wild*"
45 GLOB2="${DIR}/g-wildx"
46 QUOTE="${DIR}/g-quote\""
47 SLASH="${DIR}/g-sl\\ash"
48 ESLASH="${DIR}/g-slash\\"
49 QSLASH="${DIR}/g-qs\\\""
50 SPACE="${DIR}/g-q space
    [all...]
  /device/samsung/tuna/reflash-bootloader/
build-image.sh 3 DIR=/tmp/reflash_bootloader.$$
6 mkdir ${DIR}
7 cp ${OUT}/system/bin/tuna-reflash-bootloader ${DIR}/init
8 cp ${ANDROID_BUILD_TOP}/vendor/samsung/tuna/bootloader.img ${DIR}/bootloader.img
9 mkbootfs ${DIR} | minigzip > ${RAMDISK}
11 rm ${DIR}/init
12 rm ${DIR}/bootloader.img
13 rmdir ${DIR}
  /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);
  /bionic/libc/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...]
  /development/ndk/platforms/android-3/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/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/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/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r6/platforms/android-3/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/android-ndk-r7/platforms/android-14/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/android-ndk-r7/platforms/android-14/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/android-ndk-r7/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/android-ndk-r7/platforms/android-3/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/android-ndk-r7/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/android-ndk-r7/platforms/android-4/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/android-ndk-r7/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...]

Completed in 1055 milliseconds

1 2 3 4 5 6 7 8 91011>>