/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/toolchains/*/prebuilt 38 rm -rf $DIR/toolchains/llvm* 39 rm -rf $DIR/samples 40 rm -rf $DIR/prebuilt 43 rm -rf $DIR/$STLPORT_SUBDIR/libs 44 rm -rf $DIR/$GABIXX_SUBDIR/libs [all …]
|
D | gen-platforms.sh | 212 DIR="$SRCDIR/platforms/android-$PLATFORM" 213 if [ ! -d $DIR ] ; then 214 echo "ERROR: Directory missing: $DIR" 218 log " $DIR" 229 DIR="$SRCDIR/platforms/android-$PLATFORM/arch-$ARCH" 230 if [ -d $DIR ] ; then 231 log " $DIR"
|
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/tests/ |
D | run-tests.sh | 333 local SCRIPT_NAME="`basename \"$DIR\"`" 353 for DIR in `ls -d "$PROGDIR"/awk/*`; do 354 run_awk_test_dir "$DIR" 399 $GNUMAKE --no-print-dir -f $NDK/build/core/build-local.mk -C $DIR DUMP_$1 | tail -1 406 local DIR="$BUILD_DIR/$NAME" 411 rm -rf "$DIR" && cp -r "$1" "$DIR" 429 (run cd "$DIR" && run_ndk_build $NDK_BUILD_FLAGS) 468 for DIR in `ls -d $DEVNDK_DIR/platforms/android-*/samples`; do 469 SAMPLES_DIRS="$SAMPLES_DIRS $DIR" 486 for DIR in $SAMPLES_DIRS; do [all …]
|
/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; argument 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
|
/ndk/tests/standalone/ |
D | run.sh | 198 local DIR="$1" 204 if [ -f "$DIR/run.sh" ]; then 208 elif [ -f "$DIR/run-$ABI.sh" ]; then 212 elif [ -f "$DIR/main.c" ]; then 216 elif [ -f "$DIR/main.cpp" ]; then
|
/ndk/tests/build/import-install/ |
D | build.sh | 24 DIR=$PWD/libs/$ABI 26 FILE=$DIR/$FILENAME
|
/ndk/build/core/ |
D | ndk-common.sh | 670 mkdir -p "$DIR" 680 (cd $DIR && run unzip $ZIPFLAGS "$ARCHIVE") 683 run tar $TARFLAGS "$ARCHIVE" -C $DIR 686 run tar z$TARFLAGS "$ARCHIVE" -C $DIR 689 run tar j$TARFLAGS "$ARCHIVE" -C $DIR
|
/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/sed-4.2.1/testsuite/ |
D | mac-mf.sed | 77 #/{s}/s/"{s}"{\([a-zA-Z0-9_]*\)DIR}/"{\1DIR}"/g 79 #/{s}/s/"{s}""{\([a-zA-Z0-9_]*\)DIR}"/"{\1DIR}"/g
|
/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/gdb-6.6/ |
D | libthread_db.c | 132 DIR* dir; in td_ta_new() 303 DIR * dir; in td_ta_thr_iter()
|
/ndk/sources/android/libthread_db/gdb-7.3.x/ |
D | libthread_db.c | 129 DIR* dir; in td_ta_new() 339 DIR * dir; in td_ta_thr_iter()
|
/ndk/sources/android/libthread_db/gdb-7.1.x/ |
D | libthread_db.c | 129 DIR* dir; in td_ta_new() 339 DIR * dir; in td_ta_thr_iter()
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | lib-link.m4 | 186 [[ --with-]]P_A_C_K[[-prefix[=DIR] search for ]PACKLIBS[ in DIR/include and DIR/lib 371 dnl Use an explicit option to hardcode DIR into the resulting 373 dnl Potentially add DIR to ltrpathdirs. 387 dnl Using DIR/libNAME.so during linking hardcodes DIR into the 392 dnl Use an explicit option to hardcode DIR into the resulting 395 dnl Potentially add DIR to rpathdirs. 571 dnl Potentially add DIR to rpathdirs. 583 dnl Potentially add DIR to ltrpathdirs.
|
D | lib-prefix.m4 | 36 [ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
|
/ndk/sources/host-tools/sed-4.2.1/ |
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. 230 `--srcdir=DIR' 231 Look for the package's source code in directory DIR. Usually
|