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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/libxml/linux/
xml2-config 15 --prefix=DIR change libxml prefix [default $prefix]
16 --exec-prefix=DIR change libxml exec prefix [default $exec_prefix]
  /external/chromium_org/third_party/libxml/src/
xml2-config.in 15 --prefix=DIR change libxml prefix [default $prefix]
16 --exec-prefix=DIR change libxml exec prefix [default $exec_prefix]
  /external/valgrind/main/auxprogs/
update-demangler 27 DIR=/tmp/demangle
29 rm -rf $DIR
30 mkdir -p $DIR
32 cd $DIR
34 echo "Updating the demangler in $DIR"
47 # 2) Assemble the ones we need in $DIR/$old_gcc_revision
72 # 4) Assemble the ones we need in $DIR/$new_gcc_revision
  /external/nanopb-c/examples/network_server/
server.c 28 DIR *dir = (DIR*) *arg; local
32 while ((file = readdir(dir)) != NULL)
54 DIR *directory;
  /external/chromium_org/third_party/webrtc/base/
linuxfdwalk.c 39 DIR *dir = opendir("/proc/self/fd"); local
40 if (!dir) {
43 int opendirfd = dirfd(dir);
47 while (errno = 0, (ent = readdir(dir)) != NULL) {
65 if (closedir(dir) < 0) {
  /external/compiler-rt/test/asan/TestCases/Linux/
interception_readdir_r_test.cc 25 DIR *d = opendir(TEMP_DIR);
27 // We assume the temp dir for this test doesn't have crazy long file names.
  /external/deqp/framework/delibs/decpp/
deDirectoryIterator.hpp 76 DIR* m_handle;
  /external/e2fsprogs/lib/e2p/
iod.c 30 DIR * dir; local
55 dir = opendir (dir_name);
56 if (dir == NULL) {
60 while ((dep = readdir (dir))) {
73 closedir(dir);
  /external/eigen/bench/btl/data/
mk_gnuplot_script.sh 3 DIR=$2
7 DATA_FILE=`find $DIR -name "*.dat" | grep $WHAT`
  /frameworks/native/libs/diskusage/
dirsize.c 42 DIR *d;
  /hardware/intel/img/psb_video/src/hwdefs/
dma_api.h 235 @Input DIR : transfer direction (see DMA_eDir).
242 #define DMA_LL_SET_WD0(pList, BSWAP, DIR, PW) \
245 MEMIO_WRITE_FIELD(pList, DMAC_LL_DIR, DIR); \
439 @Input DIR : The direction of the transfer (see DMA_eDir).
448 #define DMA_VALUE_COUNT(BSWAP,PW,DIR,PERIPH_INCR,COUNT) \
452 (((DIR) & DMAC_DMAC_COUNT_DIR_LSBMASK) << DMAC_DMAC_COUNT_DIR_SHIFT) | \
  /ndk/tests/
run-tests.sh 94 --test-dir=*)
383 local SCRIPT_NAME="`basename \"$DIR\"`"
403 for DIR in `ls -d "$PROGDIR"/awk/*`; do
404 run_awk_test_dir "$DIR"
509 $GNUMAKE --no-print-dir -f $NDK/build/core/build-local.mk -C $PROJECT DUMP_$VAR | tail -1
639 local DIR="$BUILD_DIR/$NAME"
649 rm -rf "$DIR" && cp -r "$1" "$DIR"
651 (run cd "$DIR" && run_ndk_build $NDK_BUILD_FLAGS)
694 for DIR in `ls -d $DEVNDK_DIR/platforms/android-*/samples`; d
    [all...]
  /external/chromium_org/third_party/libxslt/linux/
xslt-config 16 --prefix=DIR change XSLT prefix [default $prefix]
17 --exec-prefix=DIR change XSLT executable prefix [default $exec_prefix]
  /external/chromium_org/third_party/libxslt/
xslt-config.in 16 --prefix=DIR change XSLT prefix [default $prefix]
17 --exec-prefix=DIR change XSLT executable prefix [default $exec_prefix]
  /external/compiler-rt/test/msan/Linux/
glob_altdirfunc.cc 19 static void my_gl_closedir(void *dir) {
20 if (!dir)
22 closedir((DIR *)dir);
25 static struct dirent *my_gl_readdir(void *dir) {
26 if (!dir)
28 struct dirent *d = readdir((DIR *)dir);
  /external/libcap-ng/libcap-ng-0.7/
py-compile 66 Usage: py-compile [--help] [--version] [--basedir DIR] [--destdir DIR] FILES..."
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
GraphicsUtilitiesTest.java 30 private static final String DIR = "/com/android/ide/eclipse/testdata/draw9patch/";
38 String fileName = DIR + "no-patched.png";
78 String fileName = DIR + "no-patched.png";
99 String fileName = DIR + "no-patched.png";
133 String fileName = DIR + "no-patched.png";
207 String fileName = DIR + "no-patched.png";
223 String fileName = DIR + "no-patched.png";
298 String fileName = DIR + "no-patched.png";
  /ndk/sources/host-tools/make-3.81/
vmsfunctions.c 34 DIR *
37 struct DIR *dir = (struct DIR *)xmalloc (sizeof (struct DIR)); local
39 struct FAB *dfab = &dir->fab;
42 memset (dir, 0, sizeof *dir);
58 free (dir);
64 return dir;
    [all...]
  /packages/apps/Launcher2/
print_db.py 15 DIR = "db_files"
16 AUTO_FILE = DIR + "/launcher.db"
17 INDEX_FILE = DIR + "/index.html"
29 shutil.rmtree(DIR, True)
30 os.makedirs(DIR)
61 f = file(DIR + "/" + icon_fn, "w")
  /ndk/tests/standalone/
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
  /bootable/recovery/applypatch/
freecache.c 15 DIR* d;
34 DIR* fdd;
75 DIR* d;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
sunspider-compare-results 126 my ($dir, $pattern) = @_;
130 opendir DIR, $dir or die;
131 for my $file (readdir DIR) {
133 my $age = -M "$dir/$file";
140 closedir DIR;
142 return "$dir/$newestFile";
  /sdk/eclipse/scripts/
collect_sources_for_sdk.py 41 self.DIR = "frameworks libcore"
86 p.DIR = a
154 def _mkdir(p, dir):
155 if not os.path.isdir(dir):
157 print "mkdir", dir
159 os.makedirs(dir)
171 for d in p.DIR.split():
  /system/vold/
main.cpp 109 static void do_coldboot(DIR *d, int lvl)
123 DIR *d2;
147 DIR *d = opendir(path);
  /packages/apps/Launcher3/
print_db.py 20 DIR = "db_files"
21 AUTO_FILE = DIR + "/launcher.db"
22 INDEX_FILE = DIR + "/index.html"
34 shutil.rmtree(DIR, True)
35 os.makedirs(DIR)
79 f = file(DIR + "/" + icon_fn, "w")

Completed in 551 milliseconds

1 2 3 4 56 7 8 91011>>