/ndk/build/tools/ |
D | 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/prebuilt 40 rm -rf $DIR/$STLPORT_SUBDIR/libs 41 rm -rf $DIR/$GABIXX_SUBDIR/libs 43 rm -rf $DIR/$GNUSTL_SUBDIR/$VERSION 45 rm -rf $DIR/$COMPILER_RT_SUBDIR/libs 46 rm -rf $DIR/$GCCUNWIND_SUBDIR/libs [all …]
|
D | gen-platforms.sh | 223 DIR="$SRCDIR/platforms/android-$PLATFORM" 224 if [ ! -d $DIR ] ; then 225 echo "ERROR: Directory missing: $DIR" 229 log " $DIR" 240 DIR="$SRCDIR/platforms/android-$PLATFORM/arch-$ARCH" 241 if [ -d $DIR ] ; then 242 log " $DIR"
|
D | ndk-common.sh | 875 local DIRECTORY SYMLINKS DIR FILE LINK 887 DIR=`dirname "$SYMLINK"` 892 (cd "$DIR" && \
|
D | prebuilt-common.sh | 1319 local NAME PREFIX DIR BINPREFIX 1323 DIR=$(get_toolchain_install . $NAME $SYSTEM) 1324 BINPREFIX=${DIR#./}/bin/$PREFIX- 1333 local NAME DIR BINPREFIX
|
D | dev-platform-import.sh | 158 local DIR="$1" 164 cd "$DIR" && find $PATTERNS -type f | sed -e 's!^./!!g'
|
D | dev-system-import.sh | 152 local DIR="$1" 158 cd "$DIR" && find $PATTERNS -type f | sed -e 's!^./!!g'
|
/ndk/sources/host-tools/make-3.81/w32/include/ |
D | dirent.h | 50 } DIR; typedef 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);
|
/ndk/sources/host-tools/make-3.81/w32/compat/ |
D | dirent.c | 27 DIR* 31 DIR* pDir; in opendir() 50 pDir = (DIR *) malloc(sizeof (DIR)); in opendir() 85 closedir(DIR *pDir) in closedir() 109 readdir(DIR* pDir) in readdir() 142 rewinddir(DIR* pDir) in rewinddir() 168 telldir(DIR* pDir) in telldir() 186 seekdir(DIR* pDir, long nPosition) in seekdir()
|
/ndk/sources/host-tools/make-3.81/ |
D | vmsdir.h | 55 typedef struct DIR struct 64 } DIR; typedef 70 extern DIR *opendir PARAMS (()); 71 extern struct direct *readdir PARAMS ((DIR *dfd)); 73 extern int closedir PARAMS ((DIR *dfd));
|
D | vmsfunctions.c | 34 DIR * 37 struct DIR *dir = (struct DIR *)xmalloc (sizeof (struct DIR)); in opendir() 78 readdir (DIR *dir) in readdir() 117 closedir (DIR *dir) in closedir()
|
D | INSTALL | 117 options like `--bindir=DIR' to specify different values for particular 137 you can use the `configure' options `--x-includes=DIR' and 138 `--x-libraries=DIR' to specify their locations. 225 `--srcdir=DIR' 226 Look for the package's source code in directory DIR. Usually
|
D | README.customs | 46 configuring GNU make, merely use the ``--with-customs=DIR'' option. 48 subdirectories as DIR. For example, if you installed the customs
|
D | config.h.in | 69 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 154 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 245 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 249 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
D | config.h.W32 | 80 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 159 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 247 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 251 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
D | configure | 1316 --bindir=DIR user executables [EPREFIX/bin] 1317 --sbindir=DIR system admin executables [EPREFIX/sbin] 1318 --libexecdir=DIR program executables [EPREFIX/libexec] 1319 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1320 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1321 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1322 --libdir=DIR object code libraries [EPREFIX/lib] 1323 --includedir=DIR C header files [PREFIX/include] 1324 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1325 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] [all …]
|
D | dir.c | 178 DIR *dir; in vmsstat_dir() 240 DIR *dirstream; /* Stream reading this directory. */
|
/ndk/tests/build/import-install/ |
D | build.sh | 27 DIR=$PWD/libs/$ABI 30 FILE=$DIR/$FILENAME
|
/ndk/tests/standalone/ |
D | run.sh | 205 local DIR="$1" 211 if [ -f "$DIR/run.sh" ]; then 215 elif [ -f "$DIR/run-$ABI.sh" ]; then 219 elif [ -f "$DIR/main.c" ]; then 223 elif [ -f "$DIR/main.cpp" ]; then
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | test_driver.pl | 999 opendir (DIR, $basedir) || &error ("Couldn't open $basedir: $!\n", 1); 1000 @allfiles = grep (!/^(\.\.?|CVS|RCS)$/, readdir (DIR) ); 1001 closedir (DIR); 1039 if (-d _ && opendir (DIR, "$basedir/$path") ) 1041 @files = readdir (DIR); 1042 closedir (DIR);
|
/ndk/sources/host-tools/make-3.81/config/ |
D | lib-link.m4 | 136 [ --with-lib$1-prefix[=DIR] search for lib$1 in DIR/include and DIR/lib 253 dnl Use an explicit option to hardcode DIR into the resulting 255 dnl Potentially add DIR to ltrpathdirs. 269 dnl Using DIR/libNAME.so during linking hardcodes DIR into the 274 dnl Use an explicit option to hardcode DIR into the resulting 277 dnl Potentially add DIR to rpathdirs. 441 dnl Potentially add DIR to rpathdirs. 453 dnl Potentially add DIR to ltrpathdirs.
|
D | lib-prefix.m4 | 37 [ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info | 29 INFO-DIR-SECTION GNU Packages 30 START-INFO-DIR-ENTRY 32 END-INFO-DIR-ENTRY
|
/ndk/sources/android/libthread_db/ |
D | libthread_db.c | 72 DIR * dir; in td_ta_thr_iter()
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | glob.c | 1317 : readdir ((DIR *) stream)); 1402 closedir ((DIR *) stream); 1414 closedir ((DIR *) stream);
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 1300 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1316 --bindir=DIR user executables [EPREFIX/bin] 1317 --sbindir=DIR system admin executables [EPREFIX/sbin] 1318 --libexecdir=DIR program executables [EPREFIX/libexec] 1319 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1320 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1321 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1322 --libdir=DIR object code libraries [EPREFIX/lib] 1323 --includedir=DIR C header files [PREFIX/include] 1324 --oldincludedir=DIR C header files for non-gcc [/usr/include] [all …]
|