HomeSort by relevance Sort by last modified time
    Searched full:dirs (Results 1 - 25 of 494) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_dup_de2/
name 1 duplicate directory entries for non-indexed dirs
  /external/clang/include/
Makefile 2 DIRS := clang clang-c
  /frameworks/native/opengl/tests/
Android.mk 0 dirs := \
24 dirs += \
39 dirs += \
44 include $(call all-named-subdir-makefiles, $(dirs))
1 dirs := \\ macro
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/
Makefile 8 DIRS= \
19 @$(call traverse_dirs,$(DIRS),$@)
  /hardware/ti/omap3/omx/system/src/openmax_il/common/
Makefile 8 DIRS= \
12 @$(call traverse_dirs,$(DIRS),$@)
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/
Makefile 8 DIRS= \
18 @$(call traverse_dirs,$(DIRS),$@)
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/
Makefile 8 DIRS= \
19 @$(call traverse_dirs,$(DIRS),$@)
  /external/clang/test/CodeGenCXX/
2004-11-27-ExceptionCleanupAssertion.cpp 13 Strongbad dirs[] = { Strongbad(0) + 1}; local
  /external/clang/test/Driver/
immediate-options.c 4 // RUN: %clang -print-search-dirs
  /external/llvm/projects/
Makefile 15 DIRS:= $(filter-out llvm-test test-suite,$(patsubst $(PROJ_SRC_DIR)/%/Makefile,%,$(wildcard $(PROJ_SRC_DIR)/*/Makefile)))
18 DIRS := $(filter-out compiler-rt,$(DIRS))
21 DIRS := $(filter-out libcxx,$(DIRS))
25 DIRS := $(filter-out sample, $(DIRS))
  /system/core/sh/funcs/
dirs 1 # $NetBSD: dirs,v 1.7 1995/05/11 21:31:08 christos Exp $
36 # @(#)dirs 8.2 (Berkeley) 5/4/95
38 # pushd, popd, and dirs --- written by Chris Bertin
56 dirs
68 dirs
71 dirs () {
popd 38 # pushd, popd, and dirs --- written by Chris Bertin
56 dirs
68 dirs
71 dirs () {
pushd 38 # pushd, popd, and dirs --- written by Chris Bertin
56 dirs
68 dirs
71 dirs () {
  /external/elfutils/tests/
get-files.c 87 const char *const *dirs; local
89 if (dwarf_getsrcdirs (files, &dirs, &ndirs) != 0)
96 if (dirs[0] == NULL)
97 puts (" dirs[0] = (null)");
99 printf (" dirs[0] = \"%s\"\n", dirs[0]);
101 printf (" dirs[%zu] = \"%s\"\n", i, dirs[i]);
  /external/chromium/build/win/
chrome_win.croc 14 # Don't include ChromeOS dirs
  /external/llvm/projects/sample/lib/
Makefile 11 DIRS=sample
  /external/llvm/projects/sample/tools/
Makefile 11 DIRS=sample
  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutDirectionsTest.java 30 private static Directions dirs(int ... dirs) { method in class:StaticLayoutDirectionsTest
31 return new Directions(dirs);
79 dirs(0, 1, 1, LVL1_1),
81 dirs(0, 2, 2, LVL1_1),
82 dirs(0, 1, 2, LVL2_1, 1, LVL1_1),
83 dirs(0, 1, 1, LVL1_1, 2, 1),
84 dirs(0, 1, 3, LVL1_1, 2, LVL2_1, 1, LVL1_1),
85 dirs(0, 1, 4, LVL2_1, 3, LVL1_1, 2, LVL2_1, 1, LVL1_1),
89 dirs(0, LVL1_1, 1, LVL2_1)
    [all...]
  /external/llvm/
Makefile 30 DIRS := lib/Support lib/TableGen utils tools/llvm-config
33 DIRS := lib/Support lib/TableGen utils lib/VMCore lib tools/llvm-shlib \
47 DIRS := $(filter-out tools/llvm-shlib, $(DIRS))
51 DIRS := $(filter-out docs, $(DIRS))
55 DIRS := $(filter-out tools runtime docs, $(DIRS))
60 DIRS := $(filter-out tools runtime docs, $(DIRS))
    [all...]
  /external/e2fsprogs/lib/ss/
help.c 138 register char **dirs; local
150 dirs = info->info_dirs;
151 for (n_dirs = 0; dirs[n_dirs] != (char *)NULL; n_dirs++)
153 dirs = (char **)realloc((char *)dirs,
155 if (dirs == (char **)NULL) {
160 info->info_dirs = dirs;
161 dirs[n_dirs + 1] = (char *)NULL;
162 dirs[n_dirs] = malloc((unsigned)strlen(info_dir)+1);
163 strcpy(dirs[n_dirs], info_dir)
    [all...]
  /build/tools/
findleaves.py 31 for root, dirs, files in os.walk(rootdir, followlinks=True):
34 for d in dirs:
40 while i < len(dirs):
41 if dirs[i] in prune:
42 del dirs[i]
53 del dirs[:]
  /external/chromium/build/linux/
chrome_linux.croc 12 # Don't include non-Linux platform dirs
  /external/chromium/build/mac/
chrome_mac.croc 14 # Don't include ChromeOS dirs
  /external/dbus/bus/
dir-watch-inotify.c 46 static char *dirs[MAX_DIRS_TO_WATCH]; variable
125 if (dirs[j] && strcmp (new_dirs[i], dirs[j]) == 0)
128 new_dirs[i] = dirs[j];
130 dirs[j] = NULL;
144 dbus_free (dirs[j]);
146 dirs[j] = NULL;
190 dirs[i] = new_dirs[i];
dir-watch-kqueue.c 47 static char *dirs[MAX_DIRS_TO_WATCH]; variable
174 if (dirs[j] && strcmp (new_dirs[i], dirs[j]) == 0)
177 new_dirs[i] = dirs[j];
179 dirs[j] = NULL;
193 dbus_free (dirs[j]);
195 dirs[j] = NULL;
250 dirs[i] = new_dirs[i];

Completed in 620 milliseconds

1 2 3 4 5 6 7 8 91011>>