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

1 2 3 4 5 6 7 8 91011>>

  /system/media/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/libs/
    [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...]
  /prebuilt/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...]
  /prebuilt/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...]
  /prebuilt/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...]
  /prebuilt/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...]
  /prebuilt/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...]
  /prebuilt/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...]
  /prebuilt/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...]
  /prebuilt/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...]
  /prebuilt/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...]
  /dalvik/tools/dmtracedump/
dmtracedump.pl 3 opendir(DIR, ".") || die "can't opendir $some_dir: $!";
4 @traces = grep { /.*\.dmtrace\.data/ } readdir(DIR);
18 closedir DIR;
  /external/e2fsprogs/lib/ss/
mk_cmds.sh.in 6 DIR="${DIR-@datadir@/ss}"
29 DIR="$_SS_DIR_OVERRIDE";
32 if test ! -f $DIR/ct_c.sed || test ! -f $DIR/ct_c.awk ; then
33 DIR="$SS_DIR"
34 # echo "Falling back to $DIR..."
35 if test ! -f "$DIR/ct_c.sed" || test ! -f "$DIR/ct_c.awk" ; then
51 ${SED} -f "${DIR}/ct_c.sed" "${FILE}"
    [all...]
  /build/tools/droiddoc/test/stubs/
run.sh 17 DIR=build/tools/droiddoc/test/stubs
21 . $TOP/$DIR/func.sh
24 find $DIR/src -name "*.java" | xargs javac -d out/stubs_compiled
26 build_stubs a $DIR/src $A_STUBS
32 diff -r $DIR/expected $A_STUBS
  /external/llvm/utils/
findsym.pl 17 opendir DIR,$Directory;
18 my @files = readdir DIR;
19 closedir DIR;
  /development/build/tools/
sdk_clean.sh 9 DIR=$1
21 find $DIR -name "*.java" -o -name "*.xml" | xargs -n 1 \
27 find $DIR -name "*.java" -o -name "*.xml" | xargs -n 1 \
42 find $DIR -name "*.aidl" -o -name "*.css" -o -name "*.html" -o -name "*.java" \
  /ndk/sources/host-tools/make-3.81/
vmsdir.h 55 typedef struct DIR
57 struct direct dir; member in struct:DIR
64 } DIR;
70 extern DIR *opendir PARAMS (());
71 extern struct direct *readdir PARAMS ((DIR *dfd));
73 extern int closedir PARAMS ((DIR *dfd));
  /external/e2fsprogs/lib/et/
compile_et.sh.in 7 DIR="${DIR-@datadir@/et}"
12 DIR="$ET_DIR"
32 if test ! -f "$DIR/et_h.awk" || test ! -f "$DIR/et_c.awk" ; then
33 DIR="$ET_DIR"
34 # echo "Falling back to $DIR..."
35 if test ! -f "$DIR/et_h.awk" || test ! -f "$DIR/et_c.awk" ; then
49 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et
    [all...]
  /external/bluetooth/glib/build/win32/dirent/
dirent.h 41 /* disk transfer area for this dir */
44 /* dirent struct to return from dir (NOTE: this makes this thread
45 * safe as long as only one thread uses a particular DIR struct at
60 /* given path for dir with search pattern (struct is extended) */
62 } DIR;
64 DIR* __cdecl opendir (const char*);
65 struct dirent* __cdecl readdir (DIR*);
66 int __cdecl closedir (DIR*);
67 void __cdecl rewinddir (DIR*);
68 long __cdecl telldir (DIR*);
    [all...]
  /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/ipsec-tools/src/libipsec/
policy_parse.h 42 DIR = 258,
61 #define DIR 258

Completed in 333 milliseconds

1 2 3 4 5 6 7 8 91011>>