HomeSort by relevance Sort by last modified time
    Searched refs:DIR (Results 251 - 275 of 762) sorted by null

<<11121314151617181920>>

  /external/libcap-ng/libcap-ng-0.7/
py-compile 66 Usage: py-compile [--help] [--version] [--basedir DIR] [--destdir DIR] FILES..."
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
StorCommandHandlerTest.groovy 41 setCurrentDirectory(DIR)
AppeCommandHandlerTest.groovy 50 setCurrentDirectory(DIR)
  /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";
NinePatchedImageTest.java 34 private static final String DIR = "/com/android/ide/eclipse/testdata/draw9patch/";
37 String fileName = DIR + "no-patched.png";
53 String fileName = DIR + "no-patched-interlace.png";
69 String fileName = DIR + "no-patched.png";
116 String fileName = DIR + "invalid-patched1.9.png";
124 fileName = DIR + "invalid-patched2.9.png";
132 fileName = DIR + "invalid-patched3.9.png";
140 fileName = DIR + "invalid-patched4.9.png";
151 String fileName = DIR + "invalid-patched5.9.png";
159 fileName = DIR + "invalid-patched6.9.png"
    [all...]
  /external/e2fsprogs/misc/
e2fuzz.sh 6 DIR=/tmp
27 echo "-d: Create test files in this directory. (${DIR})"
36 echo "-S: Copy files from this dir. (${SRCDIR})"
51 DIR="${OPTARG}"
100 TESTDIR="${DIR}/tests/"
101 TESTMNT="${DIR}/mnt/"
102 BASE_IMG="${DIR}/e2fuzz.img"
  /external/ltp/include/
safe_macros_fn.h 165 DIR* safe_opendir(const char *file, const int lineno, void (cleanup_fn)(void),
169 DIR *dirp);
173 DIR *dirp);
175 DIR* safe_opendir(const char *file, const int lineno,
181 DIR *dirp);
185 DIR *dirp);
  /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")
  /bionic/tests/
dirent_test.cpp 163 DIR* d = fdopendir(fd);
183 DIR* d = opendir("/proc/self");
191 DIR* d = NULL;
197 DIR* d = opendir("/proc/self");
203 DIR* d = opendir("/proc/self");
220 DIR* d = opendir("/proc/self");
237 DIR* d = opendir("/proc/self");
255 DIR* d = opendir("/proc/self");
273 DIR* d = opendir("/proc/self");
302 DIR* d = opendir("/proc/self")
    [all...]
  /external/syslinux/core/include/
fs.h 105 int mode; /* FILE , DIR or SYMLINK */
222 DIR *opendir(const char *pathname);
223 struct dirent *readdir(DIR *dir);
224 int closedir(DIR *dir);
  /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():
  /packages/apps/Launcher3/
print_db.py 21 DIR = "db_files"
22 AUTO_FILE = DIR + "/launcher.db"
23 INDEX_FILE = DIR + "/index.html"
36 shutil.rmtree(DIR, True)
37 os.makedirs(DIR)
81 f = file(DIR + "/" + icon_fn, "w")
  /external/icu/icu4c/source/tools/toolutil/
filetools.cpp 54 DIR *pDir = NULL;
56 DIR *subDirp = NULL;
  /external/iproute2/lib/
namespace.c 23 DIR *dir; local
26 dir = opendir(etc_netns_path);
27 if (!dir)
30 while ((entry = readdir(dir)) != NULL) {
42 closedir(dir);
108 DIR *dir; local
111 dir = opendir(NETNS_RUN_DIR);
112 if (!dir)
    [all...]
  /external/ipsec-tools/src/libipsec/
policy_parse.y 138 %token DIR
145 %type <num> DIR PRIORITY ACTION PROTOCOL MODE LEVEL
150 : DIR ACTION
165 | DIR PRIORITY PRIO_OFFSET ACTION
184 | DIR PRIORITY HYPHEN PRIO_OFFSET ACTION
206 | DIR PRIORITY PRIO_BASE ACTION
217 | DIR PRIORITY PRIO_BASE PLUS PRIO_OFFSET ACTION
239 | DIR PRIORITY PRIO_BASE HYPHEN PRIO_OFFSET ACTION
261 | DIR
  /external/libchrome/sandbox/linux/services/
proc_util.cc 24 void operator()(DIR* d) const {
30 typedef std::unique_ptr<DIR, DIRCloser> ScopedDIR;
49 // or modified afterwards except via dir.
50 ScopedDIR dir(fdopendir(proc_self_fd));
51 CHECK(dir);
56 while (!readdir_r(dir.get(), &e, &de) && de) {
80 // or modified afterwards except via dir.
81 ScopedDIR dir(fdopendir(proc_self_fd));
82 CHECK(dir);
86 while (!readdir_r(dir.get(), &e, &de) && de)
    [all...]
  /system/core/libprocinfo/include/procinfo/
process.h 73 std::unique_ptr<DIR, int (*)(DIR*)> dir(fdopendir(task_fd), closedir);
74 if (!dir) {
80 while ((dent = readdir(dir.get()))) {
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 119 typedef void *DIR;
229 DIR *opendir (const char *);
230 struct dirent *readdir (DIR *);
231 int closedir (DIR *);
  /external/bison/build-aux/
vc-list-files 33 Usage: $0 [-C SRCDIR] [DIR...]
35 Output a list of version-controlled files in DIR (default .), relative to
66 for dir
69 test "x$dir" = x. \
70 && dir= sed_esc= \
71 || { dir="$dir/"; sed_esc=`echo "$dir"|env sed 's,\([\\/]\),\\\\\1,g'`; }
76 eval exec git ls-tree -r 'HEAD:"$dir"' \
79 eval exec hg locate '"$dir/*"' $postproces
    [all...]
  /external/dtc/
fstree.c 28 DIR *d;
  /external/fio/oslib/
linux-dev-lookup.c 13 struct dirent *dir; local
16 DIR *D;
22 while ((dir = readdir(D)) != NULL) {
25 if (!strcmp(dir->d_name, ".") || !strcmp(dir->d_name, ".."))
28 sprintf(full_path, "%s/%s", path, dir->d_name);
  /external/google-breakpad/src/common/tests/
auto_tempdir.h 70 // First remove any files in the dir
71 DIR* dir = opendir(path.c_str()); local
72 if (!dir)
76 while ((entry = readdir(dir)) != NULL) {
87 EXPECT_TRUE(closedir(dir) == 0);
  /external/jsoncpp/devtools/
antglob.py 49 DIR = 1
54 ALL_NO_LINK = DIR | FILE
55 ALL = DIR | FILE | LINKS
62 **/a: match 'a', 'dir/a', 'dir1/dir2/a'
145 entry_type = is_file and FILE or DIR
168 ['path/source.py', '/.py', 'dir.py/z', 'z.pyc', 'z.c'] ),
171 ['path/', 'a/path/b', 'dir.py/z', 'somepath', 'pathsuffix', 'a/somepath'] ),
185 ['src/a.py', 'src/dir/a.py'],
  /external/linux-kselftest/tools/testing/selftests/powerpc/dscr/
dscr_sysfs_test.c 45 DIR *sysfs;
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
common.h 43 DIR *dp; \

Completed in 1209 milliseconds

<<11121314151617181920>>