Home
last modified time | relevance | path

Searched refs:dir1 (Results 1 – 22 of 22) sorted by relevance

/external/bluetooth/glib/gio/tests/
Dg-file.c351 get_relative_path (const gboolean use_uri, const gboolean should_have_prefix, const char *dir1, con… in get_relative_path() argument
361 file1 = g_file_new_for_uri (dir1); in get_relative_path()
366 file1 = g_file_new_for_path (dir1); in get_relative_path()
374 g_print ("%s %s\n", dir1, dir2); in get_relative_path()
/external/valgrind/main/exp-bbv/tests/
DMakefile.in90 while test -n "$$dir1"; do \
91 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
106 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
608 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
611 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/valgrind/main/callgrind/tests/
DMakefile.in100 while test -n "$$dir1"; do \
101 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
116 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
658 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
661 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/valgrind/main/cachegrind/tests/
DMakefile.in107 while test -n "$$dir1"; do \
108 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
123 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
684 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
687 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DFileTest.java849 File dir1 = new File(base, String.valueOf(dirNumber)); in test_getCanonicalPath() local
851 if (dir1.exists()) { in test_getCanonicalPath()
853 dir1 = new File(base, String.valueOf(dirNumber)); in test_getCanonicalPath()
1453 File dir1 = null; in test_listFilesLjava_io_FileFilter() local
1475 dir1 = new File(baseDir, "Temp1"); in test_listFilesLjava_io_FileFilter()
1476 dir1.mkdir(); in test_listFilesLjava_io_FileFilter()
1492 .compareTo(dir1)); in test_listFilesLjava_io_FileFilter()
1525 dir1.delete(); in test_listFilesLjava_io_FileFilter()
1532 if (dir1 != null) { in test_listFilesLjava_io_FileFilter()
1533 dir1.delete(); in test_listFilesLjava_io_FileFilter()
/external/valgrind/main/
DMakefile.in119 while test -n "$$dir1"; do \
120 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
135 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
761 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
764 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/valgrind/main/lackey/
DMakefile.in107 while test -n "$$dir1"; do \
108 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
123 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
847 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
850 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/valgrind/main/none/
DMakefile.in105 while test -n "$$dir1"; do \
106 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
121 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
845 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
848 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/valgrind/main/exp-bbv/
DMakefile.in107 while test -n "$$dir1"; do \
108 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
123 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
847 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
850 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/valgrind/main/exp-dhat/
DMakefile.in131 while test -n "$$dir1"; do \
132 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
147 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
908 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
911 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/valgrind/main/massif/
DMakefile.in156 while test -n "$$dir1"; do \
157 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
172 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
975 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
978 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/chromium/base/
Dfile_util_unittest.cc1622 FilePath dir1 = temp_dir_.path().Append(FILE_PATH_LITERAL("dir1")); in TEST_F() local
1623 EXPECT_TRUE(file_util::CreateDirectory(dir1)); in TEST_F()
1656 EXPECT_TRUE(c2.HasFile(dir1)); in TEST_F()
1665 EXPECT_TRUE(c2_non_recursive.HasFile(dir1)); in TEST_F()
1676 EXPECT_TRUE(c2_dotdot.HasFile(dir1)); in TEST_F()
1685 EXPECT_TRUE(c3.HasFile(dir1)); in TEST_F()
1707 EXPECT_TRUE(c5.HasFile(dir1)); in TEST_F()
/external/webkit/Tools/android/webkitmerge/
Dwebkitmerge.cpp462 void CheckForExec(const char* base1, const char* dir1, const char* file1, in CheckForExec() argument
472 base1, dir1, file1, file1Ex ? "" : "no ", in CheckForExec()
479 bool CompareFiles(const char* base1, const char* dir1, const char* file1, in CompareFiles() argument
485 CheckForExec(base1, dir1, file1, base2, dir2, file2, &file1Ex, &file2Ex); in CompareFiles()
487 base1, dir1, (int) strlen(file1) - (int) file1Ex, file1, in CompareFiles()
/external/valgrind/main/exp-ptrcheck/
DMakefile.in152 while test -n "$$dir1"; do \
153 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
168 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
1066 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1069 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/valgrind/main/cachegrind/
DMakefile.in154 while test -n "$$dir1"; do \
155 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
170 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
1131 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1134 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/valgrind/main/none/tests/
DMakefile.in419 while test -n "$$dir1"; do \
420 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
435 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
1483 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1486 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/valgrind/main/memcheck/
DMakefile.in174 while test -n "$$dir1"; do \
175 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
190 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
1171 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1174 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/valgrind/main/helgrind/
DMakefile.in174 while test -n "$$dir1"; do \
175 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
190 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
1177 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1180 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/iproute2/misc/
Dss.c258 DIR *dir1; in user_ent_hash_build() local
266 if ((dir1 = opendir(name)) == NULL) in user_ent_hash_build()
271 while ((d1 = readdir(dir1)) != NULL) { in user_ent_hash_build()
300 closedir(dir1); in user_ent_hash_build()
/external/valgrind/main/memcheck/tests/
DMakefile.in612 while test -n "$$dir1"; do \
613 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
628 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
2201 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
2204 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/valgrind/main/drd/
DMakefile.in201 while test -n "$$dir1"; do \
202 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
217 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
1569 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1572 dir1=$$subdir; dir2="$(top_distdir)"; \
/external/valgrind/main/callgrind/
DMakefile.in173 while test -n "$$dir1"; do \
174 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
189 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
1551 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1554 dir1=$$subdir; dir2="$(top_distdir)"; \